Lines Matching full:android
20 an `implementation of the runtime`_ has been added to Android's libc
26 .. _`implementation of the runtime`: https://android.googlesource.com/platform/bionic/+/808d176e7e0…
64 whose ABI reserves ``x18`` (currently Android, Darwin, Fuchsia and Windows)
68 (`example in Android`_) but this should be done with care since it risks
71 .. _`example in Android`: https://android-review.googlesource.com/c/platform/frameworks/base/+/8037…
113 The intent is that the Android runtime `will do this`_, but the platform will
118 .. _`will do this`: https://android-review.googlesource.com/c/platform/bionic/+/891622
119 .. _`changed`: https://android-review.googlesource.com/c/platform/frameworks/av/+/837745
128 runtime, which is the case on Android for example, the address must be stored
129 somewhere else instead. On Android we store the address of the start of the
135 ``jmp_buf`` data structure used by ``setjmp`` and ``longjmp``. The Android
140 .. _`avoids this`: https://android.googlesource.com/platform/bionic/+/808d176e7e0dd727c7f929622ec01…