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

12 3 4 5 6 7 8 91011>>

  /frameworks/av/media/libstagefright/omx/
Android.mk 15 $(TOP)/frameworks/native/include/media/hardware \
16 $(TOP)/frameworks/native/include/media/openmax
  /frameworks/compile/mclinker/lib/MC/
SearchDirs.cpp 73 return insert(pPath.native());
92 if (file == entry.path()->stem().native() ) {
93 if(mcld::sys::fs::detail::shared_library_extension == entry.path()->extension().native()) {
105 if (file == entry.path()->stem().native() &&
106 mcld::sys::fs::detail::static_library_extension == entry.path()->extension().native()) {
136 if (file == entry.path()->stem().native() ) {
137 if(mcld::sys::fs::detail::shared_library_extension == entry.path()->extension().native()) {
149 if (file == entry.path()->stem().native() &&
150 mcld::sys::fs::detail::static_library_extension == entry.path()->extension().native()) {
  /development/ndk/platforms/android-14/samples/native-media/jni/
Android.mk 19 LOCAL_MODULE := native-media-jni
20 LOCAL_SRC_FILES := native-media-jni.c
21 # for native multimedia
25 # for native windows
  /development/ndk/platforms/android-9/samples/native-audio/jni/
Android.mk 19 LOCAL_MODULE := native-audio-jni
20 LOCAL_SRC_FILES := native-audio-jni.c
21 # for native audio
25 # for native asset manager
  /external/proguard/examples/dictionaries/
keywords.txt 37 native
  /external/proguard/examples/
midlets.pro 45 # Preserve all native method names and the names of their classes.
48 native <methods>;
  /frameworks/av/media/libstagefright/codecs/flac/enc/
Android.mk 9 frameworks/native/include/media/openmax \
  /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/httplive/
Android.mk 12 $(TOP)/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/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/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.
  /external/webkit/Source/JavaScriptCore/runtime/
CallData.h 53 } native; member in union:JSC::CallData
ConstructData.h 53 } native; member in union:JSC::ConstructData

Completed in 716 milliseconds

12 3 4 5 6 7 8 91011>>