Searched full:cxx_std (Results 1 – 13 of 13) sorted by relevance
| /external/google-fruit/extras/benchmark/suites/ |
| D | debug.yml | 37 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"
|
| D | fruit_full.yml | 36 cxx_std: "c++11" 53 cxx_std: "c++11" 64 cxx_std: "c++11" 81 cxx_std: "c++11" 93 cxx_std: "c++11"
|
| D | fruit_mostly_full.yml | 33 cxx_std: "c++11" 50 cxx_std: "c++11" 61 cxx_std: "c++11"
|
| D | boost_di.yml | 39 cxx_std: "c++14" 53 cxx_std: "c++14"
|
| D | fruit_quick.yml | 33 cxx_std: "c++11" 51 cxx_std: "c++11"
|
| D | simple_di_full.yml | 56 cxx_std: "c++11" 69 cxx_std: "c++11"
|
| D | simple_di_mostly_full.yml | 55 cxx_std: "c++11" 69 cxx_std: "c++11"
|
| D | fruit_single.yml | 33 cxx_std: "c++11"
|
| /external/google-fruit/extras/benchmark/ |
| D | run_benchmarks.py | 156 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'}]
|
| D | generate_benchmark.py | 76 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/ |
| D | transitive_includes.gen.py | 51 …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/ |
| D | lit.local.cfg | 32 std = getSubstitution("%{cxx_std}", config)
|
| /external/cronet/third_party/libc++/src/utils/libcxx/test/ |
| D | params.py | 117 AddSubstitution("%{cxx_std}", re.sub(r"\+", "x", std)),
|