/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/hashbrown/src/ |
H A D | set.rs | 1320 let mut set = Self::with_hasher_in(Default::default(), Default::default()); in from_iter() localVariable 2467 fn set<'new>(v: HashSet<&'static str>) -> HashSet<&'new str> { in assert_covariance() function 2733 let set: HashSet<_> = xs.iter().copied().collect(); in test_from_iter() localVariable 2781 let mut set = HashSet::new(); in test_show() localVariable 2896 let mut set: HashSet<i32> = xs.iter().copied().collect(); in test_retain() localVariable 2907 let mut set: HashSet<i32> = (0..8).collect(); in test_extract_if() localVariable 2915 let mut set: HashSet<i32> = (0..8).collect(); in test_extract_if() localVariable 2938 let mut set = EMPTY_SET; in test_const_with_hasher() localVariable 2945 let mut set = HashSet::new(); in rehash_in_place() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/hashbrown/src/ |
H A D | set.rs | 1320 let mut set = Self::with_hasher_in(Default::default(), Default::default()); in from_iter() localVariable 2467 fn set<'new>(v: HashSet<&'static str>) -> HashSet<&'new str> { in assert_covariance() function 2733 let set: HashSet<_> = xs.iter().copied().collect(); in test_from_iter() localVariable 2781 let mut set = HashSet::new(); in test_show() localVariable 2896 let mut set: HashSet<i32> = xs.iter().copied().collect(); in test_retain() localVariable 2907 let mut set: HashSet<i32> = (0..8).collect(); in test_extract_if() localVariable 2915 let mut set: HashSet<i32> = (0..8).collect(); in test_extract_if() localVariable 2938 let mut set = EMPTY_SET; in test_const_with_hasher() localVariable 2945 let mut set = HashSet::new(); in rehash_in_place() localVariable
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/ |
D | FixedSize.h | 97 void set(_Type&& _arg) { in set() function 411 void set(_Type&& _arg) { in set() function 508 void set(_Type&& _arg) { in set() function 605 void set(_Type&& _arg) { in set() function
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/ |
D | FixedSize.h | 97 void set(_Type&& _arg) { in set() function 411 void set(_Type&& _arg) { in set() function 508 void set(_Type&& _arg) { in set() function 605 void set(_Type&& _arg) { in set() function
|
/aosp_15_r20/system/keymaster/ng/ |
H A D | KeyMintAidlUtils.cpp | 29 vector<KeyParameter> kmParamSet2Aidl(const keymaster_key_param_set_t& set) { in kmParamSet2Aidl() 75 keymaster_key_param_set_t set; in aidlKeyParams2Km() local
|
/aosp_15_r20/external/vogar/src/vogar/target/ |
H A D | Package.java | 44 Set<Class<?>> set = new TreeSet<Class<?>>(ClassPathScanner.ORDER_CLASS_BY_NAME); in getTopLevelClassesRecursive() local 57 private void addTopLevelClassesTo(Set<Class<?>> set) throws IOException { in addTopLevelClassesTo()
|
/aosp_15_r20/external/strace/tests/ |
H A D | rt_sigtimedwait.c | 45 k_sigtimedwait(const sigset_t *const set, siginfo_t *const info, in k_sigtimedwait() 52 iterate(const char *const text, const void *set, in iterate()
|
H A D | rt_sigsuspend.c | 45 k_sigsuspend(const sigset_t *const set, const unsigned long size) in k_sigsuspend() 52 const void *const set, unsigned int size) in iterate()
|
/aosp_15_r20/external/strace/tests-m32/ |
H A D | rt_sigtimedwait.c | 45 k_sigtimedwait(const sigset_t *const set, siginfo_t *const info, in k_sigtimedwait() 52 iterate(const char *const text, const void *set, in iterate()
|
H A D | rt_sigsuspend.c | 45 k_sigsuspend(const sigset_t *const set, const unsigned long size) in k_sigsuspend() 52 const void *const set, unsigned int size) in iterate()
|
/aosp_15_r20/external/cronet/net/log/ |
H A D | net_log_capture_mode.h | 62 NetLogCaptureModeSet set) { in NetLogCaptureModeSetContains() 67 NetLogCaptureModeSet* set) { in NetLogCaptureModeSetAdd()
|
/aosp_15_r20/external/strace/tests-mx32/ |
H A D | rt_sigtimedwait.c | 45 k_sigtimedwait(const sigset_t *const set, siginfo_t *const info, in k_sigtimedwait() 52 iterate(const char *const text, const void *set, in iterate()
|
H A D | rt_sigsuspend.c | 45 k_sigsuspend(const sigset_t *const set, const unsigned long size) in k_sigsuspend() 52 const void *const set, unsigned int size) in iterate()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/permission/services.permission-pre-jarjar/android_common/kapt/gen/stubs/com/android/server/permission/access/immutable/ |
D | IndexedSet.java | 11 private final android.util.ArraySet<T> set = null; field in IndexedSet 13 private IndexedSet(android.util.ArraySet<T> set) { in IndexedSet()
|
/aosp_15_r20/libcore/ojluni/src/test/java/util/EnumSet/ |
H A D | SmallEnumIteratorRemoveResilience.java | 45 final Set<SmallEnum> set = EnumSet.noneOf(SmallEnum.class); in main() local 76 private static void checkSetAfterRemoval(final Set<SmallEnum> set, in checkSetAfterRemoval()
|
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
D | ChangeNotifier.java | 31 public ChangeNotifier(MediaSet set, Uri uri, GalleryApp application) { in ChangeNotifier() 36 public ChangeNotifier(MediaSet set, Uri[] uris, GalleryApp application) { in ChangeNotifier()
|
/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
H A D | TensorIndexList.h | 44 EIGEN_DEVICE_FUNC void set(Index val) { in set() function 60 EIGEN_DEVICE_FUNC void set(const IndexPair<Index>& val) { in set() function
|
/aosp_15_r20/external/ComputeLibrary/src/runtime/ |
H A D | Scheduler.cpp | 71 void Scheduler::set(Type t) in set() function in Scheduler 126 void Scheduler::set(std::shared_ptr<IScheduler> scheduler) in set() function in Scheduler
|
/aosp_15_r20/system/media/audio_utils/include/audio_utils/ |
H A D | Trace.h | 82 Object& set(const S& key, const T& value) { in set() function 97 Object& set(const S& key, const T& value) { in set() function
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/rt_sigtimedwait/ |
H A D | rt_sigtimedwait01.c | 7 static int my_rt_sigtimedwait(const sigset_t * set, siginfo_t * info, in my_rt_sigtimedwait() 15 static int my_rt_sigtimedwait_time64(const sigset_t * set, siginfo_t * info, in my_rt_sigtimedwait_time64()
|
/aosp_15_r20/packages/modules/Connectivity/tests/unit/java/android/net/ |
D | NetworkUtilsTest.java | 58 final TreeSet<IpPrefix> set = new TreeSet<>(IpPrefix.lengthComparator()); in testRoutedIPv4AddressCount() local 106 final TreeSet<IpPrefix> set = new TreeSet<>(IpPrefix.lengthComparator()); in testRoutedIPv6AddressCount() local
|
/aosp_15_r20/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/properties/ |
H A D | Properties.kt | 12 fun set(key: String, value: String): UndoableContext { in set() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/der/tests/ |
D | set_of.rs | 19 let set = SetOfVec::try_from(bytes).unwrap(); localVariable 61 let set = SetOf::<AttributeTypeAndValue<'_>, 3>::from_der(&der_bytes).unwrap(); in ordering_regression() localVariable
|
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue73/ |
H A D | TreeSetTest.java | 47 private TreeSet<String> set; field in TreeSetTest.Bean1 54 public void setSet(TreeSet<String> set) { in setSet()
|
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/pdf417/encoder/ |
H A D | BarcodeRow.java | 42 void set(int x, byte value) { in set() method in BarcodeRow 52 private void set(int x, boolean black) { in set() method in BarcodeRow
|