Home
last modified time | relevance | path

Searched refs:readJSON (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/tests/restricted_traces/
Dcheck_trace_diffs.py22 contents1 = readJSON(traceJSON1)
23 contents2 = readJSON(traceJSON2)
37 def readJSON(path): function
/external/tink/go/keyset/
Djson_io.go46 if err := bkr.readJSON(bkr.r, keyset); err != nil {
56 if err := bkr.readJSON(bkr.r, keyset); err != nil {
62 func (bkr *JSONReader) readJSON(r io.Reader, msg proto.Message) error { func
/external/chromium-trace/catapult/third_party/polymer/components/promise-polyfill/
DGruntfile.js13 pkg: grunt.file.readJSON('package.json'),
/external/swiftshader/tests/regres/cov/
Dcoverage_test.go373 readJSON := read.JSON(revision)
374 if origJSON != readJSON {
375 … Decode -> Encode produced different results:\nOriginal:\n\n%v\n\nRead:\n\n%v", origJSON, readJSON)