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

1 2 3 4 5 67 8 91011>>

  /external/webkit/Source/JavaScriptCore/API/
JSCallbackFunction.cpp 77 callData.native.function = call;
  /external/webkit/Source/WebCore/bindings/js/
JSAudioConstructor.cpp 75 constructData.native.function = constructAudio;
JSImageConstructor.cpp 74 constructData.native.function = constructImage;
JSPluginElementFunctions.cpp 183 callData.native.function = callPlugin;
190 callData.native.function = callPlugin;
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
JSNPMethod.cpp 77 callData.native.function = callMethod;
  /frameworks/av/media/libstagefright/
Android.mk 63 $(TOP)/frameworks/native/include/media/hardware \
64 $(TOP)/frameworks/native/include/media/openmax \
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
Android.mk 45 $(TOP)/frameworks/native/include/media/openmax
62 frameworks/native/include/media/openmax
  /frameworks/av/media/libstagefright/wifi-display/
VideoFormats.cpp 268 unsigned native, dummy; local
273 if (sscanf(spec, "%02x %02x ", &native, &dummy) != 2) {
277 offset += 6; // skip native and preferred-display-mode-supported
284 mNativeIndex = native >> 3;
285 mNativeType = (ResolutionType)(native & 7);
296 ALOGW("sink advertised an illegal native resolution, fortunately "
307 // 1 byte "native"
337 // Support for the native format is a great idea, the spec includes
345 ALOGI("Choosing sink's native resolution");
351 ALOGW("Sink advertised native resolution that it doesn't
    [all...]
  /frameworks/base/native/
copy-to-ndk.sh 8 local SRC_HEADERS=$ANDROID_BUILD_TOP/frameworks/native/include/android
  /hardware/ti/omap4xxx/camera/
Android.mk 66 frameworks/native/include/media/hardware \
67 frameworks/native/include/media/openmax \
  /packages/apps/Nfc/nci/jni/
NfcTag.h 69 ** native: Native data.
73 void initialize (nfc_jni_native_data* native);
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglMacApi.cpp 179 if(read->native() != draw->native()) return false;
182 nsWindowMakeCurrent(ctx,draw->native());
189 nsPBufferMakeCurrent(ctx,draw->native(),mipmapLevel);
EglSurface.h 38 EGLNativeSurfaceType native(){return m_native;} function in class:EglSurface
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_INVOKE_METHOD_NATIVE.S 27 @ go ahead and transfer control to the native code
52 blx r8 @ off to the native code
60 @ native return; r10=newSaveArea
  /cts/tests/tests/mediastress/jni/
Android.mk 23 LOCAL_SRC_FILES := native-media-jni.cpp
  /cts/tests/tests/openglperf/jni/
Android.mk 25 LOCAL_C_INCLUDES := $(JNI_H_INCLUDE) $(call include-path-for, system-core) frameworks/native/opengl/include
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_direct/d/
T_invoke_direct_9.d 37 .method private native toInt()I
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_direct_range/d/
T_invoke_direct_range_9.d 37 .method private native toInt()I
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_static/d/
T_invoke_static_6.d 27 .method public static native test()V
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_static_range/d/
T_invoke_static_range_6.d 27 .method public static native test()V
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual/d/
T_invoke_virtual_4.d 32 .method public native test()V
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual_range/d/
T_invoke_virtual_range_4.d 32 .method public native test()V
  /external/chromium/chrome/browser/ui/gtk/
gtk_theme_service.h 137 // be unreffed. If |native| is true, get the GTK_STOCK version of the icon.
138 static GdkPixbuf* GetFolderIcon(bool native);
139 static GdkPixbuf* GetDefaultFavicon(bool native);
  /external/e2fsprogs/lib/ext2fs/
Android.mk 48 native.c \
  /external/stlport/test/eh/
deccxx.mak 42 # This is to test with native STL

Completed in 738 milliseconds

1 2 3 4 5 67 8 91011>>