/aosp14/frameworks/base/tools/preload/ |
H A D | MemoryUsage.java | 53 String[] parsed = line.split(","); in MemoryUsage() local 55 nativeSharedPages = Integer.parseInt(parsed[1]); in MemoryUsage() 56 javaSharedPages = Integer.parseInt(parsed[2]); in MemoryUsage() 57 otherSharedPages = Integer.parseInt(parsed[3]); in MemoryUsage() 59 javaPrivatePages = Integer.parseInt(parsed[5]); in MemoryUsage() 60 otherPrivatePages = Integer.parseInt(parsed[6]); in MemoryUsage() 61 allocCount = Integer.parseInt(parsed[7]); in MemoryUsage() 62 allocSize = Integer.parseInt(parsed[8]); in MemoryUsage() 63 freedCount = Integer.parseInt(parsed[9]); in MemoryUsage() 64 freedSize = Integer.parseInt(parsed[10]); in MemoryUsage() [all …]
|
/aosp14/system/core/init/ |
H A D | property_type.cpp | 50 int64_t parsed; in CheckType() local 51 return ParseInt(value, &parsed); in CheckType() 54 uint64_t parsed; in CheckType() local 58 return ParseUint(value, &parsed); in CheckType() 61 double parsed; in CheckType() local 62 return ParseDouble(value.c_str(), &parsed); in CheckType()
|
H A D | README.ueventd.md | 23 directory, each file in the directory is parsed as a config file. It is not recursive, nested 24 directories will not be parsed. Imported files are parsed after the current file has been parsed.
|
H A D | README.md | 138 the file that contains them was parsed (see the Imports section), then 332 will use for this service. Pay close attention to the order in which init.rc files are parsed, 357 It is parsed similarly to the setrlimit command specified below. 790 If _path_ is a directory, each file in the directory is parsed as 792 not be parsed. 796 imports are handled as a file is being parsed and follow the below logic. 810 1. `/system/etc/init/hw/init.rc` is parsed then recursively each of its imports are 811 parsed. 812 2. The contents of `/system/etc/init/` are alphabetized and parsed sequentially, with imports 813 happening recursively after each file is parsed. [all …]
|
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/mobile/ |
H A D | MobileIconCarrierIdOverridesTest.java | 62 Map<String, Integer> parsed = parseNetworkIconOverrideTypedArray(mResourceMock.getMock()); in testParse_singleOverride() local 64 assertThat(parsed.get(OVERRIDE_ICON_1_NAME)).isEqualTo(OVERRIDE_ICON_1_RES); in testParse_singleOverride() 74 Map<String, Integer> parsed = parseNetworkIconOverrideTypedArray(mResourceMock.getMock()); in testParse_multipleOverrides() local 76 assertThat(parsed.get(OVERRIDE_ICON_2_NAME)).isEqualTo(OVERRIDE_ICON_2_RES); in testParse_multipleOverrides() 77 assertThat(parsed.get(OVERRIDE_ICON_1_NAME)).isEqualTo(OVERRIDE_ICON_1_RES); in testParse_multipleOverrides() 87 Map<String, Integer> parsed = parseNetworkIconOverrideTypedArray(mResourceMock.getMock()); in testParse_nonexistentKey_isNull() local 89 assertThat(parsed.get(OVERRIDE_ICON_2_NAME)).isNull(); in testParse_nonexistentKey_isNull()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/metrics/ |
H A D | LogMakerTest.java | 61 LogMaker parsed = new LogMaker(out); in testSerializeDeserialize() local 63 assertEquals(category, parsed.getCategory()); in testSerializeDeserialize() 64 assertEquals(type, parsed.getType()); in testSerializeDeserialize() 65 assertEquals(subtype, parsed.getSubtype()); in testSerializeDeserialize() 66 assertEquals(timestamp, parsed.getTimestamp()); in testSerializeDeserialize() 67 assertEquals(packageName, parsed.getPackageName()); in testSerializeDeserialize() 68 assertEquals(counterName, parsed.getCounterName()); in testSerializeDeserialize() 69 assertEquals(bucket, parsed.getCounterBucket()); in testSerializeDeserialize() 70 assertEquals(value, parsed.getCounterValue()); in testSerializeDeserialize() 71 assertEquals("one", parsed.getTaggedData(1)); in testSerializeDeserialize() [all …]
|
/aosp14/system/core/fastboot/ |
H A D | fastboot_test.cpp | 210 const Result<NetworkSerial, FastbootError> parsed = ParseNetworkSerial(serial); in ParseNetworkSerialTest() local 212 ASSERT_RESULT_OK(parsed) << description; in ParseNetworkSerialTest() 214 const NetworkSerial network_serial = parsed.value(); in ParseNetworkSerialTest() 223 const Result<NetworkSerial, FastbootError> parsed = ParseNetworkSerial(serial); in ParseNetworkSerialNegativeTest() local 225 EXPECT_FALSE(parsed.ok()) << description; in ParseNetworkSerialNegativeTest() 226 EXPECT_EQ(parsed.error().code(), expected_error) << description; in ParseNetworkSerialNegativeTest()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/parsing/ |
H A D | PackageParser2.java | 153 ParsedPackage parsed = mCacher.getCachedResult(packageFile, flags); 154 if (parsed != null) { 155 return parsed; 167 ParsedPackage parsed = (ParsedPackage) result.getResult().hideAsParsed(); 171 mCacher.cacheResult(packageFile, flags, parsed); 182 return parsed;
|
H A D | PackageCacher.java | 176 ParsedPackage parsed = fromCacheEntry(bytes); in getCachedResult() local 177 if (!packageFile.getAbsolutePath().equals(parsed.getPath())) { in getCachedResult() 181 return parsed; in getCachedResult() 195 public void cacheResult(File packageFile, int flags, ParsedPackage parsed) { in cacheResult() argument 206 final byte[] cacheEntry = toCacheEntry(parsed); in cacheResult()
|
/aosp14/frameworks/base/services/core/java/com/android/server/location/gnss/ |
H A D | GnssSatelliteBlocklistHelper.java | 102 List<Integer> parsed = new ArrayList<>(strings.length); in parseSatelliteBlocklist() local 110 parsed.add(value); in parseSatelliteBlocklist() 113 return parsed; in parseSatelliteBlocklist()
|
/aosp14/system/core/fastboot/fuzzy_fastboot/ |
H A D | extensions.h | 68 bool parsed; // Does the bootloader do parsing on the img? member 74 << " parsed=" << pinfo.parsed << ">";
|
H A D | extensions.cpp | 112 XMLAssert(XMLYesNo(part, "parsed", &part_info.parsed), part, in ExtractPartitions()
|
H A D | README.md | 83 | parsed | "yes" or "no" | Does the bootloader parse this partition, such as look for a header,… 89 <part value="boot" slots="yes" test="yes" hashable="yes" parsed="yes"/> 216 <part value="boot" slots="yes" test="yes" hashable="yes" parsed="yes"/>
|
H A D | main.cpp | 1184 EXPECT_EQ(fb->FlashPartition(part_name, buf), part_info.parsed ? DEVICE_FAIL : SUCCESS) in TEST_P() 1816 if (!it.second.parsed) { in GenerateXmlTests() 1821 if (it.second.parsed) { in GenerateXmlTests()
|
/aosp14/frameworks/base/tools/aapt2/configuration/ |
H A D | ConfigurationParser.cpp | 600 bool parsed = ConfigDescription::Parse(label, &config_descriptor); in ScreenDensityGroupTagHandler() local 601 if (parsed && in ScreenDensityGroupTagHandler() 626 bool parsed = ConfigDescription::Parse(text, &config_descriptor); in ScreenDensityGroupTagHandler() local 627 if (parsed && in ScreenDensityGroupTagHandler() 666 bool parsed = ConfigDescription::Parse(label, &config_descriptor); in LocaleGroupTagHandler() local 667 if (parsed && in LocaleGroupTagHandler() 692 bool parsed = ConfigDescription::Parse(text, &config_descriptor); in LocaleGroupTagHandler() local 693 if (parsed && in LocaleGroupTagHandler()
|
/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/ |
H A D | KernelWakelockReader.java | 262 boolean parsed = Process.parseProcLine(wlBuffer, startIndex, endIndex, in parseProcWakelocks() 278 if (parsed && name.length() > 0) { in parseProcWakelocks() 293 } else if (!parsed) { in parseProcWakelocks()
|
/aosp14/frameworks/base/apct-tests/perftests/packagemanager/src/android/os/ |
H A D | PackageParsingPerfTest.kt | 244 fun cacheResult(file: File, parsed: Parcelable) { 251 val cacheEntry = toCacheEntry(parsed)
|
/aosp14/system/core/storaged/ |
H A D | EventLogTags.logtags | 2 # This is installed on the device, in /system/etc, and parsed by logcat.
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | EventLogTags.logtags | 6 # This is installed on the device, in /system/etc, and parsed by logcat.
|
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/ |
H A D | PackageParserTest.java | 738 ParsedPackage parsed = super.fromCacheEntry(cacheEntry); in setCacheDir() 739 parsed.setPackageName("cache_" + parsed.getPackageName()); in setCacheDir() 740 return parsed; in setCacheDir()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | ShortcutService.java | 907 Intent parsed = null; in parseIntentAttributeNoDefault() local 910 parsed = Intent.parseUri(value, /* flags =*/ 0); in parseIntentAttributeNoDefault() 915 return parsed; in parseIntentAttributeNoDefault() 920 Intent parsed = parseIntentAttributeNoDefault(parser, attribute); in parseIntentAttribute() local 921 if (parsed == null) { in parseIntentAttribute() 923 parsed = new Intent(Intent.ACTION_VIEW); in parseIntentAttribute() 925 return parsed; in parseIntentAttribute()
|
/aosp14/frameworks/base/tools/aapt2/ |
H A D | readme.md | 19 - Fixed issue where ints and floats with trailing whitespace would not be parsed. (bug 62902869)
|
/aosp14/frameworks/base/proto/src/ |
H A D | ipconnectivity.proto | 371 // The total number of received RAs that could not be parsed.
|
/aosp14/frameworks/base/media/native/midi/include/ |
H A D | Doxyfile | 695 # The LAYOUT_FILE tag can be used to specify a layout file which will be parsed 2028 # formatted so it can be parsed by a human reader. This is useful if you want to
|