Searched refs:std (Results 201 - 225 of 313) sorted by relevance

1234567891011>>

/frameworks/compile/libbcc/include/bcc/Support/
H A DFile.h50 File(const std::string &pFilename, unsigned pFlags)
/frameworks/compile/libbcc/lib/Core/
H A DCompiler.cpp101 const std::string &triple = pConfig.getTriple();
162 target_data = new (std::nothrow) llvm::TargetData(*mTarget->getTargetData());
288 target_data = new (std::nothrow) llvm::TargetData(*mTarget->getTargetData());
340 std::string error;
H A DLinker.cpp90 const std::string &triple = pConfig.getTriple();
168 enum Linker::ErrorCode Linker::addNameSpec(const std::string &pNameSpec) {
207 enum Linker::ErrorCode Linker::addObject(const std::string &pObjectPath) {
296 enum Linker::ErrorCode Linker::setOutput(const std::string &pPath) {
/frameworks/compile/libbcc/lib/Renderscript/runtime/
H A Dbuild_bc_lib.mk27 -std=c99 \
/frameworks/compile/linkloader/include/impl/
H A DELFSymbol.hxx35 size_t const index = shtab.getByName(std::string(".strtab"))->getIndex();
108 using namespace std;
177 std::max((size_t)getValue(), sizeof(void*)),
182 my_addr = memalign(std::max((size_t)getValue(), sizeof(void *)),
/frameworks/compile/mclinker/include/mcld/LD/
H A DStringUnorderedMap.h12 // For std::allocate.
60 typename Allocator = std::allocator<std::pair<KeyType, ValueType> > >
87 std::pair<KeyType, ValueType>
141 std::memset(tmpTable, 0, pCapacity * sizeof(HashEntry*));
/frameworks/compile/mclinker/include/mcld/MC/
H A DAttributeFactory.h29 typedef std::vector<Attribute*> AttrSet;
H A DMCLinker.h127 LDSection& createSectHdr(const std::string& pName,
134 LDSection& getOrCreateOutputSectHdr(const std::string& pName,
263 typedef std::set<LDSymbol*> ForceLocalSymbolTable;
264 typedef std::vector<LDSymbol*> OutputSymbolTable;
/frameworks/compile/mclinker/include/mcld/Support/
H A DRealPath.h52 namespace std { namespace
68 } // namespace of std
/frameworks/compile/mclinker/lib/LD/
H A DMsgHandler.cpp37 void MsgHandler::addString(const std::string& pStr) const
/frameworks/compile/mclinker/lib/MC/
H A DMCLDInfo.cpp23 MCLDInfo::MCLDInfo(const std::string& pTripleString,
/frameworks/compile/mclinker/lib/Support/
H A Draw_ostream.cpp16 std::string &pErrorInfo,
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86GOT.cpp43 Entry = new (std::nothrow) GOTEntry(0, X86GOTEntrySize,
/frameworks/compile/slang/
H A Dslang_rs_pragma_handler.h47 virtual void handleItem(const std::string &Item) { return; }
H A Dslang_rs_export_foreach.h40 std::string mName;
85 inline const std::string &getName() const {
/frameworks/base/media/mca/filterfw/native/core/
H A Dtime_util.cpp44 NamedStopWatch::NamedStopWatch(const std::string& name)
H A Dgl_env.cpp44 for (std::map<int, SurfaceWindowPair>::iterator it = surfaces_.begin();
57 for (std::map<int, EGLContext>::iterator it = contexts_.begin();
255 for (std::map<int, SurfaceWindowPair>::iterator it = surfaces_.begin();
297 bool GLEnv::CheckGLError(const std::string& op) {
308 bool GLEnv::CheckEGLError(const std::string& op) {
/frameworks/compile/libbcc/bcinfo/
H A DMetadataExtractor.cpp223 std::string Relaxed("rs_fp_relaxed");
224 std::string Imprecise("rs_fp_imprecise");
225 std::string Full("rs_fp_full");
256 const std::string PrecisionPropName("debug.rs.precision");
415 std::string error;
/frameworks/compile/mclinker/lib/CodeGen/
H A DLLVMTargetMachine.cpp97 const std::string& pTriple )
188 const std::string& pOutputFilename,
265 const std::string& pOutputFilename,
310 const std::string& pOutputFilename,
347 const std::string &pOutputFilename,
/frameworks/base/media/mca/filterfw/jni/
H A Djni_shader_program.cpp81 const std::string c_key = ToCppString(env, key);
94 const std::string c_key = ToCppString(env, key);
103 std::vector<const GLFrame*> input_frames;
278 const std::string attr_string = ToCppString(env, attr_name);
310 const std::string attr_string = ToCppString(env, attr_name);
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp99 std::vector<Type*>().swap(TypeList);
103 std::vector<AttrListPtr>().swap(MAttributes);
104 std::vector<BasicBlock*>().swap(FunctionBBs);
105 std::vector<Function*>().swap(FunctionsWithBodies);
114 /// ConvertToString - Convert a string from a record into an std::string, return
265 ResolveConstants.push_back(std::make_pair(PHC, Idx));
320 std::sort(ResolveConstants.begin(), ResolveConstants.end());
358 std::lower_bound(ResolveConstants.begin(), ResolveConstants.end(),
359 std::pair<Constant*, unsigned>(cast<Constant>(*I),
663 std
[all...]
/frameworks/compile/libbcc/lib/Support/
H A DFileBase.cpp30 FileBase::FileBase(const std::string &pFilename,
211 android::FileMap *map = new (std::nothrow) android::FileMap();
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMGOT.cpp36 Entry = new (std::nothrow) GOTEntry(0, ARMGOTEntrySize,
69 Entry = new (std::nothrow) GOTEntry(0, ARMGOTEntrySize,
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOT.cpp34 new (std::nothrow) GOTEntry(0, MipsGOTEntrySize, &m_SectionData);
97 new (std::nothrow) GOTEntry(0, MipsGOTEntrySize, &m_SectionData);
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSInfoReader.cpp62 pResult.push(std::make_pair(id, sha1));
86 pResult.push(std::make_pair(key, value));
151 pResult.push(std::make_pair(name, pItem.signature));
257 result = new (std::nothrow) RSInfo(header->strPoolSize);

Completed in 2002 milliseconds

1234567891011>>