Home
last modified time | relevance | path

Searched refs:TYPE_INTEGER (Results 1 – 19 of 19) sorted by relevance

/frameworks/base/tools/aapt2/
DResourceValues_test.cpp33 constexpr const uint32_t TYPE_INTEGER = android::ResTable_map::TYPE_INTEGER; variable
237 Attribute attr2(TYPE_INTEGER | TYPE_ENUM); in TEST()
246 Attribute attr3(TYPE_INTEGER | TYPE_FLAGS); in TEST()
DResourceValues.cpp600 if ((type_mask & android::ResTable_map::TYPE_INTEGER) != 0) { in MaskString()
729 if (attr.type_mask & android::ResTable_map::TYPE_INTEGER) { in BuildAttributeMismatchMessage()
747 constexpr const uint32_t TYPE_INTEGER = android::ResTable_map::TYPE_INTEGER; in Matches() local
775 if ((type_mask & TYPE_INTEGER) == 0) { in Matches()
793 } else if ((type_mask & TYPE_INTEGER) == 0) { in Matches()
802 if ((type_mask & TYPE_INTEGER) != 0 && (actual_type & TYPE_INTEGER) != 0) { in Matches()
DResourceUtils_test.cpp222 ResTable_map::TYPE_INTEGER), in TEST()
250 ResTable_map::TYPE_INTEGER), in TEST()
DResourceParser.cpp63 return android::ResTable_map::TYPE_INTEGER; in ParseFormatTypeNoEnumsOrFlags()
520 {"integer", {ResourceType::kInteger, android::ResTable_map::TYPE_INTEGER}}, in ParseResource()
1361 (type_mask & android::ResTable_map::TYPE_INTEGER) == 0) { in ParseAttrImpl()
1595 return ParseArrayImpl(parser, out_resource, android::ResTable_map::TYPE_INTEGER); in ParseIntegerArray()
DResourceUtils.cpp603 return android::ResTable_map::TYPE_INTEGER | in AndroidTypeToAttributeTypeMask()
659 if (type_mask & ResTable_map::TYPE_INTEGER) { in TryParseItemForAttribute()
/frameworks/base/core/java/android/content/
DRestrictionEntry.java85 public static final int TYPE_INTEGER = 5; field in RestrictionEntry
190 mType = TYPE_INTEGER; in RestrictionEntry()
DRestrictionsManager.java700 case RestrictionEntry.TYPE_INTEGER: in loadRestriction()
775 case RestrictionEntry.TYPE_INTEGER: in addRestrictionToBundle()
/frameworks/base/media/java/android/media/
DMediaFormat.java1868 public static final int TYPE_INTEGER = 1; field in MediaFormat
1877 TYPE_INTEGER,
1894 return TYPE_INTEGER; in getValueTypeForKey()
/frameworks/base/cmds/content/src/com/android/commands/content/
DContent.java158 private static final String TYPE_INTEGER = "i"; field in Content.Parser
449 } else if (TYPE_INTEGER.equalsIgnoreCase(type)) { in parseBindValue()
/frameworks/base/tools/aapt2/link/
DManifestFixer_test.cpp51 android::ResTable_map::TYPE_INTEGER) in SetUp()
57 android::ResTable_map::TYPE_INTEGER) in SetUp()
/frameworks/base/core/java/android/content/pm/
DPackageManager.java298 private static final int TYPE_INTEGER = 3; field in PackageManager.Property
337 this(name, isResource ? TYPE_RESOURCE : TYPE_INTEGER, packageName, className); in Property()
411 return mType == TYPE_INTEGER ? mIntegerValue : 0; in getInteger()
418 return mType == TYPE_INTEGER; in isInteger()
464 } else if (mType == TYPE_INTEGER) { in toBundle()
489 } else if (mType == TYPE_INTEGER) { in writeToParcel()
510 } else if (type == TYPE_INTEGER) {
/frameworks/base/tools/aapt2/java/
DJavaClassGenerator.cpp117 if (type_mask & android::ResTable_map::TYPE_INTEGER) { in AddAttributeFormatDoc()
/frameworks/base/libs/androidfw/include/androidfw/
DResourceTypes.h1693 TYPE_INTEGER = 1<<2, enumerator
/frameworks/base/tools/aapt/
DResourceTable.cpp186 { integerArray, sizeof(integerArray)/2, ResTable_map::TYPE_INTEGER,
415 if ((minIdx >= 0 || maxIdx >= 0) && (attr.type&ResTable_map::TYPE_INTEGER) == 0) { in compileAttribute()
1427 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_INTEGER; in compileResourceFile()
1507 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_INTEGER; in compileResourceFile()
/frameworks/base/tools/aapt2/format/binary/
DTableFlattener_test.cpp221 attr.type_mask = android::ResTable_map::TYPE_INTEGER; in TEST_F()
/frameworks/base/media/jni/
Dandroid_media_MediaCodec.cpp93 TYPE_INTEGER = 1, enumerator
1088 case AMessage::kTypeInt32: type = TYPE_INTEGER; break; in describeParameter()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp5719 || attrType == ResTable_map::TYPE_INTEGER) { in stringToValue()
6003 if ((attrType&ResTable_map::TYPE_INTEGER) == 0) { in stringToValue()
/frameworks/base/core/api/
Dcurrent.txt11749 field public static final int TYPE_INTEGER = 5; // 0x5
23780 field public static final int TYPE_INTEGER = 1; // 0x1
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt8064 field public static final int TYPE_INTEGER = 5; // 0x5