/external/guava/guava-tests/test/com/google/common/collect/ |
D | IterablesTest.java | 84 List<Integer> nums = asList(1, 2, 3, 4, 5); in testSize_collection_doesntIterate() local
|
/external/bluetooth/glib/tests/ |
D | list-test.c | 143 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
|
D | slist-test.c | 135 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/ |
D | BigIntegerMath.java | 339 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/ |
D | PredicatesTest.java | 697 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/ |
D | gtestutils.h | 248 long double *nums; member
|
/external/javassist/src/test/test/javassist/convert/ |
D | ArrayAccessReplaceTest.java | 391 private Integer[] nums; field in ArrayAccessReplaceTest.Complex
|
/external/opencv/cvaux/src/ |
D | cvepilines.cpp | 3164 int* nums, in icvStereoCalibration()
|