/system/timezone/input_tools/android/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/ |
D | Tzdb.java | 25 import java.util.Set; 42 private static final Set<String> TZ_ABBRS = Set.of("ACT", "AET", "AGT", "ART", "AST", "BET", 49 private static final Set<String> MISSING_TZ_IDS = Set.of("US/Pacific-New", "Greenwich"); 54 private static final Set<String> MISNOMERS = Set.of("Canada/East-Saskatchewan"); 58 private static final Set<String> NON_COUNTRY_AND_LEGACY_IDS = Set.of( 78 public static Set<String> regionalTimeZoneIds() { in regionalTimeZoneIds()
|
D | Utils.java | 25 import java.util.Set; 84 static <X> Set<X> subtract(Set<X> a, Set<X> b) { in subtract() 85 Set<X> result = set(a); in subtract() 91 Set<X> set = set(values); in allUnique() 96 Set<X> aSet = set(a); in setEquals() 97 Set<X> bSet = set(b); in setEquals() 101 static <X> Set<X> set(Collection<X> values) { in set()
|
D | TzLookupGenerator.java | 48 import java.util.Set; 165 Set<String> timezonesCountryIsos = new HashSet<>(upperCaseCountriesInIsos); in execute() 166 Set<String> zoneTabCountryIsos = zoneTabMapping.keySet(); in execute() 196 Set<String> allCountryZonesTimeZones = Set.copyOf(allTimeZoneIds(countryZonesIn)); in validateCountryZones() 198 Set<String> tzdbTimeZoneIds = Tzdb.regionalTimeZoneIds(); in validateCountryZones() 200 Set<String> absentInCountryZones = in validateCountryZones() 210 Set<String> countryZonesOnlyTimeZoneIds = in validateCountryZones() 530 Set<String> countryZonesTimeZoneIds = timeZoneMappings.stream() in validateCountryZonesTzIdsAgainstIana() 537 Set<String> missingInCountryZones = Utils.subtract( in validateCountryZonesTzIdsAgainstIana() 538 Set.copyOf(zoneTabCountryTimeZoneIds), countryZonesTimeZoneIds); in validateCountryZonesTzIdsAgainstIana()
|
/system/libsysprop/srcs/android/sysprop/ |
D | BluetoothProperties.sysprop | 111 # Set by vendors overlay, read at Bluetooth initialization 121 # Set by vendors overlay, read at Bluetooth initialization 131 # Set by vendors overlay, read at Bluetooth initialization 141 # Set by vendors overlay, read at Bluetooth initialization 151 # Set by vendors overlay, read at Bluetooth initialization 161 # Set by vendors overlay, read at Bluetooth initialization 173 # Set by vendors overlay, read at Bluetooth initialization 186 # Set by vendors overlay, read at Bluetooth initialization 236 # Set by vendors overlay, read at Bluetooth initialization 246 # Set by vendors overlay, read at Bluetooth initialization [all …]
|
/system/timezone/input_tools/android/tzlookup_generator/src/test/java/com/android/libcore/timezone/tzlookup/ |
D | UtilsTest.java | 25 import java.util.Set; 40 Set<String> a = set("Foo", "Bar"); in subtract() 41 Set<String> b = set("Bar", "Baz"); in subtract() 42 Set<String> empty = set(); in subtract() 136 private static <X> Set<X> set(X... values) { in set()
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | lmkd.te | 5 # Set sys.lmk.* properties. 8 # Set lmkd.* properties.
|
D | recovery.te | 12 # Set sys.usb.ffs.ready when starting minadbd for sideload. 16 # Set sys.usb.config when switching into fastboot. 42 # Set fastbootd protocol property
|
/system/tools/xsdc/src/test/java/com/android/xsdc/cpp/ |
D | TestCppCodeGenerator.java | 32 import java.util.Set; 46 assertEquals(schema.getElementMap().keySet(), Set.of("class")); in testParseSchema() 89 assertEquals(files.keySet(), Set.of("com_abc.cpp", "include/com_abc.h")); in testPrintWithoutEnumOutput() 111 Set.of( in printWithEnumOutput()
|
/system/sepolicy/private/ |
D | lmkd.te | 6 # Set sys.lmk.* properties. 9 # Set lmkd.* properties.
|
D | recovery.te | 12 # Set sys.usb.ffs.ready when starting minadbd for sideload. 16 # Set sys.usb.config when switching into fastboot. 43 # Set fastbootd protocol property
|
/system/sepolicy/prebuilts/api/34.0/private/ |
D | lmkd.te | 6 # Set sys.lmk.* properties. 9 # Set lmkd.* properties.
|
D | recovery.te | 12 # Set sys.usb.ffs.ready when starting minadbd for sideload. 16 # Set sys.usb.config when switching into fastboot. 43 # Set fastbootd protocol property
|
/system/sepolicy/prebuilts/api/33.0/private/ |
D | lmkd.te | 6 # Set sys.lmk.* properties. 9 # Set lmkd.* properties.
|
D | recovery.te | 12 # Set sys.usb.ffs.ready when starting minadbd for sideload. 16 # Set sys.usb.config when switching into fastboot. 43 # Set fastbootd protocol property
|
D | uncrypt.te | 5 # Set a property to reboot the device.
|
/system/sepolicy/prebuilts/api/32.0/private/ |
D | lmkd.te | 5 # Set sys.lmk.* properties. 8 # Set lmkd.* properties.
|
D | recovery.te | 12 # Set sys.usb.ffs.ready when starting minadbd for sideload. 16 # Set sys.usb.config when switching into fastboot. 42 # Set fastbootd protocol property
|
D | uncrypt.te | 5 # Set a property to reboot the device.
|
/system/apex/tests/src/com/android/tests/apex/ |
D | ApexdHostTest.java | 43 import java.util.Set; 88 final Set<ITestDevice.ApexInfo> activeApexes = getDevice().getActiveApexes(); in testOrphanedApexIsNotActivated() 109 final Set<ITestDevice.ApexInfo> activeApexes = getDevice().getActiveApexes(); in testApexWithoutPbIsNotActivated() 140 final Set<ITestDevice.ApexInfo> activeApexes = getDevice().getActiveApexes(); in testRemountApex() 172 final Set<ITestDevice.ApexInfo> activeApexes = getDevice().getActiveApexes(); in testApexWithoutPbIsNotActivated_ProductPartitionHasOlderVersion() 213 final Set<ITestDevice.ApexInfo> activeApexes = getDevice().getActiveApexes(); in testApexWithoutPbIsNotActivated_ProductPartitionHasNewerVersion() 240 Set<ITestDevice.ApexInfo> fromApexd = getDevice().getActiveApexes(); in testApexInfoListIsValid() 330 final Set<ITestDevice.ApexInfo> activeApexes = getDevice().getActiveApexes(); in testFailsToActivateApexOnDataFallbacksToPreInstalled()
|
D | ApexRollbackTests.java | 42 import java.util.Set; 140 Set<ApexInfo> activatedApexes = device.getActiveApexes(); in testAutomaticBootLoopRecovery() 183 Set<ApexInfo> activatedApexes = device.getActiveApexes(); in testSessionNotRevertedWithCheckpointingDisabled() 221 Set<ApexInfo> activatedApexes = device.getActiveApexes(); in testCheckpointingRevertsSession() 259 Set<ApexInfo> activatedApexes = device.getActiveApexes(); in testRebootingOnceDoesNotRevertSession() 304 final Set<ITestDevice.ApexInfo> activeApexes = getDevice().getActiveApexes(); in testBootCompletedCleanupHappensEvenWhenThereIsCrashingProcess() 356 final Set<ApexInfo> activatedApexes = device.getActiveApexes(); in testReasonForRevertIsLoggedDuringBootloop()
|
/system/core/fastboot/ |
D | udp.cpp | 73 void Set(uint8_t id, uint16_t sequence, Flag flag); 83 Set(kIdError, 0, kFlagNone); in Header() 86 void Header::Set(uint8_t id, uint16_t sequence, Flag flag) { in Set() function in udp::Header 223 header.Set(id, sequence_, kFlagContinuation); in SendData() 226 header.Set(id, sequence_, kFlagNone); in SendData() 306 header->Set(rx_packet_[kIndexId], sequence_, kFlagNone); in SendSinglePacketHelper()
|
/system/timezone/input_tools/android/telephonylookup_generator/src/main/java/com/android/libcore/timezone/telephonylookup/ |
D | TelephonyLookupGenerator.java | 33 import java.util.Set; 111 Set<String> knownIsoCountries = getLowerCaseCountryIsoCodes(); in validateNetworks() 112 Set<String> mccMncSet = new HashSet<>(); in validateNetworks() 154 private static Set<String> getLowerCaseCountryIsoCodes() { in getLowerCaseCountryIsoCodes()
|
/system/memory/libmemunreachable/tests/ |
D | MemUnreachable_test.cpp | 37 explicit HiddenPointer(size_t size = 256) { Set(malloc(size)); } in HiddenPointer() 42 Set(nullptr); in Free() 46 void Set(void* ptr) { ptr_ = ~reinterpret_cast<uintptr_t>(ptr); } in Set() function in android::HiddenPointer
|
/system/sepolicy/microdroid/system/private/ |
D | adbd.te | 18 # Set UID and GID to shell. Set supplementary groups. 49 # Set service.adb.tcp.port, service.adb.tls.port, persist.adb.wifi.* properties
|
/system/extras/simpleperf/scripts/test/ |
D | inferno_test.py | 22 from typing import Any, Dict, List, Set 53 def get_threads_for_filter(filter: str) -> Set[int]:
|