/third_party/skia/modules/svg/src/ |
D | SkSVGPattern.cpp | 62 const SkSVGPattern *currentNode = this, in resolveHref() local 67 inherit_if_needed(currentNode->fX , attrs->fX) | in resolveHref() 68 inherit_if_needed(currentNode->fY , attrs->fY) | in resolveHref() 69 inherit_if_needed(currentNode->fWidth , attrs->fWidth) | in resolveHref() 70 inherit_if_needed(currentNode->fHeight , attrs->fHeight) | in resolveHref() 71 inherit_if_needed(currentNode->fPatternTransform, attrs->fPatternTransform); in resolveHref() 74 contentNode = currentNode; in resolveHref() 84 currentNode = currentNode->hrefTarget(ctx); in resolveHref() 85 } while (currentNode); in resolveHref()
|
/third_party/typescript/src/services/ |
D | suggestionDiagnostics.ts | 149 let currentNode = node.expression.expression; 150 while (isPromiseHandler(currentNode) || isPropertyAccessExpression(currentNode)) { 151 if (isCallExpression(currentNode)) { 152 …if (!hasSupportedNumberOfArguments(currentNode) || !currentNode.arguments.every(arg => isFixablePr… 155 currentNode = currentNode.expression.expression; 158 currentNode = currentNode.expression;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | DominanceFrontierImpl.h | 175 const DomTreeNodeT *currentNode = currentW->Node; in calculate() local 178 assert(currentNode && "Invalid work object. Missing current Node"); in calculate() 186 if (DT[Succ]->getIDom() != currentNode) in calculate() 195 for (typename DomTreeNodeT::const_iterator NI = currentNode->begin(), in calculate() 196 NE = currentNode->end(); in calculate() 202 childBB, currentBB, IDominee, currentNode)); in calculate()
|
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/stable-binarysearch-tree-with-loop-read-write-global/ |
D | 0-opt.spvasm.expected.hlsl | 87 BST currentNode = (BST)0; 96 currentNode = x_230; 97 const int x_232 = currentNode.data; 104 const int x_240 = currentNode.data; 106 const int x_246 = currentNode.rightIndex; 109 const int x_248 = currentNode.leftIndex;
|
D | 0-opt.wgsl.expected.hlsl | 96 BST currentNode = (BST)0; 105 currentNode = x_230; 106 const int x_232 = currentNode.data; 113 const int x_240 = currentNode.data; 115 const int x_246 = currentNode.rightIndex; 118 const int x_248 = currentNode.leftIndex;
|
D | 1.spvasm.expected.hlsl | 102 BST currentNode = (BST)0; 111 currentNode = x_280; 112 const int x_282 = currentNode.data; 119 const int x_290 = currentNode.data; 121 const int x_296 = currentNode.rightIndex; 124 const int x_298 = currentNode.leftIndex;
|
D | 0-opt.wgsl | 90 var currentNode : BST; 101 currentNode = x_230; 102 let x_232 : i32 = currentNode.data; 109 let x_240 : i32 = currentNode.data; 111 let x_246 : i32 = currentNode.rightIndex; 114 let x_248 : i32 = currentNode.leftIndex;
|
D | 1.wgsl.expected.hlsl | 111 BST currentNode = (BST)0; 120 currentNode = x_280; 121 const int x_282 = currentNode.data; 128 const int x_290 = currentNode.data; 130 const int x_296 = currentNode.rightIndex; 133 const int x_298 = currentNode.leftIndex;
|
D | 0-opt.spvasm | 27 OpName %currentNode "currentNode" 370 %currentNode = OpVariable %_ptr_Function_BST Function 385 OpStore %currentNode %230 386 %231 = OpAccessChain %_ptr_Function_int %currentNode %int_0 397 %239 = OpAccessChain %_ptr_Function_int %currentNode %int_0 403 %245 = OpAccessChain %_ptr_Function_int %currentNode %int_2 408 %247 = OpAccessChain %_ptr_Function_int %currentNode %int_1
|
D | 1.wgsl | 111 var currentNode : BST; 122 currentNode = x_280; 123 let x_282 : i32 = currentNode.data; 130 let x_290 : i32 = currentNode.data; 132 let x_296 : i32 = currentNode.rightIndex; 135 let x_298 : i32 = currentNode.leftIndex;
|
D | 1.spvasm | 32 OpName %currentNode "currentNode" 458 %currentNode = OpVariable %_ptr_Function_BST Function 473 OpStore %currentNode %280 474 %281 = OpAccessChain %_ptr_Function_int %currentNode %int_0 485 %289 = OpAccessChain %_ptr_Function_int %currentNode %int_0 491 %295 = OpAccessChain %_ptr_Function_int %currentNode %int_2 496 %297 = OpAccessChain %_ptr_Function_int %currentNode %int_1
|
/third_party/node/deps/v8/tools/system-analyzer/view/map-panel/ |
D | map-transitions.mjs | 23 this.currentNode = this.transitionView; 59 this.currentNode = this.transitionView; 114 this.currentNode.appendChild(transition); 115 this.currentNode = subtree; 137 this.currentNode.appendChild(node); 169 this.currentNode = transitionsNode;
|
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/stable-binarysearch-tree-fragcoord-less-than-zero/ |
D | 0.spvasm.expected.hlsl | 87 BST currentNode = (BST)0; 96 currentNode = x_230; 97 const int x_232 = currentNode.data; 104 const int x_240 = currentNode.data; 106 const int x_246 = currentNode.rightIndex; 109 const int x_248 = currentNode.leftIndex;
|
D | 0.wgsl.expected.hlsl | 96 BST currentNode = (BST)0; 105 currentNode = x_230; 106 const int x_232 = currentNode.data; 113 const int x_240 = currentNode.data; 115 const int x_246 = currentNode.rightIndex; 118 const int x_248 = currentNode.leftIndex;
|
D | 1.spvasm.expected.hlsl | 88 BST currentNode = (BST)0; 97 currentNode = x_241; 98 const int x_243 = currentNode.data; 105 const int x_251 = currentNode.data; 107 const int x_257 = currentNode.rightIndex; 110 const int x_259 = currentNode.leftIndex;
|
D | 1.wgsl.expected.hlsl | 97 BST currentNode = (BST)0; 106 currentNode = x_241; 107 const int x_243 = currentNode.data; 114 const int x_251 = currentNode.data; 116 const int x_257 = currentNode.rightIndex; 119 const int x_259 = currentNode.leftIndex;
|
D | 0.wgsl | 90 var currentNode : BST; 101 currentNode = x_230; 102 let x_232 : i32 = currentNode.data; 109 let x_240 : i32 = currentNode.data; 111 let x_246 : i32 = currentNode.rightIndex; 114 let x_248 : i32 = currentNode.leftIndex;
|
D | 1.wgsl | 92 var currentNode : BST; 103 currentNode = x_241; 104 let x_243 : i32 = currentNode.data; 111 let x_251 : i32 = currentNode.data; 113 let x_257 : i32 = currentNode.rightIndex; 116 let x_259 : i32 = currentNode.leftIndex;
|
D | 1.spvasm | 27 OpName %currentNode "currentNode" 386 %currentNode = OpVariable %_ptr_Function_BST Function 401 OpStore %currentNode %241 402 %242 = OpAccessChain %_ptr_Function_int %currentNode %int_0 413 %250 = OpAccessChain %_ptr_Function_int %currentNode %int_0 419 %256 = OpAccessChain %_ptr_Function_int %currentNode %int_2 424 %258 = OpAccessChain %_ptr_Function_int %currentNode %int_1
|
D | 0.spvasm | 27 OpName %currentNode "currentNode" 370 %currentNode = OpVariable %_ptr_Function_BST Function 385 OpStore %currentNode %230 386 %231 = OpAccessChain %_ptr_Function_int %currentNode %int_0 397 %239 = OpAccessChain %_ptr_Function_int %currentNode %int_0 403 %245 = OpAccessChain %_ptr_Function_int %currentNode %int_2 408 %247 = OpAccessChain %_ptr_Function_int %currentNode %int_1
|
/third_party/typescript/src/services/refactors/ |
D | convertStringOrTemplateLiteral.ts | 205 const currentNode = getExpressionFromParenthesesOrExpression(nodes[i]); constant 206 copyOperatorComments(i, currentNode); 212 if (isTemplateExpression(currentNode)) { 213 const spans = map(currentNode.templateSpans, (span, index) => { 215 const isLastSpan = index === currentNode.templateSpans.length - 1; 229 templateSpans.push(factory.createTemplateSpan(currentNode, templatePart));
|
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/stable-binarysearch-tree-nested-if-and-conditional/ |
D | 1.wgsl | 119 var currentNode : BST; 130 currentNode = x_271; 131 let x_273 : i32 = currentNode.data; 138 let x_281 : i32 = currentNode.data; 140 let x_287 : i32 = currentNode.rightIndex; 143 let x_289 : i32 = currentNode.leftIndex;
|
D | 1.spvasm | 30 OpName %currentNode "currentNode" 433 %currentNode = OpVariable %_ptr_Function_BST Function 448 OpStore %currentNode %271 449 %272 = OpAccessChain %_ptr_Function_int %currentNode %int_0 460 %280 = OpAccessChain %_ptr_Function_int %currentNode %int_0 466 %286 = OpAccessChain %_ptr_Function_int %currentNode %int_2 471 %288 = OpAccessChain %_ptr_Function_int %currentNode %int_1
|
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/write-red-after-search/ |
D | 0-opt.wgsl.expected.hlsl | 110 BST currentNode = (BST)0; 119 currentNode = x_395; 120 const int x_101 = currentNode.data; 127 const int x_105 = currentNode.data; 129 const int x_106 = currentNode.rightIndex; 132 const int x_107 = currentNode.leftIndex;
|
D | 0-opt.spvasm.expected.hlsl | 106 BST currentNode = (BST)0; 115 currentNode = x_395; 116 const int x_101 = currentNode.data; 123 const int x_105 = currentNode.data; 125 const int x_106 = currentNode.rightIndex; 128 const int x_107 = currentNode.leftIndex;
|