Searched refs:native (Results 1 - 25 of 84) sorted by last modified time

1234

/frameworks/wilhelm/src/
H A DAndroid.mk165 frameworks/native/include/media/openmax \
206 frameworks/native/include/media/openmax
221 frameworks/native/include/media/openmax
/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/support/renderscript/v8/rs_support/
H A DAndroid.mk118 LOCAL_C_INCLUDES += frameworks/native/include
/frameworks/ex/variablespeed/
H A DAndroid.mk36 # Build the native code, library.
/frameworks/ml/bordeaux/learning/
H A DAndroid.mk32 LOCAL_C_INCLUDES += $(LOCAL_PATH)/../native
/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
/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/native/opengl/libs/EGL/
H A Degl_object.h72 egl_object_t* native = reinterpret_cast<N*>(o); local
73 if (o && egl_object_t::get(display, native)) {
74 ref = native;
/frameworks/native/opengl/tests/EGLTest/
H A DAndroid.mk30 frameworks/native/opengl/libs \
31 frameworks/native/opengl/libs/EGL \
/frameworks/compile/mclinker/include/mcld/LD/
H A DMsgHandler.h66 pHandler.addString(pPath.native());
/frameworks/compile/mclinker/include/mcld/Support/
H A DPath.h79 const StringType &native() const function in class:mcld::sys::fs::Path
82 StringType &native() function in class:mcld::sys::fs::Path
H A DRealPath.h62 if (pX.native().size() < pY.native().size())
64 return (pX.native() < pY.native());
/frameworks/compile/mclinker/lib/CodeGen/
H A DSectLinker.cpp272 bitcode_option->path()->native(),
292 input_file_option->path()->native(),
/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp168 << pInput.path().native();
/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/
H A DCommandLine.cpp40 size_t VSize = V.native().size();
H A DDirectory.cpp49 if (m_Path.native() == ".")
50 detail::get_pwd(m_Path.native());
89 if (m_Path.native() == ".")
90 detail::get_pwd(m_Path.native());
140 m_Path.native().clear();
H A DFileHandle.cpp79 m_Handler = ::open(pPath.native().c_str(), oflag(pMode));
152 m_Path.native().clear();
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()));
H A DPath.cpp76 pPath.native()[0] == separator) {
78 unsigned int new_size = old_size + pPath.native().size();
81 strcpy(const_cast<char*>(m_PathName.data()+old_size), pPath.native().data());
84 else if(this->string()[this->native().size()-1] != separator &&
87 m_PathName.append(pPath.native());
91 m_PathName.append(pPath.native());
212 return pOS << pPath.native();
218 return pOS >> pPath.native();
224 return pOS << pPath.native();
H A DRealPath.cpp41 Path::m_PathName.assign(pPath.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/compile/mclinker/tools/llvm-mcld/
H A Dllvm-mcld.cpp560 if (0 == pInputFilename.native().compare("-"))
565 if (0 == pInputFilename.native().compare("-"))
568 pOutputFilename.assign(pInputFilename.stem().native());
571 pOutputFilename.native() += ".cbe.c";
573 pOutputFilename.native() += ".cpp";
575 pOutputFilename.native() += ".s";
580 if (0 == pInputFilename.native().compare("-"))
583 pOutputFilename.assign(pInputFilename.stem().native());
586 pOutputFilename.native() += ".obj";
588 pOutputFilename.native()
[all...]

Completed in 1511 milliseconds

1234