HomeSort by relevance Sort by last modified time
    Searched refs:native (Results 126 - 150 of 548) sorted by null

1 2 3 4 56 7 8 91011>>

  /device/generic/armv7-a-neon/
mini_common.mk 90 frameworks/native/data/etc/android.hardware.location.gps.xml:system/etc/permissions/android.hardware.location.gps.xml \
91 frameworks/native/data/etc/android.hardware.sensor.barometer.xml:system/etc/permissions/android.hardware.sensor.barometer.xml \
92 frameworks/native/data/etc/android.hardware.sensor.gyroscope.xml:system/etc/permissions/android.hardware.sensor.gyroscope.xml \
93 frameworks/native/data/etc/android.hardware.sensor.light.xml:system/etc/permissions/android.hardware.sensor.light.xml \
94 frameworks/native/data/etc/android.hardware.usb.accessory.xml:system/etc/permissions/android.hardware.usb.accessory.xml \
95 frameworks/native/data/etc/handheld_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml \
  /external/chromium_org/ash/display/
display_info.h 100 // The native bounds for the display. The size of this can be
127 // |configured_ui_scale_| are copied when the |another_info| isn't native one.
142 void set_native(bool native) { native_ = native; }
143 bool native() const { return native_; } function in class:ash::internal::DisplayInfo
181 // shrink) the desktop over the native display resolution (useful in
188 // True if this comes from native platform (DisplayChangeObserver).
  /external/chromium_org/base/android/jni_generator/
jni_generator.py 6 """Extracts native methods from a Java file and generates the JNI bindings.
36 """Describes a param for a method, either java or native."""
57 self.params[0].name.startswith('native')):
59 self.p0_type = self.params[0].name[len('native'):]
294 """Returns a list of dict containing information about a native method."""
300 '(?P<qualifiers>\w+\s\w+|\w+|\s+)\s*?native '
304 native = NativeMethod(
309 name=match.group('name').replace('native', ''),
312 natives += [native]
651 for native in self.natives
    [all...]
  /build/target/board/vbox_x86/
device.mk 36 $(call inherit-product, frameworks/native/build/phone-xhdpi-1024-dalvik-heap.mk)
  /cts/tools/cts-native-scanner/src/
Android.mk 18 # cts-native-scanner java library
25 LOCAL_MODULE := cts-native-scanner
  /cts/tools/cts-native-scanner/tests/
Android.mk 22 LOCAL_MODULE := cts-native-scanner-tests
24 LOCAL_JAVA_LIBRARIES := ddmlib-prebuilt tradefed-prebuilt cts-native-scanner
  /device/asus/flo/camera/QCamera2/HAL/
Android.mk 26 frameworks/native/include/media/hardware \
27 frameworks/native/include/media/openmax \
  /device/asus/flo/camera/QCamera2/HAL3/
Android.mk 21 frameworks/native/include/media/openmax \
22 frameworks/native/include \
  /external/chromium_org/net/dns/
address_sorter_posix.h 58 bool native; member in struct:net::AddressSorterPosix::SourceAddressInfo
  /external/chromium_org/remoting/host/installer/linux/
Makefile 13 CHROME_MANIFEST_DIR = $(DESTDIR)/etc/opt/chrome/native-messaging-hosts
43 install "$(NM_PROGNAME)" "$(INSTALL_DIR)/native-messaging-host"
  /external/chromium_org/v8/test/mjsunit/
debug-script.js 43 if (scripts[i].type == Debug.ScriptType.Native) {
45 // TODO(1641): Remove check for equally named native scripts once the
61 // This has to be updated if the number of native scripts change.
70 var math_script = Debug.findScript('native math.js');
71 assertEquals('native math.js', math_script.name);
72 assertEquals(Debug.ScriptType.Native, math_script.type);
75 var date_delay_script = Debug.findScript('native date.js');
76 assertEquals('native date.js', date_delay_script.name);
77 assertEquals(Debug.ScriptType.Native, date_delay_script.type);
80 var debug_delay_script = Debug.findScript('native debug.js')
    [all...]
  /external/clang/test/Sema/
pragma-pack-and-options-align.c 20 #pragma options align=native
  /external/llvm/unittests/ExecutionEngine/JIT/
Makefile 12 LINK_COMPONENTS := asmparser bitreader bitwriter jit native
  /external/v8/test/mjsunit/
debug-script.js 42 if (scripts[i].type == Debug.ScriptType.Native) {
44 // TODO(1641): Remove check for equally named native scripts once the
60 // This has to be updated if the number of native scripts change.
70 var math_script = Debug.findScript('native math.js');
71 assertEquals('native math.js', math_script.name);
72 assertEquals(Debug.ScriptType.Native, math_script.type);
75 var date_delay_script = Debug.findScript('native date.js');
76 assertEquals('native date.js', date_delay_script.name);
77 assertEquals(Debug.ScriptType.Native, date_delay_script.type);
80 var debug_delay_script = Debug.findScript('native debug.js')
    [all...]
  /frameworks/av/libvideoeditor/vss/mcs/src/
Android.mk 46 $(TOP)/frameworks/native/include/media/openmax
  /frameworks/compile/mclinker/unittests/
PathTest.cpp 121 EXPECT_TRUE(m_pTestee->native()=="aa/aaa");
125 EXPECT_TRUE(m_pTestee->native()=="aa/aaa");
129 EXPECT_TRUE(m_pTestee->native()=="aa/aaa");
133 EXPECT_TRUE(m_pTestee->native()=="aa/aaa");
  /hardware/qcom/camera/QCamera2/HAL/
Android.mk 26 frameworks/native/include/media/hardware \
27 frameworks/native/include/media/openmax \
  /hardware/qcom/camera/QCamera2/HAL3/
Android.mk 21 frameworks/native/include/media/openmax \
22 frameworks/native/include \
  /device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/test/
Android.mk 17 OMX_HEADER_DIR := frameworks/native/include/media/openmax
  /external/chromium_org/v8/tools/
linux-tick-processor 21 D8_PATH=`pwd`/out/native
31 echo "To build, execute 'make native' from the V8 directory"
  /external/proguard/examples/annotations/
examples.pro 34 # Preserve all native method names and the names of their classes.
37 native <methods>;
  /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"

Completed in 1160 milliseconds

1 2 3 4 56 7 8 91011>>