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

1 2

  /external/chromium_org/third_party/webrtc/system_wrappers/interface/
event_tracer.h 41 const unsigned long long* arg_values,
67 const unsigned long long* arg_values,
trace_event.h 125 // The |arg_values|, when used, are always deep copied with the _COPY
129 // const char* arg_values are only referenced by default:
135 // std::string arg_values are always copied:
558 // const unsigned long long* arg_values,
835 unsigned long long arg_values[1]; local
856 unsigned long long arg_values[2]; local
    [all...]
  /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 28 const uint64_t arg_values[],
40 const uint64_t arg_values[],
ppb_trace_event_impl.cc 39 const uint64_t arg_values[],
56 reinterpret_cast<const unsigned long long*>(arg_values),
72 const uint64_t arg_values[],
88 reinterpret_cast<const unsigned long long*>(arg_values),
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
event_tracer.cc 45 const unsigned long long* arg_values,
55 arg_values,
event_tracer_unittest.cc 56 const unsigned long long* 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/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/third_party/libjingle/overrides/
init_webrtc.cc 28 const unsigned long long* arg_values,
31 num_args, arg_names, arg_types, arg_values,
  /external/chromium_org/content/child/npapi/
webplugin_delegate.h 49 const std::vector<std::string>& arg_values,
webplugin_delegate_impl.cc 53 const std::vector<std::string>& arg_values,
77 argv[argc] = const_cast<char*>(arg_values[i].c_str());
  /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_android.cc 27 const base::debug::TraceEvent::TraceValue* arg_values,
46 arg_types[i], arg_values[i], &out);
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:
1223 unsigned long long arg_values[2]; local
1253 unsigned long long arg_values[2]; local
1331 unsigned long long arg_values[1]; local
1371 unsigned long long arg_values[2]; local
    [all...]
trace_event_impl.h 119 const unsigned long long* arg_values,
479 const unsigned long long arg_values[],
519 const unsigned long long* arg_values,
532 const unsigned long long* arg_values,
  /external/chromium_org/content/renderer/devtools/
devtools_agent.h 101 const unsigned long long 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
69 init_data_->arg_values.push_back(params.attributeValues[i].utf8());
94 init_data_->arg_names, init_data_->arg_values, full_frame_);
  /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/third_party/WebKit/Source/core/inspector/
CodeGeneratorInstrumentation.py 517 arg_options, arg_values = cmdline_parser.parse_args()
518 if (len(arg_values) != 1):
519 raise Exception("Exactly one plain argument expected (found %s)" % len(arg_values))
520 input_path = arg_values[0]
  /external/chromium_org/content/child/
blink_platform_impl.h 107 const unsigned long long* arg_values,
117 const unsigned long long* arg_values,
  /external/chromium_org/ui/gl/
gl_implementation_win.cc 75 const unsigned long long* arg_values,
84 arg_values,
  /external/chromium_org/third_party/skia/src/core/
SkTraceEvent.h 122 // The |arg_values|, when used, are always deep copied with the _COPY
126 // const char* arg_values are only referenced by default:
132 // std::string arg_values are always copied:
1124 uint64_t arg_values[1]; local
1146 uint64_t arg_values[2]; local
    [all...]
  /external/skia/src/core/
SkTraceEvent.h 122 // The |arg_values|, when used, are always deep copied with the _COPY
126 // const char* arg_values are only referenced by default:
132 // std::string arg_values are always copied:
1124 uint64_t arg_values[1]; local
1146 uint64_t arg_values[2]; local
    [all...]
  /external/lldb/source/Expression/
ClangFunction.cpp 295 ValueList &arg_values,
345 size_t num_args = arg_values.GetSize();
357 Value *arg_value = arg_values.GetValueAtIndex(i);

Completed in 787 milliseconds

1 2