Searched refs:std (Results 51 - 75 of 313) sorted by relevance

1234567891011>>

/frameworks/compile/mclinker/include/mcld/Support/
H A DFileSystem.h94 extern std::string static_library_extension;
95 extern std::string shared_library_extension;
96 extern std::string executable_extension;
97 extern std::string relocatable_extension;
98 extern std::string assembly_extension;
99 extern std::string bitcode_extension;
101 size_t canonicalize(std::string& pPathName);
108 void get_pwd(std::string& pPWD);
/frameworks/compile/mclinker/include/mcld/ADT/
H A DStringHash.h41 struct StringHash : public std::unary_function<const llvm::StringRef&, size_t>
53 struct StringHash<RS> : public std::unary_function<const llvm::StringRef&, size_t>
73 struct StringHash<JS> : public std::unary_function<const llvm::StringRef&, size_t>
90 struct StringHash<PJW> : public std::unary_function<const llvm::StringRef&, size_t>
116 struct StringHash<ELF> : public std::unary_function<const llvm::StringRef&, size_t>
137 struct StringHash<BKDR> : public std::unary_function<const llvm::StringRef&, size_t>
156 struct StringHash<SDBM> : public std::unary_function<const llvm::StringRef&, size_t>
173 struct StringHash<DJB> : public std::unary_function<const llvm::StringRef&, size_t>
191 struct StringHash<DEK> : public std::unary_function<const llvm::StringRef&, size_t>
209 struct StringHash<BP> : public std
[all...]
/frameworks/compile/libbcc/include/bcc/
H A DLinker.h72 std::string mSOName;
83 enum ErrorCode addNameSpec(const std::string &pNameSpec);
85 enum ErrorCode addObject(const std::string &pObjectPath);
91 enum ErrorCode setOutput(const std::string &pPath);
/frameworks/compile/libbcc/include/bcc/Support/
H A DFileBase.h77 std::string mName;
109 FileBase(const std::string &pFilename, unsigned pOpenFlags, unsigned pFlags);
145 inline std::string getErrorMessage() const
148 inline const std::string &getName() const
H A DInputFile.h28 InputFile(const std::string &pFilename, unsigned pFlags = 0);
/frameworks/compile/libbcc/lib/AndroidBitcode/ARM/
H A DARMABCCompilerDriver.h26 ARMABCCompilerDriver(const std::string &pTriple)
/frameworks/compile/libbcc/lib/AndroidBitcode/Mips/
H A DMipsABCCompilerDriver.h26 MipsABCCompilerDriver(const std::string &pTriple)
/frameworks/compile/libbcc/lib/AndroidBitcode/X86/
H A DX86ABCCompilerDriver.h26 X86ABCCompilerDriver(const std::string &pTriple)
/frameworks/compile/llvm-ndk-cc/
H A DCompiler.cpp53 std::string* Error,
69 void Compiler::LLVMErrorHandler(void *UserData, const std::string &Message) {
84 void Compiler::createTarget(const std::string &Triple, const std::string &CPU,
85 const std::vector<std::string> &Features) {
131 std::vector<clang::DirectoryLookup> SearchList;
176 typedef std::map<std::string, std
[all...]
H A Dllvm-ndk-link.cpp24 static llvm::cl::list<std::string>
28 static llvm::cl::list<std::string>
33 static llvm::Module* getModuleFromFilename(std::string& Filename,
35 std::string& ErrMsg) {
46 const std::string &ModuleDataLayout = M->getDataLayout();
64 static llvm::Module* linkFilesToModule(llvm::cl::list<std::string>& Inputs,
66 std::string ErrMsg;
80 const std::string &ModuleDataLayout = M->getDataLayout();
118 std::string ErrMsg;
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARM.h20 TargetLDBackend *createARMLDBackend(const llvm::Target&, const std::string&);
H A DARMTargetMachine.h25 const std::string &pTriple);
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsDiagnostic.cpp22 const std::string &pTriple)
H A DMipsTargetMachine.cpp24 const std::string& pTriple)
H A DMipsTargetMachine.h25 const std::string &pTriple);
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Diagnostic.cpp25 const std::string &pTriple)
H A DX86TargetMachine.cpp23 const std::string& pTriple)
H A DX86TargetMachine.h25 const std::string &pTriple);
/frameworks/compile/mclinker/tools/mcld/include/alone/
H A DLinker.h65 std::string mSOName;
76 enum ErrorCode addNameSpec(const std::string &pNameSpec);
78 enum ErrorCode addObject(const std::string &pObjectPath);
84 enum ErrorCode setOutput(const std::string &pPath);
/frameworks/compile/slang/
H A Dslang_utils.h34 std::string* Error);
/frameworks/compile/linkloader/utils/
H A Dserialize.h41 std::swap(array[0], array[1]);
45 std::swap(array[0], array[3]);
46 std::swap(array[1], array[2]);
50 std::swap(array[0], array[7]);
51 std::swap(array[1], array[6]);
52 std::swap(array[2], array[5]);
53 std::swap(array[3], array[4]);
/frameworks/compile/mclinker/unittests/Linker/
H A DTestLinker.h40 bool initialize(const std::string &pTriple);
53 void addSearchDir(const std::string &pPath);
58 void addObject(const std::string &pPath);
67 void addNameSpec(const std::string &pNameSpec);
69 bool setOutput(const std::string &pPath);
113 std::list<mcld::FileHandle*> m_FileHandleList;
114 std::list<mcld::MemoryArea*> m_MemAreaList;
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
H A Dstochastic_linear_ranker.cpp37 const double loss = std::max(0.0, (1 - positive_score + negative_score));
45 std::min(lambda_, loss / (gradient_norm * gradient_norm));
135 template class StochasticLinearRanker<std::string, std::hash_map<std::string, double> >;
136 template class StochasticLinearRanker<int, std::hash_map<int, double> >;
137 template class StochasticLinearRanker<uint64, std::hash_map<uint64, double> >;
/frameworks/compile/libbcc/lib/Support/
H A DOutputFile.cpp27 OutputFile *OutputFile::CreateTemporary(const std::string &pFileTemplate,
35 new (std::nothrow) char [ pFileTemplate.length() + /* .XXXXXX */7 + 1 ];
58 result = new (std::nothrow) OutputFile(tmp_filename,
80 OutputFile::OutputFile(const std::string &pFilename, unsigned pFlags)
145 new (std::nothrow) llvm::raw_fd_ostream(newfd, /* shouldClose */true);
/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DGDBJITRegistrar.cpp73 typedef llvm::DenseMap< const ObjectBuffer*, std::pair<std::size_t, jit_code_entry*> >
95 void registerObject(const ObjectBuffer* Object, std::size_t Size);
155 void GDBJITRegistrar::registerObject(const ObjectBuffer* Object, std::size_t Size) {
170 ObjectBufferMap[Object] = std::make_pair(Size, JITCodeEntry);
175 std::string Filename(gDebugDumpDirectory);
178 std::ofstream outfile(Filename.c_str(), std::ofstream::binary);
233 void registerObjectWithGDB(const ObjectBuffer* Object, std::size_t Size) {

Completed in 176 milliseconds

1234567891011>>