Searched defs:splitted (Results  1 – 4 of 4) sorted by relevance
| /external/tensorflow/tensorflow/lite/tools/benchmark/ | 
| D | benchmark_utils_test.cc | 51   const bool splitted = util::SplitAndParse("hello;world", ';', &results);  in TEST()  local 58   const bool splitted = util::SplitAndParse("hello,world", ',', &results);  in TEST()  local 69   const bool splitted = util::SplitAndParse("1,2", ',', &results);  in TEST()  local
  | 
| /external/rust/crates/regex/tests/ | 
| D | macros.rs | 145             let splitted: Vec<_> = re.split(t!($text)).collect();  localVariable 156             let splitted: Vec<_> = re.splitn(t!($text), $limit).collect();  localVariable
  | 
| /external/rust/crates/bytes/tests/ | 
| D | test_bytes.rs | 719     let splitted = buf.split_off(6);  localVariable 810     let splitted = buf.split_off(6);  in bytes_mut_unsplit_basic()  localVariable
  | 
| /external/python/cpython3/Objects/ | 
| D | dictobject.c | 505     int splitted = _PyDict_HasSplitTable(mp);  in _PyDict_CheckConsistency()  local
  |