/external/google-fruit/examples/simple_injection/ |
adder.h | 20 class Adder {
|
/external/tensorflow/tensorflow/python/saved_model/ |
save_test.py | 248 class Adder(util.Checkpoint): 255 to_save = Adder()
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
StringRange.java | 20 public interface Adder { 45 * @param adder adds each pair to the output. See the {@link Adder} interface. 49 public static void compact(Set<String> source, Adder adder, boolean shorterPairs, boolean moreCompact) { 66 adder.add(start, end == null ? null 76 adder.add(start, end == null ? null 92 adder.add(ranges.start(), ranges.end(shorterPairs)); 101 * @param adder 104 public static void compact(Set<String> source, Adder adder, boolean shorterPairs) [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
StringRange.java | 34 public interface Adder { 59 * @param adder adds each pair to the output. See the {@link Adder} interface. 63 public static void compact(Set<String> source, Adder adder, boolean shorterPairs, boolean moreCompact) { 80 adder.add(start, end == null ? null 90 adder.add(start, end == null ? null 106 adder.add(ranges.start(), ranges.end(shorterPairs)); 115 * @param adder adds each pair to the output. See the {@link Adder} interface [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
StringRange.java | 27 public interface Adder { 52 * @param adder adds each pair to the output. See the {@link Adder} interface. 56 public static void compact(Set<String> source, Adder adder, boolean shorterPairs, boolean moreCompact) { 73 adder.add(start, end == null ? null 83 adder.add(start, end == null ? null 99 adder.add(ranges.start(), ranges.end(shorterPairs)); 108 * @param adder adds each pair to the output. See the {@link Adder} interface [all...] |
/external/libchrome/base/ |
callback_list_unittest.cc | 53 class Adder { 55 explicit Adder(CallbackList<void(void)>* cb_reg) 64 cb_reg_->Add(Bind(&Adder::IncrementTotal, Unretained(this))); 78 DISALLOW_COPY_AND_ASSIGN(Adder); 280 Adder a(&cb_reg); 283 cb_reg.Add(Bind(&Adder::AddCallback, Unretained(&a)));
|
observer_list_unittest.cc | 43 class Adder : public Foo { 45 explicit Adder(int scaler) : total(0), scaler_(scaler) {} 46 ~Adder() override = default; 241 Adder a(1), b(-1), c(1), d(-1), e(-1); 320 const Adder a(1); 321 const Adder b(2); 322 const Adder c(3); 388 Adder a(1), b(-1), c(1), d(-1); 412 Adder a(1), b(-1), c(1), d(-1); 437 Adder a(1) 871 const Adder& adder() const { return adder_; } function in class:base::AddInClearObserve [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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/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...] |
/external/python/cpython2/Lib/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/python/cpython3/Lib/test/ |
test_scope.py | 12 def adder(y): function in function:ScopeTests.testSimpleNesting.make_adder 14 return adder 26 def adder(y): function in function:ScopeTests.testExtraNesting.make_adder2.extra 28 return adder 40 def adder(y): function in function:ScopeTests.testSimpleAndRebinding.make_adder3 43 return adder 56 def adder(y): function in function:ScopeTests.testNestingGlobalNoFree.make_adder4.nest.nest 58 return adder 63 adder = make_adder4() 64 self.assertEqual(adder(1), 2 87 def adder(y): function in function:ScopeTests.testNestingPlusFreeRefToGlobal.make_adder6 [all...] |
/external/cldr/tools/java/libs/ |
icu4j.jar | |