/external/libffi/man/ |
ffi_call.3 | 57 void *arg_values[2]; 80 arg_values[0] = &arg1; 81 arg_values[1] = &arg2; 84 ffi_call(&cif, FFI_FN(foo), &result, arg_values);
|
/external/chromium_org/ppapi/shared_impl/ |
ppb_trace_event_impl.h | 29 const uint64_t arg_values[], 41 const uint64_t arg_values[],
|
ppb_trace_event_impl.cc | 41 const uint64_t arg_values[], 53 reinterpret_cast<const unsigned long long*>(arg_values), NULL, flags); 67 const uint64_t arg_values[], 79 reinterpret_cast<const unsigned long long*>(arg_values), NULL, flags);
|
/external/chromium_org/native_client_sdk/src/libraries/xray/ |
browser.c | 92 uint64_t arg_values[] = {0}; local 125 arg_values[0] = val.as_uint; 134 num_args, arg_names, arg_types, arg_values, 0
|
/external/chromium_org/ppapi/c/dev/ |
ppb_trace_event_dev.h | 66 const uint64_t arg_values[], 83 const uint64_t arg_values[], 109 const uint64_t arg_values[],
|
/external/chromium_org/ppapi/api/dev/ |
ppb_trace_event_dev.idl | 48 [in, size_as=num_args] uint64_t[] arg_values, 68 [in, size_as=num_args] uint64_t[] arg_values,
|
/external/chromium_org/third_party/libjingle/overrides/ |
init_webrtc.cc | 26 const unsigned long long* arg_values, 29 num_args, arg_names, arg_types, arg_values,
|
/external/chromium_org/content/renderer/pepper/ |
pepper_webplugin_impl.cc | 54 std::vector<std::string> arg_values; member in struct:content::PepperWebPluginImpl::InitData 73 init_data_->arg_values.push_back(params.attributeValues[i].utf8()); 99 init_data_->arg_values,
|
/external/chromium_org/content/plugin/ |
webplugin_delegate_stub.cc | 173 if (params.arg_names.size() != params.arg_values.size()) { 195 std::vector<std::string> arg_values = params.arg_values; local 207 arg_values,
|
/external/chromium_org/content/renderer/devtools/ |
devtools_agent.h | 96 const unsigned long long arg_values[],
|
devtools_agent.cc | 166 const unsigned long long arg_values[], 174 arg_names, arg_types, arg_values, flags, timestamp_seconds);
|
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/ |
CodeGeneratorFrontend.py | 45 arg_options, arg_values = cmdline_parser.parse_args() 46 if (len(arg_values) != 1): 47 raise Exception("Exactly one plain argument expected (found %s)" % len(arg_values)) 48 input_json_filename = arg_values[0]
|
/external/chromium_org/base/debug/ |
trace_event.h | 121 // The |arg_values|, when used, are always deep copied with the _COPY 125 // const char* arg_values are only referenced by default: 131 // std::string arg_values are always copied: 1200 unsigned long long arg_values[2]; local 1230 unsigned long long arg_values[2]; local 1308 unsigned long long arg_values[1]; local 1348 unsigned long long arg_values[2]; local [all...] |
trace_event_android.cc | 27 const base::debug::TraceEvent::TraceValue* arg_values, 46 arg_types[i], arg_values[i], &out);
|
trace_event_impl.h | 119 const unsigned long long* arg_values, 460 const unsigned long long arg_values[], 500 const unsigned long long* arg_values, 513 const unsigned long long* arg_values,
|
trace_event_impl.cc | 526 const unsigned long long* arg_values, 549 arg_values_[i].as_uint = arg_values[i]; [all...] |
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
CodeGeneratorInstrumentation.py | 508 arg_options, arg_values = cmdline_parser.parse_args() 509 if (len(arg_values) != 1): 510 raise Exception("Exactly one plain argument expected (found %s)" % len(arg_values)) 511 input_path = arg_values[0]
|
/external/chromium_org/content/child/npapi/ |
webplugin_delegate_impl.cc | 53 const std::vector<std::string>& arg_values, 77 argv[argc] = const_cast<char*>(arg_values[i].c_str());
|
webplugin_delegate.h | 49 const std::vector<std::string>& arg_values,
|
/external/chromium_org/ui/gl/ |
gl_implementation_win.cc | 73 const unsigned long long* arg_values, 82 arg_values,
|
/external/chromium_org/webkit/child/ |
webkitplatformsupport_impl.h | 89 const unsigned long long* arg_values,
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
TraceEvent.h | 124 // The |arg_values|, when used, are always deep copied with the _COPY 128 // const char* arg_values are only referenced by default: 134 // std::string arg_values are always copied: 543 // const unsigned long long* arg_values, [all...] |
/external/chromium_org/third_party/angle/src/third_party/trace_event/ |
trace_event.h | 103 // The |arg_values|, when used, are always deep copied with the _COPY 107 // const char* arg_values are only referenced by default: 113 // std::string arg_values are always copied: 473 // const unsigned long long* arg_values, [all...] |
/external/chromium_org/content/renderer/npapi/ |
webplugin_delegate_proxy.cc | 289 const std::vector<std::string>& arg_values, 375 params.arg_values = arg_values; [all...] |
/external/chromium_org/content/child/ |
plugin_messages.h | 31 IPC_STRUCT_MEMBER(std::vector<std::string>, arg_values)
|