Home
last modified time | relevance | path

Searched refs:NewDecoder (Results 1 – 23 of 23) sorted by relevance

/third_party/skia/third_party/externals/tint/tools/src/glob/
Dglob.go101 d := json.NewDecoder(strings.NewReader(config))
112 d := json.NewDecoder(strings.NewReader(config))
138 if err := json.NewDecoder(bytes.NewReader(body)).Decode(&p); err != nil {
/third_party/skia/third_party/externals/swiftshader/tests/regres/cmd/run_testlist/
Dmain.go187 if err := json.NewDecoder(bytes.NewReader(icd)).Decode(&root); err != nil {
222 err := json.NewDecoder(file).Decode(&content)
/third_party/skia/third_party/externals/swiftshader/third_party/marl/tools/bench/
Dbench.go131 d := json.NewDecoder(strings.NewReader(s))
/third_party/spirv-tools/utils/vscode/src/lsp/jsonrpc2/
Dstream.go46 in: json.NewDecoder(in),
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/
Dstream.go46 in: json.NewDecoder(in),
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/jsonrpc2/
Dstream.go46 in: json.NewDecoder(in),
/third_party/skia/third_party/externals/libwebp/src/dec/
Didec_dec.c604 static WebPIDecoder* NewDecoder(WebPDecBuffer* const output_buffer, in NewDecoder() function
640 return NewDecoder(output_buffer, NULL); in WebPINewDecoder()
659 idec = (config != NULL) ? NewDecoder(&config->output, features) in WebPIDecode()
660 : NewDecoder(NULL, features); in WebPIDecode()
/third_party/skia/third_party/externals/tint/tools/src/cmd/fix-tests/
Dmain.go99 if err := json.NewDecoder(testResultsFile).Decode(&testResults); err != nil {
/third_party/skia/infra/lottiecap/gold/
Dlottie-web-aggregator.go195 pngReader := base64.NewDecoder(base64.StdEncoding, b)
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/tools/
Dgen-grammar.go191 if err := json.NewDecoder(bytes.NewReader(file)).Decode(&g); err != nil {
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/tools/
Dgen-grammar.go191 if err := json.NewDecoder(bytes.NewReader(file)).Decode(&g); err != nil {
/third_party/spirv-tools/utils/vscode/src/tools/
Dgen-grammar.go191 if err := json.NewDecoder(bytes.NewReader(file)).Decode(&g); err != nil {
/third_party/skia/third_party/externals/swiftshader/tests/regres/testlist/
Dtestlist.go151 if err := json.NewDecoder(bytes.NewReader(i)).Decode(&jsonGroups); err != nil {
/third_party/skia/infra/wasm-common/gold/
Dwasm_gold_aggregator.go209 pngReader := base64.NewDecoder(base64.StdEncoding, b)
/third_party/skia/third_party/externals/swiftshader/tests/regres/cov/
Dimport.go173 err := json.NewDecoder(bytes.NewReader(raw)).Decode(&root)
/third_party/skia/infra/bots/gen_tasks_logic/
Dschema.go282 if err := json.NewDecoder(f).Decode(&rv); err != nil {
/third_party/skia/third_party/externals/dawn/src/dawn_node/tools/src/cmd/run-cts/
Dmain.go308 return json.NewDecoder(f).Decode(c)
567 if err := json.NewDecoder(postResp.Body).Decode(&resp); err != nil {
/third_party/skia/third_party/externals/swiftshader/tests/regres/deqp/
Ddeqp.go109 if err := json.NewDecoder(f).Decode(&out); err != nil {
/third_party/skia/third_party/externals/swiftshader/tests/regres/cmd/export_to_sheets/
Dmain.go422 err = json.NewDecoder(f).Decode(tok)
/third_party/skia/third_party/externals/swiftshader/tests/regres/cmd/regres/
Dmain.go461 if err := json.NewDecoder(file).Decode(&cfg); err != nil {
799 if err := json.NewDecoder(file).Decode(&cfg); err != nil {
/third_party/nghttp2/integration-tests/
Dserver_tester.go266 st.dec = hpack.NewDecoder(4096, func(f hpack.HeaderField) {
Dnghttpx_http1_test.go1349 d := json.NewDecoder(bytes.NewBuffer(res.body))
Dnghttpx_http2_test.go3495 d := json.NewDecoder(bytes.NewBuffer(res.body))