HomeSort by relevance Sort by last modified time
    Searched refs:native (Results 101 - 125 of 381) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/proguard/examples/
applets.pro 26 # Preserve all native method names and the names of their classes.
29 native <methods>;
applications.pro 32 # Preserve all native method names and the names of their classes.
35 native <methods>;
servlets.pro 27 # Preserve all native method names and the names of their classes.
30 native <methods>;
  /external/v8/tools/
linux-tick-processor 21 D8_PATH=`pwd`/out/native
31 echo "To build, execute 'make native' from the V8 directory"
  /external/webkit/Source/JavaScriptCore/runtime/
ArrayConstructor.cpp 78 constructData.native.function = constructWithArrayConstructor;
92 callData.native.function = callArrayConstructor;
BooleanConstructor.cpp 56 constructData.native.function = constructWithBooleanConstructor;
68 callData.native.function = callBooleanConstructor;
NativeErrorConstructor.cpp 66 constructData.native.function = constructWithNativeErrorConstructor;
79 callData.native.function = callNativeErrorConstructor;
  /frameworks/av/libvideoeditor/vss/src/
Android.mk 83 $(TOP)/frameworks/native/include/media/openmax \
84 $(TOP)/frameworks/native/services/audioflinger \
  /frameworks/av/media/libmediaplayerservice/nuplayer/
Android.mk 21 $(TOP)/frameworks/native/include/media/openmax
  /frameworks/base/media/jni/mediaeditor/
Android.mk 39 $(TOP)/frameworks/native/include/media/editor \
47 $(TOP)/frameworks/native/include/media/openmax
  /hardware/libhardware/tests/camera2/
Android.mk 42 frameworks/native/include \
  /hardware/samsung_slsi/exynos5/libcamera2/
Android.mk 11 frameworks/native/include \
  /prebuilts/tools/common/proguard/proguard4.7/examples/annotations/
examples.pro 33 # Preserve all native method names and the names of their classes.
36 native <methods>;
  /prebuilts/tools/common/proguard/proguard4.7/examples/
applets.pro 35 # Preserve all native method names and the names of their classes.
38 native <methods>;
applications.pro 41 # Preserve all native method names and the names of their classes.
44 native <methods>;
  /cts/
CtsBuild.mk 17 # Test XMLs, native executables, and packages will be placed in this
23 CTS_NATIVE_TEST_SCANNER := $(HOST_OUT_EXECUTABLES)/cts-native-scanner
43 define cts-get-native-paths
  /packages/inputmethods/LatinIME/native/jni/
Android.mk 82 $(warning Making profiling version of native library)
86 $(warning Making debug version of native library)
89 $(warning Making full debug version of native library)
109 $(warning Making profiling version of native library)
113 $(warning Making debug version of native library)
  /libcore/
NativeCode.mk 17 # Definitions for building the native code needed for the core library.
36 define include-core-native-dir
63 luni/src/test/native, \
64 $(eval $(call include-core-native-dir,$(dir))))
85 dalvik/src/main/native luni/src/main/native, \
86 $(eval $(call include-core-native-dir,$(dir))))
  /external/v8/test/mjsunit/regress/
regress-1200351.js 44 eval("export Join((void), false.className(), null instanceof continue, return 'a', 0.__defineGetter__(x,function(){native}))")
52 eval("new break>>>=native.charCodeAt(-1.valueOf())")
56 eval("new Number(this > native)")
60 eval("new {native,0.2}?continue+undef:IsSmi(0.2)")
120 eval("export (new Object()?undef:native)")
140 eval("switch (-1.length+new Object().prototype.name) { case (debugger.constructor.sort()): IsPrimitive(undef.__defineSetter__(undef,function(){native})); break; }")
152 eval("native {unescape(true),new RegExp.isNull}")
160 eval("label null/void-break.__lookupGetter__(native)")
216 eval("native parseFloat(false.charAt(new RegExp))")
228 eval("new Date(native-debugger<<continue.slice(x, new RegExp))"
    [all...]
  /build/target/product/
mini.mk 41 frameworks/native/data/etc/handheld_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml \
42 frameworks/native/data/etc/android.hardware.location.gps.xml:system/etc/permissions/android.hardware.location.gps.xml \
43 frameworks/native/data/etc/android.hardware.sensor.light.xml:system/etc/permissions/android.hardware.sensor.light.xml \
44 frameworks/native/data/etc/android.hardware.sensor.barometer.xml:system/etc/permissions/android.hardware.sensor.barometer.xml \
45 frameworks/native/data/etc/android.hardware.sensor.gyroscope.xml:system/etc/permissions/android.hardware.sensor.gyroscope.xml \
46 frameworks/native/data/etc/android.hardware.usb.accessory.xml:system/etc/permissions/android.hardware.usb.accessory.xml
  /frameworks/native/opengl/libs/EGL/
egl_object.h 70 egl_object_t* native = reinterpret_cast<N*>(o); local
71 if (o && egl_object_t::get(display, native)) {
72 ref = native;
171 template<typename NATIVE, typename EGL>
172 static inline NATIVE* egl_to_native_cast(EGL arg) {
173 return reinterpret_cast<NATIVE*>(arg);
  /external/webkit/Source/WebKit/chromium/src/
WebBindings.cpp 215 Range* native = V8Range::toNative(v8Object);
216 if (!native)
219 *webRange = WebRange(native);
230 Element* native = V8Element::toNative(v8Object); local
231 if (!native)
234 *webElement = WebElement(native);
  /dalvik/vm/compiler/template/mips/
TEMPLATE_INVOKE_METHOD_NATIVE.S 32 # go ahead and transfer control to the native code
56 JALR(t9) # off to the native code
69 JALR(t9) # off to the native code
81 # native return; rBIX=newSaveArea
  /development/ndk/platforms/android-9/samples/native-activity/jni/
Android.mk 19 LOCAL_MODULE := native-activity
  /development/ndk/platforms/android-9/samples/native-plasma/jni/
Android.mk 19 LOCAL_MODULE := native-plasma

Completed in 1004 milliseconds

1 2 3 45 6 7 8 91011>>