Home
last modified time | relevance | path

Searched defs:test_args (Results 1 – 18 of 18) sorted by relevance

/third_party/rust/rust/tests/ui/borrowck/
Dissue-45199.rs18 fn test_args(b: Box<i32>) { //~ HELP consider making this binding mutable in test_args() function
/third_party/rust/rust/tests/ui/nll/closure-requirements/
Dtype-test-subject-non-trivial-region.rs11 fn test_args<I: Trait>() { in test_args() function
Dtype-test-subject-unnamed-region.rs10 fn test_args<I: Trait>() { in test_args() function
/third_party/rust/rust/src/tools/rustdoc-gui-test/src/
Dconfig.rs11 pub(crate) test_args: Vec<PathBuf>, field
/third_party/python/Lib/test/
Dtest_resource.py15 def test_args(self): member in ResourceTest
Dtest_enumerate.py227 def test_args(self): member in TestReversed
Dtest_typing.py2290 def test_args(self): member in LiteralTests
/third_party/rust/crates/clap/tests/builder/
Doccurrences.rs245 let test_args = [ in issue_2171() localVariable
/third_party/mesa3d/bin/
Dnir-test-runner.py46 test_args = [bin_path] variable
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cLayoutBindingTests.hpp105 static LayoutBindingParameters test_args[]; member in glcts::LayoutBindingTests
Des31cLayoutBindingTests.cpp3357 LayoutBindingParameters LayoutBindingTests::test_args[] = { member in glcts::LayoutBindingTests
/third_party/rust/rust/src/librustdoc/
Dconfig.rs112 pub(crate) test_args: Vec<String>, field
507 let test_args = matches.opt_strs("test-args"); in from_matches() localVariable
508 let test_args: Vec<String> = in from_matches() localVariable
Ddoctest.rs113 let test_args = options.test_args.clone(); in run() localVariable
/third_party/mindspore/mindspore-src/source/tests/st/syntax/simple_expression/
Dtest_parse_exception.py510 def test_args(): function
/third_party/mbedtls/tests/scripts/
Dgenerate_test_code.py910 def write_parameters(out_data_f, test_args, func_args, unique_expressions): argument
/third_party/python/Lib/test/test_capi/
Dtest_getargs.py551 def test_args(self): member in Tuple_TestCase
/third_party/rust/rust/src/bootstrap/
Dtest.rs1657 let mut test_args: Vec<&str> = paths in run() localVariable
2105 let test_args = builder.config.test_args().join(" "); localVariable
Dconfig.rs1719 pub(crate) fn test_args(&self) -> Vec<&str> { in test_args() function
1720 let mut test_args = match self.cmd { in test_args() localVariable