Home
last modified time | relevance | path

Searched defs:for_test (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/tools/gcmole/
Dgcmole.py225 def parse_gn_file(options, for_test): argument
262 def build_file_list(options, for_test): argument
440 def check_correctness_for_arch(options, for_test): argument
/third_party/rust/crates/autocfg/src/
Dtests.rs19 fn for_test() -> Result<Self, super::error::Error> { in for_test() method