Home
last modified time | relevance | path

Searched refs:native (Results 1 – 25 of 147) sorted by relevance

123456

/frameworks/compile/mclinker/lib/MC/
DMCLDDirectory.cpp27 m_bInSysroot = ('=' == Directory::m_Path.native()[0]); in MCLDDirectory()
31 Directory::m_Path.native().erase(Directory::m_Path.native().begin()); in MCLDDirectory()
41 m_bInSysroot = ('=' == Directory::m_Path.native()[0]); in MCLDDirectory()
45 Directory::m_Path.native().erase(Directory::m_Path.native().begin()); in MCLDDirectory()
55 m_bInSysroot = ('=' == Directory::m_Path.native()[0]); in MCLDDirectory()
59 Directory::m_Path.native().erase(Directory::m_Path.native().begin()); in MCLDDirectory()
70 m_bInSysroot = ('=' == Directory::m_Path.native()[0]); in assign()
74 Directory::m_Path.native().erase(Directory::m_Path.native().begin()); in assign()
96 std::string old_path = Directory::m_Path.native(); in setSysroot()
97 Directory::m_Path.native() = pSysroot.native(); in setSysroot()
[all …]
DSearchDirs.cpp73 return insert(pPath.native()); in insert()
92 if (file == entry.path()->stem().native() ) { in find()
93 … if(mcld::sys::fs::detail::shared_library_extension == entry.path()->extension().native()) { in find()
105 if (file == entry.path()->stem().native() && in find()
106 mcld::sys::fs::detail::static_library_extension == entry.path()->extension().native()) { in find()
136 if (file == entry.path()->stem().native() ) { in find()
137 … if(mcld::sys::fs::detail::shared_library_extension == entry.path()->extension().native()) { in find()
149 if (file == entry.path()->stem().native() && in find()
150 mcld::sys::fs::detail::static_library_extension == entry.path()->extension().native()) { in find()
/frameworks/base/media/mca/filterpacks/
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/compile/mclinker/lib/Support/
DHandleToArea.cpp25 llvm::StringRef(pHandle->path().native().c_str(), in push_back()
26 pHandle->path().native().size())); in push_back()
45 llvm::StringRef(pPath.native().c_str(), in erase()
46 pPath.native().size())); in erase()
62 unsigned int hash_value = HashFunction()(llvm::StringRef(pPath.native().c_str(), in findFirst()
63 pPath.native().size())); in findFirst()
80 unsigned int hash_value = HashFunction()(llvm::StringRef(pPath.native().c_str(), in findFirst()
81 pPath.native().size())); in findFirst()
DRealPath.cpp41 Path::m_PathName.assign(pPath.native()); in assign()
53 path_name.native() += preferred_separator; in initialize()
54 path_name.native() += m_PathName; in initialize()
55 detail::canonicalize(path_name.native()); in initialize()
56 m_PathName = path_name.native(); in initialize()
DToolOutputFile.cpp31 if ("-" != m_Path.native()) in CleanupInstaller()
32 llvm::sys::RemoveFileOnSignal(llvm::sys::Path(m_Path.native())); in CleanupInstaller()
40 if (!Keep && "_" != m_Path.native()) in ~CleanupInstaller()
41 llvm::sys::Path(m_Path.native()).eraseFromDisk(); in ~CleanupInstaller()
45 if ("_" != m_Path.native()) in ~CleanupInstaller()
46 llvm::sys::DontRemoveFileOnSignal(llvm::sys::Path(m_Path.native())); in ~CleanupInstaller()
DPath.cpp102 pPath.native()[0] == separator) { in append()
104 unsigned int new_size = old_size + pPath.native().size(); in append()
107 strcpy(const_cast<ValueType*>(m_PathName.data()+old_size), pPath.native().data()); in append()
110 else if(this->native()[this->native().size()-1] != separator && in append()
111 pPath.native()[0] != separator) { in append()
113 m_PathName.append(pPath.native()); in append()
117 m_PathName.append(pPath.native()); in append()
/frameworks/native/opengl/specs/
DEGL_ANDROID_native_fence_sync.txt40 associated with a native synchronization fence object that is referenced
44 referring to the native fence object.
46 This extension assumes the existence of a native fence synchronization
47 object that behaves similarly to an EGL fence sync object. These native
50 native object's signal status may not change again.
89 "If <type> is EGL_SYNC_NATIVE_FENCE_ANDROID, an EGL native fence sync
92 must be set to either a file descriptor that refers to a native fence
95 The default values for the EGL native fence sync object attributes are as
108 attribute is set to reflect the signal status of the native fence object.
115 "When a fence sync object is created or when an EGL native fence sync
[all …]
DEGL_ANDROID_presentation_time.txt42 an EGLSurface, allowing the native window system to use it.
78 nanoseconds, but the exact meaning of the time depends on the native
90 visible, but if the color buffer is subsequently posted to a native window
91 or copied to a native pixmap then the presentation time of the surface at
92 that time may be passed along for the native window system to use.
113 System.nanoTime() method, or from the native clock_gettime function by
/frameworks/av/cmds/stagefright/
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/compile/mclinker/include/mcld/Support/
DRealPath.h62 if (pX.native().size() < pY.native().size())
64 return (pX.native() < pY.native());
DPath.h76 const StringType& native() const { return m_PathName; } in native() function
77 StringType& native() { return m_PathName; } in native() function
115 return pOS << pPath.native();
122 return pOS >> pPath.native();
128 return pOS << pPath.native();
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/
DAndroid.mk27 LOCAL_SRC_FILES := native/stochastic_linear_ranker.cpp \
28 native/sparse_weight_vector.cpp \
35 LOCAL_C_INCLUDES += $(LOCAL_PATH)/../native
/frameworks/av/media/libstagefright/codecs/avc/enc/
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/
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/
DAndroid.mk27 LOCAL_SRC_FILES := native/multiclass_pa.cpp \
34 LOCAL_C_INCLUDES += $(LOCAL_PATH)/../native
/frameworks/compile/mclinker/unittests/
DPathTest.cpp121 EXPECT_TRUE(m_pTestee->native()=="aa/aaa"); in TEST_F()
125 EXPECT_TRUE(m_pTestee->native()=="aa/aaa"); in TEST_F()
129 EXPECT_TRUE(m_pTestee->native()=="aa/aaa"); in TEST_F()
133 EXPECT_TRUE(m_pTestee->native()=="aa/aaa"); in TEST_F()
/frameworks/av/libvideoeditor/lvpp/
DAndroid.mk82 $(TOP)/frameworks/native/include/media/editor \
83 $(TOP)/frameworks/native/include/media/openmax \
84 $(TOP)/frameworks/native/services/audioflinger
/frameworks/av/media/libstagefright/omx/
DAndroid.mk16 $(TOP)/frameworks/native/include/media/hardware \
17 $(TOP)/frameworks/native/include/media/openmax
/frameworks/native/opengl/tests/EGLTest/
DAndroid.mk31 frameworks/native/opengl/libs \
32 frameworks/native/opengl/libs/EGL \
/frameworks/native/opengl/tools/glgen/stubs/jsr239/
DGL11ImplHeader.java-impl15 // Private accessors for native code
17 native private static void _nativeClassInit();
/frameworks/compile/mclinker/tools/llvm-mcld/
Dllvm-mcld.cpp865 if (0 == pInputFilename.native().compare("-")) in GetOutputStream()
870 if (0 == pInputFilename.native().compare("-")) in GetOutputStream()
873 pOutputFilename.assign(pInputFilename.stem().native()); in GetOutputStream()
876 pOutputFilename.native() += ".cbe.c"; in GetOutputStream()
878 pOutputFilename.native() += ".cpp"; in GetOutputStream()
880 pOutputFilename.native() += ".s"; in GetOutputStream()
885 if (0 == pInputFilename.native().compare("-")) in GetOutputStream()
888 pOutputFilename.assign(pInputFilename.stem().native()); in GetOutputStream()
891 pOutputFilename.native() += ".obj"; in GetOutputStream()
893 pOutputFilename.native() += ".o"; in GetOutputStream()
[all …]
/frameworks/av/media/libstagefright/rtsp/
DAndroid.mk24 $(TOP)/frameworks/native/include/media/openmax \
50 $(TOP)/frameworks/native/include/media/openmax
/frameworks/av/media/libstagefright/
DAndroid.mk63 $(TOP)/frameworks/native/include/media/hardware \
64 $(TOP)/frameworks/native/include/media/openmax \
65 $(TOP)/frameworks/native/services/connectivitymanager \
/frameworks/webview/chromium/
Dproguard.flags12 # Keep the native methods bound to plat_support.
14 native <methods>;
28 native <methods>;
40 native <methods>;

123456