/external/rust/crates/futures/tests/ |
D | stream_split.rs | 9 fn test_split() { in test_split() function
|
/external/python/cpython2/Lib/test/ |
D | test_macpath.py | 21 def test_split(self): member in MacPathTestCase
|
D | test_strop.py | 83 def test_split(self): member in StropFunctionTestCase
|
D | test_ntpath.py | 76 def test_split(self): member in TestNtpath
|
D | test_textwrap.py | 413 def test_split(self): member in WrapTestCase
|
D | test_locale.py | 371 def test_split(self): member in TestStringMethods
|
D | test_posixpath.py | 51 def test_split(self): member in PosixPathTest
|
D | test_tcl.py | 582 def test_split(self): member in TclTest
|
D | test_unicode.py | 186 def test_split(self): member in UnicodeTest 187 string_tests.CommonTest.test_split(self)
|
D | string_tests.py | 332 def test_split(self): member in CommonTest
|
/external/fonttools/Tests/designspaceLib/ |
D | split_test.py | 65 def test_split(datadir, tmpdir, test_ds, expected_interpolable_spaces): function
|
/external/fonttools/Tests/misc/ |
D | loggingTools_test.py | 61 def test_split(self): member in TimerTest
|
/external/rust/crates/shlex/src/ |
D | lib.rs | 219 fn test_split() { in test_split() function
|
/external/tensorflow/tensorflow/lite/g3doc/tutorials/ |
D | pose_classification.ipynb | 577 "def split_into_train_test(images_origin, images_dest, test_split):\n", 604 " test_split: Fraction of data to reserve for test (float between 0 and 1).\n", 625 " test_count = int(len(filenames) * test_split)\n", 658 " split_into_train_test(dataset_in, dataset_out, test_split=0.2)\n",
|
/external/tensorflow/tensorflow/python/ops/parallel_for/ |
D | array_test.py | 279 def test_split(self): member in ArrayTest
|
/external/python/cpython3/Lib/test/ |
D | test_textwrap.py | 414 def test_split(self): member in WrapTestCase
|
D | test_tcl.py | 620 def test_split(self): member in TclTest
|
D | test_ntpath.py | 121 def test_split(self): member in TestNtpath
|
D | test_posixpath.py | 63 def test_split(self): member in PosixPathTest
|
D | string_tests.py | 398 def test_split(self): member in BaseTest
|
D | test_unicode.py | 388 def test_split(self): member in UnicodeTest 389 string_tests.CommonTest.test_split(self)
|
/external/tensorflow/tensorflow/compiler/mlir/tosa/tests/ |
D | tf-to-tosa-pipeline.mlir | 711 // CHECK-LABEL: test_split 715 func.func @test_split(%arg0: tensor<13x21x3xf32>) -> (tensor<13x7x3xf32>, tensor<13x7x3xf32>, tenso…
|
D | tfl-to-tosa-pipeline.mlir | 1174 // CHECK-LABEL: test_split 1178 func.func @test_split(%arg0: tensor<13x21x3xf32>) -> (tensor<13x7x3xf32>, tensor<13x7x3xf32>, tenso…
|
/external/python/pyfakefs/pyfakefs/tests/ |
D | fake_pathlib_test.py | 809 def test_split(self): member in FakePathlibUsageInOsFunctionsTest
|
/external/python/cpython2/Doc/library/ |
D | unittest.rst | 125 def test_split(self): 173 test_split (__main__.TestStringMethods) ... ok
|