Home
last modified time | relevance | path

Searched refs:dummy_project (Results 1 – 5 of 5) sorted by path

/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/cargo-0.58.0/tests/testsuite/
H A Ddoc.rs1938 let dummy_project = project() localVariable
1951 dummy_project.cargo("doc").run();
1973 dummy_project.change_file(
1979 dummy_project.build_dir().join("doc/bogus_file"),
1988 dummy_project.cargo("doc").run();
2021 let dummy_project = project() localVariable
2034 dummy_project.cargo("doc --target").arg(rustc_host()).run();
2056 dummy_project.change_file(
2062 dummy_project
2074 dummy_project.cargo("doc --target").arg(rustc_host()).run();
[all …]
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/cargo-0.55.0/tests/testsuite/
H A Ddoc.rs1803 let dummy_project = project() in doc_fingerprint_is_versioning_consistent() localVariable
1816 dummy_project.cargo("doc").run(); in doc_fingerprint_is_versioning_consistent()
1838 dummy_project.change_file( in doc_fingerprint_is_versioning_consistent()
1844 dummy_project.build_dir().join("doc/bogus_file"), in doc_fingerprint_is_versioning_consistent()
1853 dummy_project.cargo("doc").run(); in doc_fingerprint_is_versioning_consistent()
1886 let dummy_project = project() in doc_fingerprint_respects_target_paths() localVariable
1899 dummy_project.cargo("doc --target").arg(rustc_host()).run(); in doc_fingerprint_respects_target_paths()
1921 dummy_project.change_file( in doc_fingerprint_respects_target_paths()
1927 dummy_project in doc_fingerprint_respects_target_paths()
1939 dummy_project.cargo("doc --target").arg(rustc_host()).run(); in doc_fingerprint_respects_target_paths()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/tools/cargo/tests/testsuite/
H A Ddoc.rs1952 let dummy_project = project() localVariable
1965 dummy_project.cargo("doc").run();
1987 dummy_project.change_file(
1993 dummy_project.build_dir().join("doc/bogus_file"),
2002 dummy_project.cargo("doc").run();
2035 let dummy_project = project() localVariable
2048 dummy_project.cargo("doc --target").arg(rustc_host()).run();
2070 dummy_project.change_file(
2076 dummy_project
2088 dummy_project.cargo("doc --target").arg(rustc_host()).run();
[all …]
/dports/science/ghemical/ghemical-3.0.0/src/
H A Dproject.cpp1746 dummy_project * solvent = NULL; in ProcessCommandString()
1749 solvent = new dummy_project(); in ProcessCommandString()
1780 dummy_project * solvent = NULL; in ProcessCommandString()
1783 solvent = new dummy_project(); in ProcessCommandString()
4107 dummy_project::dummy_project(void) : in dummy_project() function in dummy_project
4112 dummy_project::~dummy_project(void) in ~dummy_project()
H A Dproject.h27 class dummy_project; variable
393 class dummy_project : public project
397 dummy_project(void);
398 ~dummy_project(void);