Searched defs:nums (Results 1 – 7 of 7) sorted by relevance
8 void testVector(std::vector<int> &nums) { in testVector()
84 List<Integer> nums = asList(1, 2, 3, 4, 5); in testSize_collection_doesntIterate() local
339 static BigInteger listProduct(List<BigInteger> nums) { in listProduct()343 static BigInteger listProduct(List<BigInteger> nums, int start, int end) { in listProduct()
697 Collection<Integer> nums = Arrays.asList(1, 5); in testIn_apply() local707 Collection<Integer> nums = ImmutableSet.of(1, 5); in testIn_equality() local733 Collection<Integer> nums = new CollectionThatThrowsNPE<Integer>(); in testIn_handlesNullPointerException() local746 Collection<Integer> nums = new CollectionThatThrowsCCE<Integer>(); in testIn_handlesClassCastException() local757 Collection<Number> nums = ImmutableSet.of(); in testIn_compilesWithExplicitSupertype() local
62 int nums[n]; in vla() local
391 private Integer[] nums; field in ArrayAccessReplaceTest.Complex
3164 int* nums, in icvStereoCalibration()