Home
last modified time | relevance | path

Searched defs:adder (Results 1 – 25 of 264) sorted by relevance

1234567891011

/aosp_15_r20/libcore/jsr166-tests/src/test/java/jsr166/
H A DConcurrentHashMap8Test.java328 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 DDoubleAdderTest.java153 final DoubleAdder adder; field in DoubleAdderTest.AdderTask
157 AdderTask(DoubleAdder adder, CyclicBarrier barrier, int incs) { in AdderTask()
H A DLongAdderTest.java176 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 DConcurrentHashMap8Test.java391 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 DDoubleAdderTest.java201 final DoubleAdder adder; field in DoubleAdderTest.AdderTask
205 AdderTask(DoubleAdder adder, CyclicBarrier barrier, int incs) { in AdderTask()
H A DLongAdderTest.java226 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/
Dsymbols.hpp388 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/
Dsymbols.hpp288 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/
Dlexer.hpp112 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 DForwardingWrapperTesterTest.java344 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 DForwardingWrapperTesterTest.java344 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/
Dsymbols.hpp222 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/
Dutils_test.py408 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/
Dtest_scope.py11 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/
Dtest_scope.py13 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 Dincrementer_impl.cpp21 Adder* adder; member in IncrementerImpl
24 INJECT(IncrementerImpl(Adder* adder)) : adder(adder) {} in INJECT()
/aosp_15_r20/external/clang/test/SemaTemplate/
H A Dinstantiate-enum.cpp4 struct adder { struct
11 int array1[adder<long, 3, 4>::value == 7? 1 : -1]; argument
/aosp_15_r20/external/pytorch/test/autograd/
H A Dtest_functional.py278 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 DStringRange.java63 …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 DStringRange.java56 …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 DStringRange.java52 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 DLinkedBlockingQueueTest.java37 LongAdder adder = new LongAdder(); in testForEach() local
H A DLinkedBlockingDequeTest.java37 LongAdder adder = new LongAdder(); in testForEach() local
H A DLinkedTransferQueueTest.java37 LongAdder adder = new LongAdder(); in testForEach() local
H A DPriorityBlockingQueueTest.java37 LongAdder adder = new LongAdder(); in testForEach() local

1234567891011