Searched refs:to (Results 1 – 11 of 11) 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 106 // both ART and JVM. All code specific to ART should go 192 // - Used to link libc++ (hence the name) but no longer does. 227 // TODO(b/170644498): Improve tooling to remove this duplication. 232 // to: "", 240 // to: "",
|
D | README.md | 27 releasing resources safer to use than the JNI specification equivalents. 28 Examples being `ScopedLocalRef` to manage the lifetime of local references and 29 `ScopedUtfChars` to manage the lifetime of Java strings in native code and 30 provide access to utf8 characters. 58 contains the glue that connects the API implementation to the ART runtime, which
|
D | libnativehelper.map.txt | 8 # JNI Invocation methods available to platform and apps.
|
D | .clang-format | 1 # Copied from art/.clang-format with IndentWidth and TabWidth modified to 4 for Cpp.
|
/libnativehelper/tests_mts/ |
D | README.md | 6 These tests do not cover the API surface relating to the binding of the ART 34 `JNI_GetDefaultJavaVMInitArgs()` behave as expected and are thus asserted to 38 `JniInvocationInit()` uses `JniInvocationGetLibrary()` to determine which 39 runtime to load (release, debug, or custom). The code responsible for that 42 `jniUninitializeConstants` is only intended to be called when the runtime is 50 global state. It would be better to have two separate test suites for these
|
D | Android.bp | 9 // Unless required by applicable law or agreed to in writing, software 17 // A large-scale-change added 'default_applicable_licenses' to import
|
/libnativehelper/include_platform_header_only/nativehelper/ |
D | jni_macros.h | 277 #define _NATIVEHELPER_JNI_MACRO_CAST(which_cast, to) \ argument 278 which_cast<to> 280 #define _NATIVEHELPER_JNI_MACRO_CAST(which_cast, to) \ argument 281 (to)
|
/libnativehelper/tests/ |
D | Android.bp | 6 // A large-scale-change added 'default_applicable_licenses' to import 39 // Enable warning of converting ints to void*. 40 "-Wint-to-void-pointer-cast", 91 // `bootstrap:true` to bypass the stub library. This test won't link when 95 // `bootstrap:true` - `test_for` ought to work but fails because the test is
|
/libnativehelper/tests/jni_gtest/ |
D | Android.bp | 4 // A large-scale-change added 'default_applicable_licenses' to import
|
/libnativehelper/tests_mts/jni/ |
D | Android.bp | 9 // Unless required by applicable law or agreed to in writing, software 17 // A large-scale-change added 'default_applicable_licenses' to import
|