| /third_party/skia/src/sksl/ir/ |
| D | SkSLReturnStatement.h | 23 ReturnStatement(int line, std::unique_ptr<Expression> expression) in ReturnStatement() 27 static std::unique_ptr<Statement> Make(int line, std::unique_ptr<Expression> expression) { in Make() 31 std::unique_ptr<Expression>& expression() { in expression() function 35 const std::unique_ptr<Expression>& expression() const { in expression() function
|
| D | SkSLExpressionStatement.h | 23 ExpressionStatement(std::unique_ptr<Expression> expression) in ExpressionStatement() 32 const std::unique_ptr<Expression>& expression() const { in expression() function 36 std::unique_ptr<Expression>& expression() { in expression() function
|
| /third_party/skia/third_party/externals/swiftshader/src/System/ |
| D | Debug.hpp | 85 # define ASSERT_MSG(expression, format, ...) \ argument 96 # define ASSERT_MSG(expression, format, ...) \ argument 108 # define ASSERT(expression) \ argument 118 # define ASSERT(expression) \ argument 150 # define ASSERT_OR_RETURN(expression) ASSERT(expression) argument 152 # define ASSERT_OR_RETURN(expression) \ argument
|
| /third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
| D | Debug.hpp | 87 # define ASSERT_MSG(expression, format, ...) \ argument 98 # define ASSERT_MSG(expression, format, ...) \ argument 110 # define ASSERT(expression) \ argument 120 # define ASSERT(expression) \ argument 159 # define ASSERT_OR_RETURN(expression) ASSERT(expression) argument 161 # define ASSERT_OR_RETURN(expression) \ argument
|
| D | Assert.hpp | 33 # define Assert(expression) ((void)0) argument 35 # define Assert(expression) … argument
|
| /third_party/node/test/parallel/ |
| D | test-inspector.js | 119 'expression': 'k + t', property 153 'expression': `console.log("${chars}")`, property 176 'expression': 'typeof require("fs").readFile === "function"', property 187 'expression': [ property 203 'expression': ` property 217 'expression': `JSON.stringify( property 230 'expression': `delete require.cache[${testModuleStr}]`, property 240 'expression': `JSON.stringify(require(${testModuleStr}))`, property 250 'expression': `JSON.stringify(require(${printAModuleStr}))`, property 260 'expression': `JSON.stringify({ property [all …]
|
| D | test-inspector-module.js | 13 () => session.post('Runtime.evaluate', { expression: '2 + 2' }), property 22 session.post('Runtime.evaluate', { expression: '2 + 2' }); property
|
| /third_party/typescript/src/compiler/transformers/ |
| D | es2020.ts | 61 … const expression = visitNonOptionalExpression(node.expression, captureThisArg, isDelete); constant 103 …const expression = visitNonOptionalParenthesizedExpression(node.expression, /*captureThisArg*/ tru… constant 124 const { expression, chain } = flattenChain(node); constant
|
| D | ts.ts | 820 … const expression = visitNode(parameterDecorator.expression, visitor, isExpression); constant 971 const expression = visitNode(name.expression, visitor, isExpression); constant 1392 const expression = visitNode(node.expression, visitor, isExpression); constant 1418 const expression = visitNode(node.expression, visitor, isExpression); constant 1423 const expression = visitNode(node.expression, visitor, isLeftHandSideExpression); constant 1428 const expression = visitNode(node.expression, visitor, isExpression); constant 2246 const expression = factory.createAssignment( constant
|
| D | es2017.ts | 218 …const expression = visitVariableDeclarationListWithCollidingNames(node.declarationList, /*hasRecei… constant 602 const expression = emitHelpers().createAwaiterHelper( constant 751 const expression = node.expression; constant
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/ |
| D | debug.h | 61 #define ASSERT(expression) do { \ argument 67 #define ASSERT(expression) (void(0)) argument 98 #define ASSERT_OR_RETURN(expression) do { \ argument
|
| /third_party/cJSON/tests/unity/test/tests/ |
| D | test_generate_test_runner.rb | 1200 def verify_match(expression, output) argument 1209 def verify_number(expected, expression, output) argument
|
| /third_party/typescript/src/compiler/factory/ |
| D | nodeConverters.ts | 49 const expression = convertToAssignmentElementTarget(element.name); constant 70 const expression = convertToAssignmentElementTarget(element.name); constant
|
| /third_party/unity/test/tests/ |
| D | test_generate_test_runner.rb | 1246 def verify_match(expression, output) argument 1255 def verify_number(expected, expression, output) argument
|
| /third_party/typescript/src/services/codefixes/ |
| D | addMissingAwait.ts | 35 …const expression = getAwaitErrorSpanExpression(sourceFile, errorCode, span, cancellationToken, pro… constant 51 …const expression = getAwaitErrorSpanExpression(sourceFile, diagnostic.code, diagnostic, cancellati… constant 63 const expression = getFixableErrorSpanExpression(sourceFile, span); constant 106 expression: Expression; property 185 for (const side of [expression.left, expression.right]) { constant
|
| D | fixNaNEquality.ts | 15 const { suggestion, expression, arg } = info; constant 32 expression: BinaryExpression; property
|
| /third_party/skia/modules/skottie/tests/ |
| D | Expression.cpp | 35 const char expression[]) override { in createNumberExpressionEvaluator() 40 const char expression[]) override { in createStringExpressionEvaluator() 45 const char expression[]) override { in createArrayExpressionEvaluator()
|
| /third_party/typescript/src/services/refactors/ |
| D | addOrRemoveBracesToArrowFunction.ts | 24 expression: Expression | undefined; property 63 const { expression, returnStatement, func } = info; constant
|
| D | convertToOptionalChainExpression.ts | 53 expression: ValidExpression, property 93 …const expression = parent && isValidExpressionOrStatement(parent) ? getExpression(parent) : undefi… constant 286 const { finalExpression, occurrences, expression } = info; constant
|
| /third_party/python/Lib/idlelib/ |
| D | calltip.py | 108 def fetch_tip(self, expression): argument 133 def get_entity(expression): argument
|
| /third_party/typescript/tests/baselines/reference/ |
| D | arrayDestructuringInSwitch1.js | 28 function evaluate(expression) { argument
|
| /third_party/node/deps/v8/src/parsing/ |
| D | preparser.h | 107 static PreParserExpression Spread(const PreParserExpression& expression) { in Spread() 402 void Add(const PreParserExpression& expression) { in Add() 442 const PreParserExpression& expression) { in ExpressionStatement() 600 const PreParserExpression& expression, in NewUnaryOperation() 623 PreParserExpression NewYield(const PreParserExpression& expression, int pos, in NewYield() 627 PreParserExpression NewAwait(const PreParserExpression& expression, int pos) { in NewAwait() 641 const PreParserExpression& expression, in NewCountOperation() 658 PreParserExpression expression, const PreParserExpressionList& arguments, in NewTaggedTemplate() 662 PreParserExpression NewCallNew(const PreParserExpression& expression, in NewCallNew() 690 PreParserExpression NewSpread(const PreParserExpression& expression, int pos, in NewSpread() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/ |
| D | DirectiveParser.cpp | 183 std::string expression = iter != mMacroSet->end() ? "1" : "0"; in lex() local 572 int expression = parseExpressionIf(token); in parseElif() local 936 int expression = 0; in parseConditionalIf() local 966 int expression = 0; in parseExpressionIf() local 1000 int expression = iter != mMacroSet->end() ? 1 : 0; in parseExpressionIfdef() local
|
| /third_party/python/PC/ |
| D | invalid_parameter_handler.c | 12 wchar_t const* expression, in _silent_invalid_parameter_handler()
|
| /third_party/node/deps/v8/src/ast/ |
| D | ast.h | 573 Expression* expression() const { return expression_; } in expression() function 579 ExpressionStatement(Expression* expression, int pos) in ExpressionStatement() 625 Expression* expression() const { return expression_; } in expression() function 644 ReturnStatement(Expression* expression, Type type, int pos, int end_position) in ReturnStatement() 661 Expression* expression() const { return expression_; } in expression() function 669 WithStatement(Scope* scope, Expression* expression, Statement* statement, in WithStatement() 1585 Expression* expression() const { return expression_; } in expression() function 1591 explicit OptionalChain(Expression* expression) in OptionalChain() 1673 Expression* expression() const { return expression_; } in expression() function 1682 CallBase(Zone* zone, NodeType type, Expression* expression, in CallBase() [all …]
|