Home
last modified time | relevance | path

Searched defs:actual_type (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/clover/llvm/codegen/
Dcommon.cpp122 const auto actual_type = in make_kernel_args() local
/external/skia/src/core/
DSkTraceEvent.h225 #define INTERNAL_DECLARE_SET_TRACE_VALUE(actual_type, \ argument
238 #define INTERNAL_DECLARE_SET_TRACE_VALUE_INT(actual_type, \ argument
/external/skqp/src/core/
DSkTraceEvent.h225 #define INTERNAL_DECLARE_SET_TRACE_VALUE(actual_type, \ argument
238 #define INTERNAL_DECLARE_SET_TRACE_VALUE_INT(actual_type, \ argument
/external/webrtc/webrtc/modules/desktop_capture/
Dwindow_capturer_x11.cc44 Atom actual_type; in XWindowProperty() local
/external/v8/src/tracing/
Dtrace-event.h498 #define INTERNAL_DECLARE_SET_TRACE_VALUE(actual_type, union_member, \ argument
508 #define INTERNAL_DECLARE_SET_TRACE_VALUE_INT(actual_type, value_type_id) \ argument
/external/webrtc/webrtc/sound/
Dalsasoundsystem.cc551 char *actual_type = symbol_table_.snd_device_name_get_hint()(*list, "IOID"); in EnumerateDevices() local
/external/webrtc/webrtc/base/
Dx11windowpicker.cc35 Atom actual_type; in XWindowProperty() local
Dtrace_event.h759 #define INTERNAL_DECLARE_SET_TRACE_VALUE(actual_type, \ argument
771 #define INTERNAL_DECLARE_SET_TRACE_VALUE_INT(actual_type, \ argument
/external/libchrome/base/trace_event/
Dtrace_event.h704 #define INTERNAL_DECLARE_SET_TRACE_VALUE(actual_type, \ argument
718 #define INTERNAL_DECLARE_SET_TRACE_VALUE_INT(actual_type, \ argument
/external/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectsource.cc162 WireFormatLite::WireType actual_type = WireFormatLite::GetTagWireType(tag); in FindAndVerifyField() local
/external/libchrome/dbus/
Dmessage.cc1006 const int actual_type = dbus_message_iter_get_arg_type(&raw_message_iter_); in CheckDataType() local
/external/flatbuffers/src/
Didl_gen_cpp.cpp680 std::string GetUnionElement(const EnumVal &ev, bool wrap, bool actual_type, in GetUnionElement()