Searched refs:native (Results 1 - 25 of 100) 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...]
/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(m_Path.native());
40 if (!Keep && "_" != m_Path.native()) {
42 llvm::sys::fs::remove(m_Path.native(), Existed);
47 if ("_" != m_Path.native())
48 llvm::sys::DontRemoveFileOnSignal(m_Path.native());
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/core/tests/hosttests/test-apps/SharedUid/32/jni/
H A DAndroid.mk30 native.cpp
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/64/jni/
H A DAndroid.mk31 native.cpp
/frameworks/compile/mclinker/include/mcld/Support/
H A DRealPath.h59 if (pX.native().size() < pY.native().size())
61 return (pX.native() < pY.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.mk32 $(TOP)/frameworks/native/include/media
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/dual/jni/
H A DAndroid.mk30 native.cpp
/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/opus/dec/
H A DAndroid.mk10 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/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/omx/
H A DAndroid.mk21 $(TOP)/frameworks/native/include/media/hardware \
22 $(TOP)/frameworks/native/include/media/openmax

Completed in 7450 milliseconds

1234