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

  /external/mesa3d/src/gallium/state_trackers/clover/llvm/codegen/
common.cpp 123 const auto actual_type = local
127 if (actual_type->isPointerTy()) {
129 cast<::llvm::PointerType>(actual_type)->getAddressSpace();
  /frameworks/base/tools/aapt2/
ResourceValues.cpp 771 const uint32_t actual_type = ResourceUtils::AndroidTypeToAttributeTypeMask(val.dataType); local
774 if ((actual_type & (type_mask | TYPE_REFERENCE)) == 0) {
782 if ((type_mask & TYPE_ENUM) != 0 && (actual_type & TYPE_ENUM) != 0) {
798 if ((type_mask & TYPE_FLAGS) != 0 && (actual_type & TYPE_FLAGS) != 0) {
817 if ((type_mask & TYPE_INTEGER) != 0 && (actual_type & TYPE_INTEGER) != 0) {
  /art/compiler/
verifier_deps_test.cc 344 std::string actual_type = dex_dep.first->StringByTypeIdx(field_id.type_idx_); local
345 if (expected_type != actual_type) {
    [all...]
  /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);
  /hardware/intel/img/psb_video/src/x11/
psb_xrandr.c 99 Atom actual_type; local
117 0, 100, False, False, AnyPropertyType, &actual_type, &actual_format,
    [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 974 const int actual_type = dbus_message_iter_get_arg_type(&raw_message_iter_); local
975 if (actual_type != dbus_type) {
977 << actual_type; local
  /external/webrtc/webrtc/base/
x11windowpicker.cc 35 Atom actual_type; local
39 AnyPropertyType, &actual_type,

Completed in 1792 milliseconds