Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/io/
Dtokenizer_unittest.cc212 { "123", Tokenizer::TYPE_INTEGER },
213 { "0xab6", Tokenizer::TYPE_INTEGER },
214 { "0XAB6", Tokenizer::TYPE_INTEGER },
215 { "0X1234567", Tokenizer::TYPE_INTEGER },
216 { "0x89abcdef", Tokenizer::TYPE_INTEGER },
217 { "0x89ABCDEF", Tokenizer::TYPE_INTEGER },
218 { "01234567", Tokenizer::TYPE_INTEGER },
350 { Tokenizer::TYPE_INTEGER , "1" , 0, 4, 5 },
Dtokenizer.h107 TYPE_INTEGER, // A sequence of digits representing an integer. Normally enumerator
Dtokenizer.cc474 return is_float ? TYPE_FLOAT : TYPE_INTEGER; in ConsumeNumber()
/frameworks/base/tools/aapt2/
DResourceValues.cpp623 if ((type_mask & android::ResTable_map::TYPE_INTEGER) != 0) { in MaskString()
748 if (attr.type_mask & android::ResTable_map::TYPE_INTEGER) { in BuildAttributeMismatchMessage()
766 constexpr const uint32_t TYPE_INTEGER = android::ResTable_map::TYPE_INTEGER; in Matches() local
794 if ((type_mask & TYPE_INTEGER) == 0) { in Matches()
812 } else if ((type_mask & TYPE_INTEGER) == 0) { in Matches()
821 if ((type_mask & TYPE_INTEGER) != 0 && (actual_type & TYPE_INTEGER) != 0) { in Matches()
DResourceValues_test.cpp33 constexpr const uint32_t TYPE_INTEGER = android::ResTable_map::TYPE_INTEGER; variable
233 Attribute attr2(TYPE_INTEGER | TYPE_ENUM); in TEST()
242 Attribute attr3(TYPE_INTEGER | TYPE_FLAGS); in TEST()
DResourceUtils_test.cpp205 EXPECT_THAT(ResourceUtils::TryParseItemForAttribute(" 12\n ", ResTable_map::TYPE_INTEGER), in TEST()
DResourceParser.cpp55 return android::ResTable_map::TYPE_INTEGER; in ParseFormatTypeNoEnumsOrFlags()
505 {"integer", {ResourceType::kInteger, android::ResTable_map::TYPE_INTEGER}}, in ParseResource()
1263 (type_mask & android::ResTable_map::TYPE_INTEGER) == 0) { in ParseAttrImpl()
1497 return ParseArrayImpl(parser, out_resource, android::ResTable_map::TYPE_INTEGER); in ParseIntegerArray()
DResourceUtils.cpp610 return android::ResTable_map::TYPE_INTEGER | in AndroidTypeToAttributeTypeMask()
663 if (type_mask & ResTable_map::TYPE_INTEGER) { in TryParseItemForAttribute()
DResourceParser_test.cpp363 EXPECT_THAT(attr->type_mask, Eq(ResTable_map::TYPE_INTEGER)); in TEST_F()
/frameworks/base/core/java/android/content/
DRestrictionEntry.java84 public static final int TYPE_INTEGER = 5; field in RestrictionEntry
189 mType = TYPE_INTEGER; in RestrictionEntry()
DRestrictionsManager.java639 case RestrictionEntry.TYPE_INTEGER: in loadRestriction()
714 case RestrictionEntry.TYPE_INTEGER: in addRestrictionToBundle()
/frameworks/base/media/java/android/media/
DMediaFormat.java1096 public static final int TYPE_INTEGER = 1; field in MediaFormat
1105 TYPE_INTEGER,
1122 return TYPE_INTEGER; in getValueTypeForKey()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dtext_format.cc686 if (LookingAtType(io::Tokenizer::TYPE_INTEGER)) { in ConsumeFieldValue()
717 LookingAtType(io::Tokenizer::TYPE_INTEGER)) { in ConsumeFieldValue()
798 if (!LookingAtType(io::Tokenizer::TYPE_INTEGER) && in SkipFieldValue()
845 && LookingAtType(io::Tokenizer::TYPE_INTEGER)) { in ConsumeIdentifier()
888 if (!LookingAtType(io::Tokenizer::TYPE_INTEGER)) { in ConsumeUnsignedInteger()
938 if (!LookingAtType(io::Tokenizer::TYPE_INTEGER)) { in ConsumeUnsignedDecimalInteger()
972 if (LookingAtType(io::Tokenizer::TYPE_INTEGER)) { in ConsumeDouble()
/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/cmds/content/src/com/android/commands/content/
DContent.java152 private static final String TYPE_INTEGER = "i"; field in Content.Parser
410 } else if (TYPE_INTEGER.equalsIgnoreCase(type) || TYPE_LONG.equalsIgnoreCase(type)) { in parseBindValue()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dparser.cc188 if (LookingAtType(io::Tokenizer::TYPE_INTEGER)) { in ConsumeInteger()
220 if (LookingAtType(io::Tokenizer::TYPE_INTEGER)) { in ConsumeInteger64()
240 } else if (LookingAtType(io::Tokenizer::TYPE_INTEGER)) { in ConsumeNumber()
1367 case io::Tokenizer::TYPE_INTEGER: { in ParseOption()
/frameworks/base/tools/aapt2/java/
DJavaClassGenerator.cpp117 if (type_mask & android::ResTable_map::TYPE_INTEGER) { in AddAttributeFormatDoc()
/frameworks/base/tools/aapt2/format/binary/
DTableFlattener_test.cpp221 attr.type_mask = android::ResTable_map::TYPE_INTEGER; in TEST_F()
/frameworks/base/tools/aapt/
DResourceTable.cpp184 { integerArray, sizeof(integerArray)/2, ResTable_map::TYPE_INTEGER,
413 if ((minIdx >= 0 || maxIdx >= 0) && (attr.type&ResTable_map::TYPE_INTEGER) == 0) { in compileAttribute()
1425 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_INTEGER; in compileResourceFile()
1505 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_INTEGER; in compileResourceFile()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp5449 || attrType == ResTable_map::TYPE_INTEGER) { in stringToValue()
5733 if ((attrType&ResTable_map::TYPE_INTEGER) == 0) { in stringToValue()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...