/third_party/typescript/src/testRunner/unittests/services/ |
D | textChanges.ts | 228 const newNode = createTestVariableDeclaration("z1"); constant 239 const newNode = createTestVariableDeclaration("z1"); constant 649 for (const newNode of newNodes) { constant 705 const newNode = factory.createPropertyDeclaration( constant 723 const newNode = factory.createPropertyDeclaration( constant 740 const newNode = factory.createPropertyDeclaration( constant 757 const newNode = factory.createPropertyDeclaration( constant 772 …const newNode = factory.createExpressionStatement(factory.createParenthesizedExpression(factory.cr… constant
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | CommandGraph.cpp | 820 CommandGraphNode *newNode = allocateNode(function); in allocateBarrierNode() local 951 CommandGraphNode *newNode = allocateBarrierNode(CommandGraphNodeFunction::BeginQuery, in beginQuery() local 958 CommandGraphNode *newNode = in endQuery() local 965 CommandGraphNode *newNode = allocateBarrierNode(CommandGraphNodeFunction::WriteTimestamp, in writeTimestamp() local 984 CommandGraphNode *newNode = allocateBarrierNode(CommandGraphNodeFunction::SetFenceSync, in setFenceSync() local 992 CommandGraphNode *newNode = allocateBarrierNode(CommandGraphNodeFunction::WaitFenceSync, in waitFenceSync() local 1000 CommandGraphNode *newNode = allocateBarrierNode(CommandGraphNodeFunction::GraphBarrier, in memoryBarrier() local 1007 CommandGraphNode *newNode = allocateBarrierNode(CommandGraphNodeFunction::InsertDebugMarker, in insertDebugMarker() local 1014 CommandGraphNode *newNode = allocateBarrierNode(CommandGraphNodeFunction::PushDebugMarker, in pushDebugMarker() local
|
/third_party/typescript/src/services/refactors/ |
D | convertArrowFunctionOrFunctionExpression.ts | 201 …const newNode = factory.createFunctionExpression(func.modifiers, func.asteriskToken, /* name */ un… constant 211 …const newNode = factory.createFunctionDeclaration(func.decorators, statement.modifiers, func.aster… constant 239 …const newNode = factory.createArrowFunction(func.modifiers, func.typeParameters, func.parameters, … constant
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
D | ScalarizeVecAndMatConstructorArgs.cpp | 140 TIntermBinary *newNode = in scalarizeArgs() local 161 TIntermBinary *newNode = in scalarizeArgs() local
|
/third_party/typescript/src/services/codefixes/ |
D | fixExpectedComma.ts | 43 const newNode = factory.createToken(SyntaxKind.CommaToken); constant
|
D | addMissingAwait.ts | 247 …const newNode = checker.getPromisedTypeOfPromise(type) ? factory.createAwaitExpression(side) : sid… constant
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
D | ScalarizeVecAndMatConstructorArgs.cpp | 146 TIntermBinary *newNode = ConstructVectorIndexBinaryNode(symbolNode, index); in scalarizeArgs() local 168 TIntermBinary *newNode = in scalarizeArgs() local
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/ |
D | linux_workqueue.c | 226 STATIC VOID ListAdd(struct list_head *newNode, struct list_head *prev, struct list_head *next) in ListAdd() 235 STATIC VOID WorkListAdd(struct list_head *newNode, struct list_head *head, UINT32 workPri) in WorkListAdd() 250 STATIC VOID WorkListAddTail(struct list_head *newNode, struct list_head *head) in WorkListAddTail()
|
/third_party/glslang/glslang/MachineIndependent/ |
D | Constant.cpp | 389 TIntermConstantUnion *newNode = new TIntermConstantUnion(newConstArray, returnType); in fold() local 980 TIntermConstantUnion *newNode = new TIntermConstantUnion(newConstArray, returnType); in fold() local 1328 TIntermConstantUnion *newNode = new TIntermConstantUnion(newConstArray, aggrNode->getType()); in fold() local
|
D | ParseHelper.cpp | 7023 TIntermTyped *newNode; in addConstructor() local 7093 TIntermTyped* newNode; in constructBuiltIn() local 7126 …TIntermTyped* newNode = intermediate.addBuiltInFunctionCall(node->getLoc(), EOpConvPtrToUvec2, tru… in constructBuiltIn() local 7294 …TIntermTyped* newNode = intermediate.addBuiltInFunctionCall(node->getLoc(), EOpConvPtrToUint64, tr… in constructBuiltIn() local 7316 …TIntermTyped* newNode = intermediate.addBuiltInFunctionCall(node->getLoc(), EOpConvUint64ToPtr, tr… in constructBuiltIn() local 7323 …TIntermTyped* newNode = intermediate.addBuiltInFunctionCall(node->getLoc(), EOpConvUvec2ToPtr, tru… in constructBuiltIn() local
|
/third_party/skia/infra/bots/gen_tasks_logic/ |
D | compile_cas.go | 107 func newNode(name string) *node { func
|
/third_party/node/deps/npm/node_modules/read-package-tree/ |
D | rpt.js | 66 const newNode = (pkg, logical, physical, er, cache) => function
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | stringtriebuilder.cpp | 319 StringTrieBuilder::registerNode(Node *newNode, UErrorCode &errorCode) { in registerNode() 357 Node *newNode=new FinalValueNode(value); in registerFinalValue() local
|
/third_party/node/deps/icu-small/source/common/ |
D | stringtriebuilder.cpp | 319 StringTrieBuilder::registerNode(Node *newNode, UErrorCode &errorCode) { in registerNode() 357 Node *newNode=new FinalValueNode(value); in registerFinalValue() local
|
/third_party/icu/icu4c/source/common/ |
D | stringtriebuilder.cpp | 319 StringTrieBuilder::registerNode(Node *newNode, UErrorCode &errorCode) { in registerNode() 357 Node *newNode=new FinalValueNode(value); in registerFinalValue() local
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | stringtriebuilder.cpp | 319 StringTrieBuilder::registerNode(Node *newNode, UErrorCode &errorCode) { in registerNode() 357 Node *newNode=new FinalValueNode(value); in registerFinalValue() local
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
D | SeparateCompoundExpressions.cpp | 346 auto &newNode = *new TIntermDeclaration(); in visitDeclarationPost() local 439 TIntermBinary *newNode; in visitBinaryPost() local
|
D | RewriteUnaddressableReferences.cpp | 330 auto *newNode = asNode<TIntermTyped>(rebuild(node).single()); in visitBinaryPre() local
|
/third_party/boost/libs/locale/doc/html/ |
D | navtree.js | 186 function newNode(o, po, text, link, childrenData, lastNode) function
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/ctestfw/ |
D | ctest.c | 174 TestNode *newNode; in createTestNode() local 208 TestNode *newNode; in addTest() local
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
D | StringTrieBuilder.java | 140 private final Node registerNode(Node newNode) { in registerNode() 171 ValueNode newNode=new ValueNode(value); in registerFinalValue() local
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | StringTrieBuilder.java | 141 private final Node registerNode(Node newNode) { in registerNode() 172 ValueNode newNode=new ValueNode(value); in registerFinalValue() local
|
/third_party/icu/icu4c/source/tools/ctestfw/ |
D | ctest.c | 174 TestNode *newNode; in createTestNode() local 208 TestNode *newNode; in addTest() local
|
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/ |
D | ctest.c | 174 TestNode *newNode; in createTestNode() local 208 TestNode *newNode; in addTest() local
|
/third_party/ffmpeg/libavcodec/ |
D | crystalhd.c | 188 OpaqueList *newNode = av_mallocz(sizeof (OpaqueList)); in opaque_list_push() local
|