/aosp_15_r20/libcore/jsr166-tests/src/test/java/jsr166/ |
H A D | ConcurrentHashMap8Test.java | 328 LongAdder adder = new LongAdder(); in testKeySetSpliterator() local 588 LongAdder adder = new LongAdder(); in testForEachKeySequentially() local 598 LongAdder adder = new LongAdder(); in testForEachValueSequentially() local 608 LongAdder adder = new LongAdder(); in testForEachSequentially() local 618 LongAdder adder = new LongAdder(); in testForEachEntrySequentially() local 628 LongAdder adder = new LongAdder(); in testForEachKeyInParallel() local 638 LongAdder adder = new LongAdder(); in testForEachValueInParallel() local 648 LongAdder adder = new LongAdder(); in testForEachInParallel() local 658 LongAdder adder = new LongAdder(); in testForEachEntryInParallel() local 669 LongAdder adder = new LongAdder(); in testMappedForEachKeySequentially() local [all …]
|
H A D | DoubleAdderTest.java | 153 final DoubleAdder adder; field in DoubleAdderTest.AdderTask 157 AdderTask(DoubleAdder adder, CyclicBarrier barrier, int incs) { in AdderTask()
|
H A D | LongAdderTest.java | 176 final LongAdder adder; field in LongAdderTest.AdderTask 180 AdderTask(LongAdder adder, CyclicBarrier barrier, int incs) { in AdderTask()
|
/aosp_15_r20/libcore/ojluni/src/test/java/util/concurrent/tck/ |
H A D | ConcurrentHashMap8Test.java | 391 LongAdder adder = new LongAdder(); in testKeySetSpliterator() local 667 LongAdder adder = new LongAdder(); in testForEachKeySequentially() local 678 LongAdder adder = new LongAdder(); in testForEachValueSequentially() local 689 LongAdder adder = new LongAdder(); in testForEachSequentially() local 700 LongAdder adder = new LongAdder(); in testForEachEntrySequentially() local 711 LongAdder adder = new LongAdder(); in testForEachKeyInParallel() local 722 LongAdder adder = new LongAdder(); in testForEachValueInParallel() local 733 LongAdder adder = new LongAdder(); in testForEachInParallel() local 744 LongAdder adder = new LongAdder(); in testForEachEntryInParallel() local 756 LongAdder adder = new LongAdder(); in testMappedForEachKeySequentially() local [all …]
|
H A D | DoubleAdderTest.java | 201 final DoubleAdder adder; field in DoubleAdderTest.AdderTask 205 AdderTask(DoubleAdder adder, CyclicBarrier barrier, int incs) { in AdderTask()
|
H A D | LongAdderTest.java | 226 final LongAdder adder; field in LongAdderTest.AdderTask 230 AdderTask(LongAdder adder, CyclicBarrier barrier, int incs) { in AdderTask()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/karma/string/ |
D | symbols.hpp | 388 struct adder struct 391 struct result { typedef adder const& type; }; 393 adder(symbols& sym) in adder() argument 400 operator()(Attr const& attr, T const& val = T()) const in operator ()() 408 operator, (Attr const& attr) const in operator ,() 414 symbols& sym; 645 struct adder struct 648 struct result { typedef adder const& type; }; 650 adder(symbols& sym) in adder() argument 657 operator()(Attr const& attr) const in operator ()() [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/string/ |
D | symbols.hpp | 288 struct adder struct 291 struct result { typedef adder const& type; }; 293 adder(symbols& sym_) in adder() argument 300 operator()(Iterator const& first, Iterator const& last, T const& val) const in operator ()() 308 operator()(Str const& s, T const& val = T()) const in operator ()() 317 operator,(Str const& s) const in operator ,() 324 symbols& sym;
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/lex/lexer/ |
D | lexer.hpp | 112 struct adder struct 114 adder(lexer_def_& def_) in adder() function 121 adder const& operator()(char_type c in operator ()() 136 adder const& operator()(string_type const& s in operator ()() 147 adder const& operator()( in operator ()() 184 lexer_def_& def;
|
/aosp_15_r20/external/guava/guava-testlib/test/com/google/common/testing/anotherpackage/ |
H A D | ForwardingWrapperTesterTest.java | 344 private final Adder adder; field in ForwardingWrapperTesterTest.FailsToForwardParameters 346 FailsToForwardParameters(Adder adder) { in FailsToForwardParameters() 362 private final Adder adder; field in ForwardingWrapperTesterTest.FailsToForwardReturnValue 364 FailsToForwardReturnValue(Adder adder) { in FailsToForwardReturnValue() 380 private final Adder adder; field in ForwardingWrapperTesterTest.FailsToPropagateException 382 FailsToPropagateException(Adder adder) { in FailsToPropagateException()
|
/aosp_15_r20/external/guava/android/guava-testlib/test/com/google/common/testing/anotherpackage/ |
H A D | ForwardingWrapperTesterTest.java | 344 private final Adder adder; field in ForwardingWrapperTesterTest.FailsToForwardParameters 346 FailsToForwardParameters(Adder adder) { in FailsToForwardParameters() 362 private final Adder adder; field in ForwardingWrapperTesterTest.FailsToForwardReturnValue 364 FailsToForwardReturnValue(Adder adder) { in FailsToForwardReturnValue() 380 private final Adder adder; field in ForwardingWrapperTesterTest.FailsToPropagateException 382 FailsToPropagateException(Adder adder) { in FailsToPropagateException()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/string/ |
D | symbols.hpp | 222 struct adder struct 226 operator()(Iterator first, Iterator last, T const& val) const in operator ()() 234 operator()(Str const& s, T const& val = T()) const in operator ()() 243 operator,(Str const& s) const in operator ,() 250 symbols_parser& sym;
|
/aosp_15_r20/external/python/mobly/tests/mobly/ |
D | utils_test.py | 408 def adder(a, b): function 423 def adder(a, b): function 438 def adder(a, b): function 467 def adder(a, b): function 599 def adder(a, b): function
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_scope.py | 11 def adder(y): function 25 def adder(y): function 39 def adder(y): function 55 def adder(y): function 86 def adder(y): function
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_scope.py | 13 def adder(y): function 27 def adder(y): function 41 def adder(y): function 57 def adder(y): function 88 def adder(y): function
|
/aosp_15_r20/external/google-fruit/examples/simple_injection/ |
H A D | incrementer_impl.cpp | 21 Adder* adder; member in IncrementerImpl 24 INJECT(IncrementerImpl(Adder* adder)) : adder(adder) {} in INJECT()
|
/aosp_15_r20/external/clang/test/SemaTemplate/ |
H A D | instantiate-enum.cpp | 4 struct adder { struct 11 int array1[adder<long, 3, 4>::value == 7? 1 : -1]; argument
|
/aosp_15_r20/external/pytorch/test/autograd/ |
H A D | test_functional.py | 278 def adder(x, y): function 289 def adder(x, y): function 349 def adder(x, y): function 508 def adder(x, y): function 519 def adder(x, y): function 579 def adder(x, y): function
|
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
H A D | StringRange.java | 63 …public static void compact(Set<String> source, Adder adder, boolean shorterPairs, boolean moreComp… in compact() 118 public static void compact(Set<String> source, Adder adder, boolean shorterPairs) { in compact()
|
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/ |
H A D | StringRange.java | 56 …public static void compact(Set<String> source, Adder adder, boolean shorterPairs, boolean moreComp… in compact() 111 public static void compact(Set<String> source, Adder adder, boolean shorterPairs) { in compact()
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
H A D | StringRange.java | 52 Set<String> source, Adder adder, boolean shorterPairs, boolean moreCompact) { in compact() 115 public static void compact(Set<String> source, Adder adder, boolean shorterPairs) { in compact()
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/util/concurrent/ |
H A D | LinkedBlockingQueueTest.java | 37 LongAdder adder = new LongAdder(); in testForEach() local
|
H A D | LinkedBlockingDequeTest.java | 37 LongAdder adder = new LongAdder(); in testForEach() local
|
H A D | LinkedTransferQueueTest.java | 37 LongAdder adder = new LongAdder(); in testForEach() local
|
H A D | PriorityBlockingQueueTest.java | 37 LongAdder adder = new LongAdder(); in testForEach() local
|