/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Type.cpp | 311 auto Insertion = pImpl->FunctionTypes.insert_as(nullptr, Key); in get() local 312 if (Insertion.second) { in get() 319 *Insertion.first = FT; in get() 322 FT = *Insertion.first; in get() 357 auto Insertion = pImpl->AnonStructTypes.insert_as(nullptr, Key); in get() local 358 if (Insertion.second) { in get() 364 *Insertion.first = ST; in get() 367 ST = *Insertion.first; in get()
|
/third_party/flutter/skia/third_party/externals/sdl/src/stdlib/ |
D | SDL_qsort.c | 330 #define Insertion(swapper) \ macro 431 Insertion(SWAP_nonaligned); in qsort_nonaligned() 462 Insertion(SWAP_aligned); in qsort_aligned()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | SourceMgr.h | 202 SMFixIt(SMLoc Loc, const Twine &Insertion) in SMFixIt() argument 203 : Range(Loc, Loc), Text(Insertion.str()) { in SMFixIt()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | ArchiveWriter.cpp | 225 auto Insertion = MemberNames.insert({M.MemberName, uint64_t(0)}); in printMemberHeader() local 226 if (Insertion.second) { in printMemberHeader() 227 Insertion.first->second = StringTable.tell(); in printMemberHeader() 230 NamePos = Insertion.first->second; in printMemberHeader()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | SourceMgr.h | 236 SMFixIt(SMLoc Loc, const Twine &Insertion) in SMFixIt() argument 237 : Range(Loc, Loc), Text(Insertion.str()) { in SMFixIt()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCCodeView.cpp | 149 auto Insertion = in addToStringTable() local 153 std::make_pair(Insertion.first->first(), Insertion.first->second); in addToStringTable() 154 if (Insertion.second) { in addToStringTable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
D | ValueEnumerator.cpp | 665 auto Insertion = MetadataMap.insert(std::make_pair(MD, MDIndex(F))); in enumerateMetadataImpl() local 666 MDIndex &Entry = Insertion.first->second; in enumerateMetadataImpl() 667 if (!Insertion.second) { in enumerateMetadataImpl() 670 dropFunctionFromMetadata(*Insertion.first); in enumerateMetadataImpl()
|
/third_party/python/Doc/library/ |
D | queue.rst | 39 limit on the number of items that can be placed in the queue. Insertion will 47 limit on the number of items that can be placed in the queue. Insertion will 55 limit on the number of items that can be placed in the queue. Insertion will
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | MergeICmps.cpp | 128 const auto Insertion = BaseToIndex.try_emplace(Base, Order); in getBaseId() local 129 if (Insertion.second) in getBaseId() 131 return Insertion.first->second; in getBaseId()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 241 auto Insertion = FileIdMap.insert(std::make_pair(FullPath, NextId)); in maybeRecordFile() local 242 if (Insertion.second) { in maybeRecordFile() 262 return Insertion.first->second; in maybeRecordFile() 1333 auto Insertion = FnDebugInfo.insert({&GV, std::make_unique<FunctionInfo>()}); in beginFunctionImpl() local 1334 assert(Insertion.second && "function already has info"); in beginFunctionImpl() 1335 CurFn = Insertion.first->second.get(); in beginFunctionImpl() 3012 auto Insertion = ScopeGlobals.insert( in collectGlobalVariableInfo() local 3014 if (Insertion.second) in collectGlobalVariableInfo() 3015 Insertion.first->second = std::make_unique<GlobalVariableList>(); in collectGlobalVariableInfo() 3016 VariableList = Insertion.first->second.get(); in collectGlobalVariableInfo()
|
/third_party/gstreamer/gstplugins_bad/docs/libs/mpegts/ |
D | index.md | 97 * `ANSI/SCTE 35` : *"Digital Program Insertion Cueing Message for Cable"*
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-aat-layout-morx-table.hh | 883 Insertion = 5 enumerator 896 case Insertion: return_trace (c->dispatch (u.insertion, hb_forward<Ts> (ds)...)); in dispatch()
|
/third_party/harfbuzz/src/ |
D | hb-aat-layout-morx-table.hh | 883 Insertion = 5 enumerator 896 case Insertion: return_trace (c->dispatch (u.insertion, hb_forward<Ts> (ds)...)); in dispatch()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-aat-layout-morx-table.hh | 900 Insertion = 5 enumerator 913 case Insertion: return_trace (c->dispatch (u.insertion, std::forward<Ts> (ds)...)); in dispatch()
|
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/ |
D | EGL_KHR_stream.txt | 144 Image Frame Insertion Time 158 The elapsed time between an image frame's "Image Frame Insertion 162 calculate the "Image Frame Insertion Time" for each image frame.
|
/third_party/EGL/extensions/KHR/ |
D | EGL_KHR_stream.txt | 144 Image Frame Insertion Time 158 The elapsed time between an image frame's "Image Frame Insertion 162 calculate the "Image Frame Insertion Time" for each image frame.
|
/third_party/python/Tools/pynche/ |
D | README | 229 The Insertion is the insertion cursor in the text window, where
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 3980 std::pair<StringRef, unsigned> Insertion = in parseDirectiveCVString() local 3982 getStreamer().EmitIntValue(Insertion.second, 4); in parseDirectiveCVString()
|
/third_party/icu/docs/userguide/collation/customization/ |
D | index.md | 1036 ### Postpone Insertion
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZScheduleZEC12.td | 298 // Insertion
|
D | SystemZScheduleZ196.td | 287 // Insertion
|
D | SystemZScheduleZ13.td | 324 // Insertion
|
D | SystemZScheduleZ14.td | 325 // Insertion
|
D | SystemZScheduleZ15.td | 329 // Insertion
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIInstructions.td | 829 /********** Extraction, Insertion, Building and Casting **********/
|