HomeSort by relevance Sort by last modified time
    Searched defs:arg_list (Results 1 - 13 of 13) sorted by null

  /frameworks/base/tools/aidl/
aidl_language_y.y 211 type IDENTIFIER '(' arg_list ')' ';' {
229 | ONEWAY type IDENTIFIER '(' arg_list ')' ';' {
247 | type IDENTIFIER '(' arg_list ')' '=' IDVALUE ';' {
265 | ONEWAY type IDENTIFIER '(' arg_list ')' '=' IDVALUE ';' {
285 arg_list: label
288 | arg_list ',' arg {
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
network_config_message_handler.cc 60 const base::ListValue* arg_list) const {
63 if (!arg_list->GetInteger(0, &callback_id) ||
64 !arg_list->GetDictionary(1, &filter)) {
91 const base::ListValue* arg_list) {
94 if (!arg_list->GetInteger(0, &callback_id) ||
95 !arg_list->GetString(1, &guid)) {
127 const base::ListValue& arg_list) const {
129 "networkConfig.chromeCallbackSuccess", arg_list);
137 base::ListValue arg_list; local
138 arg_list.AppendInteger(callback_id)
    [all...]
  /hardware/intel/img/psb_video/src/
vsp_cmdbuf.c 291 struct psb_validate_arg *arg_list; local
295 arg_list = (struct psb_validate_arg *) calloc(1, sizeof(struct psb_validate_arg) * buffer_count);
296 if (arg_list == NULL) {
302 struct psb_validate_arg *arg = &(arg_list[i]);
305 req->next = (unsigned long) & (arg_list[i+1]);
319 arg_list[buffer_count-1].d.req.next = 0;
321 ca.buffer_list = (uint64_t)((unsigned long)arg_list);
340 struct psb_validate_arg *arg = &(arg_list[i]);
355 free(arg_list);
pnw_cmdbuf.c 405 struct psb_validate_arg *arg_list; local
410 arg_list = (struct psb_validate_arg *) calloc(1, sizeof(struct psb_validate_arg) * buffer_count);
411 if (arg_list == NULL) {
417 struct psb_validate_arg *arg = &(arg_list[i]);
420 req->next = (unsigned long) & (arg_list[i+1]);
434 arg_list[buffer_count-1].d.req.next = 0;
436 ca.buffer_list = (uint64_t)((unsigned long)arg_list);
455 struct psb_validate_arg *arg = &(arg_list[i]);
470 free(arg_list);
tng_cmdbuf.c 551 struct psb_validate_arg *arg_list; local
556 arg_list = (struct psb_validate_arg *) calloc(1, sizeof(struct psb_validate_arg) * buffer_count);
557 if (arg_list == NULL) {
563 struct psb_validate_arg *arg = &(arg_list[i]);
567 req->next = (unsigned long) & (arg_list[i+1]);
584 arg_list[buffer_count-1].d.req.next = 0;
588 ca.buffer_list = (uint64_t)((unsigned long)arg_list);
618 struct psb_validate_arg *arg = &(arg_list[i]);
633 free(arg_list);
psb_cmdbuf.c 431 struct psb_validate_arg *arg_list; local
438 arg_list = (struct psb_validate_arg *) calloc(1, sizeof(struct psb_validate_arg) * buffer_count);
439 if (arg_list == NULL) {
445 struct psb_validate_arg *arg = &(arg_list[i]);
448 req->next = (unsigned long) & (arg_list[i+1]);
462 arg_list[buffer_count-1].d.req.next = 0;
464 ca.buffer_list = (uint64_t)((unsigned long)arg_list);
520 struct psb_validate_arg *arg = &(arg_list[i]);
541 free(arg_list);
    [all...]
  /hardware/ti/omap4-aah/security/tf_daemon/
lib_manifest2.c 42 va_list arg_list; local
43 va_start(arg_list, msg);
44 exosTraceVPrintf("LIB_MANIFEST2", EXOS_TRACE_ORG_APPLI, K_PRINT_ERROR_LOG, msg, &arg_list);
45 va_end(arg_list);
  /hardware/ti/omap4xxx/security/tf_daemon/
lib_manifest2.c 42 va_list arg_list; local
43 va_start(arg_list, msg);
44 exosTraceVPrintf("LIB_MANIFEST2", EXOS_TRACE_ORG_APPLI, K_PRINT_ERROR_LOG, msg, &arg_list);
45 va_end(arg_list);
  /hardware/intel/img/psb_video/src/mrst/
lnc_cmdbuf.c 347 struct psb_validate_arg *arg_list; local
352 arg_list = (struct psb_validate_arg *) calloc(1, sizeof(struct psb_validate_arg) * buffer_count);
353 if (arg_list == NULL) {
359 struct psb_validate_arg *arg = &(arg_list[i]);
362 req->next = (unsigned long) & (arg_list[i+1]);
381 arg_list[buffer_count-1].d.req.next = 0;
383 ca.buffer_list = (uint64_t)((unsigned long)arg_list);
402 struct psb_validate_arg *arg = &(arg_list[i]);
417 free(arg_list);
  /external/chromium_org/sandbox/win/sandbox_poc/
main_ui_window.cc 626 va_list arg_list; local
627 _crt_va_start(arg_list, format);
630 vswprintf_s(text, kMaxDebugBuffSize, format, arg_list);
  /external/fio/
client.h 26 struct flist_head arg_list; member in struct:fio_client
  /external/chromium_org/ui/display/chromeos/
display_configurator_unittest.cc 99 va_list arg_list; local
100 va_start(arg_list, action);
105 action = va_arg(arg_list, const char*);
107 va_end(arg_list);
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/policies/
policy.hpp 403 typedef mpl::list<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13> arg_list; typedef in struct:boost::math::policies::policy
406 typedef typename detail::find_arg<arg_list, is_domain_error<mpl::_1>, domain_error<> >::type domain_error_type;
407 typedef typename detail::find_arg<arg_list, is_pole_error<mpl::_1>, pole_error<> >::type pole_error_type;
408 typedef typename detail::find_arg<arg_list, is_overflow_error<mpl::_1>, overflow_error<> >::type overflow_error_type;
409 typedef typename detail::find_arg<arg_list, is_underflow_error<mpl::_1>, underflow_error<> >::type underflow_error_type;
410 typedef typename detail::find_arg<arg_list, is_denorm_error<mpl::_1>, denorm_error<> >::type denorm_error_type;
411 typedef typename detail::find_arg<arg_list, is_evaluation_error<mpl::_1>, evaluation_error<> >::type evaluation_error_type;
412 typedef typename detail::find_arg<arg_list, is_rounding_error<mpl::_1>, rounding_error<> >::type rounding_error_type;
413 typedef typename detail::find_arg<arg_list, is_indeterminate_result_error<mpl::_1>, indeterminate_result_error<> >::type indeterminate_result_error_type;
418 typedef typename detail::find_arg<arg_list, is_digits10<mpl::_1>, digits10<> >::type digits10_type
513 typedef mpl::list<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13> arg_list; typedef in struct:boost::math::policies::normalise
    [all...]

Completed in 325 milliseconds