Home
last modified time | relevance | path

Searched refs:cxx_std (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/google-fruit/extras/benchmark/
H A 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,
H A 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,
/aosp_15_r20/external/executorch/backends/apple/coreml/runtime/inmemoryfs/
H A Dsetup.py15 cxx_std = int(os.environ.get("CMAKE_CXX_STANDARD", "17")) variable
30 cxx_std=cxx_std,
/aosp_15_r20/external/cronet/third_party/libc++/src/test/
H A Dlit.local.cfg32 std = getSubstitution("%{cxx_std}", config)