Searched defs:doubler (Results 1 – 5 of 5) sorted by relevance
58 static long doubler(int i) { return i + i; } in doubler() method in DocTests70 static String doubler(String s) { return s + s; } in doubler() method in DocTests
25 type doubler int type
154 static const auto doubler = clazz->getStaticMethod<jlong(jint)>("doubler"); in addSomeNumbers() local
882 final Property doubler = AnimTarget.TEST_DOUBLING_VALUE; in testSetStartEndValues() local
2655 def doubler(x): function