Searched refs:grandparent (Results 1 - 12 of 12) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | RewriteCaseDeclarations.cpp | 59 TIntermNode *grandparent = getParentNode(1); variable 60 if (grandparent && grandparent->getAsSwitchNode())
|
/third_party/node/test/parallel/ |
H A D | test-child-process-stdio-inherit.js | 30 grandparent(); 32 function grandparent() {
|
/third_party/skia/src/utils/ |
H A D | SkPolyUtils.cpp | 709 ActiveEdge *grandparent = nullptr; in insert() local 741 int dir2 = (top->fChild[1] == grandparent); in insert() 743 top->fChild[dir2] = SingleRotation(grandparent, !last); in insert() 745 top->fChild[dir2] = DoubleRotation(grandparent, !last); in insert() 755 int dir2 = (top->fChild[1] == grandparent); in insert() 757 top->fChild[dir2] = SingleRotation(grandparent, !last); in insert() 759 top->fChild[dir2] = DoubleRotation(grandparent, !last); in insert() 784 if (grandparent) { in insert() 785 top = grandparent; in insert() 787 grandparent in insert() 867 ActiveEdge* grandparent = nullptr; remove() local [all...] |
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | xcodeproj_file.py | 1020 collapsed, and f1 winds up with parent b and grandparent a. That would 1313 # this example, grandparent would be set to path/to and parent_root would 1317 grandparent = posixpath.dirname(parent) 1322 if grandparent == "": 1323 grandparent = None 1346 # as the basename (MainMenu.nib in the example above). grandparent 1351 variant_group_name, grandparent
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | xcodeproj_file.py | 1020 collapsed, and f1 winds up with parent b and grandparent a. That would 1313 # this example, grandparent would be set to path/to and parent_root would 1317 grandparent = posixpath.dirname(parent) 1322 if grandparent == "": 1323 grandparent = None 1346 # as the basename (MainMenu.nib in the example above). grandparent 1351 variant_group_name, grandparent
|
/third_party/typescript/lib/ |
H A D | typingsInstaller.js | [all...] |
H A D | tsserverlibrary.js | [all...] |
H A D | typescript.js | [all...] |
H A D | typescriptServices.js | [all...] |
H A D | tsserver.js | [all...] |
H A D | tsc.js | 12822 function nodeCanBeDecorated(node, parent, grandparent, compilerOptions) { 12842 && (grandparent.kind === 264 || grandparent.kind === 265); 12851 function nodeIsDecorated(node, parent, grandparent) { 12853 && nodeCanBeDecorated(node, parent, grandparent); 12856 function nodeOrChildIsDecorated(node, parent, grandparent) { 12857 return nodeIsDecorated(node, parent, grandparent) || childIsDecorated(node, parent); [all...] |
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | [all...] |
Completed in 193 milliseconds