HomeSort by relevance Sort by last modified time
    Searched refs:NATIVE (Results 1 - 25 of 230) sorted by null

1 2 3 4 5 6 7 8 910

  /system/libvintf/include/vintf/
HalFormat.h 30 NATIVE,
36 "native"
  /toolchain/binutils/binutils-2.25/ld/emulparams/
elf64rdos.sh 21 NATIVE=yes
elf32_x86_64.sh 23 NATIVE=yes
elf64_s390.sh 18 # in the name as if it were native.
23 NATIVE=yes
elf64_sparc.sh 26 # and "v7", "v8", "v9" in the name as if it were native.
31 NATIVE=yes
elf_k1om.sh 24 NATIVE=yes
elf_l1om.sh 24 NATIVE=yes
elf_x86_64.sh 25 NATIVE=yes
elf32bmipn32-defs.sh 25 NATIVE=yes
elf32ppccommon.sh 36 # in the name as if it were native.
40 NATIVE=yes
  /external/javassist/src/main/javassist/
Modifier.java 40 public static final int NATIVE = AccessFlag.NATIVE;
120 * Returns true if the modifiers include the <tt>native</tt>
124 return (mod & NATIVE) != 0;
  /cts/tools/dasm/src/dasm/
sym.java 39 static final int NATIVE = 42;
  /libcore/ojluni/src/main/java/java/lang/reflect/
Modifier.java 151 * {@code native} modifier, {@code false} otherwise.
155 * {@code native} modifier; {@code false} otherwise.
158 return (mod & NATIVE) != 0;
209 * volatile synchronized native strictfp
243 if ((mod & NATIVE) != 0) sb.append("native ");
306 * The {@code int} value representing the {@code native}
309 public static final int NATIVE = 0x00000100;
408 Modifier.SYNCHRONIZED | Modifier.NATIVE | Modifier.STRICT;
  /toolchain/binutils/binutils-2.25/ld/
genscripts.sh 107 # be set for any libpath-using emulation; NATIVE will be set for a
108 # libpath-using emulation where ${host} = ${target}. NATIVE
115 NATIVE=yes
123 # If the emulparams file sets NATIVE, make sure USE_LIBPATH is set also.
124 if test "x$NATIVE" = "xyes" ; then
210 # Always search $(tooldir)/lib, aka /usr/local/TARGET/lib when native
215 if [ "x${NATIVE}" = "xyes" ] ; then
224 case "${NATIVE}:${LIBPATH_SUFFIX}:${TOOL_LIB}" in
235 if [ "x${NATIVE}" = "xyes" ] ; then
  /frameworks/native/opengl/libs/EGL/
egl_object.h 71 egl_object_t* native = reinterpret_cast<N*>(o); local
72 if (o && egl_object_t::get(display, native)) {
73 ref = native;
142 // it's not hard to imagine native games accessing them.
185 template<typename NATIVE, typename EGL>
186 static inline NATIVE* egl_to_native_cast(EGL arg) {
187 return reinterpret_cast<NATIVE*>(arg);
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
ModifierTest.java 62 assertTrue(Modifier.isNative(Modifier.NATIVE));
63 assertTrue(!Modifier.isNative(-1 & ~Modifier.NATIVE));
  /device/google/contexthub/firmware/os/platform/native/
native.mk 18 LKR = os/platform/$(PLATFORM)/lkr/native.extra.lkr
45 $(info Included NATIVE platfrom)
  /external/javassist/src/main/javassist/bytecode/
AccessFlag.java 33 public static final int NATIVE = 0x0100;
  /external/javassist/src/main/javassist/compiler/
TokenId.java 46 int NATIVE = 327;
  /external/libyuv/files/
winarm.mk 10 ARFLAGS=/MACHINE:ARM /NOLOGO /SUBSYSTEM:NATIVE
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMasRequestPushMessage.java 50 oap.add(OAP_TAGID_CHARSET, charset == CharsetType.NATIVE ? CHARSET_NATIVE : CHARSET_UTF8);
  /packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
RequestPushMessage.java 51 oap.add(OAP_TAGID_CHARSET, charset == CharsetType.NATIVE ? CHARSET_NATIVE : CHARSET_UTF8);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestNativeAcos.java 88 Target target = new Target(Target.FunctionType.NATIVE, Target.ReturnType.FLOAT, relaxed);
160 Target target = new Target(Target.FunctionType.NATIVE, Target.ReturnType.FLOAT, relaxed);
232 Target target = new Target(Target.FunctionType.NATIVE, Target.ReturnType.FLOAT, relaxed);
304 Target target = new Target(Target.FunctionType.NATIVE, Target.ReturnType.FLOAT, relaxed);
383 Target target = new Target(Target.FunctionType.NATIVE, Target.ReturnType.HALF, relaxed);
459 Target target = new Target(Target.FunctionType.NATIVE, Target.ReturnType.HALF, relaxed);
535 Target target = new Target(Target.FunctionType.NATIVE, Target.ReturnType.HALF, relaxed);
611 Target target = new Target(Target.FunctionType.NATIVE, Target.ReturnType.HALF, relaxed);
TestNativeAcosh.java 88 Target target = new Target(Target.FunctionType.NATIVE, Target.ReturnType.FLOAT, relaxed);
160 Target target = new Target(Target.FunctionType.NATIVE, Target.ReturnType.FLOAT, relaxed);
232 Target target = new Target(Target.FunctionType.NATIVE, Target.ReturnType.FLOAT, relaxed);
304 Target target = new Target(Target.FunctionType.NATIVE, Target.ReturnType.FLOAT, relaxed);
383 Target target = new Target(Target.FunctionType.NATIVE, Target.ReturnType.HALF, relaxed);
459 Target target = new Target(Target.FunctionType.NATIVE, Target.ReturnType.HALF, relaxed);
535 Target target = new Target(Target.FunctionType.NATIVE, Target.ReturnType.HALF, relaxed);
611 Target target = new Target(Target.FunctionType.NATIVE, Target.ReturnType.HALF, relaxed);
TestNativeAcospi.java 88 Target target = new Target(Target.FunctionType.NATIVE, Target.ReturnType.FLOAT, relaxed);
160 Target target = new Target(Target.FunctionType.NATIVE, Target.ReturnType.FLOAT, relaxed);
232 Target target = new Target(Target.FunctionType.NATIVE, Target.ReturnType.FLOAT, relaxed);
304 Target target = new Target(Target.FunctionType.NATIVE, Target.ReturnType.FLOAT, relaxed);
383 Target target = new Target(Target.FunctionType.NATIVE, Target.ReturnType.HALF, relaxed);
459 Target target = new Target(Target.FunctionType.NATIVE, Target.ReturnType.HALF, relaxed);
535 Target target = new Target(Target.FunctionType.NATIVE, Target.ReturnType.HALF, relaxed);
611 Target target = new Target(Target.FunctionType.NATIVE, Target.ReturnType.HALF, relaxed);

Completed in 1391 milliseconds

1 2 3 4 5 6 7 8 910