Home
last modified time | relevance | path

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

123

/external/llvm-project/debuginfo-tests/dexter-tests/memvars/
Dstruct-dse.c16 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/
Dexample-flow-20.kt12 val nums = (1..3).asFlow() // numbers 1..3 in <lambda>() constant
Dexample-flow-21.kt12 val nums = (1..3).asFlow().onEach { delay(300) } // numbers 1..3 every 300 ms in <lambda>() constant
Dexample-flow-22.kt12 val nums = (1..3).asFlow().onEach { delay(300) } // numbers 1..3 every 300 ms in <lambda>() constant
/external/llvm-project/flang/test/Semantics/
Ddata03.f9019 type(specialNumbers) nums component
27 type(specialNumbers) nums local
/external/clang/test/Analysis/inlining/
Dstl.cpp8 void testVector(std::vector<int> &nums) { in testVector()
/external/llvm-project/clang/test/Analysis/inlining/
Dstl.cpp8 void testVector(std::vector<int> &nums) { in testVector()
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmodernize-loop-convert-camelback.cpp9 int nums[n]; variable
Dmodernize-loop-convert-lowercase.cpp9 int nums[n]; variable
/external/bc/
Dkaratsuba.py90 nums = [] variable
219 nums = nums[0:i] variable
/external/guava/guava-tests/test/com/google/common/collect/
DIterablesTest.java83 List<Integer> nums = asList(1, 2, 3, 4, 5); in testSize_collection_doesntIterate() local
/external/fonttools/Snippets/
Dsubset-fpgm.py46 nums = sorted(funcs.keys()) variable
/external/guava/android/guava-tests/test/com/google/common/collect/
DIterablesTest.java83 List<Integer> nums = asList(1, 2, 3, 4, 5); in testSize_collection_doesntIterate() local
/external/guava/guava-tests/test/com/google/common/base/
DPredicatesTest.java687 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/
Dltable.c347 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/
DPredicatesTest.java687 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/
DListViewActivity.java74 ArrayList<Number> nums = new ArrayList<Number>(); in getView() local
/external/guava/android/guava/src/com/google/common/math/
DBigIntegerMath.java445 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/
DBigIntegerMath.java445 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/
DParallelTest.cpp84 int nums[] = {1, 2, 3, 4, 5, 6}; in TEST() local
/external/pdfium/xfa/fgas/crt/
Dcfgas_decimal.cpp34 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/
Dcxx-crashes.cpp63 int nums[n]; in vla() local
/external/llvm-project/clang/test/Analysis/
Dcxx-crashes.cpp63 int nums[n]; in vla() local
/external/rust/crates/itertools/tests/
Dtest_std.rs475 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/
Dlibrary.h160 BcVec nums; member

123