/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/v8/include/ |
v8-platform.h | 146 const uint8_t* arg_types, const uint64_t* 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 | 67 arg_values = { 72 log.add_trace_event("B", start, category, name, arg_values)
|
/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/tracing/ |
trace-event.h | 118 // const uint64_t* arg_values, 407 // function is defined here instead of in the macro, because the arg_values 410 // the arg_values must live throughout these procedures. 430 uint64_t arg_values[1]; local 431 SetTraceValue(arg1_val, &arg_types[0], &arg_values[0]); 434 arg_types, arg_values, flags); 446 uint64_t arg_values[2]; local 447 SetTraceValue(arg1_val, &arg_types[0], &arg_values[0]); 448 SetTraceValue(arg2_val, &arg_types[1], &arg_values[1]); 451 arg_types, arg_values, flags) [all...] |
/external/v8/src/libplatform/ |
default-platform.h | 51 const uint8_t* arg_types, const uint64_t* arg_values,
|
default-platform.cc | 176 const uint8_t* arg_types, const uint64_t* arg_values, unsigned int flags) {
|
/external/v8/test/cctest/ |
test-trace-event.cc | 77 const uint8_t* arg_types, const uint64_t* arg_values,
|
/bootable/recovery/updater/ |
install.cpp | [all...] |
/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...] |