HomeSort by relevance Sort by last modified time
    Searched full:func_call (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/media/cdm/ppapi/
cdm_file_io_impl.cc 18 // Call func_call and check the result. If the result is not
20 #define CHECK_PP_OK_COMPLETIONPENDING(func_call, error_type) \
22 int32_t result = func_call; \
25 CDM_DLOG() << #func_call << " failed with result: " << result; \
  /external/ltrace/testsuite/ltrace.main/
parameters.conf 20 void func_call(+string, string);
parameters.c 40 void func_call(char *x, char *y, void (*cb)(char *));
138 func_call(x, y, call_func_work);
parameters.exp 79 set pattern "func_call( <unfinished ...>"
85 set pattern "<... func_call resumed> \\\"x\\\", \\\"y\\\")"
parameters-lib.c 142 void func_call (char *x, char* y, void (*cb) (char *)) function
  /external/chromium_org/tools/gn/
parser.cc 289 scoped_ptr<FunctionCallNode> func_call(new FunctionCallNode);
290 func_call->set_function(token);
291 func_call->set_args(list.Pass());
293 func_call->set_block(block.Pass());
294 return func_call.PassAs<ParseNode>();
  /external/bison/tests/
existing.at 82 %token FUNC_CALL NAME REGEXP
102 %left FUNC_CALL LEX_BUILTIN LEX_LENGTH
142 | FUNC_CALL
349 | FUNC_CALL '(' opt_expression_list r_paren
499 + 144 | . FUNC_CALL '(' opt_expression_list r_paren
512 + FUNC_CALL shift, and go to state 8
572 + 144 | . FUNC_CALL '(' opt_expression_list r_paren
585 + FUNC_CALL shift, and go to state 8
620 + 144 | . FUNC_CALL '(' opt_expression_list r_paren
633 + FUNC_CALL shift, and go to state
    [all...]
  /ndk/sources/host-tools/make-3.81/
function.c 2231 func_call (char *o, char **argv, const char *funcname UNUSED) function
    [all...]
ChangeLog     [all...]
  /external/valgrind/main/perf/
tinycc.c 2227 unsigned char func_call; \/* FUNC_CDECL, FUNC_STDCALL, FUNC_FASTCALLx *\/ member in struct:AttributeDef
5877 int size, align, r, args_size, i, func_call; local
5957 int addr, align, size, func_call, fastcall_nb_regs; local
    [all...]

Completed in 620 milliseconds