HomeSort by relevance Sort by last modified time
    Searched full:function_call (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/tools/gn/
functions_unittest.cc 14 FunctionCallNode function_call; local
22 Value result = functions::RunDefined(setup.scope(), &function_call,
38 result = functions::RunDefined(setup.scope(), &function_call,
51 result = functions::RunDefined(setup.scope(), &function_call,
copy_target_generator.h 16 const FunctionCallNode* function_call,
group_target_generator.h 16 const FunctionCallNode* function_call,
target_generator.cc 26 const FunctionCallNode* function_call,
30 function_call_(function_call),
60 const FunctionCallNode* function_call,
66 *err = Err(function_call,
82 target->set_defined_from(function_call);
86 CopyTargetGenerator generator(target.get(), scope, function_call, err);
89 ActionTargetGenerator generator(target.get(), scope, function_call,
93 ActionTargetGenerator generator(target.get(), scope, function_call,
97 BinaryTargetGenerator generator(target.get(), scope, function_call,
101 GroupTargetGenerator generator(target.get(), scope, function_call, err)
    [all...]
copy_target_generator.cc 15 const FunctionCallNode* function_call,
17 : TargetGenerator(target, scope, function_call, err) {
group_target_generator.cc 12 const FunctionCallNode* function_call,
14 : TargetGenerator(target, scope, function_call, err) {
action_target_generator.h 16 const FunctionCallNode* function_call,
binary_target_generator.h 17 const FunctionCallNode* function_call,
target_generator.h 31 const FunctionCallNode* function_call,
40 const FunctionCallNode* function_call,
action_target_generator.cc 19 const FunctionCallNode* function_call,
22 : TargetGenerator(target, scope, function_call, err),
binary_target_generator.cc 18 const FunctionCallNode* function_call,
21 : TargetGenerator(target, scope, function_call, err),
function_write_file_unittest.cc 24 FunctionCallNode function_call; local
25 Value result = functions::RunWriteFile(scope, &function_call, args, &err);
parse_tree.h 131 // function_call()[1]
  /external/chromium_org/v8/src/heap/
heap-inl.h 596 // Calls the FUNCTION_CALL function and retries it up to three times
609 #define CALL_AND_RETRY(ISOLATE, FUNCTION_CALL, RETURN_VALUE, RETURN_EMPTY) \
611 AllocationResult __allocation__ = FUNCTION_CALL; \
616 __allocation__ = FUNCTION_CALL; \
622 __allocation__ = FUNCTION_CALL; \
630 #define CALL_AND_RETRY_OR_DIE(ISOLATE, FUNCTION_CALL, RETURN_VALUE, \
632 CALL_AND_RETRY(ISOLATE, FUNCTION_CALL, RETURN_VALUE, RETURN_EMPTY)
634 #define CALL_HEAP_FUNCTION(ISOLATE, FUNCTION_CALL, TYPE) \
635 CALL_AND_RETRY_OR_DIE(ISOLATE, FUNCTION_CALL, \
640 #define CALL_HEAP_FUNCTION_VOID(ISOLATE, FUNCTION_CALL) \
    [all...]
  /external/clang/test/SemaCXX/
cxx0x-initializer-scalars.cpp 71 void function_call() { function in namespace:integral
cxx0x-initializer-aggregates.cpp 52 void function_call() { function in namespace:aggregate
cxx0x-initializer-stdinitializerlist.cpp 64 void function_call() { function
cxx0x-initializer-constructor.cpp 107 C function_call() { function in namespace:objects
  /external/cmockery/cmockery_0_1_2/src/google/
cmockery.h 265 #define expect_assert_failure(function_call) \
273 function_call ; \
275 print_error("Expected assert in %s\n", #function_call); \
  /external/deqp/doc/testspecs/GLES3/
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/mesa/src/chromium_gensrc/mesa/
glsl_parser.output 120 28 | function_call
127 33 function_call: function_call_or_method
762 function_call (238)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
glsl_parser.yy 203 %type <expression> function_call
419 | function_call
448 function_call:
    [all...]
  /external/mesa3d/src/glsl/
glsl_parser.yy 203 %type <expression> function_call
419 | function_call
448 function_call:
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
cpp.py     [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
glslang.y 173 %type <interm.intermTypedNode> function_call initializer condition conditionopt
269 | function_call {
305 function_call
    [all...]

Completed in 1303 milliseconds

1 2