/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-22.kt | 12 val nums = (1..3).asFlow().onEach { delay(300) } // numbers 1..3 every 300 ms 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
|
/external/clang/test/Analysis/inlining/ |
D | stl.cpp | 8 void testVector(std::vector<int> &nums) { in testVector()
|
/external/bc/scripts/ |
D | karatsuba.py | 99 nums = [] variable 240 nums = nums[0:i] variable
|
/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/collect/ |
D | IterablesTest.java | 83 List<Integer> nums = asList(1, 2, 3, 4, 5); in testSize_collection_doesntIterate() 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/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/guava/guava/src/com/google/common/math/ |
D | BigIntegerMath.java | 446 static BigInteger listProduct(List<BigInteger> nums) { in listProduct() 450 static BigInteger listProduct(List<BigInteger> nums, int start, int end) { in listProduct()
|
/external/guava/android/guava/src/com/google/common/math/ |
D | BigIntegerMath.java | 446 static BigInteger listProduct(List<BigInteger> nums) { in listProduct() 450 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/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/rust/crates/itertools/tests/ |
D | test_std.rs | 539 let nums = vec![1u8,2,3,4,5]; in test_multipeek() localVariable 580 let nums = vec![1u8,2,3,4,5,6,7]; in test_multipeek_peeking_next() localVariable 605 let nums = vec![1u8,2,3,4,5]; in test_peek_nth() localVariable 640 let nums = vec![1u8,2,3,4,5,6,7]; in test_peek_nth_peeking_next() localVariable
|
/external/bc/src/ |
D | lang.c | 168 void bc_array_init(BcVec *a, bool nums) { in bc_array_init()
|
/external/bc/include/ |
D | library.h | 231 BcVec nums; member
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsontype/deftyping/ |
D | TestDefaultForLists.java | 32 public List<Number> nums; field in TestDefaultForLists.ListOfNumbers
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/jdk/ |
D | CollectionDeserTest.java | 60 public Iterable<XBean> nums; field in CollectionDeserTest.ListAsIterableX
|
/external/webrtc/third_party/abseil-cpp/absl/strings/ |
D | numbers_benchmark.cc | 267 std::vector<uint64_t> nums; in BM_FastHexToBufferZeroPad16() local
|
/external/angle/third_party/abseil-cpp/absl/strings/ |
D | numbers_benchmark.cc | 267 std::vector<uint64_t> nums; in BM_FastHexToBufferZeroPad16() local
|
/external/openscreen/third_party/abseil/src/absl/strings/ |
D | numbers_benchmark.cc | 267 std::vector<uint64_t> nums; in BM_FastHexToBufferZeroPad16() local
|
/external/abseil-cpp/absl/strings/ |
D | numbers_benchmark.cc | 267 std::vector<uint64_t> nums; in BM_FastHexToBufferZeroPad16() local
|