HomeSort by relevance Sort by last modified time
    Searched defs:actual_type (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/gallium/state_trackers/clover/llvm/codegen/
common.cpp 122 const auto actual_type = local
126 if (actual_type->isPointerTy()) {
128 cast< ::llvm::PointerType>(actual_type)->getAddressSpace();
  /bionic/libc/bionic/
fdsan.cpp 279 const char* actual_type = android_fdsan_get_tag_type(tag); local
285 fd, expected_type, expected_owner, actual_type, actual_owner);
295 fd, actual_type, actual_owner);
  /external/webrtc/webrtc/modules/desktop_capture/
window_capturer_x11.cc 44 Atom actual_type; local
48 AnyPropertyType, &actual_type,
  /external/webrtc/webrtc/sound/
alsasoundsystem.cc 551 char *actual_type = symbol_table_.snd_device_name_get_hint()(*list, "IOID"); local
552 if (actual_type) { // NULL means it's both.
553 bool wrong_type = (strcmp(actual_type, type) != 0);
554 free(actual_type);
  /art/dex2oat/
verifier_deps_test.cc 351 std::string actual_type = dex_dep.first->StringByTypeIdx(field_id.type_idx_); local
352 if (expected_type != actual_type) {
    [all...]
  /external/protobuf/src/google/protobuf/util/internal/
protostream_objectsource.cc 162 WireFormatLite::WireType actual_type = WireFormatLite::GetTagWireType(tag); local
163 if (actual_type != expected_type &&
165 actual_type != WireFormatLite::WIRETYPE_LENGTH_DELIMITED)) {
    [all...]
  /external/libchrome/dbus/
message.cc 1006 const int actual_type = dbus_message_iter_get_arg_type(&raw_message_iter_); local
1007 if (actual_type != dbus_type) {
1008 VLOG(1) << "Type " << dbus_type << " is expected but got " << actual_type; local
  /external/webrtc/webrtc/base/
x11windowpicker.cc 35 Atom actual_type; local
39 AnyPropertyType, &actual_type,

Completed in 1686 milliseconds