/external/pdfium/core/fxcrt/ |
D | string_pool_template_unittest.cpp | 24 ByteString interned_null1 = pool.Intern(null1); in TEST() 25 ByteString interned_null2 = pool.Intern(null2); in TEST() 26 ByteString interned_goats1 = pool.Intern(goats1); in TEST() 27 ByteString interned_goats2 = pool.Intern(goats2); in TEST() 42 ByteString reinterned_null2 = pool.Intern(null2); in TEST() 43 ByteString reinterned_null1 = pool.Intern(null2); in TEST() 44 ByteString reinterned_goats2 = pool.Intern(goats2); in TEST() 45 ByteString reinterned_goats1 = pool.Intern(goats2); in TEST() 67 WideString interned_null1 = pool.Intern(null1); in TEST() 68 WideString interned_null2 = pool.Intern(null2); in TEST() [all …]
|
D | string_pool_template.h | 19 StringType Intern(const StringType& str) { return *m_Pool.insert(str).first; } in Intern() function
|
/external/perfetto/src/profiling/common/ |
D | interner_unittest.cc | 28 Interned<std::string> interned_str = interner.Intern("foo"); in TEST() 37 Interned<std::string> interned_str = interner.Intern("foo"); in TEST() 38 Interned<std::string> other_interned_str = interner.Intern("bar"); in TEST() 48 Interned<std::string> interned_str = interner.Intern("foo"); in TEST() 50 Interned<std::string> interned_str2 = interner.Intern("foo"); in TEST() 60 Interned<std::string> interned_str = interner.Intern("foo"); in TEST() 73 Interned<std::string> interned_str = interner.Intern("foo"); in TEST() 87 Interned<std::string> interned_str = interner.Intern("foo"); in TEST() 100 Interned<std::string> interned_str = interner.Intern("foo"); in TEST() 113 Interned<std::string> interned_str = interner.Intern("foo"); in TEST() [all …]
|
D | callstack_trie.cc | 102 Mapping map(string_interner_.Intern(build_id)); in InternCodeLocation() 110 map.path_components.emplace_back(string_interner_.Intern(sp.cur_token())); in InternCodeLocation() 112 Frame frame(mapping_interner_.Intern(std::move(map)), in InternCodeLocation() 113 string_interner_.Intern(loc.function_name), loc.rel_pc); in InternCodeLocation() 115 return frame_interner_.Intern(frame); in InternCodeLocation() 119 Mapping map(string_interner_.Intern("")); in MakeRootFrame() 121 Frame frame(mapping_interner_.Intern(std::move(map)), in MakeRootFrame() 122 string_interner_.Intern(""), 0); in MakeRootFrame() 124 return frame_interner_.Intern(frame); in MakeRootFrame()
|
D | interner.h | 100 Interned Intern(U... args) { in Intern() function
|
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_string.cpp | 24 m_String = pPool->Intern(m_String); in CPDF_String() 30 m_String = pPool->Intern(m_String); in CPDF_String()
|
D | cpdf_name.cpp | 17 m_Name = pPool->Intern(m_Name); in CPDF_Name()
|
D | cpdf_dictionary.cpp | 279 return m_pPool ? m_pPool->Intern(str) : str; in MaybeIntern()
|
/external/llvm/test/Linker/Inputs/ |
D | testlink.ll | 17 ;; Intern in both testlink[12].ll 22 ;; Intern in one but not in other
|
/external/llvm-project/llvm/test/Linker/Inputs/ |
D | testlink.ll | 17 ;; Intern in both testlink[12].ll 22 ;; Intern in one but not in other
|
/external/llvm/lib/Support/ |
D | FoldingSet.cpp | 176 FoldingSetNodeID::Intern(BumpPtrAllocator &Allocator) const { in Intern() function in FoldingSetNodeID
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | FoldingSet.cpp | 176 FoldingSetNodeID::Intern(BumpPtrAllocator &Allocator) const { in Intern() function in FoldingSetNodeID
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | FoldingSet.cpp | 175 FoldingSetNodeID::Intern(BumpPtrAllocator &Allocator) const { in Intern() function in FoldingSetNodeID
|
/external/llvm-project/llvm/lib/Support/ |
D | FoldingSet.cpp | 180 FoldingSetNodeID::Intern(BumpPtrAllocator &Allocator) const { in Intern() function in FoldingSetNodeID
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | FoldingSet.h | 354 FoldingSetNodeIDRef Intern(BumpPtrAllocator &Allocator) const;
|
/external/llvm/include/llvm/ADT/ |
D | FoldingSet.h | 361 FoldingSetNodeIDRef Intern(BumpPtrAllocator &Allocator) const;
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | FoldingSet.h | 367 FoldingSetNodeIDRef Intern(BumpPtrAllocator &Allocator) const;
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | FoldingSet.h | 362 FoldingSetNodeIDRef Intern(BumpPtrAllocator &Allocator) const;
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 315 SCEV *S = new (SCEVAllocator) SCEVConstant(ID.Intern(SCEVAllocator), V); in getConstant() 1142 SCEV *S = new (SCEVAllocator) SCEVTruncateExpr(ID.Intern(SCEVAllocator), in getTruncateExpr() 1594 SCEV *S = new (SCEVAllocator) SCEVZeroExtendExpr(ID.Intern(SCEVAllocator), in getZeroExtendExpr() 1821 SCEV *S = new (SCEVAllocator) SCEVSignExtendExpr(ID.Intern(SCEVAllocator), in getSignExtendExpr() 2374 S = new (SCEVAllocator) SCEVAddExpr(ID.Intern(SCEVAllocator), in getAddExpr() 2664 S = new (SCEVAllocator) SCEVMulExpr(ID.Intern(SCEVAllocator), in getMulExpr() 2784 SCEV *S = new (SCEVAllocator) SCEVUDivExpr(ID.Intern(SCEVAllocator), in getUDivExpr() 2964 S = new (SCEVAllocator) SCEVAddRecExpr(ID.Intern(SCEVAllocator), in getAddRecExpr() 3118 SCEV *S = new (SCEVAllocator) SCEVSMaxExpr(ID.Intern(SCEVAllocator), in getSMaxExpr() 3219 SCEV *S = new (SCEVAllocator) SCEVUMaxExpr(ID.Intern(SCEVAllocator), in getUMaxExpr() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 433 SCEV *S = new (SCEVAllocator) SCEVConstant(ID.Intern(SCEVAllocator), V); in getConstant() 1295 new (SCEVAllocator) SCEVTruncateExpr(ID.Intern(SCEVAllocator), Op, Ty); in getTruncateExpr() 1342 SCEV *S = new (SCEVAllocator) SCEVTruncateExpr(ID.Intern(SCEVAllocator), in getTruncateExpr() 1670 SCEV *S = new (SCEVAllocator) SCEVZeroExtendExpr(ID.Intern(SCEVAllocator), in getZeroExtendExpr() 1943 SCEV *S = new (SCEVAllocator) SCEVZeroExtendExpr(ID.Intern(SCEVAllocator), in getZeroExtendExpr() 1981 SCEV *S = new (SCEVAllocator) SCEVSignExtendExpr(ID.Intern(SCEVAllocator), in getSignExtendExpr() 2195 SCEV *S = new (SCEVAllocator) SCEVSignExtendExpr(ID.Intern(SCEVAllocator), in getSignExtendExpr() 2806 SCEVAddExpr(ID.Intern(SCEVAllocator), O, Ops.size()); in getOrCreateAddExpr() 2829 SCEVAddRecExpr(ID.Intern(SCEVAllocator), O, Ops.size(), L); in getOrCreateAddRecExpr() 2850 S = new (SCEVAllocator) SCEVMulExpr(ID.Intern(SCEVAllocator), in getOrCreateMulExpr() [all …]
|
/external/llvm-project/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 452 SCEV *S = new (SCEVAllocator) SCEVConstant(ID.Intern(SCEVAllocator), V); in getConstant() 1068 SCEVPtrToIntExpr(ID.Intern(SCEVAllocator), Op, IntPtrTy); in getPtrToIntExpr() 1179 new (SCEVAllocator) SCEVTruncateExpr(ID.Intern(SCEVAllocator), Op, Ty); in getTruncateExpr() 1227 SCEV *S = new (SCEVAllocator) SCEVTruncateExpr(ID.Intern(SCEVAllocator), in getTruncateExpr() 1555 SCEV *S = new (SCEVAllocator) SCEVZeroExtendExpr(ID.Intern(SCEVAllocator), in getZeroExtendExpr() 1824 SCEV *S = new (SCEVAllocator) SCEVZeroExtendExpr(ID.Intern(SCEVAllocator), in getZeroExtendExpr() 1862 SCEV *S = new (SCEVAllocator) SCEVSignExtendExpr(ID.Intern(SCEVAllocator), in getSignExtendExpr() 2059 SCEV *S = new (SCEVAllocator) SCEVSignExtendExpr(ID.Intern(SCEVAllocator), in getSignExtendExpr() 2687 SCEVAddExpr(ID.Intern(SCEVAllocator), O, Ops.size()); in getOrCreateAddExpr() 2710 SCEVAddRecExpr(ID.Intern(SCEVAllocator), O, Ops.size(), L); in getOrCreateAddRecExpr() [all …]
|
/external/python/cpython2/Doc/c-api/ |
D | string.rst | 249 Intern the argument *\*string* in place. The argument must be the address of a
|
/external/libexif/po/ |
D | da.po | 997 msgstr "Intern" 2391 msgstr "Intern fejl (ukendt værdi %i)" 4858 msgstr "Intern + ekstern" 5009 msgstr "Intern fejl (ukendt værdi %hi)" 5352 msgstr "Intern blitztabel" 5695 msgstr "Intern fejl (ukendt værdi %i %i)"
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 5648 Result = new (Allocator) SDVTListNode(ID.Intern(Allocator), Array, 2); in getVTList() 5668 Result = new (Allocator) SDVTListNode(ID.Intern(Allocator), Array, 3); in getVTList() 5690 Result = new (Allocator) SDVTListNode(ID.Intern(Allocator), Array, 4); in getVTList() 5709 Result = new (Allocator) SDVTListNode(ID.Intern(Allocator), Array, NumVTs); in getVTList()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 7545 Result = new (Allocator) SDVTListNode(ID.Intern(Allocator), Array, 2); in getVTList() 7565 Result = new (Allocator) SDVTListNode(ID.Intern(Allocator), Array, 3); in getVTList() 7587 Result = new (Allocator) SDVTListNode(ID.Intern(Allocator), Array, 4); in getVTList() 7606 Result = new (Allocator) SDVTListNode(ID.Intern(Allocator), Array, NumVTs); in getVTList()
|