Home
last modified time | relevance | path

Searched refs:json2 (Results 1 – 25 of 397) sorted by relevance

12345678910>>...16

/dports/misc/hashdb/hashdb-3.1.0-8-g1da1b9f/test_py/
H A Ddatabase_manipulation.py53 json2 = H.read_file("temp_2.json")
54 H.lines_equals(json2, json_out1)
62 H.lines_equals(json2, json_out1)
105 H.lines_equals(json2, [
123 H.lines_equals(json2, [
161 H.lines_equals(json2, colon_one)
170 H.lines_equals(json2, colon_one)
179 H.lines_equals(json2, colon_one)
188 H.lines_equals(json2, two_colon)
315 H.lines_equals(json2, [
[all …]
/dports/devel/folly/folly-2021.12.27.00/folly/test/
H A DJsonTestUtil.h37 bool compareJson(StringPiece json1, StringPiece json2);
45 StringPiece json1, StringPiece json2, unsigned strNestingDepth);
66 StringPiece json1, StringPiece json2, double tolerance);
81 #define FOLLY_EXPECT_JSON_EQ(json1, json2) \ argument
82 EXPECT_PRED2(::folly::compareJson, json1, json2)
84 #define FOLLY_EXPECT_JSON_WITH_NESTED_JSON_EQ(json1, json2) \ argument
85 EXPECT_PRED3(::folly::compareJsonWithNestedJson, json1, json2, 1)
87 #define FOLLY_EXPECT_JSON_NEAR(json1, json2, tolerance) \ argument
88 EXPECT_PRED3(::folly::compareJsonWithTolerance, json1, json2, tolerance)
/dports/science/gramps/gramps-5.1.4/gramps/gen/merge/
H A Ddiff.py38 def diff_dates(json1, json2): argument
42 if json1 == json2: # if same, then Not Different
44 elif isinstance(json1, dict) and isinstance(json2, dict):
45 if json1["dateval"] == json2["dateval"] and json2["dateval"] != 0:
47 elif json1["text"] == json2["text"]:
54 def diff_items(path, json1, json2): argument
58 if json1 == json2:
60 elif isinstance(json1, list) and isinstance(json2, list):
61 if len(json1) != len(json2):
65 for v1, v2 in zip(json1, json2):
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/utils/google-benchmark/tools/gbench/
H A Dreport.py117 def partition_benchmarks(json1, json2): argument
193 json2, argument
206 for b in json2['benchmarks']:
314 json2 = json.load(f)
315 return json1, json2
335 json1, json2 = self.load_results()
337 json1, json2, use_color=False)
394 json2 = json.load(f)
395 return json1, json2
462 json2 = json.load(f)
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/Utilities/Scripts/gbench/
H A Dreport.py121 def partition_benchmarks(json1, json2): argument
212 json2, argument
225 for b in json2['benchmarks']:
333 json2 = json.load(f)
334 return json1, json2
354 json1, json2 = self.load_results()
356 json1, json2, use_color=False)
413 json2 = json.load(f)
414 return json1, json2
481 json2 = json.load(f)
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/utils/google-benchmark/tools/gbench/
H A Dreport.py117 def partition_benchmarks(json1, json2): argument
193 json2, argument
206 for b in json2['benchmarks']:
314 json2 = json.load(f)
315 return json1, json2
335 json1, json2 = self.load_results()
337 json1, json2, use_color=False)
394 json2 = json.load(f)
395 return json1, json2
462 json2 = json.load(f)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/utils/google-benchmark/tools/gbench/
H A Dreport.py117 def partition_benchmarks(json1, json2): argument
193 json2, argument
206 for b in json2['benchmarks']:
314 json2 = json.load(f)
315 return json1, json2
335 json1, json2 = self.load_results()
337 json1, json2, use_color=False)
394 json2 = json.load(f)
395 return json1, json2
462 json2 = json.load(f)
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/utils/google-benchmark/tools/gbench/
H A Dreport.py117 def partition_benchmarks(json1, json2): argument
193 json2, argument
206 for b in json2['benchmarks']:
314 json2 = json.load(f)
315 return json1, json2
335 json1, json2 = self.load_results()
337 json1, json2, use_color=False)
394 json2 = json.load(f)
395 return json1, json2
462 json2 = json.load(f)
[all …]
/dports/math/stanmath/math-4.2.0/lib/benchmark_1.5.1/tools/gbench/
H A Dreport.py121 def partition_benchmarks(json1, json2): argument
212 json2, argument
225 for b in json2['benchmarks']:
333 json2 = json.load(f)
334 return json1, json2
354 json1, json2 = self.load_results()
356 json1, json2, use_color=False)
413 json2 = json.load(f)
414 return json1, json2
481 json2 = json.load(f)
[all …]
/dports/science/axom/axom-0.6.1/src/cmake/blt/thirdparty_builtin/benchmark-1.5.0/tools/gbench/
H A Dreport.py121 def partition_benchmarks(json1, json2): argument
212 json2, argument
225 for b in json2['benchmarks']:
333 json2 = json.load(f)
334 return json1, json2
354 json1, json2 = self.load_results()
356 json1, json2, use_color=False)
413 json2 = json.load(f)
414 return json1, json2
481 json2 = json.load(f)
[all …]
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/blt/thirdparty_builtin/benchmark-1.5.0/tools/gbench/
H A Dreport.py121 def partition_benchmarks(json1, json2): argument
212 json2, argument
225 for b in json2['benchmarks']:
333 json2 = json.load(f)
334 return json1, json2
354 json1, json2 = self.load_results()
356 json1, json2, use_color=False)
413 json2 = json.load(f)
414 return json1, json2
481 json2 = json.load(f)
[all …]
/dports/devel/libc++/libcxx-10.0.1.src/utils/google-benchmark/tools/gbench/
H A Dreport.py117 def partition_benchmarks(json1, json2): argument
193 json2, argument
206 for b in json2['benchmarks']:
314 json2 = json.load(f)
315 return json1, json2
335 json1, json2 = self.load_results()
337 json1, json2, use_color=False)
394 json2 = json.load(f)
395 return json1, json2
462 json2 = json.load(f)
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/utils/google-benchmark/tools/gbench/
H A Dreport.py117 def partition_benchmarks(json1, json2): argument
193 json2, argument
206 for b in json2['benchmarks']:
314 json2 = json.load(f)
315 return json1, json2
335 json1, json2 = self.load_results()
337 json1, json2, use_color=False)
394 json2 = json.load(f)
395 return json1, json2
462 json2 = json.load(f)
[all …]
/dports/science/conduit/conduit-0.8.0/src/blt/thirdparty_builtin/benchmark-1.5.0/tools/gbench/
H A Dreport.py121 def partition_benchmarks(json1, json2): argument
212 json2, argument
225 for b in json2['benchmarks']:
333 json2 = json.load(f)
334 return json1, json2
354 json1, json2 = self.load_results()
356 json1, json2, use_color=False)
413 json2 = json.load(f)
414 return json1, json2
481 json2 = json.load(f)
[all …]
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/tests/googlebenchmark/tools/gbench/
H A Dreport.py121 def partition_benchmarks(json1, json2): argument
212 json2, argument
225 for b in json2['benchmarks']:
333 json2 = json.load(f)
334 return json1, json2
354 json1, json2 = self.load_results()
356 json1, json2, use_color=False)
413 json2 = json.load(f)
414 return json1, json2
481 json2 = json.load(f)
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/utils/google-benchmark/tools/gbench/
H A Dreport.py117 def partition_benchmarks(json1, json2): argument
193 json2, argument
206 for b in json2['benchmarks']:
314 json2 = json.load(f)
315 return json1, json2
335 json1, json2 = self.load_results()
337 json1, json2, use_color=False)
394 json2 = json.load(f)
395 return json1, json2
462 json2 = json.load(f)
[all …]
/dports/audio/mixxx/mixxx-2.3.0/lib/benchmark/tools/gbench/
H A Dreport.py121 def partition_benchmarks(json1, json2): argument
212 json2, argument
225 for b in json2['benchmarks']:
333 json2 = json.load(f)
334 return json1, json2
354 json1, json2 = self.load_results()
356 json1, json2, use_color=False)
413 json2 = json.load(f)
414 return json1, json2
481 json2 = json.load(f)
[all …]
/dports/www/p5-Jemplate/Jemplate-0.30/src/js/
H A DMakefile8 …T_JS := ajax-jquery.js ajax-xhr.js ajax-yui.js json-json2-internal.js json-json2.js json-yui.js js…
25 fetch: xhr-gregory.js xhr-ilinsky.js json2.js
33 json2.js:
34 $(CURL) http://www.json.org/json2.js -o $@
/dports/devel/benchmark/benchmark-1.6.0/tools/gbench/
H A Dreport.py123 def partition_benchmarks(json1, json2): argument
212 json2, argument
383 json2 = json.load(f)
384 return json1, json2
386 json1, json2 = load_results()
589 json2 = json.load(f)
590 return json1, json2
782 json2 = json.load(f)
783 return json1, json2
933 json2 = json.load(f)
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/utils/google-benchmark/tools/gbench/
H A Dreport.py123 def partition_benchmarks(json1, json2): argument
212 json2, argument
383 json2 = json.load(f)
384 return json1, json2
386 json1, json2 = load_results()
589 json2 = json.load(f)
590 return json1, json2
592 json1, json2 = load_results()
594 json1, json2, utest=True)
782 json2 = json.load(f)
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/utils/google-benchmark/tools/gbench/
H A Dreport.py123 def partition_benchmarks(json1, json2): argument
212 json2, argument
383 json2 = json.load(f)
384 return json1, json2
386 json1, json2 = load_results()
589 json2 = json.load(f)
590 return json1, json2
592 json1, json2 = load_results()
594 json1, json2, utest=True)
782 json2 = json.load(f)
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/utils/google-benchmark/tools/gbench/
H A Dreport.py123 def partition_benchmarks(json1, json2): argument
212 json2, argument
383 json2 = json.load(f)
384 return json1, json2
386 json1, json2 = load_results()
589 json2 = json.load(f)
590 return json1, json2
592 json1, json2 = load_results()
594 json1, json2, utest=True)
782 json2 = json.load(f)
[all …]
/dports/security/palisade/palisade-release-d76213499af44558170cca6c72c5314755fec23c/third-party/google-benchmark/tools/gbench/
H A Dreport.py123 def partition_benchmarks(json1, json2): argument
212 json2, argument
383 json2 = json.load(f)
384 return json1, json2
386 json1, json2 = load_results()
589 json2 = json.load(f)
590 return json1, json2
592 json1, json2 = load_results()
594 json1, json2, utest=True)
782 json2 = json.load(f)
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/utils/google-benchmark/tools/gbench/
H A Dreport.py123 def partition_benchmarks(json1, json2): argument
212 json2, argument
383 json2 = json.load(f)
384 return json1, json2
386 json1, json2 = load_results()
589 json2 = json.load(f)
590 return json1, json2
592 json1, json2 = load_results()
594 json1, json2, utest=True)
782 json2 = json.load(f)
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/utils/benchmark/tools/gbench/
H A Dreport.py87 def generate_difference_report(json1, json2, use_color=True): argument
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)

12345678910>>...16