/external/clang/lib/ARCMigrate/ |
D | TransformActions.cpp | 109 InsertsMap Inserts; member in __anon53b7a7340111::TransformActionsImpl 515 Inserts[FullSourceLoc(loc, SM)].push_back(text); in addInsertion() 523 Inserts.erase(Inserts.upper_bound(newRange.Begin), in addRemoval() 524 Inserts.lower_bound(newRange.End)); in addRemoval() 557 for (InsertsMap::iterator I = Inserts.begin(), E = Inserts.end(); I!=E; ++I) { in applyRewrites()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceCfg.cpp | 1425 CfgVector<const Inst *> Inserts(MaxVectorElements); in materializeVectorShuffles() local 1444 Inserts.resize(typeNumElements(Instr.getDest()->getType())); in materializeVectorShuffles() 1445 Inserts[0] = &Instr; in materializeVectorShuffles() 1447 VMetadata.get(), &Inserts)) { in materializeVectorShuffles() 1457 for (auto *I : reverse_range(Inserts)) { in materializeVectorShuffles() 1463 Extracts.resize(Inserts.size()); in materializeVectorShuffles() 1467 VMetadata.get(), Inserts, &Src0, in materializeVectorShuffles() 1480 for (SizeT I = 0; I < Inserts.size(); ++I) { in materializeVectorShuffles() 1481 const SizeT Pos = Inserts.size() - I - 1; in materializeVectorShuffles() 1483 Inserts[Pos]->dump(this); in materializeVectorShuffles()
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | vec_ins_extract-1.ll | 3 ; Inserts and extracts with variable indices must be lowered
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_ExpandDims.pbtxt | 19 summary: "Inserts a dimension of 1 into a tensor\'s shape."
|
/external/llvm/test/CodeGen/X86/ |
D | vec_ins_extract-1.ll | 5 ; Inserts and extracts with variable indices must be lowered
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.pas | 6011 Inserts, PrevInserts, PrevReplaces: IList<IRewriteOperation>; 6024 Inserts := GetKindOfOps(Rewrites, IInsertBeforeOp, I); 6025 for J := 0 to Inserts.Count - 1 do 6027 IOp := Inserts[J] as IInsertBeforeOp;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRTokenRewriteStream.m | 512 * overlapping replaces that are not completed nested). Inserts to
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
D | TokenRewriteStream.as | 269 * overlapping replaces that are not completed nested). Inserts to
|
/external/syslinux/txt/ |
D | syslinux.cfg.txt | 55 Inserts the contents of another file at this point in the configuration
|
/external/python/cpython2/Doc/library/ |
D | xml.etree.elementtree.rst | 719 Inserts a subelement at the given position in this element.
|
D | ttk.rst | 508 Inserts a pane at the specified position.
|
/external/syslinux/doc/ |
D | syslinux.txt | 130 Inserts the contents of another file at this point in the
|
/external/python/cpython3/Doc/library/ |
D | xml.etree.elementtree.rst | 782 Inserts *subelement* at the given position in this element. Raises
|
D | tkinter.ttk.rst | 523 Inserts a pane at the specified position.
|
/external/skqp/docs/ |
D | SkSurface_Reference.bmh | 1656 Inserts a list of GPU semaphores that the current GPU-backed API must wait on before
|
/external/skia/docs/ |
D | SkSurface_Reference.bmh | 1734 Inserts a list of GPU semaphores that the current GPU-backed API must wait on before
|
/external/skqp/site/user/api/ |
D | SkSurface_Reference.md | 1727 Inserts a list of GPU semaphores that the current GPU-backed API must wait on before
|
/external/skia/site/user/api/ |
D | SkSurface_Reference.md | 1848 Inserts a list of GPU semaphores that the current GPU-backed API must wait on before
|
/external/python/cpython3/Doc/whatsnew/ |
D | 2.5.rst | 1820 | ``elem.insert(index, elem2)`` | Inserts *elem2* at the specified location. |
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.5.rst | 1820 | ``elem.insert(index, elem2)`` | Inserts *elem2* at the specified location. |
|
/external/llvm/docs/ |
D | ProgrammersManual.rst | 2137 pb->getInstList().insert(pi, newInst); // Inserts newInst before pi in pb
|