Lines Matching refs:code
3 This document details important changes related to native code
68 above. (Use --hash-style=both if you want to build code that uses this
76 https://code.google.com/p/android/issues/detail?id=6670). API level 23
97 library so that old code gets the old version and new code gets the new
126 are not accessible regardless of the way code tries to load them:
146 your code will not work in a future release -- please fix it now!
171 *Resolution*: rewrite your native code to rely only on public API. As a
174 the relevant code must be copied to the project tree. SSL/Media/JNI
175 internal/binder APIs should not be accessed from the native code. When
176 necessary, native code should call appropriate public Java API methods.
209 relocations. That is, the code must be loaded as is and must not be
242 *Potential problems*: Relocations enforce code pages being writable, and
245 (API 19), but on API 23 and above it refuses to load code with text
333 memory. For security, data shouldn't be executable and code shouldn't be