Home
last modified time | relevance | path

Searched refs:toml (Results 1 - 6 of 6) sorted by relevance

/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-unittests/
H A Dmain.rs9 extern crate toml;
242 toml::from_str(&test_data).unwrap() in parse_tests()
246 let filenames = ["strtod_tests.toml", "rust_parse_tests.toml"]; in main()
/third_party/rust/crates/syn/codegen/src/
H A Dversion.rs8 let syn_cargo_toml = workspace_path::get("Cargo.toml"); in get()
10 let parsed: Manifest = toml::from_str(&manifest)?; in get()
/third_party/littlefs/
H A DMakefile28 TESTS ?= $(wildcard tests/*.toml)
33 TEST_A := $(TESTS:%.toml=$(BUILDDIR)/%.t.a.c) \
45 BENCHES ?= $(wildcard benches/*.toml)
50 BENCH_A := $(BENCHES:%.toml=$(BUILDDIR)/%.b.a.c) \
531 $(BUILDDIR)/%.t.a.c: %.toml
537 $(BUILDDIR)/%.b.a.c: %.toml
/third_party/mesa3d/.gitlab-ci/
H A Ddeqp-runner.sh38 echo 'DEQP_SUITE must be set to the name of your deqp-gpu_version.toml, or DEQP_VER must be set to something like "gles2", "gles31-khr" or "vk" for the test run'
185 --suite $INSTALL/deqp-$DEQP_SUITE.toml \
/third_party/littlefs/scripts/
H A Dbench.py27 import toml namespace
145 # create a BenchSuite object from a toml file
149 if self.name.endswith('.toml'):
150 self.name = self.name[:-len('.toml')]
152 # load toml file and parse bench cases
155 config = toml.load(f)
171 # sort in case toml parsing did not retain order
226 # find .toml files
230 path = path + '/*.toml'
627 if suite.endswith('.toml')
[all...]
H A Dtest.py27 import toml namespace
148 # create a TestSuite object from a toml file
152 if self.name.endswith('.toml'):
153 self.name = self.name[:-len('.toml')]
155 # load toml file and parse test cases
158 config = toml.load(f)
174 # sort in case toml parsing did not retain order
234 # find .toml files
238 path = path + '/*.toml'
644 if suite.endswith('.toml')
[all...]

Completed in 4 milliseconds