Home
last modified time | relevance | path

Searched refs:for_test (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/autocfg/src/
H A Dtests.rs19 fn for_test() -> Result<Self, super::error::Error> { in for_test() functions
29 let ac = AutoCfg::for_test().unwrap(); in autocfg_version()
49 let ac = AutoCfg::for_test().unwrap(); in probe_add()
63 let ac = AutoCfg::for_test().unwrap(); in probe_as_ref()
75 let ac = AutoCfg::for_test().unwrap(); in probe_i128()
83 let ac = AutoCfg::for_test().unwrap(); in probe_sum()
96 let ac = AutoCfg::for_test().unwrap(); in probe_std()
102 let ac = AutoCfg::for_test().unwrap(); in probe_alloc()
108 let ac = AutoCfg::for_test().unwrap(); in probe_bad_sysroot_crate()
114 let ac = AutoCfg::for_test() in probe_no_std()
[all...]
/third_party/node/deps/v8/tools/gcmole/
H A Dgcmole.py225 def parse_gn_file(options, for_test):
226 if for_test:
262 def build_file_list(options, for_test):
263 sources = parse_gn_file(options, for_test)
440 def check_correctness_for_arch(options, for_test):
441 files = build_file_list(options, for_test)
468 if for_test:

Completed in 2 milliseconds