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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/JavaScriptCore/runtime/
DateConstructor.cpp 135 constructData.native.function = constructWithDateConstructor;
155 callData.native.function = callDate;
Error.cpp 184 constructData.native.function = constructThrowTypeError;
196 callData.native.function = callThrowTypeError;
  /frameworks/av/media/libmedia/
Android.mk 76 $(TOP)/frameworks/native/include/media/openmax \
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/
Android.mk 64 frameworks/native/include/media/openmax \
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/
Android.mk 85 frameworks/native/include/media/openmax \
  /frameworks/av/media/libstagefright/codecs/mp3dec/
Android.mk 68 frameworks/native/include/media/openmax \
  /frameworks/av/services/audioflinger/
Android.mk 9 # FIXME Move this library to frameworks/native
  /frameworks/base/media/mca/filterfw/jni/
Android.mk 37 include $(LOCAL_PATH)/../native/libfilterfw.mk
  /frameworks/base/media/tests/omxjpegdecoder/
Android.mk 45 $(TOP)/frameworks/native/include/media/openmax
  /hardware/invensense/libsensors_iio/software/build/android/
common.mk 54 ANDROID_INCLUDES += -I$(ANDROID_ROOT)/frameworks/native/include # Jellybean
  /libcore/
Android.mk 27 # Include the definitions to build the native code.
  /ndk/sources/cxx-stl/gabi++/src/
call_unexpected.cc 136 bool native = header->unwindHeader.exception_class == __gxx_exception_class; local
138 if (native) {
  /prebuilts/tools/common/proguard/proguard4.7/examples/
android.pro 115 # Preserve all native method names and the names of their classes.
118 native <methods>;
scala.pro 97 # Preserve all native method names and the names of their classes.
100 native <methods>;
  /sdk/emulator/qtools/
check_stack.cpp 185 // Count the number of non-native methods (ie, Java methods) on the
194 // Count the number of Java methods on the native stack
203 // Allow the native stack to have one less Java method because the
204 // native stack might be pushing a native function first.
206 printf("\nDiff at time %llu pid %d: non-native %d numMethods %d\n",
215 // as the Java methods on the native stack.
218 // Ignore native functions on the native stack.
246 const char *native = mframe->isNative ? "n" : " " local
    [all...]
  /external/libvorbis/doc/
02-bitpacking.tex 13 native word size of eight bits (octets), sixteen bits, thirty-two bits
24 purposes of the bitpacking convention, a byte implies the native,
35 convention is still well defined for any native byte size; Vorbis uses
36 the native bit-width of a given storage system. This document assumes
52 Words are native groupings of multiple bytes. Several byte orderings
  /build/core/
main.mk 877 .PHONY: java native target host java-host java-target native-host native-target \
878 java-host-tests java-target-tests native-host-tests native-target-tests \
879 java-tests native-tests host-tests target-tests
881 .PHONY: host-java target-java host-native target-native \
882 target-java-tests target-native-tests
885 host-native : native-hos
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglImp.cpp 719 EGLNativeSurfaceType nativeRead = newReadPtr->native();
720 EGLNativeSurfaceType nativeDraw = newDrawPtr->native();
721 //checking native window validity
729 //checking native pixmap validity
787 if(!currentCtx.Ptr() || !currentCtx->usingSurface(Srfc) || !EglOS::validNativeWin(dpy->nativeType(),Srfc.Ptr()->native())) {
791 EglOS::swapBuffers(dpy->nativeType(),Srfc->native());
803 EglOS::swapInterval(dpy->nativeType(),currCtx->draw()->native(),interval);
878 !EglOS::validNativeWin(nativeDisplay,read->native())) {
882 !EglOS::validNativePixmap(nativeDisplay,read->native())) {
888 !EglOS::validNativeWin(nativeDisplay,draw->native())) {
    [all...]
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_utils_gtk.cc 161 bool native) {
168 pixbuf = GtkThemeService::GetDefaultFavicon(native);
172 pixbuf = GtkThemeService::GetFolderIcon(native);
  /dalvik/vm/compiler/template/mips/
TEMPLATE_INVOKE_METHOD_CHAIN.S 8 # methodToCall is guaranteed to be non-native
  /external/webkit/Source/WebCore/bindings/js/
JSHTMLAllCollectionCustom.cpp 105 callData.native.function = callHTMLAllCollection;
JSHTMLCollectionCustom.cpp 101 callData.native.function = callHTMLCollection;
  /frameworks/compile/mclinker/lib/LD/
ELFReaderIf.cpp 121 << pInput.path().native();
  /frameworks/compile/mclinker/lib/MC/
CommandAction.cpp 29 pBuilder.createNode<InputTree::Positional>(path().stem().native(), path());
  /frameworks/compile/mclinker/unittests/
PathTest.cpp 121 EXPECT_TRUE(m_pTestee->native()=="aa/aaa");

Completed in 2342 milliseconds

1 2 3 4 5 6 7 8 91011>>