HomeSort by relevance Sort by last modified time
    Searched refs:adder (Results 1 - 13 of 13) sorted by null

  /external/clang/test/SemaTemplate/
instantiate-enum.cpp 4 struct adder { struct
11 int array1[adder<long, 3, 4>::value == 7? 1 : -1];
  /external/guava/guava-testlib/test/com/google/common/testing/anotherpackage/
ForwardingWrapperTesterTest.java 174 assertFailure(Adder.class, new Function<Adder, Adder>() {
175 @Override public Adder apply(Adder adder) {
176 return new FailsToForwardParameters(adder);
183 @Override public Arithmetic apply(Arithmetic adder) {
184 return new ForwardsToTheWrongMethod(adder);
190 assertFailure(Adder.class, new Function<Adder, Adder>()
274 private final Adder adder; field in class:ForwardingWrapperTesterTest.FailsToForwardParameters
290 private final Adder adder; field in class:ForwardingWrapperTesterTest.FailsToForwardReturnValue
306 private final Adder adder; field in class:ForwardingWrapperTesterTest.FailsToPropagageException
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_scope.py 11 def adder(y): function in function:ScopeTests.testSimpleNesting.make_adder
13 return adder
25 def adder(y): function in function:ScopeTests.testExtraNesting.make_adder2.extra
27 return adder
39 def adder(y): function in function:ScopeTests.testSimpleAndRebinding.make_adder3
42 return adder
55 def adder(y): function in function:ScopeTests.testNestingGlobalNoFree.make_adder4.nest.nest
57 return adder
62 adder = make_adder4()
63 self.assertEqual(adder(1), 2
86 def adder(y): function in function:ScopeTests.testNestingPlusFreeRefToGlobal.make_adder6
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_scope.py 11 def adder(y): function in function:ScopeTests.testSimpleNesting.make_adder
13 return adder
25 def adder(y): function in function:ScopeTests.testExtraNesting.make_adder2.extra
27 return adder
39 def adder(y): function in function:ScopeTests.testSimpleAndRebinding.make_adder3
42 return adder
55 def adder(y): function in function:ScopeTests.testNestingGlobalNoFree.make_adder4.nest.nest
57 return adder
62 adder = make_adder4()
63 self.assertEqual(adder(1), 2
86 def adder(y): function in function:ScopeTests.testNestingPlusFreeRefToGlobal.make_adder6
    [all...]
  /external/v8/src/
collection.js 23 var iter, adder;
27 adder = this.add;
28 if (!IS_SPEC_FUNCTION(adder)) {
42 %_CallFunction(this, next.value, adder);
154 var iter, adder;
158 adder = this.set;
159 if (!IS_SPEC_FUNCTION(adder)) {
177 %_CallFunction(this, nextItem[0], nextItem[1], adder);
weak-collection.js 23 var iter, adder;
27 adder = this.set;
28 if (!IS_SPEC_FUNCTION(adder)) {
46 %_CallFunction(this, nextItem[0], nextItem[1], adder);
139 var iter, adder;
143 adder = this.add;
144 if (!IS_SPEC_FUNCTION(adder)) {
158 %_CallFunction(this, next.value, adder);
jsregexp.cc     [all...]
  /external/lzma/C/
Ppmd7.c 572 unsigned i, adder, sumFreq, escFreq; local
583 adder = (p->OrderFall != 0);
584 s->Freq = (Byte)((s->Freq + adder) >> 1);
591 s->Freq = (Byte)((s->Freq + adder) >> 1);
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DefaultItemAnimator.java 164 Runnable adder = new Runnable() { local
179 ViewCompat.postOnAnimationDelayed(view, adder, totalDelay);
181 adder.run();
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
FuturesTest.java 291 Function<Integer, Integer> adder = new Function<Integer, Integer>() { local
298 assertEquals(6, adder.apply(4).intValue());
301 Future<Integer> transformedFuture = Futures.transform(immediateFuture, adder);
310 assertEquals(7, adder.apply(4).intValue());
315 assertEquals(8, adder.apply(4).intValue());
321 assertEquals(8, Futures.transform(immediateFuture, adder).get().intValue());
324 assertEquals(8, Futures.transform(immediateFuture, adder).get(
    [all...]
  /external/icu/icu4c/source/test/cintltst/
capitst.c 930 uint32_t adder; local
    [all...]
  /external/icu/icu4c/source/common/
normalizer2impl.cpp 337 PropertyStartsContext(const Normalizer2Impl &ni, const USetAdder *adder)
338 : impl(ni), sa(adder) {}
    [all...]
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 

Completed in 1227 milliseconds