/external/skia/src/core/ |
D | SkTraceEvent.h | 225 #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/ |
D | SkTraceEvent.h | 225 #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/ |
D | common.cpp | 122 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/ |
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 | 498 #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/ |
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 | 704 #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/ |
D | message.cc | 1006 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/ |
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()
|
/external/flatbuffers/src/ |
D | idl_gen_cpp.cpp | 680 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()
|