Searched refs:std (Results 251 - 275 of 313) sorted by relevance

<<111213

/frameworks/compile/mclinker/lib/MC/
H A DInputTree.cpp46 const std::string& pNamespec,
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.h183 std::vector<LDSymbol*> m_GlobalGOTSyms;
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86GOTPLT.cpp35 Entry = new (std::nothrow) GOTEntry(0, X86GOTPLTEntrySize,
/frameworks/compile/slang/
H A Dslang_rs_backend.cpp301 const std::string HelperFunctionName(".helper_" + EF->getName());
310 std::vector<llvm::Type*> HelperFunctionParameterTys;
335 std::vector<llvm::Type*> Params;
475 std::string StructInfoMetadataName("%");
H A Dslang_rs_object_ref_count.cpp95 std::list<clang::Stmt*> &StmtList, clang::SourceLocation Loc) {
102 std::list<clang::Stmt*>::const_iterator I = StmtList.begin();
103 std::list<clang::Stmt*>::const_iterator E = StmtList.end();
123 std::list<clang::Stmt*> &StmtList) {
146 std::list<clang::Stmt*>::const_iterator I = StmtList.begin();
147 std::list<clang::Stmt*>::const_iterator E = StmtList.end();
158 std::list<clang::Stmt*>::const_iterator I = StmtList.begin();
159 std::list<clang::Stmt*>::const_iterator E = StmtList.end();
206 std::stack<clang::Stmt*> mReplaceStmtStack;
226 std
[all...]
H A Dslang_rs_export_func.cpp71 std::string Id(DUMMY_RS_TYPE_NAME_PREFIX"helper_func_param:");
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_context.h90 std::map<EGLContext, GLTraceContext*> mPerContextState;
/frameworks/native/opengl/tests/lib/
H A DglTestLib.cpp34 using namespace std;
/frameworks/base/media/mca/filterfw/native/core/
H A Dgeometry.cpp27 return std::sqrt(x_ * x_ + y_ * y_);
H A Dgl_frame.cpp206 std::vector<const GLFrame*> sources;
377 std::vector<const GLFrame*> sources;
/frameworks/base/tests/DumpRenderTree/assets/
H A Drun_reliability_tests.py92 # calculate std
96 std = sqrt(sum(d * d) / len(arr))
98 (url, min(arr), max(arr), avg, std,
/frameworks/compile/libbcc/lib/Support/
H A DDisassembler.cpp83 std::string error;
124 input_function = new (std::nothrow) BufferMemoryObject(pFunc, pFuncSize);
/frameworks/compile/mclinker/include/mcld/LD/
H A DLayout.h44 typedef std::vector<LDSection*> SectionOrder;
149 typedef std::map<const SectionData*, RangeList*> SDRangeMap;
/frameworks/compile/mclinker/lib/Support/Unix/
H A DPathV3.inc32 size_t canonicalize(std::string& pathname)
55 std::stack<size_t> slash_stack;
197 static int read_dir(intptr_t& pDir, std::string& pOutFilename)
229 std::string path(pIter.m_pParent->m_Path.native());
244 llvm::report_fatal_error(std::string("Can't read directory: ")+
260 std::string path(pDir.path().native());
276 llvm::report_fatal_error(std::string("Can't read directory: ")+
288 void get_pwd(std::string& pPWD)
/frameworks/ml/bordeaux/learning/multiclass_pa/native/
H A Dmulticlass_pa.cpp24 using std::vector;
25 using std::pair;
/frameworks/base/tools/aapt/
H A DSourcePos.cpp6 using namespace std;
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSExecutable.cpp51 RSExecutable *result = new (std::nothrow) RSExecutable(pInfo,
/frameworks/compile/linkloader/include/
H A DELFSymbol.h65 std::free(my_addr);
/frameworks/compile/mclinker/lib/LD/
H A DFragmentRef.cpp107 std::memcpy(pDest, region_frag->getRegion().getBuffer(total_offset), pNBytes);
H A DResolveInfo.cpp226 return (0 == std::memcmp(m_Name, pKey.data(), length));
H A DTextDiagnosticPrinter.cpp46 std::string out_string;
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.h36 typedef std::vector<llvm::ELF::Elf32_Dyn*> ELF32DynList;
/frameworks/compile/mclinker/unittests/
H A DReadStageTest.cpp21 using namespace std;
/frameworks/base/media/mca/filterpacks/native/base/
H A Dgeometry.cpp26 return std::sqrt(x_ * x_ + y_ * y_);
/frameworks/compile/mclinker/lib/CodeGen/
H A DSectLinker.cpp76 std::stable_sort(PosDepOpts.begin(), PosDepOpts.end(), CompareOption);
259 std::stack<InputTree::iterator> returnStack;

Completed in 9224 milliseconds

<<111213