HomeSort by relevance Sort by last modified time
    Searched refs:arg_values (Results 1 - 25 of 29) sorted by null

1 2

  /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/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/base/debug/
trace_event_android.cc 27 const unsigned long long* arg_values,
45 value.as_uint = arg_values[i];
95 const unsigned long long* arg_values,
104 num_args, arg_names, arg_types, arg_values, convertable_values,
112 num_args, arg_names, arg_types, arg_values, convertable_values,
119 num_args, arg_names, arg_types, arg_values, convertable_values,
132 static_cast<int>(arg_values[i]), category_group);
trace_event_impl.h 91 const unsigned long long* arg_values,
372 const unsigned long long arg_values[],
401 const unsigned long long* arg_values,
414 const unsigned long long* arg_values,
541 const unsigned long long* arg_values,
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:
1179 unsigned long long arg_values[2]; local
1227 unsigned long long arg_values[2]; local
1339 unsigned long long arg_values[1]; local
1377 unsigned long long arg_values[2]; local
    [all...]
trace_event_impl.cc 307 const unsigned long long* arg_values,
327 arg_values_[i].as_uint = arg_values[i];
    [all...]
  /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 25 const unsigned long long* arg_values,
28 num_args, arg_names, arg_types, arg_values,
  /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/content/child/npapi/
webplugin_delegate.h 50 const std::vector<std::string>& arg_values,
webplugin_delegate_impl.cc 51 const std::vector<std::string>& arg_values,
73 argv[argc] = const_cast<char*>(arg_values[i].c_str());
webplugin_delegate_impl.h 86 const std::vector<std::string>& arg_values,
  /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/content/plugin/
webplugin_delegate_stub.cc 170 if (params.arg_names.size() != params.arg_values.size()) {
192 std::vector<std::string> arg_values = params.arg_values; local
204 arg_values,
  /external/chromium_org/content/renderer/pepper/
pepper_webplugin_impl.cc 53 std::vector<std::string> arg_values; member in struct:content::PepperWebPluginImpl::InitData
70 init_data_->arg_values.push_back(params.attributeValues[i].utf8());
96 init_data_->arg_values,
pepper_plugin_instance_impl.cc 674 const std::vector<std::string>& arg_values) {
685 if (arg_values[i] == "direct" || arg_values[i] == "gpu")
705 const std::vector<std::string>& arg_values,
715 arg_names, arg_values);
718 argv_ = arg_values;
    [all...]
pepper_plugin_instance_impl.h 177 const std::vector<std::string>& arg_values,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
CodeGeneratorInstrumentation.py 510 arg_options, arg_values = cmdline_parser.parse_args()
511 if (len(arg_values) != 1):
512 raise Exception("Exactly one plain argument expected (found %s)" % len(arg_values))
513 input_path = arg_values[0]
  /external/chromium_org/webkit/child/
webkitplatformsupport_impl.h 86 const unsigned long long* arg_values,
webkitplatformsupport_impl.cc 455 const unsigned long long* arg_values,
459 arg_values, NULL, flags);
    [all...]
  /external/chromium_org/content/child/
plugin_messages.h 31 IPC_STRUCT_MEMBER(std::vector<std::string>, arg_values)
  /external/chromium_org/content/renderer/npapi/
webplugin_delegate_proxy.h 58 const std::vector<std::string>& arg_values,
webplugin_delegate_proxy.cc 285 const std::vector<std::string>& arg_values,
371 params.arg_values = arg_values;
    [all...]
  /art/runtime/
debugger.h 362 uint32_t arg_count, uint64_t* arg_values,

Completed in 609 milliseconds

1 2