HomeSort by relevance Sort by last modified time
    Searched refs:json1 (Results 1 - 9 of 9) sorted by null

  /external/google-benchmark/tools/
compare_bench.py 21 json1 = gbench.util.run_or_load_benchmark(tests[0], bench_opts)
23 output_lines = gbench.report.generate_difference_report(json1, json2)
  /external/libcxx/utils/google-benchmark/tools/
compare_bench.py 21 json1 = gbench.util.run_or_load_benchmark(tests[0], bench_opts)
23 output_lines = gbench.report.generate_difference_report(json1, json2)
  /external/google-benchmark/tools/gbench/
report.py 69 def generate_difference_report(json1, json2, use_color=True):
72 runs specified as 'json1' and 'json2'.
74 first_col_width = find_longest_name(json1['benchmarks']) + 5
83 for bn in json1['benchmarks']:
117 json1 = json.load(f)
120 return json1, json2
130 json1, json2 = self.load_results()
131 output_lines = generate_difference_report(json1, json2, use_color=False)
  /external/libcxx/utils/google-benchmark/tools/gbench/
report.py 69 def generate_difference_report(json1, json2, use_color=True):
72 runs specified as 'json1' and 'json2'.
74 first_col_width = find_longest_name(json1['benchmarks']) + 5
83 for bn in json1['benchmarks']:
117 json1 = json.load(f)
120 return json1, json2
130 json1, json2 = self.load_results()
131 output_lines = generate_difference_report(json1, json2, use_color=False)
  /packages/apps/Test/connectivity/sl4n/rapidjson/example/messagereader/
messagereader.cpp 83 const char* json1 = "{ \"greeting\" : \"Hello!\", \"farewell\" : \"bye-bye!\" }"; local
84 cout << json1 << endl;
85 ParseMessages(json1, messages);
  /build/kati/
runtest.rb 323 json1 = File.read("#{json}.json")
325 if json1 != json2
  /prebuilts/go/darwin-x86/doc/progs/
run.go 157 {"json1", `^$`},
  /prebuilts/go/linux-x86/doc/progs/
run.go 157 {"json1", `^$`},
  /prebuilts/tools/common/m2/repository/net/sf/json-lib/json-lib/2.3/
json-lib-2.3-jdk15.jar 

Completed in 450 milliseconds