Home
last modified time | relevance | path

Searched refs:for_test (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/autocfg/src/
Dtests.rs19 fn for_test() -> Result<Self, super::error::Error> { in for_test() method
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().unwrap(); in probe_no_std()
[all …]
/third_party/node/deps/v8/tools/gcmole/
Dgcmole.py225 def parse_gn_file(options, for_test): argument
226 if for_test:
262 def build_file_list(options, for_test): argument
263 sources = parse_gn_file(options, for_test)
440 def check_correctness_for_arch(options, for_test): argument
441 files = build_file_list(options, for_test)
468 if for_test:
/third_party/chromium/patch/
D0003-ohos-1115.patch743 + bool for_test = base::CommandLine::ForCurrentProcess()->HasSwitch(switches::kForTest);
744 + if (for_test) {
48943 + bool for_test =
48945 + if (for_test) {