Searched refs:actual_type (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/clover/llvm/codegen/ |
D | common.cpp | 123 const auto actual_type = in make_kernel_args() local 127 if (actual_type->isPointerTy()) { in make_kernel_args() 129 cast<::llvm::PointerType>(actual_type)->getAddressSpace(); in make_kernel_args()
|
/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/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/v8/src/tracing/ |
D | trace-event.h | 439 #define INTERNAL_DECLARE_SET_TRACE_VALUE(actual_type, union_member, \ argument 441 static V8_INLINE void SetTraceValue(actual_type arg, unsigned char* type, \ 449 #define INTERNAL_DECLARE_SET_TRACE_VALUE_INT(actual_type, value_type_id) \ argument 450 static V8_INLINE void SetTraceValue(actual_type arg, unsigned char* type, \
|
/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/base/trace_event/ |
D | trace_event.h | 537 #define INTERNAL_DECLARE_SET_TRACE_VALUE(actual_type, \ argument 542 actual_type arg, \ 551 #define INTERNAL_DECLARE_SET_TRACE_VALUE_INT(actual_type, \ argument 554 actual_type arg, \
|
/external/libchrome/dbus/ |
D | message.cc | 980 const int actual_type = dbus_message_iter_get_arg_type(&raw_message_iter_); in CheckDataType() local 981 if (actual_type != dbus_type) { in CheckDataType() 983 << actual_type; in CheckDataType()
|
/external/protobuf/src/google/protobuf/util/internal/ |
D | protostream_objectsource.cc | 162 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()
|