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

1 2 3 4 5 6 7 891011>>

  /external/llvm/include/llvm/Support/
PathV2.h 167 /// Convert path to the native form. This is used to give paths to users and
171 /// @param path A path that is transformed to native format.
173 void native(const Twine &path, SmallVectorImpl<char> &result);
  /external/webkit/Source/JavaScriptGlue/
JSObject.cpp 87 callData.native.function = nativeCallFunction;
  /external/webkit/Source/WebCore/bindings/js/
JSNodeListCustom.cpp 89 callData.native.function = callNodeList;
  /external/webkit/Source/WebCore/bridge/
runtime_method.cpp 47 // Callers will need to pass in the right global object corresponding to this native object "m".
123 callData.native.function = callRuntimeMethod;
  /hardware/qcom/media/mm-video/vidc/vdec/
Android.mk 62 libmm-vdec-inc += frameworks/native/include/media/openmax
63 libmm-vdec-inc += frameworks/native/include/media/hardware
  /hardware/qcom/media/mm-video/vidc/venc/
Android.mk 52 libmm-venc-inc += frameworks/native/include/media/hardware
53 libmm-venc-inc += frameworks/native/include/media/openmax
  /hardware/ti/omap4xxx/domx/omx_proxy_component/
Android.mk 108 frameworks/native/include/media/hardware
144 frameworks/native/include/media/hardware
  /cts/build/
test_gtest_package.mk 40 $(hide) echo Generating test description for wrapped native package $(PRIVATE_EXECUTABLE)
  /cts/tools/cts-native-scanner/
Android.mk 26 LOCAL_MODULE := cts-native-scanner
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super/d/
TSuper.d 38 .method public native toIntNative()I
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super_range/d/
TSuper.d 38 .method public native toIntNative()I
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual/d/
TSuper.d 40 .method public native toIntNative()I
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual_range/d/
TSuper.d 40 .method public native toIntNative()I
  /dalvik/vm/compiler/template/armv5te/
footer.S 10 @ Prep for the native call
48 @ native return; r10=newSaveArea
  /dalvik/vm/compiler/template/mips/
footer.S 10 # Prep for the native call
65 # native return; rBIX=newSaveArea
  /development/ndk/platforms/android-9/samples/native-activity/
Android.mk 27 # Native code.
34 $(TOPDIR)frameworks/base/native/include \
  /device/sample/products/
sample_addon.mk 1 # List of apps and optional libraries (Java and native) to put in the add-on system image.
  /device/samsung/maguro/
device.mk 25 frameworks/native/data/etc/android.hardware.telephony.gsm.xml:system/etc/permissions/android.hardware.telephony.gsm.xml
  /device/samsung/toro/
device.mk 26 frameworks/native/data/etc/android.hardware.telephony.cdma.xml:system/etc/permissions/android.hardware.telephony.cdma.xml
full_toro.mk 32 frameworks/native/data/etc/android.hardware.telephony.cdma.xml:system/etc/permissions/android.hardware.telephony.cdma.xml
  /device/samsung/toroplus/
device.mk 25 frameworks/native/data/etc/android.hardware.telephony.cdma.xml:system/etc/permissions/android.hardware.telephony.cdma.xml
  /external/chromium/chrome/browser/chromeos/notifications/
notification_panel.cc 21 #include "views/controls/native/native_view_host.h"
70 // all renderer's native gtk widgets are moved one by one via
423 // control and native controls (scroll bar).
434 views::NativeViewHost* native = new views::NativeViewHost(); local
435 scroll_view_->SetContents(native);
447 native->Attach(widget->window_contents());
466 views::NativeViewHost* native = local
468 native->Detach();
733 views::NativeViewHost* native = local
737 if (native) {
    [all...]
  /external/stlport/test/eh/
kai.mak 33 # This is to test with native STL
sunpro-64.mak 35 # This is to test with native STL
sunpro.mak 37 # This is to test with native STL

Completed in 477 milliseconds

1 2 3 4 5 6 7 891011>>