/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/ |
H A D | FluentIterableTest.java | 221 Iterable<String> set = Sets.newHashSet("a", null, "b"); in testContains_nullSetYes() local 226 Iterable<String> set = ImmutableSortedSet.of("a", "b"); in testContains_nullSetNo() local 241 Iterable<String> set = Sets.newHashSet("a", null, "b"); in testContains_nonNullSetYes() local 246 Iterable<String> set = Sets.newHashSet("a", "b"); in testContains_nonNullSetNo() local 251 Iterable<String> set = iterable("a", null, "b"); in testContains_nonNullIterableYes() local 508 Set<String> set = ImmutableSet.of("a", "b", "c"); in testFirst_iterable() local 513 Set<String> set = Sets.newHashSet(); in testFirst_emptyIterable() local 547 Set<String> set = ImmutableSet.of("a", "b", "c"); in testLast_iterable() local 552 Set<String> set = Sets.newHashSet(); in testLast_emptyIterable() local 557 Collection<String> set = ImmutableSet.of("a", "b", "c", "d", "e"); in testSkip_simple() local [all …]
|
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/math/ |
H A D | BigDecimal.java | 972 public com.ibm.icu.math.BigDecimal abs(com.ibm.icu.math.MathContext set) { in abs() 1007 …om.ibm.icu.math.BigDecimal add(com.ibm.icu.math.BigDecimal rhs, com.ibm.icu.math.MathContext set) { in add() 1261 public int compareTo(com.ibm.icu.math.BigDecimal rhs, com.ibm.icu.math.MathContext set) { in compareTo() 1348 com.ibm.icu.math.MathContext set; in divide() local 1380 com.ibm.icu.math.MathContext set; in divide() local 1400 …ibm.icu.math.BigDecimal divide(com.ibm.icu.math.BigDecimal rhs, com.ibm.icu.math.MathContext set) { in divide() 1435 ….math.BigDecimal divideInteger(com.ibm.icu.math.BigDecimal rhs, com.ibm.icu.math.MathContext set) { in divideInteger() 1472 …om.ibm.icu.math.BigDecimal max(com.ibm.icu.math.BigDecimal rhs, com.ibm.icu.math.MathContext set) { in max() 1511 …om.ibm.icu.math.BigDecimal min(com.ibm.icu.math.BigDecimal rhs, com.ibm.icu.math.MathContext set) { in min() 1548 …m.icu.math.BigDecimal multiply(com.ibm.icu.math.BigDecimal rhs, com.ibm.icu.math.MathContext set) { in multiply() [all …]
|
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/math/ |
H A D | BigDecimal.java | 950 public android.icu.math.BigDecimal abs(android.icu.math.MathContext set) { in abs() 983 …ndroid.icu.math.BigDecimal add(android.icu.math.BigDecimal rhs, android.icu.math.MathContext set) { in add() 1235 public int compareTo(android.icu.math.BigDecimal rhs, android.icu.math.MathContext set) { in compareTo() 1320 android.icu.math.MathContext set; in divide() local 1351 android.icu.math.MathContext set; in divide() local 1370 …oid.icu.math.BigDecimal divide(android.icu.math.BigDecimal rhs, android.icu.math.MathContext set) { in divide() 1403 ….math.BigDecimal divideInteger(android.icu.math.BigDecimal rhs, android.icu.math.MathContext set) { in divideInteger() 1438 …ndroid.icu.math.BigDecimal max(android.icu.math.BigDecimal rhs, android.icu.math.MathContext set) { in max() 1475 …ndroid.icu.math.BigDecimal min(android.icu.math.BigDecimal rhs, android.icu.math.MathContext set) { in min() 1510 …d.icu.math.BigDecimal multiply(android.icu.math.BigDecimal rhs, android.icu.math.MathContext set) { in multiply() [all …]
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/util/ |
H A D | CollectionsTest.java | 384 NavigableSet set = Collections.checkedNavigableSet(new TreeSet<>(), String.class); in test_checkedNavigableSet() local 401 NavigableSet set = Collections.checkedNavigableSet(new TreeSet<>(), String.class); in test_checkedNavigableSet_isChecked() local 639 NavigableSet<String> set = Collections.unmodifiableNavigableSet(new TreeSet<>()); in test_unmodifiableNavigableSet_empty() local 646 NavigableSet<String> set = Collections.unmodifiableNavigableSet(delegate); in test_unmodifiableNavigableSet_nonEmpty() local 719 Set<String> set = map.keySet(); in test_synchronizedNavigableMap_keySet() local 726 NavigableSet<String> set = map.navigableKeySet(); in test_synchronizedNavigableMap_navigableKeySet() local 733 NavigableSet<String> set = map.descendingMap().descendingKeySet(); in test_synchronizedNavigableMap_descendingMap_descendingKeySet() local 740 NavigableSet<String> set = map.descendingKeySet(); in test_synchronizedNavigableMap_descendingKeySet() local 748 Set<String> set = map.descendingMap().keySet(); in test_synchronizedNavigableMap_descendingMap_keySet() local 755 NavigableSet<String> set = map.descendingMap().navigableKeySet(); in test_synchronizedNavigableMap_descendingMap_navigableKeySet() local [all …]
|
/aosp_15_r20/external/kotlinc/lib/ |
HD | kotlin-ant.jar | ... apache.tools.ant.types.Path <set-?>
public final java.io.File ... |
/aosp_15_r20/device/google/contexthub/firmware/os/cpu/cortexm4/ |
D | atomicBitset.c | 23 void atomicBitsetInit(struct AtomicBitset *set, uint32_t numBits) in atomicBitsetInit() 31 uint32_t atomicBitsetGetNumBits(const struct AtomicBitset *set) in atomicBitsetGetNumBits() 36 bool atomicBitsetGetBit(const struct AtomicBitset *set, uint32_t num) in atomicBitsetGetBit() 44 void atomicBitsetClearBit(struct AtomicBitset *set, uint32_t num) in atomicBitsetClearBit() 64 void atomicBitsetSetBit(struct AtomicBitset *set, uint32_t num) in atomicBitsetSetBit() 84 int32_t atomicBitsetFindClearAndSet(struct AtomicBitset *set) in atomicBitsetFindClearAndSet() 130 bool atomicBitsetBulkRead(struct AtomicBitset *set, uint32_t *dest, uint32_t numBits) in atomicBitsetBulkRead()
|
/aosp_15_r20/external/mockito/src/test/java/org/mockito/internal/util/collections/ |
H A D | HashCodeAndEqualsSafeSetTest.java | 133 HashCodeAndEqualsSafeSet set = HashCodeAndEqualsSafeSet.of(mock1); in isEmptyAfterClear() local 141 HashCodeAndEqualsSafeSet set = HashCodeAndEqualsSafeSet.of(mock1); in isEqualToItself() local 147 HashCodeAndEqualsSafeSet set = HashCodeAndEqualsSafeSet.of(); in isNotEqualToAnOtherTypeOfSetWithSameContent() local 154 HashCodeAndEqualsSafeSet set = HashCodeAndEqualsSafeSet.of(mock1); in isNotEqualWhenContentIsDifferent() local 160 HashCodeAndEqualsSafeSet set = HashCodeAndEqualsSafeSet.of(mock1); in hashCodeIsEqualIfContentIsEqual() local 166 HashCodeAndEqualsSafeSet set = HashCodeAndEqualsSafeSet.of(mock1); in toStringIsNotNullOrEmpty() local 172 HashCodeAndEqualsSafeSet set = HashCodeAndEqualsSafeSet.of(mock1); in removeByIterator() local
|
/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/ |
H A D | CharSetTest.java | 64 CharSet set; in testConstructor_String_simple() local 104 CharSet set; in testConstructor_String_combo() local 143 CharSet set; in testConstructor_String_comboNegated() local 184 CharSet set; in testConstructor_String_oddDash() local 232 CharSet set; in testConstructor_String_oddNegate() local 292 CharSet set; in testConstructor_String_oddCombinations() local 428 CharSet set = CharSet.getInstance("a"); in testSerialization() local
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/util/concurrent/ |
H A D | ConcurrentHashMapTest.java | 223 Set<Long> set = ConcurrentHashMap.<Long>newKeySet(capacity); in testNewKeySetWithCapacity() local 236 Set<Long> set = ConcurrentHashMap.<Long>newKeySet(capacity); in testNewKeySetWithZeroCapacity() local 249 Set<Long> set = ConcurrentHashMap.<Long>newKeySet(capacity); in testNewKeySetWithInvalidCapacity() local 322 ConcurrentHashMap.KeySetView<String, Boolean> set = in createKeySet() local 337 ConcurrentHashMap.KeySetView set = createKeySet(); in testKeySetViewClear() local 346 ConcurrentHashMap.KeySetView set = createKeySet(); in testKeySetViewContainsAll() local 358 ConcurrentHashMap.KeySetView<Integer, Boolean> set = in testKeySetViewForEach() local 371 ConcurrentHashMap.KeySetView set = createKeySet(); in testKeySetViewRemoveAll() local 382 ConcurrentHashMap.KeySetView set = createKeySet(); in testKeySetViewRetainAll() local
|
/aosp_15_r20/bionic/tests/ |
H A D | sched_test.cpp | 73 cpu_set_t set; in TEST() local 88 cpu_set_t set; in TEST() local 100 cpu_set_t set; in TEST() local 110 cpu_set_t set; in TEST() local 170 cpu_set_t* set = CPU_ALLOC(17); in TEST() local 182 cpu_set_t* set = CPU_ALLOC(10 * CPU_SETSIZE); in TEST() local 196 cpu_set_t* set = CPU_ALLOC(set_size); in TEST() local 317 cpu_set_t set; in TEST() local 333 cpu_set_t set; in TEST() local
|
/aosp_15_r20/external/cronet/third_party/icu/source/common/ |
H A D | uset_props.cpp | 37 UnicodeSet* set = new UnicodeSet(pat, *ec); in uset_openPattern() local 57 UnicodeSet* set = new UnicodeSet(pat, options, nullptr, *ec); in uset_openPatternOptions() local 73 uset_applyPattern(USet *set, in uset_applyPattern() 102 uset_applyIntPropertyValue(USet* set, in uset_applyIntPropertyValue() 108 uset_applyPropertyAlias(USet* set, in uset_applyPropertyAlias() 131 uset_toPattern(const USet* set, in uset_toPattern() 141 uset_closeOver(USet* set, int32_t attributes) { in uset_closeOver()
|
/aosp_15_r20/external/icu/icu4c/source/common/ |
H A D | uset_props.cpp | 37 UnicodeSet* set = new UnicodeSet(pat, *ec); in uset_openPattern() local 57 UnicodeSet* set = new UnicodeSet(pat, options, nullptr, *ec); in uset_openPatternOptions() local 73 uset_applyPattern(USet *set, in uset_applyPattern() 102 uset_applyIntPropertyValue(USet* set, in uset_applyIntPropertyValue() 108 uset_applyPropertyAlias(USet* set, in uset_applyPropertyAlias() 131 uset_toPattern(const USet* set, in uset_toPattern() 141 uset_closeOver(USet* set, int32_t attributes) { in uset_closeOver()
|
/aosp_15_r20/external/strace/ |
H A D | pathtrace.c | 43 pathmatch(const char *path, struct path_set *set) in pathmatch() 59 struct path_set *set) in upathmatch() 71 fdmatch(struct tcb *tcp, int fd, struct path_set *set) in fdmatch() 84 storepath(const char *path, struct path_set *set) in storepath() 125 pathtrace_select_set(const char *path, struct path_set *set) in pathtrace_select_set() 148 struct path_set *set) in match_xselect_args() 186 pathtrace_match_set(struct tcb *tcp, struct path_set *set) in pathtrace_match_set()
|
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
H A D | EnumSetTest.java | 121 EnumSet<HugeEnumCount> set; in test_iterator_HugeEnumSet() local 142 EnumSet<HugeEnumCount> set = EnumSet.noneOf(HugeEnumCount.class); in testRemoveIteratorRemoveFromHugeEnumSet() local 155 assertEquals(EnumSet.of(HugeEnumCount.NO65, HugeEnumCount.NO128), set); in testRemoveIteratorRemoveFromHugeEnumSet() local 157 assertEquals(EnumSet.of(HugeEnumCount.NO65), set); in testRemoveIteratorRemoveFromHugeEnumSet() local 217 Set<EnumFoo> set = EnumSet.noneOf(EnumFoo.class); in test_add_E() local 322 Set<EnumFoo> set = EnumSet.noneOf(EnumFoo.class); in test_addAll_LCollection() local 479 Set<EnumFoo> set = EnumSet.noneOf(EnumFoo.class); in test_remove_LOject() local 523 Set<EnumFoo> set = EnumSet.noneOf(EnumFoo.class); in test_equals_LObject() local 582 Set<EnumFoo> set = EnumSet.noneOf(EnumFoo.class); in test_clear() local 618 EnumSet<EnumFoo> set = EnumSet.noneOf(EnumFoo.class); in test_size_modification_regular() local [all …]
|
/aosp_15_r20/external/google-breakpad/src/client/linux/minidump_writer/ |
H A D | cpu_set_unittest.cc | 53 CpuSet set; in TEST() local 61 CpuSet set; in TEST() local 70 CpuSet set; in TEST() local 79 CpuSet set; in TEST() local 88 CpuSet set; in TEST() local 97 CpuSet set; in TEST() local 106 CpuSet set; in TEST() local
|
/aosp_15_r20/external/libbpf/src/ |
H A D | strset.c | 41 struct strset *set = calloc(1, sizeof(*set)); in strset__new() local 84 void strset__free(struct strset *set) in strset__free() 94 size_t strset__data_size(const struct strset *set) in strset__data_size() 99 const char *strset__data(const struct strset *set) in strset__data() 104 static void *strset_add_str_mem(struct strset *set, size_t add_sz) in strset_add_str_mem() 116 int strset__find_str(struct strset *set, const char *s) in strset__find_str() 142 int strset__add_str(struct strset *set, const char *s) in strset__add_str()
|
/aosp_15_r20/external/dagger2/javatests/dagger/functional/kotlinsrc/builder/ |
H A D | BuilderTest.kt | 58 abstract fun set( in s() method in dagger.functional.kotlinsrc.builder.BuilderTest.TestChildComponentWithBuilderAbstractClass.SharedBuilder 73 abstract fun set(byteModule: ByteModule) // Note we're missing LongModule -- it's implicit in setM2() method in dagger.functional.kotlinsrc.builder.BuilderTest.TestChildComponentWithBuilderAbstractClass.Builder 98 fun set( in setM2() method 113 fun set(byteModule: ByteModule) // Note we're missing LongModule -- it's implicit in setM2() method 235 fun set( in s() method 280 fun set(stringModule: StringModule): Builder in s() method 304 fun set(stringModule: StringModule): Builder in subcomponentBuilderProvider() method 320 fun set(intModule: IntModuleIncludingDoubleAndFloat): Builder in i() method
|
/aosp_15_r20/external/curl/tests/unit/ |
H A D | unit2604.c | 38 struct set { struct 60 struct set list[] = { argument
|
/aosp_15_r20/external/MPAndroidChart/MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/ |
H A D | LineChartActivity1.java | 282 LineDataSet set = (LineDataSet) iSet; in onOptionsItemSelected() local 295 LineDataSet set = (LineDataSet) iSet; in onOptionsItemSelected() local 316 LineDataSet set = (LineDataSet) iSet; in onOptionsItemSelected() local 331 LineDataSet set = (LineDataSet) iSet; in onOptionsItemSelected() local 346 LineDataSet set = (LineDataSet) iSet; in onOptionsItemSelected() local 360 LineDataSet set = (LineDataSet) iSet; in onOptionsItemSelected() local 374 LineDataSet set = (LineDataSet) iSet; in onOptionsItemSelected() local
|
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/ |
H A D | Sets.java | 163 EnumSet<E> set = EnumSet.noneOf(elementType); in newEnumSet() local 203 HashSet<E> set = newHashSetWithExpectedSize(elements.length); in newHashSet() local 248 HashSet<E> set = newHashSet(); in newHashSet() local 299 Set<E> set = newConcurrentHashSet(); in newConcurrentHashSet() local 345 LinkedHashSet<E> set = newLinkedHashSet(); in newLinkedHashSet() local 418 TreeSet<E> set = newTreeSet(); in newTreeSet() local 618 public <S extends Set<E>> S copyInto(S set) { in copyInto() 800 public <S extends Set<E>> S copyInto(S set) { in union()
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/ |
H A D | Sets.java | 163 EnumSet<E> set = EnumSet.noneOf(elementType); in newEnumSet() local 203 HashSet<E> set = newHashSetWithExpectedSize(elements.length); in newHashSet() local 248 HashSet<E> set = newHashSet(); in newHashSet() local 299 Set<E> set = newConcurrentHashSet(); in newConcurrentHashSet() local 345 LinkedHashSet<E> set = newLinkedHashSet(); in newLinkedHashSet() local 418 TreeSet<E> set = newTreeSet(); in newTreeSet() local 618 public <S extends Set<E>> S copyInto(S set) { in copyInto() 776 public <S extends Set<E>> S copyInto(S set) { in union()
|
/aosp_15_r20/libcore/ojluni/src/test/java/util/concurrent/tck/ |
H A D | ConcurrentSkipListSetTest.java | 628 ConcurrentSkipListSet set = set5(); in testSubSetContents() local 660 ConcurrentSkipListSet set = set5(); in testSubSetContents2() local 691 ConcurrentSkipListSet set = set5(); in testHeadSetContents() local 718 ConcurrentSkipListSet set = set5(); in testTailSetContents() local 756 NavigableSet<Integer> set = newSet(cl); in testRecursiveSubSets() local 791 void populate(NavigableSet<Integer> set, int limit, BitSet bs) { in populate() 798 void mutateSet(NavigableSet<Integer> set, int min, int max, BitSet bs) { in mutateSet() 823 void mutateSubSet(NavigableSet<Integer> set, int min, int max, in mutateSubSet() 855 void put(NavigableSet<Integer> set, int element, BitSet bs) { in put() 860 void remove(NavigableSet<Integer> set, int element, BitSet bs) { in remove() [all …]
|
H A D | TreeSetTest.java | 624 TreeSet set = set5(); in testSubSetContents() local 656 TreeSet set = set5(); in testSubSetContents2() local 687 TreeSet set = set5(); in testHeadSetContents() local 714 TreeSet set = set5(); in testTailSetContents() local 753 NavigableSet<Integer> set = newSet(cl); in testRecursiveSubSets() local 788 void populate(NavigableSet<Integer> set, int limit) { in populate() 795 void mutateSet(NavigableSet<Integer> set, int min, int max) { in mutateSet() 820 void mutateSubSet(NavigableSet<Integer> set, int min, int max) { in mutateSubSet() 851 void put(NavigableSet<Integer> set, int element) { in put() 856 void remove(NavigableSet<Integer> set, int element) { in remove() [all …]
|
/aosp_15_r20/libcore/jsr166-tests/src/test/java/jsr166/ |
H A D | ConcurrentSkipListSetTest.java | 548 ConcurrentSkipListSet set = set5(); in testSubSetContents() local 579 ConcurrentSkipListSet set = set5(); in testSubSetContents2() local 609 ConcurrentSkipListSet set = set5(); in testHeadSetContents() local 635 ConcurrentSkipListSet set = set5(); in testTailSetContents() local 672 NavigableSet<Integer> set = newSet(cl); in testRecursiveSubSets() local 705 void populate(NavigableSet<Integer> set, int limit, BitSet bs) { in populate() 712 void mutateSet(NavigableSet<Integer> set, int min, int max, BitSet bs) { in mutateSet() 737 void mutateSubSet(NavigableSet<Integer> set, int min, int max, in mutateSubSet() 769 void put(NavigableSet<Integer> set, int element, BitSet bs) { in put() 774 void remove(NavigableSet<Integer> set, int element, BitSet bs) { in remove() [all …]
|
H A D | TreeSetTest.java | 551 TreeSet set = set5(); in testSubSetContents() local 582 TreeSet set = set5(); in testSubSetContents2() local 612 TreeSet set = set5(); in testHeadSetContents() local 638 TreeSet set = set5(); in testTailSetContents() local 676 NavigableSet<Integer> set = newSet(cl); in testRecursiveSubSets() local 709 void populate(NavigableSet<Integer> set, int limit) { in populate() 716 void mutateSet(NavigableSet<Integer> set, int min, int max) { in mutateSet() 741 void mutateSubSet(NavigableSet<Integer> set, int min, int max) { in mutateSubSet() 772 void put(NavigableSet<Integer> set, int element) { in put() 777 void remove(NavigableSet<Integer> set, int element) { in remove() [all …]
|