Home
last modified time | relevance | path

Searched refs:grandparent (Results 1 - 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DRewriteCaseDeclarations.cpp59 TIntermNode *grandparent = getParentNode(1); variable
60 if (grandparent && grandparent->getAsSwitchNode())
/third_party/node/test/parallel/
H A Dtest-child-process-stdio-inherit.js30 grandparent();
32 function grandparent() {
/third_party/skia/src/utils/
H A DSkPolyUtils.cpp709 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 Dxcodeproj_file.py1020 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 Dxcodeproj_file.py1020 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 DtypingsInstaller.js[all...]
H A Dtsserverlibrary.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
H A Dtsserver.js[all...]
H A Dtsc.js12822 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 Dtypescript.js[all...]

Completed in 193 milliseconds