Home
last modified time | relevance | path

Searched refs:Set (Results 1 – 25 of 189) sorted by relevance

12345678

/system/bt/gd/storage/
Dmutation_entry.h35 static MutationEntry Set( in Set() function
37 return MutationEntry::Set( in Set()
42 static MutationEntry Set( in Set() function
45 return MutationEntry::Set<EnumUnderlyingType>( in Set()
53 static MutationEntry Set( in Set() function
55 return MutationEntry::Set( in Set()
60 static MutationEntry Set( in Set() function
62 return MutationEntry::Set( in Set()
67 static MutationEntry Set( in Set() function
69 return MutationEntry::Set( in Set()
[all …]
Dmutation_test.cc40 …mutation.Add(MutationEntry::Set(MutationEntry::PropertyType::NORMAL, "AA:BB:CC:DD:EE:FF", "LinkKey… in TEST()
45 …mutation2.Add(MutationEntry::Set(MutationEntry::PropertyType::NORMAL, "AA:BB:CC:DD:EE:FF", "LinkKe… in TEST()
103 mutation.Add(MutationEntry::Set(MutationEntry::PropertyType::NORMAL, "A", "B", "C")); in TEST()
114 mutation.Add(MutationEntry::Set(MutationEntry::PropertyType::NORMAL, "A", "B", "C")); in TEST()
115 mutation.Add(MutationEntry::Set(MutationEntry::PropertyType::MEMORY_ONLY, "A", "D", "Hello")); in TEST()
Ddevice.h51 …MutationEntry Set##NAME(const RETURN_TYPE& value) { …
52 …return MutationEntry::Set<RETURN_TYPE>(MutationEntry::PropertyType::NORMAL, section_, PROPERTY_KEY…
71 …MutationEntry Set##NAME(const RETURN_TYPE& value) { …
73 …return MutationEntry::Set<RETURN_TYPE>(MutationEntry::PropertyType::NORMAL, section_, PROPERTY_KEY…
93 …return MutationEntry::Set<RETURN_TYPE>(MutationEntry::PropertyType::MEMORY_ONLY, section_, PROPERT…
/system/timezone/input_tools/android/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/
DUtils.java25 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()
DBackwardFile.java29 import java.util.Set;
80 Set<String> getAllAlternativeIds(String zoneId) { in getAllAlternativeIds()
81 Set<String> knownAlternativeIds = new HashSet<>(); in getAllAlternativeIds()
/system/timezone/input_tools/android/tzlookup_generator/src/test/java/com/android/libcore/timezone/tzlookup/
DUtilsTest.java25 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/private/
Dlmkd.te5 # Set sys.lmk.* properties.
8 # Set lmkd.* properties.
Drecovery.te12 # Set sys.usb.ffs.ready when starting minadbd for sideload.
16 # Set sys.usb.config when switching into fastboot.
42 # Set fastbootd protocol property
Duncrypt.te5 # Set a property to reboot the device.
/system/sepolicy/prebuilts/api/31.0/private/
Dlmkd.te5 # Set sys.lmk.* properties.
8 # Set lmkd.* properties.
Drecovery.te12 # Set sys.usb.ffs.ready when starting minadbd for sideload.
16 # Set sys.usb.config when switching into fastboot.
42 # Set fastbootd protocol property
Duncrypt.te5 # Set a property to reboot the device.
/system/apex/tests/src/com/android/tests/apex/
DApexRollbackTests.java42 import java.util.Set;
132 Set<ApexInfo> activatedApexes = device.getActiveApexes(); in testAutomaticBootLoopRecovery()
175 Set<ApexInfo> activatedApexes = device.getActiveApexes(); in testSessionNotRevertedWithCheckpointingDisabled()
213 Set<ApexInfo> activatedApexes = device.getActiveApexes(); in testCheckpointingRevertsSession()
251 Set<ApexInfo> activatedApexes = device.getActiveApexes(); in testRebootingOnceDoesNotRevertSession()
300 Set<ApexInfo> activatedApexes = getDevice().getActiveApexes(); in testFailingUserspaceReboot_doesNotRevertUpdate()
334 Set<ApexInfo> activatedApexes = getDevice().getActiveApexes(); in testUserspaceRebootFailedShutdownSequence_doesNotRevertUpdate()
363 Set<ApexInfo> activatedApexes = getDevice().getActiveApexes(); in testUserspaceRebootFailedRemount_revertsUpdate()
389 final Set<ITestDevice.ApexInfo> activeApexes = getDevice().getActiveApexes(); in testBootCompletedCleanupHappensEvenWhenThereIsCrashingProcess()
445 final Set<ApexInfo> activatedApexes = device.getActiveApexes(); in testReasonForRevertIsLoggedDuringBootloop()
DApexdHostTest.java43 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()
/system/core/fastboot/
Dudp.cpp73 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/
DTelephonyLookupGenerator.java33 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/sepolicy/prebuilts/api/30.0/private/
Dlmkd.te5 # Set lmkd.* properties.
/system/memory/libmemunreachable/tests/
DMemUnreachable_test.cpp35 explicit HiddenPointer(size_t size = 256) { Set(malloc(size)); } in HiddenPointer()
40 Set(nullptr); in Free()
44 void Set(void* ptr) { ptr_ = ~reinterpret_cast<uintptr_t>(ptr); } in Set() function in android::HiddenPointer
/system/bt/service/common/bluetooth/util/
Datomic_string.h33 void Set(const std::string& str);
Datomic_string.cc29 void AtomicString::Set(const std::string& str) { in Set() function in util::AtomicString
/system/sepolicy/prebuilts/api/31.0/public/
Dhal_nfc.te7 # Set NFC properties (used by bcm2079x HAL).
/system/sepolicy/public/
Dhal_nfc.te7 # Set NFC properties (used by bcm2079x HAL).
/system/sepolicy/prebuilts/api/29.0/public/
Dhal_nfc.te7 # Set NFC properties (used by bcm2079x HAL).
/system/sepolicy/prebuilts/api/30.0/public/
Dhal_nfc.te7 # Set NFC properties (used by bcm2079x HAL).
/system/timezone/input_tools/android/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/zonetree/
DUniqueZonesVisualizer.java27 import java.util.Set;
55 Set<String> countryCodes; in main()

12345678