Home
last modified time | relevance | path

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

1234

/system/timezone/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()
/system/timezone/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/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
222 header.Set(id, sequence_, kFlagContinuation); in SendData()
225 header.Set(id, sequence_, kFlagNone); in SendData()
305 header->Set(rx_packet_[kIndexId], sequence_, kFlagNone); in SendSinglePacketHelper()
/system/core/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/timezone/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/zonetree/
DUniqueZonesVisualizer.java27 import java.util.Set;
55 Set<String> countryCodes; in main()
/system/sepolicy/public/
Dhal_nfc.te8 # Set NFC properties (used by bcm2079x HAL).
/system/sepolicy/prebuilts/api/28.0/public/
Dhal_nfc.te8 # Set NFC properties (used by bcm2079x HAL).
/system/sepolicy/prebuilts/api/27.0/public/
Dhal_nfc.te8 # Set NFC properties (used by bcm2079x HAL).
Duncrypt.te28 # Set a property to reboot the device.
/system/sepolicy/prebuilts/api/26.0/public/
Dhal_nfc.te8 # Set NFC properties (used by bcm2079x HAL).
Duncrypt.te27 # Set a property to reboot the device.
Dlmkd.te30 # Set self to SCHED_FIFO
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/
Dgradlew.bat8 @rem Set local scope for the variables with windows NT shell
82 rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/
Dgradlew.bat8 @rem Set local scope for the variables with windows NT shell
82 rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
/system/extras/power_profile/camera_flashlight/
Dgradlew.bat8 @rem Set local scope for the variables with windows NT shell
82 rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/
Dgradlew.bat8 @rem Set local scope for the variables with windows NT shell
82 rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
/system/extras/power_profile/gps_on/
Dgradlew.bat8 @rem Set local scope for the variables with windows NT shell
82 rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
/system/extras/power_profile/camera_avg/
Dgradlew.bat8 @rem Set local scope for the variables with windows NT shell
82 rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
/system/sepolicy/prebuilts/api/27.0/private/
Dadbd.te19 # Set UID and GID to shell. Set supplementary groups.
54 # Set service.adb.*, sys.powerctl, and sys.usb.ffs.ready properties.
/system/sepolicy/prebuilts/api/26.0/private/
Dadbd.te17 # Set UID and GID to shell. Set supplementary groups.
52 # Set service.adb.*, sys.powerctl, and sys.usb.ffs.ready properties.
/system/update_engine/update_manager/
Dupdate_manager.conf.example16 # Set to true if the device supports the concept of OOBE
/system/sepolicy/prebuilts/api/28.0/private/
Dadbd.te19 # Set UID and GID to shell. Set supplementary groups.
58 # Set service.adb.*, sys.powerctl, and sys.usb.ffs.ready properties.
/system/sepolicy/private/
Dadbd.te19 # Set UID and GID to shell. Set supplementary groups.
58 # Set service.adb.*, sys.powerctl, and sys.usb.ffs.ready properties.

1234