HomeSort by relevance Sort by last modified time
    Searched defs:Native (Results 1 - 11 of 11) sorted by null

  /libcore/ojluni/src/main/java/java/lang/annotation/
Native.java 31 * from native code.
33 * The annotation may be used as a hint by tools that generate native
42 public @interface Native {
  /cts/hostsidetests/appsecurity/test-apps/SplitApp/src/com/android/cts/splitapp/
Native.java 19 public class Native {
24 public static native int add(int a, int b);
25 public static native String arch();
  /development/samples/SimpleJNI/src/com/example/android/simplejni/
SimpleJNI.java 29 int sum = Native.add(2, 3);
35 class Native {
42 static native int add(int a, int b);
  /frameworks/base/core/tests/hosttests/test-apps/SharedUid/32/src/com/framework/shareduid/bit32/
MainActivity.java 23 class Native {
30 static native int add(int a, int b);
39 int sum = Native.add(2, 3);
40 tv.setText("[computed by 32 bit native code] 2 + 3 = " + String.valueOf(sum));
  /frameworks/base/core/tests/hosttests/test-apps/SharedUid/64/src/com/framework/shareduid/bit64/
MainActivity.java 23 class Native {
30 static native int add(int a, int b);
39 int sum = Native.add(2, 3);
40 tv.setText("[computed by 64 bit native code] 2 + 3 = " + String.valueOf(sum));
  /frameworks/base/core/tests/hosttests/test-apps/SharedUid/dual/src/com/framework/shareduid/dual/
MainActivity.java 23 class Native {
30 static native int add(int a, int b);
39 int sum = Native.add(2, 3);
40 tv.setText("[computed by 32 bit native code] 2 + 3 = " + String.valueOf(sum));
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/jna/3.4.0/
jna-3.4.0.jar 
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Guid/
PlatformInfo.h 316 Native = 0xFF, // Native, no need to set PAD_VALUE
380 GPIO_USAGE usage; // GPIO pin used as Native mode or GPI/GPO/GPIO mode
  /external/v8/src/debug/
debug.js 63 Debug.ScriptType = { Native: 0,
578 throw %make_error(kDebugger, 'Cannot set break point in native code.');
586 if (script.type == Debug.ScriptType.Native) {
587 throw %make_error(kDebugger, 'Cannot set break point in native code.');
    [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp 622 /// The 'native' strategy is to use the architecture's provided
624 Native,
751 // We can never access structs with object members with a native
787 // Otherwise, we can use native loads and stores.
788 Kind = Native;
    [all...]
  /external/guice/extensions/persist/lib/
hsqldb.jar 

Completed in 1195 milliseconds