/external/llvm-project/debuginfo-tests/dexter-tests/memvars/ |
D | struct-dse.c | 16 void esc(struct Nums* nums) { in esc() 22 struct Nums nums = { .c=1 }; //// Dead store. in main() local
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/guide/ |
D | example-flow-20.kt | 12 val nums = (1..3).asFlow() // numbers 1..3 in <lambda>() constant
|
D | example-flow-21.kt | 12 val nums = (1..3).asFlow().onEach { delay(300) } // numbers 1..3 every 300 ms in <lambda>() constant
|
D | example-flow-22.kt | 12 val nums = (1..3).asFlow().onEach { delay(300) } // numbers 1..3 every 300 ms in <lambda>() constant
|
/external/llvm-project/flang/test/Semantics/ |
D | data03.f90 | 19 type(specialNumbers) nums component 27 type(specialNumbers) nums local
|
/external/clang/test/Analysis/inlining/ |
D | stl.cpp | 8 void testVector(std::vector<int> &nums) { in testVector()
|
/external/llvm-project/clang/test/Analysis/inlining/ |
D | stl.cpp | 8 void testVector(std::vector<int> &nums) { in testVector()
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | modernize-loop-convert-camelback.cpp | 9 int nums[n]; variable
|
D | modernize-loop-convert-lowercase.cpp | 9 int nums[n]; variable
|
/external/bc/ |
D | karatsuba.py | 90 nums = [] variable 219 nums = nums[0:i] variable
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | IterablesTest.java | 83 List<Integer> nums = asList(1, 2, 3, 4, 5); in testSize_collection_doesntIterate() local
|
/external/fonttools/Snippets/ |
D | subset-fpgm.py | 46 nums = sorted(funcs.keys()) variable
|
/external/guava/android/guava-tests/test/com/google/common/collect/ |
D | IterablesTest.java | 83 List<Integer> nums = asList(1, 2, 3, 4, 5); in testSize_collection_doesntIterate() local
|
/external/guava/guava-tests/test/com/google/common/base/ |
D | PredicatesTest.java | 687 Collection<Integer> nums = Arrays.asList(1, 5); in testIn_apply() local 697 Collection<Integer> nums = ImmutableSet.of(1, 5); in testIn_equality() local 727 Collection<Integer> nums = new CollectionThatThrowsNPE<>(); in testIn_handlesNullPointerException() local 741 Collection<Integer> nums = new CollectionThatThrowsCCE<>(); in testIn_handlesClassCastException() local 752 Collection<Number> nums = ImmutableSet.of(); in testIn_compilesWithExplicitSupertype() local
|
/external/lua/src/ |
D | ltable.c | 347 static unsigned int computesizes (unsigned int nums[], unsigned int *pna) { in computesizes() 369 static int countint (lua_Integer key, unsigned int *nums) { in countint() 385 static unsigned int numusearray (const Table *t, unsigned int *nums) { in numusearray() 412 static int numusehash (const Table *t, unsigned int *nums, unsigned int *pna) { in numusehash() 557 unsigned int nums[MAXABITS + 1]; in rehash() local
|
/external/guava/android/guava-tests/test/com/google/common/base/ |
D | PredicatesTest.java | 687 Collection<Integer> nums = Arrays.asList(1, 5); in testIn_apply() local 697 Collection<Integer> nums = ImmutableSet.of(1, 5); in testIn_equality() local 727 Collection<Integer> nums = new CollectionThatThrowsNPE<>(); in testIn_handlesNullPointerException() local 741 Collection<Integer> nums = new CollectionThatThrowsCCE<>(); in testIn_handlesClassCastException() local 752 Collection<Number> nums = ImmutableSet.of(); in testIn_compilesWithExplicitSupertype() local
|
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/ |
D | ListViewActivity.java | 74 ArrayList<Number> nums = new ArrayList<Number>(); in getView() local
|
/external/guava/android/guava/src/com/google/common/math/ |
D | BigIntegerMath.java | 445 static BigInteger listProduct(List<BigInteger> nums) { in listProduct() 449 static BigInteger listProduct(List<BigInteger> nums, int start, int end) { in listProduct()
|
/external/guava/guava/src/com/google/common/math/ |
D | BigIntegerMath.java | 445 static BigInteger listProduct(List<BigInteger> nums) { in listProduct() 449 static BigInteger listProduct(List<BigInteger> nums, int start, int end) { in listProduct()
|
/external/llvm-project/llvm/unittests/Support/ |
D | ParallelTest.cpp | 84 int nums[] = {1, 2, 3, 4, 5, 6}; in TEST() local
|
/external/pdfium/xfa/fgas/crt/ |
D | cfgas_decimal.cpp | 34 inline uint8_t decimal_helper_div10_any(uint64_t nums[], uint8_t numcount) { in decimal_helper_div10_any() 55 inline void decimal_helper_mul10_any(uint64_t nums[], uint8_t numcount) { in decimal_helper_mul10_any() 74 inline void decimal_helper_normalize_any(uint64_t nums[], uint8_t len) { in decimal_helper_normalize_any()
|
/external/clang/test/Analysis/ |
D | cxx-crashes.cpp | 63 int nums[n]; in vla() local
|
/external/llvm-project/clang/test/Analysis/ |
D | cxx-crashes.cpp | 63 int nums[n]; in vla() local
|
/external/rust/crates/itertools/tests/ |
D | test_std.rs | 475 let nums = vec![1u8,2,3,4,5]; in test_multipeek() localVariable 516 let nums = vec![1u8,2,3,4,5,6,7]; in test_multipeek_peeking_next() localVariable 541 let nums = vec![1u8,2,3,4,5]; in test_peek_nth() localVariable 576 let nums = vec![1u8,2,3,4,5,6,7]; in test_peek_nth_peeking_next() localVariable
|
/external/bc/include/ |
D | library.h | 160 BcVec nums; member
|