/system/timezone/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/ |
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()
|
/system/timezone/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/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 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/ |
D | MemUnreachable_test.cpp | 35 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/ |
D | atomic_string.h | 33 void Set(const std::string& str);
|
D | atomic_string.cc | 29 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/ |
D | UniqueZonesVisualizer.java | 27 import java.util.Set; 55 Set<String> countryCodes; in main()
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | hal_nfc.te | 7 # Set NFC properties (used by bcm2079x HAL).
|
D | lmkd.te | 34 # Set self to SCHED_FIFO 39 # Set sys.lmk.* properties.
|
/system/sepolicy/public/ |
D | hal_nfc.te | 7 # Set NFC properties (used by bcm2079x HAL).
|
D | lmkd.te | 34 # Set self to SCHED_FIFO 39 # Set sys.lmk.* properties.
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | hal_nfc.te | 8 # Set NFC properties (used by bcm2079x HAL).
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | hal_nfc.te | 8 # Set NFC properties (used by bcm2079x HAL).
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | hal_nfc.te | 8 # Set NFC properties (used by bcm2079x HAL).
|
/system/bpf/bpfloader/ |
D | bpfloader.rc | 4 # Set RLIMIT_MEMLOCK to 64MB for bpfloader
|
/system/apex/tests/src/com/android/tests/apex/ |
D | ApexE2EBaseHostTest.java | 34 import java.util.Set; 108 Set<ApexInfo> activatedApexes = getDevice().getActiveApexes(); in doTestStageActivateUninstallApexPackage()
|
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/ |
D | gradlew.bat | 8 @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/JavaApi/ |
D | gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell 76 rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
|
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/ |
D | gradlew.bat | 8 @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/ |
D | gradlew.bat | 8 @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/ |
D | gradlew.bat | 8 @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/CppApi/ |
D | gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell 76 rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
|
/system/extras/power_profile/camera_avg/ |
D | gradlew.bat | 8 @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/ |
D | gradlew.bat | 8 @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/26.0/private/ |
D | adbd.te | 17 # Set UID and GID to shell. Set supplementary groups. 52 # Set service.adb.*, sys.powerctl, and sys.usb.ffs.ready properties.
|