/third_party/typescript/src/testRunner/unittests/services/ |
D | textChanges.ts | 225 const newNode = createTestVariableDeclaration("z1"); constant 236 const newNode = createTestVariableDeclaration("z1"); constant 646 for (const newNode of newNodes) { constant 702 const newNode = factory.createPropertyDeclaration( constant 719 const newNode = factory.createPropertyDeclaration( constant 735 const newNode = factory.createPropertyDeclaration( constant 751 const newNode = factory.createPropertyDeclaration( constant 765 …const newNode = factory.createExpressionStatement(factory.createParenthesizedExpression(factory.cr… constant
|
/third_party/typescript/src/services/refactors/ |
D | convertArrowFunctionOrFunctionExpression.ts | 206 …const newNode = factory.createFunctionExpression(func.modifiers, func.asteriskToken, /* name */ un… constant 219 …const newNode = factory.createFunctionDeclaration(length(modifiers) ? modifiers : undefined, func.… constant 247 …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/glslang/glslang/MachineIndependent/ |
D | Constant.cpp | 356 TIntermConstantUnion *newNode = new TIntermConstantUnion(newConstArray, returnType); in fold() local 942 TIntermConstantUnion *newNode = new TIntermConstantUnion(newConstArray, returnType); in fold() local 1284 TIntermConstantUnion *newNode = new TIntermConstantUnion(newConstArray, aggrNode->getType()); in fold() local
|
D | ParseHelper.cpp | 8251 TIntermTyped *newNode; in addConstructor() local 8327 TIntermTyped* newNode; in constructBuiltIn() local 8360 …TIntermTyped* newNode = intermediate.addBuiltInFunctionCall(node->getLoc(), EOpConvPtrToUvec2, tru… in constructBuiltIn() local 8370 TIntermTyped* newNode = in constructBuiltIn() local 8391 TIntermTyped* newNode = in constructBuiltIn() local 8544 …TIntermTyped* newNode = intermediate.addBuiltInFunctionCall(node->getLoc(), EOpConvPtrToUint64, tr… in constructBuiltIn() local 8566 …TIntermTyped* newNode = intermediate.addBuiltInFunctionCall(node->getLoc(), EOpConvUint64ToPtr, tr… in constructBuiltIn() local 8573 …TIntermTyped* newNode = intermediate.addBuiltInFunctionCall(node->getLoc(), EOpConvUvec2ToPtr, tru… in constructBuiltIn() local
|
D | Intermediate.cpp | 833 TIntermUnary* newNode = nullptr; in createConversion() local 1178 TIntermTyped* newNode = createConversion(type.getBasicType(), node); in addConversion() 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/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/ |
D | container.js | 71 _proto.insertAfter = function insertAfter(oldNode, newNode) { argument 85 _proto.insertBefore = function insertBefore(oldNode, newNode) { argument
|
/third_party/skia/infra/bots/gen_tasks_logic/ |
D | compile_cas.go | 107 func newNode(name string) *node { func
|
/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/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/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/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/icu/icu4c/source/tools/ctestfw/ |
D | ctest.c | 176 TestNode *newNode; in createTestNode() local 210 TestNode *newNode; in addTest() 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/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/ffmpeg/libavcodec/ |
D | crystalhd.c | 194 OpaqueList *newNode = av_mallocz(sizeof (OpaqueList)); in opaque_list_push() local
|
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/ |
D | parser.js | 951 _proto.newNode = function newNode(node, namespace) { function
|
/third_party/jsframework/runtime/main/model/ |
D | compiler.ts | 946 const newNode = <FragBlockInterface>node; constant
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/tool/locale/ |
D | LocaleDistanceBuilder.java | 252 final DistanceTable newNode = new DistanceTable(distance); in addSubtable() local
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | Intermediate.cpp | 1780 TIntermConstantUnion *newNode = 0; in fold() local
|