Home
last modified time | relevance | path

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

/external/v8/test/webkit/
Ddfg-put-scoped-var-backward-flow.js28 function sum(nums) { argument
/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
DPredicatesTest.java487 Collection<Integer> nums = Arrays.asList(1, 5); in testIn_apply() local
497 Collection<Integer> nums = ImmutableSet.of(1, 5); in testIn_equality() local
518 Collection<Integer> nums = new CollectionThatThrowsNPE<Integer>(); in testIn_handlesNullPointerException() local
531 Collection<Integer> nums = new CollectionThatThrowsCCE<Integer>(); in testIn_handlesClassCastException() local
542 Collection<Number> nums = ImmutableSet.of(); in testIn_compilesWithExplicitSupertype() local
/external/guava/guava-gwt/src-super/com/google/common/math/super/com/google/common/math/
DBigIntegerMath.java188 static BigInteger listProduct(List<BigInteger> nums) { in listProduct()
192 static BigInteger listProduct(List<BigInteger> nums, int start, int end) { in listProduct()
/external/clang/test/Analysis/inlining/
Dstl.cpp8 void testVector(std::vector<int> &nums) { in testVector()
/external/guava/guava-tests/test/com/google/common/collect/
DIterablesTest.java86 List<Integer> nums = asList(1, 2, 3, 4, 5); in testSize_collection_doesntIterate() local
DFluentIterableTest.java92 List<Integer> nums = asList(1, 2, 3, 4, 5); in testSize_collectionDoesntIterate() local
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DIterablesTest.java80 List<Integer> nums = asList(1, 2, 3, 4, 5); in testSize_collection_doesntIterate() local
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/db/
Dtest_lists.py28 nums = ListProperty(int) variable in SimpleListModel
/external/guava/guava-tests/test/com/google/common/base/
DPredicatesTest.java696 Collection<Integer> nums = Arrays.asList(1, 5); in testIn_apply() local
706 Collection<Integer> nums = ImmutableSet.of(1, 5); in testIn_equality() local
732 Collection<Integer> nums = new CollectionThatThrowsNPE<Integer>(); in testIn_handlesNullPointerException() local
745 Collection<Integer> nums = new CollectionThatThrowsCCE<Integer>(); in testIn_handlesClassCastException() local
756 Collection<Number> nums = ImmutableSet.of(); in testIn_compilesWithExplicitSupertype() local
/external/guava/guava/src/com/google/common/math/
DBigIntegerMath.java371 static BigInteger listProduct(List<BigInteger> nums) { in listProduct()
375 static BigInteger listProduct(List<BigInteger> nums, int start, int end) { in listProduct()
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
DListViewActivity.java74 ArrayList<Number> nums = new ArrayList<Number>(); in getView() local
/external/fio/lib/
Dlfsr.c234 int lfsr_init(struct fio_lfsr *fl, uint64_t nums, unsigned long seed, in lfsr_init()
/external/clang/test/Analysis/
Dcxx-crashes.cpp63 int nums[n]; in vla() local
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/db/
Dtest_db.py52 nums = ListProperty(int) variable in TestList
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DBigNumberFormatTest.java295 Number num = null, nums[] = null; in expect() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DBigNumberFormatTest.java291 Number num = null, nums[] = null; in expect() local
/external/pdfium/xfa/src/fgas/src/localization/
Dfx_locale.cpp4506 static inline uint8_t fxmath_decimal_helper_div10_any(uint64_t nums[], in fxmath_decimal_helper_div10_any()
4528 static inline void fxmath_decimal_helper_mul10_any(uint64_t nums[], in fxmath_decimal_helper_mul10_any()
4546 static inline void fxmath_decimal_helper_normalize_any(uint64_t nums[], in fxmath_decimal_helper_normalize_any()
4917 uint64_t nums[3] = {m_uLo, m_uMid, m_uHi}; in FloorOrCeil() local
/external/javassist/src/test/test/javassist/convert/
DArrayAccessReplaceTest.java391 private Integer[] nums; field in ArrayAccessReplaceTest.Complex
/external/pdfium/fpdfsdk/src/javascript/
DPublicMethods.cpp2035 CJS_Array nums(pRuntime); in AFExtractNums() local
/external/opencv/cvaux/src/
Dcvepilines.cpp3164 int* nums, in icvStereoCalibration()