Searched refs:to (Results 1 – 4 of 4) sorted by relevance
/libnativehelper/ |
D | NOTICE | 7 Unless required by applicable law or agreed to in writing, software 31 "control" means (i) the power, direct or indirect, to cause the 40 including but not limited to software source code, documentation 45 not limited to compiled object code, generated documentation, 46 and conversions to other media types. 50 copyright notice that is included in or attached to the work 58 separable from, or merely link (or bind by name) to the interfaces of, 63 to that Work or Derivative Works thereof, that is intentionally 64 submitted to Licensor for inclusion in the Work by the copyright owner 65 or by an individual or Legal Entity authorized to submit on behalf of [all …]
|
D | Android.bp | 9 // Unless required by applicable law or agreed to in writing, software 114 to: "",
|
/libnativehelper/tests/ |
D | Android.bp | 9 // Link to the non-stub version of the library to access some internal 45 // Enable warning of converting ints to void*. 46 "-Wint-to-void-pointer-cast",
|
/libnativehelper/platform_include/nativehelper/ |
D | jni_macros.h | 278 #define _NATIVEHELPER_JNI_MACRO_CAST(which_cast, to) \ argument 279 which_cast<to> 281 #define _NATIVEHELPER_JNI_MACRO_CAST(which_cast, to) \ argument 282 (to)
|