Searched refs:actual_type (Results 1 – 9 of 9) sorted by relevance
/external/chromium-trace/catapult/dashboard/dashboard/ |
D | utils.py | 381 actual_type = type(actual) 387 if actual_type is not dict: 389 % (expected_type, actual_type)) 398 (expected, actual_type))
|
/external/webrtc/webrtc/sound/ |
D | alsasoundsystem.cc | 551 char *actual_type = symbol_table_.snd_device_name_get_hint()(*list, "IOID"); in EnumerateDevices() local 552 if (actual_type) { // NULL means it's both. in EnumerateDevices() 553 bool wrong_type = (strcmp(actual_type, type) != 0); in EnumerateDevices() 554 free(actual_type); in EnumerateDevices()
|
/external/skia/src/core/ |
D | SkTraceEvent.h | 339 #define INTERNAL_DECLARE_SET_TRACE_VALUE(actual_type, \ argument 343 actual_type arg, \ 352 #define INTERNAL_DECLARE_SET_TRACE_VALUE_INT(actual_type, \ argument 355 actual_type arg, \
|
/external/v8/src/tracing/ |
D | trace-event.h | 369 #define INTERNAL_DECLARE_SET_TRACE_VALUE(actual_type, union_member, \ argument 371 static V8_INLINE void SetTraceValue(actual_type arg, unsigned char* type, \ 379 #define INTERNAL_DECLARE_SET_TRACE_VALUE_INT(actual_type, value_type_id) \ argument 380 static V8_INLINE void SetTraceValue(actual_type arg, unsigned char* type, \
|
/external/libchrome/base/trace_event/ |
D | trace_event.h | 456 #define INTERNAL_DECLARE_SET_TRACE_VALUE(actual_type, \ argument 461 actual_type arg, \ 470 #define INTERNAL_DECLARE_SET_TRACE_VALUE_INT(actual_type, \ argument 473 actual_type arg, \
|
/external/webrtc/webrtc/modules/desktop_capture/ |
D | window_capturer_x11.cc | 44 Atom actual_type; in XWindowProperty() local 48 AnyPropertyType, &actual_type, in XWindowProperty()
|
/external/webrtc/webrtc/base/ |
D | trace_event.h | 759 #define INTERNAL_DECLARE_SET_TRACE_VALUE(actual_type, \ argument 762 static inline void SetTraceValue(actual_type arg, \ 771 #define INTERNAL_DECLARE_SET_TRACE_VALUE_INT(actual_type, \ argument 773 static inline void SetTraceValue(actual_type arg, \
|
D | x11windowpicker.cc | 35 Atom actual_type; in XWindowProperty() local 39 AnyPropertyType, &actual_type, in XWindowProperty()
|
/external/libchrome/dbus/ |
D | message.cc | 948 const int actual_type = dbus_message_iter_get_arg_type(&raw_message_iter_); in CheckDataType() local 949 if (actual_type != dbus_type) { in CheckDataType() 951 << actual_type; in CheckDataType()
|