Searched refs:_which (Results 1 - 2 of 2) sorted by relevance
/third_party/rust/crates/which-rs/tests/ |
H A D | basic.rs | 91 fn _which<T: AsRef<OsStr>>(f: &TestFixture, path: T) -> which::Result<which::CanonicalPath> { in _which() functions 123 assert_eq!(_which(&f, &BIN_NAME).unwrap(), f.bins[0]) in test_which() 130 assert_eq!(_which(&f, &BIN_NAME).unwrap(), f.bins[1]) in test_which() 190 assert_eq!(_which(&f, &b).unwrap(), f.bins[0]) in test_which_extension() 198 assert_eq!(_which(&f, &b).unwrap(), f.bins[2]) in test_which_extension() 215 assert!(_which(&f, "a").is_err()); in test_which_not_found() 222 assert_eq!(_which(&f, "another").unwrap(), b); in test_which_second() 254 _which(&f, &f.bins[3]).unwrap(), in test_which_absolute() 264 _which(&f, &f.bins[4]).unwrap(), in test_which_absolute() 276 assert_eq!(_which( in test_which_absolute_path_case() [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | importAliasFromNamespace.js | 16 private _which: Internal.WhichThing; 65 private _which;
|
Completed in 1 milliseconds