Home
last modified time | relevance | path

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

12

/external/clang/test/Analysis/inlining/
Dstl.cpp8 void testVector(std::vector<int> &nums) { in testVector()
/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/fonttools/Snippets/
Dsubset-fpgm.py48 nums = sorted(funcs.keys()) variable
/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/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/lua/src/
Dltable.c219 static unsigned int computesizes (unsigned int nums[], unsigned int *pna) { in computesizes()
243 static int countint (const TValue *key, unsigned int *nums) { in countint()
259 static unsigned int numusearray (const Table *t, unsigned int *nums) { in numusearray()
285 static int numusehash (const Table *t, unsigned int *nums, unsigned int *pna) { in numusehash()
398 unsigned int nums[MAXABITS + 1]; in rehash() local
/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/tensorflow/tensorflow/core/lib/strings/
Dstr_util_test.cc271 std::vector<int32> nums; in TEST() local
294 std::vector<int64> nums; in TEST() local
318 std::vector<float> nums; in TEST() local
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
DListViewActivity.java74 ArrayList<Number> nums = new ArrayList<Number>(); in getView() local
/external/clang/test/Analysis/
Dcxx-crashes.cpp63 int nums[n]; in vla() local
/external/pdfium/core/fxcrt/
Dcfx_decimal.cpp41 inline uint8_t decimal_helper_div10_any(uint64_t nums[], uint8_t numcount) { in decimal_helper_div10_any()
62 inline void decimal_helper_mul10_any(uint64_t nums[], uint8_t numcount) { in decimal_helper_mul10_any()
81 inline void decimal_helper_normalize_any(uint64_t nums[], uint8_t len) { in decimal_helper_normalize_any()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DBigNumberFormatTest.java303 Number num = null, nums[] = null; in expect() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DBigNumberFormatTest.java300 Number num = null, nums[] = null; in expect() local
/external/python/cpython3/Lib/test/
Dtest_keywordonlyarg.py21 def sortnum(*nums, reverse=False):
/external/pdfium/fxjs/
Dcjs_publicmethods.cpp1722 v8::Local<v8::Array> nums = pRuntime->NewArray(); in AFExtractNums() local
/external/toybox/toys/pending/
Dbc.c911 uchar amt, nums[sizeof(size_t)]; in bc_vec_pushIndex() local
2386 void bc_array_init(BcVec *a, int nums) { in bc_array_init()
/external/python/setuptools/pkg_resources/_vendor/
Dpyparsing.py176 nums = "0123456789" variable
/external/python/setuptools/setuptools/_vendor/
Dpyparsing.py176 nums = "0123456789" variable
/external/icu/icu4c/source/test/intltest/
Dnumfmtst.cpp8684 double nums[] = { in TestFastFormatInt32() local
/external/owasp/sanitizer/distrib/lib/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/owasp/sanitizer/lib/guava-libraries/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/guice/lib/
Dguava-19.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...

12