/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/io/ |
D | tokenizer_unittest.cc | 212 { "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 },
|
D | tokenizer.h | 107 TYPE_INTEGER, // A sequence of digits representing an integer. Normally enumerator
|
D | tokenizer.cc | 474 return is_float ? TYPE_FLOAT : TYPE_INTEGER; in ConsumeNumber()
|
/frameworks/base/tools/aapt2/ |
D | ResourceValues.cpp | 623 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()
|
D | ResourceValues_test.cpp | 33 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()
|
D | ResourceUtils_test.cpp | 205 EXPECT_THAT(ResourceUtils::TryParseItemForAttribute(" 12\n ", ResTable_map::TYPE_INTEGER), in TEST()
|
D | ResourceParser.cpp | 55 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()
|
D | ResourceUtils.cpp | 610 return android::ResTable_map::TYPE_INTEGER | in AndroidTypeToAttributeTypeMask() 663 if (type_mask & ResTable_map::TYPE_INTEGER) { in TryParseItemForAttribute()
|
D | ResourceParser_test.cpp | 363 EXPECT_THAT(attr->type_mask, Eq(ResTable_map::TYPE_INTEGER)); in TEST_F()
|
/frameworks/base/core/java/android/content/ |
D | RestrictionEntry.java | 84 public static final int TYPE_INTEGER = 5; field in RestrictionEntry 189 mType = TYPE_INTEGER; in RestrictionEntry()
|
D | RestrictionsManager.java | 639 case RestrictionEntry.TYPE_INTEGER: in loadRestriction() 714 case RestrictionEntry.TYPE_INTEGER: in addRestrictionToBundle()
|
/frameworks/base/media/java/android/media/ |
D | MediaFormat.java | 1096 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/ |
D | text_format.cc | 686 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/ |
D | ManifestFixer_test.cpp | 51 android::ResTable_map::TYPE_INTEGER) in SetUp() 57 android::ResTable_map::TYPE_INTEGER) in SetUp()
|
/frameworks/base/cmds/content/src/com/android/commands/content/ |
D | Content.java | 152 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/ |
D | parser.cc | 188 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/ |
D | JavaClassGenerator.cpp | 117 if (type_mask & android::ResTable_map::TYPE_INTEGER) { in AddAttributeFormatDoc()
|
/frameworks/base/tools/aapt2/format/binary/ |
D | TableFlattener_test.cpp | 221 attr.type_mask = android::ResTable_map::TYPE_INTEGER; in TEST_F()
|
/frameworks/base/tools/aapt/ |
D | ResourceTable.cpp | 184 { 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/ |
D | ResourceTypes.cpp | 5449 || attrType == ResTable_map::TYPE_INTEGER) { in stringToValue() 5733 if ((attrType&ResTable_map::TYPE_INTEGER) == 0) { in stringToValue()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |