Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkTraceEvent.h225 #define INTERNAL_DECLARE_SET_TRACE_VALUE(actual_type, \ argument
229 actual_type arg, \
238 #define INTERNAL_DECLARE_SET_TRACE_VALUE_INT(actual_type, \ argument
241 actual_type arg, \
/external/skqp/src/core/
DSkTraceEvent.h225 #define INTERNAL_DECLARE_SET_TRACE_VALUE(actual_type, \ argument
229 actual_type arg, \
238 #define INTERNAL_DECLARE_SET_TRACE_VALUE_INT(actual_type, \ argument
241 actual_type arg, \
/external/mesa3d/src/gallium/state_trackers/clover/llvm/codegen/
Dcommon.cpp122 const auto actual_type = in make_kernel_args() local
126 if (actual_type->isPointerTy()) { in make_kernel_args()
128 cast< ::llvm::PointerType>(actual_type)->getAddressSpace(); in make_kernel_args()
/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/v8/src/tracing/
Dtrace-event.h498 #define INTERNAL_DECLARE_SET_TRACE_VALUE(actual_type, union_member, \ argument
500 static V8_INLINE void SetTraceValue(actual_type arg, unsigned char* type, \
508 #define INTERNAL_DECLARE_SET_TRACE_VALUE_INT(actual_type, value_type_id) \ argument
509 static V8_INLINE void SetTraceValue(actual_type arg, unsigned char* type, \
/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/base/trace_event/
Dtrace_event.h704 #define INTERNAL_DECLARE_SET_TRACE_VALUE(actual_type, \ argument
709 actual_type arg, \
718 #define INTERNAL_DECLARE_SET_TRACE_VALUE_INT(actual_type, \ argument
721 actual_type arg, \
/external/libchrome/dbus/
Dmessage.cc1006 const int actual_type = dbus_message_iter_get_arg_type(&raw_message_iter_); in CheckDataType() local
1007 if (actual_type != dbus_type) { in CheckDataType()
1008 VLOG(1) << "Type " << dbus_type << " is expected but got " << actual_type; in CheckDataType()
/external/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectsource.cc162 WireFormatLite::WireType actual_type = WireFormatLite::GetTagWireType(tag); in FindAndVerifyField() local
163 if (actual_type != expected_type && in FindAndVerifyField()
165 actual_type != WireFormatLite::WIRETYPE_LENGTH_DELIMITED)) { in FindAndVerifyField()
/external/flatbuffers/src/
Didl_gen_cpp.cpp680 std::string GetUnionElement(const EnumVal &ev, bool wrap, bool actual_type, in GetUnionElement() argument
683 auto name = actual_type ? ev.union_type.struct_def->name : Name(ev); in GetUnionElement()
688 return actual_type ? (native_type ? "std::string" : "flatbuffers::String") in GetUnionElement()