Home
last modified time | relevance | path

Searched refs:actual_type (Results 1 – 9 of 9) sorted by relevance

/external/chromium-trace/catapult/dashboard/dashboard/
Dutils.py381 actual_type = type(actual)
387 if actual_type is not dict:
389 % (expected_type, actual_type))
398 (expected, actual_type))
/external/webrtc/webrtc/sound/
Dalsasoundsystem.cc551 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/
DSkTraceEvent.h339 #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/
Dtrace-event.h369 #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/
Dtrace_event.h456 #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/
Dwindow_capturer_x11.cc44 Atom actual_type; in XWindowProperty() local
48 AnyPropertyType, &actual_type, in XWindowProperty()
/external/webrtc/webrtc/base/
Dtrace_event.h759 #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, \
Dx11windowpicker.cc35 Atom actual_type; in XWindowProperty() local
39 AnyPropertyType, &actual_type, in XWindowProperty()
/external/libchrome/dbus/
Dmessage.cc948 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()