/external/syslinux/com32/libutil/ |
D | quicksort.c | 36 static void quick_sort_range(int *nums, int l, int u) in quick_sort_range() 56 void quick_sort(int *nums, int count) in quick_sort()
|
/external/clang/test/Analysis/inlining/ |
D | stl.cpp | 8 void testVector(std::vector<int> &nums) { in testVector()
|
/external/syslinux/com32/samples/ |
D | hello.c | 18 int *nums = NULL; in main() local
|
/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/ |
D | PredicatesTest.java | 487 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/ |
D | BigIntegerMath.java | 188 static BigInteger listProduct(List<BigInteger> nums) { in listProduct() 192 static BigInteger listProduct(List<BigInteger> nums, int start, int end) { in listProduct()
|
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
D | IterablesTest.java | 80 List<Integer> nums = asList(1, 2, 3, 4, 5); in testSize_collection_doesntIterate() local
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | IterablesTest.java | 86 List<Integer> nums = asList(1, 2, 3, 4, 5); in testSize_collection_doesntIterate() local
|
D | FluentIterableTest.java | 92 List<Integer> nums = asList(1, 2, 3, 4, 5); in testSize_collectionDoesntIterate() local
|
/external/syslinux/com32/lua/src/ |
D | ltable.c | 197 static int computesizes (int nums[], int *narray) { in computesizes() 219 static int countint (const TValue *key, int *nums) { in countint() 230 static int numusearray (const Table *t, int *nums) { in numusearray() 255 static int numusehash (const Table *t, int *nums, int *pnasize) { in numusehash() 346 int nums[MAXBITS+1]; /* nums[i] = number of keys with 2^(i-1) < k <= 2^i */ in rehash() local
|
/external/guava/guava-tests/test/com/google/common/base/ |
D | PredicatesTest.java | 696 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/ |
D | BigIntegerMath.java | 371 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/ |
D | ListViewActivity.java | 74 ArrayList<Number> nums = new ArrayList<Number>(); in getView() local
|
/external/tensorflow/tensorflow/core/lib/strings/ |
D | str_util_test.cc | 271 std::vector<int32> nums; in TEST() local 294 std::vector<int64> nums; in TEST() local 318 std::vector<float> nums; in TEST() local
|
/external/fio/lib/ |
D | lfsr.c | 234 int lfsr_init(struct fio_lfsr *fl, uint64_t nums, unsigned long seed, in lfsr_init()
|
/external/clang/test/Analysis/ |
D | cxx-crashes.cpp | 63 int nums[n]; in vla() local
|
/external/pdfium/core/fxcrt/ |
D | cfx_decimal.cpp | 41 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/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | BigNumberFormatTest.java | 300 Number num = null, nums[] = null; in expect() local
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | BigNumberFormatTest.java | 303 Number num = null, nums[] = null; in expect() local
|
/external/python/cpython3/Lib/test/ |
D | test_keywordonlyarg.py | 21 def sortnum(*nums, reverse=False):
|
/external/annotation-tools/scene-lib/src/annotations/io/ |
D | JavapParser.java | 167 List<Integer> nums = new ArrayList<Integer>(); in parseInnerTypeLocationNums() local
|
/external/javassist/src/test/test/javassist/convert/ |
D | ArrayAccessReplaceTest.java | 391 private Integer[] nums; field in ArrayAccessReplaceTest.Complex
|
/external/pdfium/fxjs/ |
D | cjs_publicmethods.cpp | 1722 v8::Local<v8::Array> nums = pRuntime->NewArray(); in AFExtractNums() local
|