/external/chromium_org/tools/gn/ |
D | target_generator.cc | 26 const FunctionCallNode* function_call, in TargetGenerator() argument 30 function_call_(function_call), in TargetGenerator() 60 const FunctionCallNode* function_call, in GenerateTarget() argument 66 *err = Err(function_call, in GenerateTarget() 82 target->set_defined_from(function_call); in GenerateTarget() 86 CopyTargetGenerator generator(target.get(), scope, function_call, err); in GenerateTarget() 89 ActionTargetGenerator generator(target.get(), scope, function_call, in GenerateTarget() 93 ActionTargetGenerator generator(target.get(), scope, function_call, in GenerateTarget() 97 BinaryTargetGenerator generator(target.get(), scope, function_call, in GenerateTarget() 101 GroupTargetGenerator generator(target.get(), scope, function_call, err); in GenerateTarget() [all …]
|
D | functions_unittest.cc | 14 FunctionCallNode function_call; in TEST() local 22 Value result = functions::RunDefined(setup.scope(), &function_call, in TEST() 38 result = functions::RunDefined(setup.scope(), &function_call, in TEST() 51 result = functions::RunDefined(setup.scope(), &function_call, in TEST()
|
D | group_target_generator.cc | 10 const FunctionCallNode* function_call, in GroupTargetGenerator() argument 12 : TargetGenerator(target, scope, function_call, err) { in GroupTargetGenerator()
|
D | copy_target_generator.cc | 15 const FunctionCallNode* function_call, in CopyTargetGenerator() argument 17 : TargetGenerator(target, scope, function_call, err) { in CopyTargetGenerator()
|
D | target_generator.h | 31 const FunctionCallNode* function_call, 40 const FunctionCallNode* function_call,
|
D | binary_target_generator.cc | 15 const FunctionCallNode* function_call, in BinaryTargetGenerator() argument 18 : TargetGenerator(target, scope, function_call, err), in BinaryTargetGenerator()
|
D | function_write_file_unittest.cc | 24 FunctionCallNode function_call; in CallWriteFile() local 25 Value result = functions::RunWriteFile(scope, &function_call, args, &err); in CallWriteFile()
|
D | action_target_generator.cc | 34 const FunctionCallNode* function_call, in ActionTargetGenerator() argument 37 : TargetGenerator(target, scope, function_call, err), in ActionTargetGenerator()
|
D | group_target_generator.h | 16 const FunctionCallNode* function_call,
|
D | copy_target_generator.h | 16 const FunctionCallNode* function_call,
|
D | binary_target_generator.h | 17 const FunctionCallNode* function_call,
|
D | action_target_generator.h | 16 const FunctionCallNode* function_call,
|
/external/cmockery/cmockery_0_1_2/src/google/ |
D | cmockery.h | 265 #define expect_assert_failure(function_call) \ argument 273 function_call ; \ 275 print_error("Expected assert in %s\n", #function_call); \
|
/external/clang/test/SemaCXX/ |
D | cxx0x-initializer-scalars.cpp | 71 void function_call() { in function_call() function
|
D | cxx0x-initializer-aggregates.cpp | 52 void function_call() { in function_call() function
|
D | cxx0x-initializer-stdinitializerlist.cpp | 64 void function_call() { in function_call() function
|
D | cxx0x-initializer-constructor.cpp | 107 C function_call() { in function_call() function
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/ |
D | cpp.py | 1499 function_call = line # if there's no control flow construct, look at whole line 1507 function_call = matched.group(1) # look inside the parens for function calls 1524 not search(r'\b(if|for|foreach|while|switch|return|new|delete)\b', function_call) 1526 and not search(r' \([^)]+\)\([^)]*(\)|,$)', function_call) 1528 and not search(r' \([^)]+\)\[[^\]]+\]', function_call)): 1529 if search(r'\w\s*\([ \t](?!\s*\\$)', function_call): # a ( used for a fn call 1532 elif search(r'\([ \t]+(?!(\s*\\)|\()', function_call): 1535 if (search(r'\w\s+\(', function_call) 1536 and not match(r'\s*(#|typedef)', function_call)): 1541 if search(r'[^)\s]\s+\)(?!\s*$|{\s*$)', function_call):
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
D | glsl_parser.output | 120 28 | function_call 127 33 function_call: function_call_or_method 762 function_call (238) 2663 function_call go to state 205 3056 function_call go to state 205 3473 function_call go to state 205 3633 function_call go to state 205 3797 function_call go to state 205 3898 function_call go to state 205 3999 function_call go to state 205 [all …]
|
/external/deqp/doc/testspecs/GLES3/ |
D | performance.buffer.data_upload.txt | 107 function_call.* tests measure the time taken by the corresponding command or the series of 111 modify_after_use.* tests are similar to the function_call.* test but they target a buffer
|
/external/chromium_org/third_party/angle/src/compiler/translator/ |
D | glslang.y | 172 %type <interm.intermTypedNode> function_call initializer condition conditionopt 299 | function_call { 335 function_call
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
D | glsl_parser.yy | 203 %type <expression> function_call 419 | function_call 448 function_call:
|
/external/mesa3d/src/glsl/ |
D | glsl_parser.yy | 203 %type <expression> function_call 419 | function_call 448 function_call:
|