HomeSort by relevance Sort by last modified time
    Searched refs:native (Results 251 - 275 of 537) sorted by null

<<11121314151617181920>>

  /external/chromium_org/v8/test/mjsunit/regress/
regress-145201.js 28 // Fix some corner cases in skipping native methods using caller.
67 if (/native/i.test(caller) || /ADD/.test(caller)) {
  /external/llvm/include/llvm/Support/
Path.h 168 /// Convert path to the native form. This is used to give paths to users and
172 /// @param path A path that is transformed to native format.
174 void native(const Twine &path, SmallVectorImpl<char> &result);
  /frameworks/av/media/libstagefright/wifi-display/
VideoFormats.cpp 384 unsigned native, dummy; local
389 if (sscanf(spec, "%02x %02x ", &native, &dummy) != 2) {
393 offset += 6; // skip native and preferred-display-mode-supported
400 mNativeIndex = native >> 3;
401 mNativeType = (ResolutionType)(native & 7);
412 ALOGW("sink advertised an illegal native resolution, fortunately "
423 // 1 byte "native"
457 // Support for the native format is a great idea, the spec includes
465 ALOGI("Choosing sink's native resolution");
471 ALOGW("Sink advertised native resolution that it doesn't
    [all...]
  /frameworks/compile/mclinker/lib/LD/
ELFBinaryReader.cpp 90 std::string mangled_name = pInput.path().filename().native();
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/
Android.mk 68 libmm-vdec-inc += frameworks/native/include/media/openmax
69 libmm-vdec-inc += frameworks/native/include/media/hardware
  /hardware/qcom/media/mm-video-legacy/vidc/venc/
Android.mk 58 libmm-venc-inc += frameworks/native/include/media/hardware
59 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 41 $(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/asus/flo/camera/QCamera2/stack/mm-camera-test/
Android.mk 28 frameworks/native/include/media/openmax \
  /device/sample/products/
sample_addon.mk 1 # List of apps and optional libraries (Java and native) to put in the add-on system image.
  /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/chromium_org/chrome/browser/ui/gtk/
gtk_theme_service.h 151 // not be deleted. If |native| is true, get the GTK_STOCK version of the
153 static gfx::Image GetFolderIcon(bool native);
154 static gfx::Image GetDefaultFavicon(bool native);
  /external/chromium_org/chrome/common/extensions/docs/examples/api/nativeMessaging/app/
main.js 50 appendMessage("Connecting to native messaging host <b>" + hostName + "</b>")
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
Image.h 69 int inputPitch, const void *input, size_t outputPitch, void *output, bool native);
77 int inputPitch, const void *input, size_t outputPitch, void *output, bool native);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
egl_g3d_sync.c 103 struct pipe_screen *screen = gdpy->native->screen;
142 struct pipe_screen *screen = gdpy->native->screen;
  /external/chromium_org/v8/tools/
plot-timer-events 21 D8_PATH=`pwd`/out/native
31 echo "To build, execute 'make native' from the V8 directory"
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d_sync.c 103 struct pipe_screen *screen = gdpy->native->screen;
142 struct pipe_screen *screen = gdpy->native->screen;

Completed in 530 milliseconds

<<11121314151617181920>>