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

<<11121314151617181920>>

  /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
  /frameworks/av/media/libmedia/
Android.mk 78 $(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/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/60xx/libsensors_iio/software/build/android/
common.mk 54 ANDROID_INCLUDES += -I$(ANDROID_ROOT)/frameworks/native/include # Jellybean
  /hardware/qcom/camera/QCamera2/stack/mm-camera-test/
Android.mk 28 frameworks/native/include/media/openmax \
  /libcore/
Android.mk 27 # Include the definitions to build the native code.
  /ndk/sources/cxx-stl/gabi++/src/
call_unexpected.cc 137 bool native = header->unwindHeader.exception_class == __gxx_exception_class; local
139 if (native) {
  /packages/apps/Nfc/nci/jni/
RoutingManager.cpp 37 bool RoutingManager::initialize (nfc_jni_native_data* native)
41 mNativeData = 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/chromium_org/v8/test/mjsunit/
stack-traces.js 214 // Tests that a native constructor function is included in the
226 // Tests that a native conversion function is included in the
249 testTrace("testArrayNative", testArrayNative, ["Array.map (native)"]);
284 // Omitted because QuickSort has builtins object as receiver, and is non-native
290 // Omitted because ADD from runtime.js is non-native builtin.
  /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 887 .PHONY: java native target host java-host java-target native-host native-target \
888 java-host-tests java-target-tests native-host-tests native-target-tests \
889 java-tests native-tests host-tests target-tests
891 .PHONY: host-java target-java host-native target-native \
892 target-java-tests target-native-tests
895 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);
  /external/chromium_org/chrome/browser/ui/gtk/bookmarks/
bookmark_utils_gtk.cc 173 bool native) {
181 pixbuf = GtkThemeService::GetDefaultFavicon(native).ToGdkPixbuf();
185 pixbuf = GtkThemeService::GetFolderIcon(native).ToGdkPixbuf();
  /dalvik/vm/compiler/template/mips/
TEMPLATE_INVOKE_METHOD_CHAIN.S 8 # methodToCall is guaranteed to be non-native
  /external/chromium_org/chrome/browser/speech/
tts_android.cc 93 data.native = true;

Completed in 1887 milliseconds

<<11121314151617181920>>