Home
last modified time | relevance | path

Searched defs:nums (Results 1 – 8 of 8) sorted by relevance

/external/guava/guava-tests/test/com/google/common/collect/
DIterablesTest.java84 List<Integer> nums = asList(1, 2, 3, 4, 5); in testSize_collection_doesntIterate() local
/external/bluetooth/glib/tests/
Dlist-test.c143 gint nums[10] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 }; in test_list_reverse() local
167 gint nums[10] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 }; in test_list_nth() local
Dslist-test.c135 gint nums[10] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 }; in test_slist_reverse() local
159 gint nums[10] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 }; in test_slist_nth() local
/external/guava/guava/src/com/google/common/math/
DBigIntegerMath.java339 static BigInteger listProduct(List<BigInteger> nums) { in listProduct()
343 static BigInteger listProduct(List<BigInteger> nums, int start, int end) { in listProduct()
/external/guava/guava-tests/test/com/google/common/base/
DPredicatesTest.java697 Collection<Integer> nums = Arrays.asList(1, 5); in testIn_apply() local
707 Collection<Integer> nums = ImmutableSet.of(1, 5); in testIn_equality() local
733 Collection<Integer> nums = new CollectionThatThrowsNPE<Integer>(); in testIn_handlesNullPointerException() local
746 Collection<Integer> nums = new CollectionThatThrowsCCE<Integer>(); in testIn_handlesClassCastException() local
757 Collection<Number> nums = ImmutableSet.of(); in testIn_compilesWithExplicitSupertype() local
/external/bluetooth/glib/glib/
Dgtestutils.h248 long double *nums; member
/external/javassist/src/test/test/javassist/convert/
DArrayAccessReplaceTest.java391 private Integer[] nums; field in ArrayAccessReplaceTest.Complex
/external/opencv/cvaux/src/
Dcvepilines.cpp3164 int* nums, in icvStereoCalibration()