Home
last modified time | relevance | path

Searched defs:doubler (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/fbjni/test/
H A DDocTests.java58 static long doubler(int i) { return i + i; } in doubler() method in DocTests
70 static String doubler(String s) { return s + s; } in doubler() method in DocTests
/aosp_15_r20/prebuilts/go/linux-x86/test/typeparam/
Dshape1.go25 type doubler int type
/aosp_15_r20/external/fbjni/test/jni/
H A Ddoc_tests.cpp154 static const auto doubler = clazz->getStaticMethod<jlong(jint)>("doubler"); in addSomeNumbers() local
/aosp_15_r20/cts/tests/tests/animation/src/android/animation/cts/
H A DObjectAnimatorTest.java882 final Property doubler = AnimTarget.TEST_DOUBLING_VALUE; in testSetStartEndValues() local
/aosp_15_r20/external/pytorch/test/
H A Dtest_autograd.py2655 def doubler(x): function