Searched refs:native (Results 1 - 25 of 84) sorted by relevance

1234

/frameworks/base/cmds/system_server/library/
H A DAndroid.mk8 native = $(LOCAL_PATH)/../../../../native macro
11 $(native)/services/sensorservice \
12 $(native)/services/surfaceflinger \
/frameworks/compile/mclinker/lib/MC/
H A DMCLDDirectory.cpp26 m_bInSysroot = ('=' == Directory::m_Path.native()[0]);
30 Directory::m_Path.native().erase(Directory::m_Path.native().begin());
40 m_bInSysroot = ('=' == Directory::m_Path.native()[0]);
44 Directory::m_Path.native().erase(Directory::m_Path.native().begin());
54 m_bInSysroot = ('=' == Directory::m_Path.native()[0]);
58 Directory::m_Path.native().erase(Directory::m_Path.native().begin());
69 m_bInSysroot = ('=' == Directory::m_Path.native()[
[all...]
H A DSearchDirs.cpp61 if (file == entry.path()->stem().native() ) {
62 if(mcld::sys::fs::detail::shared_library_extension == entry.path()->extension().native()) {
74 if (file == entry.path()->stem().native() &&
75 mcld::sys::fs::detail::static_library_extension == entry.path()->extension().native()) {
/frameworks/compile/mclinker/lib/Support/Unix/
H A DFileSystem.inc29 return ::open(pPath.native().c_str(), pOFlag);
34 return ::open(pPath.native().c_str(), pOFlag, pPerm);
/frameworks/base/media/mca/filterpacks/
H A DAndroid.mk26 LOCAL_SRC_FILES := native/base/geometry.cpp \
27 native/base/time_util.cpp
44 LOCAL_SRC_FILES += native/imageproc/brightness.c \
45 native/imageproc/contrast.c \
46 native/imageproc/invert.c \
47 native/imageproc/to_rgba.c
/frameworks/av/media/libstagefright/colorconversion/
H A DAndroid.mk9 $(TOP)/frameworks/native/include/media/openmax \
/frameworks/av/media/libstagefright/matroska/
H A DAndroid.mk9 $(TOP)/frameworks/native/include/media/openmax \
/frameworks/compile/mclinker/lib/Support/
H A DHandleToArea.cpp24 llvm::StringRef(pHandle->path().native().c_str(),
25 pHandle->path().native().size()));
44 llvm::StringRef(pPath.native().c_str(),
45 pPath.native().size()));
61 unsigned int hash_value = HashFunction()(llvm::StringRef(pPath.native().c_str(),
62 pPath.native().size()));
79 unsigned int hash_value = HashFunction()(llvm::StringRef(pPath.native().c_str(),
80 pPath.native().size()));
/frameworks/av/media/libstagefright/omx/
H A DAndroid.mk14 $(TOP)/frameworks/native/include/media/hardware \
15 $(TOP)/frameworks/native/include/media/openmax
/frameworks/compile/mclinker/include/mcld/Support/
H A DRealPath.h62 if (pX.native().size() < pY.native().size())
64 return (pX.native() < pY.native());
/frameworks/av/media/libstagefright/codecs/flac/enc/
H A DAndroid.mk9 frameworks/native/include/media/openmax \
/frameworks/av/media/libstagefright/codecs/g711/dec/
H A DAndroid.mk9 frameworks/native/include/media/openmax
/frameworks/av/media/libstagefright/codecs/raw/
H A DAndroid.mk9 frameworks/native/include/media/openmax
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
H A DAndroid.mk10 frameworks/native/include/media/openmax \
/frameworks/av/media/libstagefright/httplive/
H A DAndroid.mk12 $(TOP)/frameworks/native/include/media/openmax \
/frameworks/av/media/libstagefright/mpeg2ts/
H A DAndroid.mk14 $(TOP)/frameworks/native/include/media/openmax
/frameworks/av/media/libstagefright/omx/tests/
H A DAndroid.mk12 $(TOP)/frameworks/native/include/media/openmax
/frameworks/base/core/tests/coretests/apks/
H A DFrameworkCoreTests_apk.mk10 # Every package should have a native library
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/
H A DAndroid.mk19 # 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/
H A DAndroid.mk11 LOCAL_PACKAGE_NAME := native-media
/frameworks/wilhelm/tests/native-media/jni/
H A DAndroid.mk7 LOCAL_SRC_FILES := native-media-jni.c
/frameworks/av/cmds/stagefright/
H A DAndroid.mk17 $(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
/frameworks/av/media/libstagefright/codecs/avc/enc/
H A DAndroid.mk28 $(TOP)/frameworks/native/include/media/openmax
44 frameworks/native/include/media/hardware \
45 frameworks/native/include/media/openmax \
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DAndroid.mk34 $(TOP)/frameworks/native/include/media/openmax
47 frameworks/native/include/media/openmax \
48 frameworks/native/include/media/hardware \
/frameworks/ml/bordeaux/learning/multiclass_pa/
H A DAndroid.mk19 # Build native code
27 LOCAL_SRC_FILES := native/multiclass_pa.cpp \
34 LOCAL_C_INCLUDES += $(LOCAL_PATH)/../native

Completed in 409 milliseconds

1234