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

1 23 4 5 6 7 8 91011>>

  /frameworks/av/media/libstagefright/codecs/g711/dec/
Android.mk 9 frameworks/native/include/media/openmax
  /frameworks/av/media/libstagefright/codecs/gsm/dec/
Android.mk 9 frameworks/native/include/media/openmax \
  /frameworks/av/media/libstagefright/codecs/raw/
Android.mk 9 frameworks/native/include/media/openmax
  /frameworks/av/media/libstagefright/codecs/vorbis/dec/
Android.mk 10 frameworks/native/include/media/openmax \
  /frameworks/av/media/libstagefright/mpeg2ts/
Android.mk 14 $(TOP)/frameworks/native/include/media/openmax
  /frameworks/av/media/libstagefright/omx/tests/
Android.mk 12 $(TOP)/frameworks/native/include/media/openmax
  /frameworks/base/core/tests/coretests/apks/
FrameworkCoreTests_apk.mk 10 # Every package should have a native library
  /frameworks/compile/mclinker/lib/Support/
Path.cpp 102 pPath.native()[0] == separator) {
104 unsigned int new_size = old_size + pPath.native().size();
107 strcpy(const_cast<ValueType*>(m_PathName.data()+old_size), pPath.native().data());
110 else if(this->native()[this->native().size()-1] != separator &&
111 pPath.native()[0] != separator) {
113 m_PathName.append(pPath.native());
117 m_PathName.append(pPath.native());
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/
Android.mk 19 # Build native code
27 LOCAL_SRC_FILES := native/stochastic_linear_ranker.cpp \
28 native/sparse_weight_vector.cpp \
35 LOCAL_C_INCLUDES += $(LOCAL_PATH)/../native
  /frameworks/wilhelm/tests/native-media/
Android.mk 11 LOCAL_PACKAGE_NAME := native-media
  /frameworks/wilhelm/tests/native-media/jni/
Android.mk 7 LOCAL_SRC_FILES := native-media-jni.c
  /hardware/qcom/media/libc2dcolorconvert/
Android.mk 10 $(TOP)/frameworks/native/include/media/openmax \
  /prebuilts/tools/common/proguard/proguard4.7/examples/dictionaries/
keywords.txt 37 native
  /prebuilts/tools/common/proguard/proguard4.7/examples/
midlets.pro 56 # Preserve all native method names and the names of their classes.
59 native <methods>;
  /dalvik/vm/
Ddm.h 69 * @param native false for an HPSG chunk, true for an NHSG chunk
73 bool dvmDdmHandleHpsgNhsgChunk(int when, int what, bool native);
  /external/llvm/tools/lli/
Makefile 15 LINK_COMPONENTS := mcjit jit instrumentation interpreter nativecodegen bitreader asmparser irreader selectiondag native
  /external/stlport/stlport/stl/
_epilog.h 31 * Looks like the compiler native library on which STLport rely defined the std macro.
35 # error Incompatible native Std library.
  /frameworks/av/cmds/stagefright/
Android.mk 17 $(TOP)/frameworks/native/include/media/openmax \
41 $(TOP)/frameworks/native/include/media/openmax
64 $(TOP)/frameworks/native/include/media/openmax
88 $(TOP)/frameworks/native/include/media/openmax
111 $(TOP)/frameworks/native/include/media/openmax
134 $(TOP)/frameworks/native/include/media/openmax
158 $(TOP)/frameworks/native/include/media/openmax
181 $(TOP)/frameworks/native/include/media/openmax
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_epilog.h 31 * Looks like the compiler native library on which STLport rely defined the std macro.
35 # error Incompatible native Std library.
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_epilog.h 31 * Looks like the compiler native library on which STLport rely defined the std macro.
35 # error Incompatible native Std library.
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_epilog.h 31 * Looks like the compiler native library on which STLport rely defined the std macro.
35 # error Incompatible native Std library.
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_epilog.h 31 * Looks like the compiler native library on which STLport rely defined the std macro.
35 # error Incompatible native Std library.
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_epilog.h 31 * Looks like the compiler native library on which STLport rely defined the std macro.
35 # error Incompatible native Std library.
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_epilog.h 31 * Looks like the compiler native library on which STLport rely defined the std macro.
35 # error Incompatible native Std library.
  /device/lge/mako/
device.mk 87 frameworks/native/data/etc/handheld_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml \
88 frameworks/native/data/etc/android.hardware.camera.flash-autofocus.xml:system/etc/permissions/android.hardware.camera.flash-autofocus.xml \
89 frameworks/native/data/etc/android.hardware.camera.front.xml:system/etc/permissions/android.hardware.camera.front.xml \
90 frameworks/native/data/etc/android.hardware.location.gps.xml:system/etc/permissions/android.hardware.location.gps.xml \
91 frameworks/native/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml \
92 frameworks/native/data/etc/android.hardware.wifi.direct.xml:system/etc/permissions/android.hardware.wifi.direct.xml \
93 frameworks/native/data/etc/android.hardware.sensor.proximity.xml:system/etc/permissions/android.hardware.sensor.proximity.xml \
94 frameworks/native/data/etc/android.hardware.sensor.light.xml:system/etc/permissions/android.hardware.sensor.light.xml \
95 frameworks/native/data/etc/android.hardware.sensor.gyroscope.xml:system/etc/permissions/android.hardware.sensor.gyroscope.xml \
96 frameworks/native/data/etc/android.hardware.sensor.barometer.xml:system/etc/permissions/android.hardware.sensor.baro (…)
    [all...]

Completed in 880 milliseconds

1 23 4 5 6 7 8 91011>>