Home
last modified time | relevance | path

Searched refs:test_iter (Results 1 – 25 of 50) sorted by relevance

12

/external/rust/crates/rand/src/seq/
Dmod.rs810 fn test_iter<R: Rng + ?Sized, Iter: Iterator<Item = usize> + Clone>(r: &mut R, iter: Iter) { in test_iterator_choose() function
828 test_iter(r, 0..9); in test_iterator_choose()
829 test_iter(r, [0, 1, 2, 3, 4, 5, 6, 7, 8].iter().cloned()); in test_iterator_choose()
831 test_iter(r, (0..9).collect::<Vec<_>>().into_iter()); in test_iterator_choose()
832 test_iter(r, UnhintedIterator { iter: 0..9 }); in test_iterator_choose()
833 test_iter(r, ChunkHintedIterator { in test_iterator_choose()
839 test_iter(r, ChunkHintedIterator { in test_iterator_choose()
845 test_iter(r, WindowHintedIterator { in test_iterator_choose()
850 test_iter(r, WindowHintedIterator { in test_iterator_choose()
864 fn test_iter<R: Rng + ?Sized, Iter: Iterator<Item = usize> + Clone>(r: &mut R, iter: Iter) { in test_iterator_choose_stable() function
[all …]
/external/deqp/external/openglcts/modules/glesext/gpu_shader5/
DesextcGPUShader5PreciseQualifier.cpp283 for (glw::GLuint test_iter = 0; test_iter < m_n_iterations; ++test_iter) in iterate() local
/external/capstone/suite/
Dtest_c.sh9 ../tests/test_iter >> /tmp/$1
/external/autotest/server/cros/bluetooth/
Dbluetooth_adapter_quick_tests.py190 self.test_iter = None
365 if self.test_iter is not None:
366 result_msgs += ['Test Iter: ' + str(self.test_iter)]
489 self.test_iter = iter
/external/llvm-project/llvm/utils/lit/lit/
Dreports.py98 for suite, test_iter in tests_by_suite:
99 self._write_testsuite(file, suite, list(test_iter))
Dmain.py139 for suite, test_iter in tests_by_suite:
140 test_count = sum(1 for _ in test_iter)
/external/python/cpython3/Lib/test/test_tools/test_c_analyzer/test_parser/
Dtest_preprocessor.py1056 def test_iter(self): member in ConstantTests
1155 def test_iter(self): member in MacroTests
1314 def test_iter(self): member in IfDirectiveTests
1412 def test_iter(self): member in IncludeTests
1475 def test_iter(self): member in OtherDirectiveTests
/external/rust/crates/anyhow/tests/
Dtest_chain.rs8 fn test_iter() { in test_iter() function
/external/capstone/tests/
DREADME18 - test_iter.c:
DMakefile67 SOURCES = test_basic.c test_detail.c test_skipdata.c test_iter.c test_customized_mnem.c
/external/capstone/
D.gitignore55 tests/test_iter
DHACK.TXT85 - tests/test_iter.c
DMakefile482 TESTS += test_systemz test_x86 test_xcore test_iter test_evm test_mos65xx
486 TESTS += test_skipdata test_skipdata.static test_iter.static test_evm.static
/external/python/cpython2/Lib/test/
Dtest_rfc822.py189 def test_iter(self): member in MessageTestCase
/external/tensorflow/tensorflow/python/platform/
Dflags_test.py97 def test_iter(self): member in FlagsTest
/external/autotest/utils/
Dlabellib_unittest.py121 def test_iter(self): member in LabelsMappingTestCase
/external/rust/crates/hashlink/tests/
Dlru_cache.rs98 fn test_iter() { in test_iter() function
/external/capstone/xcode/Capstone.xcodeproj/
Dproject.pbxproj133 …DC5BFF4919EE54BE008CA585 /* test_iter.c in Sources */ = {isa = PBXBuildFile; fileRef = DC5BFF4819E…
354 …4E008CA585 /* test_iter */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executab…
355 …85 /* test_iter.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c…
653 DC5BFF4819EE54BE008CA585 /* test_iter.c */,
742 DC5BFF4019EE544E008CA585 /* test_iter */,
1223 DC5BFF3F19EE544E008CA585 /* test_iter */ = {
1225 …tionList = DC5BFF4619EE544E008CA585 /* Build configuration list for PBXNativeTarget "test_iter" */;
1235 name = test_iter;
1236 productName = test_iter;
1237 productReference = DC5BFF4019EE544E008CA585 /* test_iter */;
[all …]
/external/capstone/msvc/
Dcapstone.sln66 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test_iter", "test_iter\test_iter.vcxproj", "{4…
/external/tensorflow/tensorflow/python/util/
Dnest_test.py1248 burn_iter, test_iter = 100, 30000
1254 for _ in xrange(test_iter):
1258 self.report_benchmark(iters=test_iter, wall_time=(t1 - t0) / test_iter,
/external/llvm-project/lldb/third_party/Python/module/unittest2/unittest2/test/
Dtest_suite.py106 def test_iter(self): member in Test_TestSuite
/external/python/cpython2/Lib/unittest/test/
Dtest_suite.py105 def test_iter(self): member in Test_TestSuite
/external/rust/crates/quote/tests/
Dtest.rs71 fn test_iter() { in test_iter() function
/external/rust/crates/lru-cache/src/
Dlib.rs551 fn test_iter() { in test_iter() function
/external/python/cpython3/Lib/unittest/test/
Dtest_suite.py124 def test_iter(self): member in Test_TestSuite

12