Home
last modified time | relevance | path

Searched defs:parentNode (Results 1 – 23 of 23) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/
DRewriteAtomicFunctionExpressions.cpp81 auto *parentNode = getParentNode(); in rewriteAtomicFunctionCallNode() local
115 TIntermNode *parentNode) in IsAtomicExchangeOrCompSwapNoReturnValue()
124 TIntermNode *parentNode) in IsAtomicFunctionInsideExpression()
149 TIntermNode *parentNode = getParentNode(); in visitAggregate() local
/third_party/parse5/packages/parse5/lib/tree-adapters/
Ddefault.ts40 parentNode: ParentNode | null; property
49 parentNode: ParentNode | null; property
59 parentNode: ParentNode | null; property
77 parentNode: ParentNode | null; property
Dinterface.ts17 parentNode: ParentNode; property
/third_party/jsframework/runtime/vdom/
DNode.ts91 public set parentNode(newParentNode: Node) { method in Node
95 public get parentNode() { method in Node
DElement.ts703 const parentNode = this._parentNode as Element; constant
943 const parentNode = this._parentNode as Element; constant
1133 const parentNode: Element = this.parentNode as Element; constant
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDominanceFrontierImpl.h46 const DomTreeNodeT *parentNode; variable
176 const DomTreeNodeT *parentNode = currentW->parentNode; in calculate() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DIntermNodePatternMatcher.cpp112 TIntermNode *parentNode, in match()
/third_party/NuttX/fs/vfs/
Dfs_open.c115 static int do_creat(struct Vnode *parentNode, char *fullpath, mode_t mode, struct Vnode **node) in do_creat()
/third_party/node/test/fixtures/wpt/common/security-features/resources/
Dcommon.sub.js253 function createElement(tagName, attrs, parentNode, doBindEvents) { argument
288 function createRequestViaElement(tagName, attrs, parentNode) { argument
566 parentNode, trigger) { argument
/third_party/lame/ACM/
DAEncodeProperties.cpp961 … AEncodeProperties::GetValuesFromKey(const std::string & config_name, const TiXmlNode & parentNode) in GetValuesFromKey()
/third_party/python/Lib/xml/dom/
Dminidom.py36 parentNode = None variable in Node
332 parentNode = None variable in DocumentFragment
1557 parentNode = None variable in Document
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessBufferAccessTests.cpp1627 static void addBufferAccessTests (tcu::TestContext& testCtx, tcu::TestCaseGroup* parentNode, bool t… in addBufferAccessTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
DvktRobustnessBufferAccessTests.cpp1564 static void addBufferAccessTests (tcu::TestContext& testCtx, tcu::TestCaseGroup* parentNode, bool t… in addBufferAccessTests()
/third_party/typescript/src/linter/ArkTSLinter_1_1/
DTypeScriptLinter.ts2516 const parentNode = node.parent; constant
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_read_image.cpp499 LZWExpanderNode *parentNode = &fTable [w]; in AddTable() local
/third_party/typescript/lib/
DtypingsInstaller.js15373 function isBlockScope(node, parentNode) { argument
118316 function emitCaseOrDefaultClauseRest(parentNode, statements, colonPos) { argument
118893 function emitDecorators(parentNode, decorators) { argument
118896 function emitTypeArguments(parentNode, typeArguments) { argument
118899 function emitTypeParameters(parentNode, typeParameters) { argument
118905 function emitParameters(parentNode, parameters) { argument
118908 function canEmitSimpleArrowHead(parentNode, parameters) { argument
118923 function emitParametersForArrow(parentNode, parameters) { argument
118931 function emitParametersForIndexSignature(parentNode, parameters) { argument
118956 function emitList(parentNode, children, format, parenthesizerRule, start, count) { argument
[all …]
Dtsc.js11798 function isBlockScope(node, parentNode) { argument
97987 function emitCaseOrDefaultClauseRest(parentNode, statements, colonPos) { argument
98525 function emitDecorators(parentNode, decorators) { argument
98528 function emitTypeArguments(parentNode, typeArguments) { argument
98531 function emitTypeParameters(parentNode, typeParameters) { argument
98537 function emitParameters(parentNode, parameters) { argument
98540 function canEmitSimpleArrowHead(parentNode, parameters) { argument
98555 function emitParametersForArrow(parentNode, parameters) { argument
98563 function emitParametersForIndexSignature(parentNode, parameters) { argument
98588 function emitList(parentNode, children, format, parenthesizerRule, start, count) { argument
[all …]
Dlib.dom.d.ts10106 readonly parentNode: ParentNode | null; property
14473 parentNode(): Node | null; method
/third_party/typescript/tests/lib/
Dlib.d.ts11964 parentNode: Node; property
12831 parentNode: SVGElementInstance; property
14791 parentNode(): Node; method
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/asciidoctor-chunker/
Dasciidoctor-chunker.js4 …5:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.groupSelectors=t.getDo… function
/third_party/typescript/src/lib/
Ddom.generated.d.ts10086 readonly parentNode: ParentNode | null; property
14453 parentNode(): Node | null; method
/third_party/typescript/src/compiler/
Dchecker.ts32504 const parentNode = node.parent; constant
/third_party/libabigail/tests/lib/
Dcatch.hpp5888 SectionNode& parentNode = *m_sectionStack.back(); in sectionStarting() local