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

1234

/frameworks/compile/mclinker/lib/MC/
H A DMCLDDirectory.cpp27 m_bInSysroot = ('=' == Directory::m_Path.native()[0]);
31 Directory::m_Path.native().erase(Directory::m_Path.native().begin());
41 m_bInSysroot = ('=' == Directory::m_Path.native()[0]);
45 Directory::m_Path.native().erase(Directory::m_Path.native().begin());
55 m_bInSysroot = ('=' == Directory::m_Path.native()[0]);
59 Directory::m_Path.native().erase(Directory::m_Path.native().begin());
70 m_bInSysroot = ('=' == Directory::m_Path.native()[
[all...]
H A DSearchDirs.cpp73 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()) {
/frameworks/compile/mclinker/lib/Support/
H A DRealPath.cpp41 Path::m_PathName.assign(pPath.native());
53 path_name.native() += preferred_separator;
54 path_name.native() += m_PathName;
55 detail::canonicalize(path_name.native());
56 m_PathName = path_name.native();
H A DToolOutputFile.cpp31 if ("-" != m_Path.native())
32 llvm::sys::RemoveFileOnSignal(llvm::sys::Path(m_Path.native()));
40 if (!Keep && "_" != m_Path.native())
41 llvm::sys::Path(m_Path.native()).eraseFromDisk();
45 if ("_" != m_Path.native())
46 llvm::sys::DontRemoveFileOnSignal(llvm::sys::Path(m_Path.native()));
H A DHandleToArea.cpp25 llvm::StringRef(pHandle->path().native().c_str(),
26 pHandle->path().native().size()));
45 llvm::StringRef(pPath.native().c_str(),
46 pPath.native().size()));
62 unsigned int hash_value = HashFunction()(llvm::StringRef(pPath.native().c_str(),
63 pPath.native().size()));
80 unsigned int hash_value = HashFunction()(llvm::StringRef(pPath.native().c_str(),
81 pPath.native().size()));
H A DPath.cpp102 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/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/av/drm/mediadrm/plugins/mock/
H A DAndroid.mk31 $(TOP)/frameworks/native/include/media
/frameworks/av/media/libstagefright/omx/
H A DAndroid.mk16 $(TOP)/frameworks/native/include/media/hardware \
17 $(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/gsm/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/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
181 $(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 \

Completed in 446 milliseconds

1234