HomeSort by relevance Sort by last modified time
    Searched full:negate_int (Results 1 - 3 of 3) sorted by null

  /ndk/tests/device/test-gnustl-full/unit/
transform_test.cpp 28 static int negate_int(int a_) { function in class:TransformTest
49 transform((int*)numbers, (int*)numbers + 6, (int*)result, negate_int);
  /ndk/tests/device/test-stlport/unit/
transform_test.cpp 28 static int negate_int(int a_) { function in class:TransformTest
49 transform((int*)numbers, (int*)numbers + 6, (int*)result, negate_int);
  /external/guava/guava-tests/test/com/google/common/math/
MathTesting.java 75 private static final Function<Integer, Integer> NEGATE_INT = new Function<Integer, Integer>() {
126 Iterables.transform(POSITIVE_INTEGER_CANDIDATES, NEGATE_INT),

Completed in 139 milliseconds