Home
last modified time | relevance | path

Searched refs:IT_JSON (Results 1 – 3 of 3) sorted by relevance

/external/libcxx/utils/google-benchmark/tools/gbench/
Dutil.py11 IT_JSON = 1 variable
69 ftype = IT_JSON
125 if ftype == IT_JSON:
/external/google-benchmark/tools/gbench/
Dutil.py11 IT_JSON = 1 variable
69 ftype = IT_JSON
154 if ftype == IT_JSON:
/external/google-benchmark/tools/
Dcompare_bench.py24 if in1_kind == IT_JSON and in2_kind == IT_JSON and len(flags) > 0: