| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | collationroot.cpp | 66 CollationCacheEntry *entry = new CollationCacheEntry(Locale::getRoot(), t.getAlias()); in load() 82 CollationRoot::getRoot(UErrorCode &errorCode) { in getRoot() function in CollationRoot 90 const CollationTailoring *root = getRoot(errorCode); in getData() 97 const CollationTailoring *root = getRoot(errorCode); in getSettings()
|
| H A D | collationroot.h | 34 static const CollationTailoring *getRoot(UErrorCode &errorCode);
|
| /third_party/icu/icu4c/source/i18n/ |
| H A D | collationroot.cpp | 96 CollationCacheEntry *entry = new CollationCacheEntry(Locale::getRoot(), t.getAlias()); in load() 112 CollationRoot::getRoot(UErrorCode &errorCode) { in getRoot() function in CollationRoot 120 const CollationTailoring *root = getRoot(errorCode); in getData() 127 const CollationTailoring *root = getRoot(errorCode); in getSettings()
|
| H A D | collationroot.h | 35 static const CollationTailoring *getRoot(UErrorCode &errorCode);
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | collationroot.cpp | 96 CollationCacheEntry *entry = new CollationCacheEntry(Locale::getRoot(), t.getAlias()); in load() 112 CollationRoot::getRoot(UErrorCode &errorCode) { in getRoot() function in CollationRoot 120 const CollationTailoring *root = getRoot(errorCode); in getData() 127 const CollationTailoring *root = getRoot(errorCode); in getSettings()
|
| H A D | collationroot.h | 35 static const CollationTailoring *getRoot(UErrorCode &errorCode);
|
| /third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
| H A D | CollationRoot.java | 30 public static final CollationTailoring getRoot() { in getRoot() method in CollationRoot 37 CollationTailoring root = getRoot(); in getData() 41 CollationTailoring root = getRoot(); in getSettings()
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
| H A D | CollationRoot.java | 32 public static final CollationTailoring getRoot() { in getRoot() method in CollationRoot 39 CollationTailoring root = getRoot(); in getData() 43 CollationTailoring root = getRoot(); in getSettings()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGPrinter.cpp | 134 if (G->getRoot().getNode()) in addCustomGraphFeatures() 135 GW.emitEdge(nullptr, -1, G->getRoot().getNode(), G->getRoot().getResNo(), in addCustomGraphFeatures() 299 const SDNode *N = DAG->getRoot().getNode(); in getCustomGraphFeatures()
|
| H A D | SelectionDAGBuilder.cpp | 1042 SDValue Root = DAG.getRoot(); in updateRoot() 1075 SDValue SelectionDAGBuilder::getRoot() { in getRoot() function in SelectionDAGBuilder 2808 Ops.push_back(getRoot()); // inchain in visitInvoke() 2989 DAG.setRoot(DAG.getNode(ISD::TRAP, getCurSDLoc(), MVT::Other, DAG.getRoot())); in visitUnreachable() 4028 SDValue Ops[] = {getRoot(), AllocSize, DAG.getConstant(Align, dl, IntPtr)}; in visitAlloca() 4083 Root = getRoot(); in visitLoad() 4096 Root = DAG.getRoot(); in visitLoad() 4183 // Chain can be getRoot or getControlRoot. in visitStoreToSwiftError() 4184 SDValue CopyNode = DAG.getCopyToReg(getRoot(), getCurSDLoc(), VReg, in visitStoreToSwiftError() 4218 getRoot(), getCurSDLo in visitLoadFromSwiftError() [all...] |
| /third_party/cups-filters/filter/pdftopdf/ |
| H A D | qpdf_pdftopdf_processor.cc | 553 pdf->getRoot().removeKey("/PageMode"); in start() 554 pdf->getRoot().removeKey("/Outlines"); in start() 555 pdf->getRoot().removeKey("/OpenAction"); in start() 556 pdf->getRoot().removeKey("/PageLabels"); in start() 612 pdf->getRoot().removeKey("/PageMode"); 613 pdf->getRoot().removeKey("/Outlines"); 614 pdf->getRoot().removeKey("/OpenAction"); 615 pdf->getRoot().removeKey("/PageLabels"); 766 QPDFObjectHandle root=pdf->getRoot(); in hasAcroForm()
|
| H A D | qpdf_cm.cc | 43 auto catalog=pdf.getRoot(); in hasOutputIntent() 78 auto catalog=pdf.getRoot(); in addOutputIntent()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| H A D | MachineDominanceFrontier.h | 45 MachineBasicBlock *getRoot() const { in getRoot() function in llvm::MachineDominanceFrontier 46 return Base.getRoot(); in getRoot()
|
| H A D | MachineDominators.h | 105 MachineBasicBlock *getRoot() const { in getRoot() function in llvm::MachineDominatorTree 107 return DT->getRoot(); in getRoot()
|
| /third_party/mesa3d/src/nouveau/codegen/ |
| H A D | nv50_ir_graph.cpp | 208 if (graph->getRoot()) { in DFSIterator() 209 graph->getRoot()->visit(seq); in DFSIterator() 210 search(graph->getRoot(), preorder, seq); in DFSIterator() 268 if (graph->getRoot()) in CFGIterator() 269 search(graph->getRoot(), graph->nextSequence()); in CFGIterator()
|
| H A D | nv50_ir_ssa.cpp | 140 buildDFS(cfg->getRoot()); in build() 168 insert(&BasicBlock::get(cfg->getRoot())->dom); in build() 432 BasicBlock::get(func->cfg.getRoot())->insertHead(nop); in mkUndefined() 440 search(BasicBlock::get(func->domTree->getRoot())); in run() 460 if (bb == BasicBlock::get(func->cfg.getRoot())) { in search()
|
| /third_party/skia/src/xml/ |
| H A D | SkDOM.cpp | 165 fRoot = parser.getRoot(); in build() 202 fRoot = parser.getRoot(); in copy() 215 fRoot = fParser->getRoot(); in finishParsing()
|
| H A D | SkDOMParser.h | 21 SkDOM::Node* getRoot() const;
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUHSAMetadataStreamer.h | 100 return HSAMetadataDoc->getRoot().getMap(/*Convert=*/true)[Key]; in getRootMetadata() 104 return HSAMetadataDoc->getRoot(); in getHSAMetadataRoot()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
| H A D | DominanceFrontier.h | 62 BlockT *getRoot() const { in getRoot() function in llvm::DominanceFrontierBase 135 this->Roots = {DT.getRoot()}; in analyze()
|
| /third_party/icu/icu4c/source/common/ |
| H A D | localebuilder.cpp | 231 extensions_ = Locale::getRoot().clone(); in setExtension() 262 extensions_ = Locale::getRoot().clone(); in setUnicodeLocaleKeyword() 283 extensions_ = Locale::getRoot().clone(); in addUnicodeLocaleAttribute() 418 extensions_ = Locale::getRoot().clone(); in copyExtensionsFrom()
|
| /third_party/node/deps/icu-small/source/common/ |
| H A D | localebuilder.cpp | 231 extensions_ = Locale::getRoot().clone(); in setExtension() 262 extensions_ = Locale::getRoot().clone(); in setUnicodeLocaleKeyword() 283 extensions_ = Locale::getRoot().clone(); in addUnicodeLocaleAttribute() 418 extensions_ = Locale::getRoot().clone(); in copyExtensionsFrom()
|
| /third_party/protobuf/php/src/Google/Protobuf/ |
| H A D | Mixin.php | 144 public function getRoot() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/ |
| H A D | MsgPackDocumentYAML.cpp | 239 Yout << getRoot(); in toYAML() 246 Yin >> getRoot(); in fromYAML()
|
| /third_party/skia/modules/svg/src/ |
| H A D | SkSVGXMLDOM.cpp | 165 fRoot = parser.getRoot(); in build() 179 fRoot = parser.getRoot(); in copy()
|