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

  /external/google-benchmark/tools/
compare_bench.py 22 json2 = gbench.util.run_or_load_benchmark(tests[1], bench_opts)
23 output_lines = gbench.report.generate_difference_report(json1, json2)
  /external/libcxx/utils/google-benchmark/tools/
compare_bench.py 22 json2 = gbench.util.run_or_load_benchmark(tests[1], 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'.
76 for b in json2['benchmarks']:
119 json2 = 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'.
76 for b in json2['benchmarks']:
119 json2 = 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 91 const char* json2 = "{ \"greeting\" : \"Hello!\", \"farewell\" : \"bye-bye!\", \"foo\" : {} }"; local
92 cout << json2 << endl;
93 ParseMessages(json2, messages);
  /build/kati/
runtest.rb 324 json2 = File.read("#{json}_2.json")
325 if json1 != json2
  /prebuilts/go/darwin-x86/doc/progs/
run.go 158 {"json2", `the reciprocal of i is`},
  /prebuilts/go/linux-x86/doc/progs/
run.go 158 {"json2", `the reciprocal of i is`},
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
readertest.cpp 802 char* json2 = StrDup(json); local
    [all...]
  /prebuilts/tools/common/m2/repository/net/sf/json-lib/json-lib/2.3/
json-lib-2.3-jdk15.jar 

Completed in 193 milliseconds