Searched refs:NewDecoder (Results 1 – 23 of 23) sorted by relevance
/third_party/skia/third_party/externals/tint/tools/src/glob/ |
D | glob.go | 101 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/ |
D | main.go | 187 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/ |
D | bench.go | 131 d := json.NewDecoder(strings.NewReader(s))
|
/third_party/spirv-tools/utils/vscode/src/lsp/jsonrpc2/ |
D | stream.go | 46 in: json.NewDecoder(in),
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/ |
D | stream.go | 46 in: json.NewDecoder(in),
|
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/jsonrpc2/ |
D | stream.go | 46 in: json.NewDecoder(in),
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
D | idec_dec.c | 604 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/ |
D | main.go | 99 if err := json.NewDecoder(testResultsFile).Decode(&testResults); err != nil {
|
/third_party/skia/infra/lottiecap/gold/ |
D | lottie-web-aggregator.go | 195 pngReader := base64.NewDecoder(base64.StdEncoding, b)
|
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/tools/ |
D | gen-grammar.go | 191 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/ |
D | gen-grammar.go | 191 if err := json.NewDecoder(bytes.NewReader(file)).Decode(&g); err != nil {
|
/third_party/spirv-tools/utils/vscode/src/tools/ |
D | gen-grammar.go | 191 if err := json.NewDecoder(bytes.NewReader(file)).Decode(&g); err != nil {
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/testlist/ |
D | testlist.go | 151 if err := json.NewDecoder(bytes.NewReader(i)).Decode(&jsonGroups); err != nil {
|
/third_party/skia/infra/wasm-common/gold/ |
D | wasm_gold_aggregator.go | 209 pngReader := base64.NewDecoder(base64.StdEncoding, b)
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/cov/ |
D | import.go | 173 err := json.NewDecoder(bytes.NewReader(raw)).Decode(&root)
|
/third_party/skia/infra/bots/gen_tasks_logic/ |
D | schema.go | 282 if err := json.NewDecoder(f).Decode(&rv); err != nil {
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/tools/src/cmd/run-cts/ |
D | main.go | 308 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/ |
D | deqp.go | 109 if err := json.NewDecoder(f).Decode(&out); err != nil {
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/cmd/export_to_sheets/ |
D | main.go | 422 err = json.NewDecoder(f).Decode(tok)
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/cmd/regres/ |
D | main.go | 461 if err := json.NewDecoder(file).Decode(&cfg); err != nil { 799 if err := json.NewDecoder(file).Decode(&cfg); err != nil {
|
/third_party/nghttp2/integration-tests/ |
D | server_tester.go | 266 st.dec = hpack.NewDecoder(4096, func(f hpack.HeaderField) {
|
D | nghttpx_http1_test.go | 1349 d := json.NewDecoder(bytes.NewBuffer(res.body))
|
D | nghttpx_http2_test.go | 3495 d := json.NewDecoder(bytes.NewBuffer(res.body))
|