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

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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
132 json1, json2 = self.load_results()
133 output_lines_with_header = 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);
  /external/google-benchmark/tools/gbench/
report.py 87 def generate_difference_report(json1, json2, use_color=True):
90 runs specified as 'json1' and 'json2'.
94 for b in json2['benchmarks']:
144 json2 = json.load(f)
145 return json1, json2
162 json1, json2 = self.load_results()
163 output_lines_with_header = generate_difference_report(json1, json2, use_color=False)
191 json2 = filter_benchmark(json, "BM_O.e", ".")
192 output_lines_with_header = generate_difference_report(json1, json2, use_color=False)
  /external/libcxx/utils/google-benchmark/tools/gbench/
report.py 87 def generate_difference_report(json1, json2, use_color=True):
90 runs specified as 'json1' and 'json2'.
94 for b in json2['benchmarks']:
144 json2 = json.load(f)
145 return json1, json2
162 json1, json2 = self.load_results()
163 output_lines_with_header = generate_difference_report(json1, json2, use_color=False)
191 json2 = filter_benchmark(json, "BM_O.e", ".")
192 output_lines_with_header = generate_difference_report(json1, json2, use_color=False)
  /external/google-benchmark/tools/
compare_bench.py 59 json2 = gbench.util.run_or_load_benchmark(test2, benchmark_options)
60 output_lines = gbench.report.generate_difference_report(json1, json2)
compare.py 192 json2 = json2_orig = gbench.util.run_or_load_benchmark(
200 json2 = gbench.report.filter_benchmark(
204 output_lines = gbench.report.generate_difference_report(json1, json2)
  /external/libcxx/utils/google-benchmark/tools/
compare_bench.py 59 json2 = gbench.util.run_or_load_benchmark(test2, benchmark_options)
60 output_lines = gbench.report.generate_difference_report(json1, json2)
compare.py 192 json2 = json2_orig = gbench.util.run_or_load_benchmark(
200 json2 = gbench.report.filter_benchmark(
204 output_lines = gbench.report.generate_difference_report(json1, json2)
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/tools/
compare_bench.py 60 json2 = gbench.util.run_or_load_benchmark(test2, benchmark_options)
61 output_lines = gbench.report.generate_difference_report(json1, json2)
  /build/kati/
runtest.rb 326 json2 = File.read("#{json}_2.json")
327 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...]
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
knockout-2.0.0.js 16 e}:function(a){return e.test(a.name)},d=[],h=b.length-1;0<=h;h--)f(b[h])&&d.push(b[h]);return d},vb:function(a){return"string"==typeof a&&(a=r.a.z(a))?window.JSON&&window.JSON.parse?window.JSON.parse(a):(new Function("return "+a))():o},qa:function(a){("undefined"==typeof JSON||"undefined"==typeof JSON.stringify)&&c(Error("Cannot find JSON.stringify(). Some browsers (e.g., IE < 8) don't support it natively, but you can overcome this by adding a script reference to json2.js, downloadable from http://www.json.org/json2.js"));
    [all...]
  /prebuilts/tools/common/m2/repository/net/sf/json-lib/json-lib/2.3/
json-lib-2.3-jdk15.jar 

Completed in 224 milliseconds