Home
last modified time | relevance | path

Searched refs:to (Results 1 – 11 of 11) sorted by relevance

/libnativehelper/
DNOTICE7 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 …]
DAndroid.bp9 // 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: "",
DREADME.md27 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
Dlibnativehelper.map.txt8 # JNI Invocation methods available to platform and apps.
D.clang-format1 # Copied from art/.clang-format with IndentWidth and TabWidth modified to 4 for Cpp.
/libnativehelper/tests_mts/
DREADME.md6 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
DAndroid.bp9 // 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/
Djni_macros.h277 #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/
DAndroid.bp6 // 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/
DAndroid.bp4 // A large-scale-change added 'default_applicable_licenses' to import
/libnativehelper/tests_mts/jni/
DAndroid.bp9 // Unless required by applicable law or agreed to in writing, software
17 // A large-scale-change added 'default_applicable_licenses' to import