Home
last modified time | relevance | path

Searched full:cxx_std (Results 1 – 13 of 13) sorted by relevance

/external/google-fruit/extras/benchmark/suites/
Ddebug.yml37 cxx_std: "c++11"
67 cxx_std: "c++11"
81 cxx_std: "c++11"
99 cxx_std: "c++11"
113 cxx_std: "c++11"
133 cxx_std: "c++11"
145 cxx_std: "c++11"
162 cxx_std: "c++14"
174 cxx_std: "c++14"
Dfruit_full.yml36 cxx_std: "c++11"
53 cxx_std: "c++11"
64 cxx_std: "c++11"
81 cxx_std: "c++11"
93 cxx_std: "c++11"
Dfruit_mostly_full.yml33 cxx_std: "c++11"
50 cxx_std: "c++11"
61 cxx_std: "c++11"
Dboost_di.yml39 cxx_std: "c++14"
53 cxx_std: "c++14"
Dfruit_quick.yml33 cxx_std: "c++11"
51 cxx_std: "c++11"
Dsimple_di_full.yml56 cxx_std: "c++11"
69 cxx_std: "c++11"
Dsimple_di_mostly_full.yml55 cxx_std: "c++11"
69 cxx_std: "c++11"
Dfruit_single.yml33 cxx_std: "c++11"
/external/google-fruit/extras/benchmark/
Drun_benchmarks.py156 cxx_std = self.benchmark_definition['cxx_std']
164 '-std=%s' % cxx_std,
194 cxx_std = self.benchmark_definition['cxx_std']
200 '-std=%s' % cxx_std,
238 cxx_std = self.benchmark_definition['cxx_std']
251 cxx_std=cxx_std,
693 {name: ['bar', 'baz'], compiler: ['g++-5'], cxx_std: 'c++14'}]
698 {name: 'bar', compiler: 'g++-5', cxx_std: 'c++14'},
699 {name: 'baz', compiler: 'g++-5', cxx_std: 'c++14'}]
Dgenerate_benchmark.py76 cxx_std: str,
138 …MMD -MP -O2 -W -Wall -DNDEBUG -ftemplate-depth=10000 %s %s' % (compiler, cxx_std, include_flags, '…
139 …link_command = '%s -std=%s -O2 -W -Wall %s %s' % (compiler, cxx_std, rpath_flags, library_dirs_fla…
208 cxx_std=args.cxx_std,
/external/cronet/third_party/libc++/src/test/libcxx/
Dtransitive_includes.gen.py51 …des_to_csv.py {' '.join(all_traces)} > %{{libcxx}}/test/libcxx/transitive_includes/%{{cxx_std}}.csv
87 // RUN{BLOCKLIT}: cat %{{libcxx}}/test/libcxx/transitive_includes/%{{cxx_std}}.csv | awk '/^{escape…
/external/cronet/third_party/libc++/src/test/
Dlit.local.cfg32 std = getSubstitution("%{cxx_std}", config)
/external/cronet/third_party/libc++/src/utils/libcxx/test/
Dparams.py117 AddSubstitution("%{cxx_std}", re.sub(r"\+", "x", std)),