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

  /external/webrtc/webrtc/base/
event_tracer.h 41 const unsigned long long* arg_values,
67 const unsigned long long* arg_values,
event_tracer_unittest.cc 56 const unsigned long long* arg_values,
event_tracer.cc 56 const unsigned long long* arg_values,
66 arg_values,
219 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:
562 // const unsigned long long* arg_values,
839 unsigned long long arg_values[1]; local
860 unsigned long long arg_values[2]; local
    [all...]
  /external/autotest/site_utils/autoupdate/lib/
test_params.py 163 arg_values = [
172 arg_values.append(('source_payload_uri', self.source_payload_uri))
174 arg_values.append(('source_archive_uri', self.source_archive_uri))
177 [template % (key, assign, val) for key, val in arg_values])
  /external/libchrome/base/trace_event/
trace_log.h 149 const unsigned long long arg_values[],
195 const unsigned long long* arg_values,
207 const unsigned long long* arg_values,
219 const unsigned long long* arg_values,
232 const unsigned long long* arg_values,
246 const unsigned long long* arg_values,
256 const unsigned long long* arg_values,
trace_event.h 106 // const unsigned long long* arg_values,
124 // const unsigned long long* arg_values,
143 // const unsigned long long* arg_values,
162 // const unsigned long long* arg_values,
537 // functions are defined here instead of in the macro, because the arg_values
540 // the arg_values must live throughout these procedures.
582 unsigned long long arg_values[2]; local
583 SetTraceValue(arg1_val, &arg_types[0], &arg_values[0]);
592 num_args, arg_names, arg_types, arg_values, convertable_values, flags);
614 unsigned long long arg_values[2] local
698 unsigned long long arg_values[1]; local
740 unsigned long long arg_values[2]; local
790 unsigned long long arg_values[1]; local
    [all...]
trace_log.cc     [all...]
trace_event_impl.h 112 const unsigned long long* arg_values,
trace_event_impl.cc 93 const unsigned long long* arg_values,
117 arg_values_[i].as_uint = arg_values[i];
trace_event_unittest.cc     [all...]
  /external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
decorators.py 68 arg_values = {
73 log.add_trace_event("B", start, category, name, arg_values)
  /external/v8/include/
v8-platform.h 157 const uint64_t* arg_values, unsigned int flags) {
  /external/skia/src/core/
SkTraceEvent.h 95 // const uint64_t* arg_values,
384 // functions are defined here instead of in the macro, because the arg_values
387 // the arg_values must live throughout these procedures.
413 uint64_t arg_values[1]; local
414 SetTraceValue(arg1_val, &arg_types[0], &arg_values[0]);
417 num_args, &arg1_name, arg_types, arg_values, flags);
435 uint64_t arg_values[2]; local
436 SetTraceValue(arg1_val, &arg_types[0], &arg_values[0]);
437 SetTraceValue(arg2_val, &arg_types[1], &arg_values[1]);
440 num_args, arg_names, arg_types, arg_values, flags)
    [all...]
  /external/v8/src/libplatform/
default-platform.h 53 const uint64_t* arg_values,
default-platform.cc 175 const uint64_t* arg_values, unsigned int flags) {
  /external/v8/src/tracing/
trace-event.h 121 // const uint64_t* arg_values,
470 // function is defined here instead of in the macro, because the arg_values
473 // the arg_values must live throughout these procedures.
492 uint64_t arg_values[1]; local
493 SetTraceValue(arg1_val, &arg_types[0], &arg_values[0]);
496 &arg1_name, arg_types, arg_values, flags);
508 uint64_t arg_values[2]; local
509 SetTraceValue(arg1_val, &arg_types[0], &arg_values[0]);
510 SetTraceValue(arg2_val, &arg_types[1], &arg_values[1]);
513 arg_names, arg_types, arg_values, flags)
    [all...]
  /bootable/recovery/updater/
install.cpp     [all...]
  /external/v8/test/cctest/
test-trace-event.cc 77 const uint8_t* arg_types, const uint64_t* arg_values,
  /art/runtime/
debugger.h 60 klass(invoke_class), method(invoke_method), arg_count(args_count), arg_values(args),
75 std::unique_ptr<uint64_t[]> arg_values; // will be null if arg_count_ == 0. We take ownership member in struct:art::DebugInvokeReq
616 uint64_t arg_values[], JDWP::JdwpTag* arg_types,
    [all...]
debugger.cc     [all...]

Completed in 4010 milliseconds