Home
last modified time | relevance | path

Searched refs:NewBuffer (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
DBlockVerifier.cpp27 case BlockVerifier::State::NewBuffer: in recordToString()
65 {mask(State::BufferExtents) | mask(State::NewBuffer)}}, in transition()
67 {State::BufferExtents, {mask(State::NewBuffer)}}, in transition()
69 {State::NewBuffer, {mask(State::WallClockTime)}}, in transition()
119 if (CurrentRecord == State::EndOfBuffer && To != State::NewBuffer) in transition()
171 return transition(State::NewBuffer); in visit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
DBlockVerifier.h29 NewBuffer, enumerator
DFDRRecords.h82 NewBuffer, enumerator
343 MetadataType::NewBuffer) {} in NewBufferRecord()
347 MetadataType::NewBuffer), in NewBufferRecord()
/third_party/flutter/skia/third_party/externals/wuffs/cmd/wuffs-c/
Drelease.go100 unformatted := bytes.NewBuffer(nil)
285 w := bytes.NewBuffer(nil)
/third_party/flutter/skia/third_party/externals/wuffs/script/
Dextract-deflate-offsets.go141 buf := bytes.NewBuffer(nil)
Dmake-artificial.go908 buf := bytes.NewBuffer(nil)
/third_party/skia/infra/lottiecap/gold/
Dlottie-web-aggregator.go203 img, err := png.Decode(bytes.NewBuffer(pngBytes))
/third_party/flutter/skia/infra/lottiecap/gold/
Dlottie-web-aggregator.go203 img, err := png.Decode(bytes.NewBuffer(pngBytes))
/third_party/skia/infra/wasm-common/gold/
Dwasm_gold_aggregator.go217 img, err := png.Decode(bytes.NewBuffer(pngBytes))
/third_party/flutter/skia/infra/wasm-common/gold/
Dwasm_gold_aggregator.go214 img, err := png.Decode(bytes.NewBuffer(pngBytes))
/third_party/nghttp2/integration-tests/
Dserver_tester.go387 body = bytes.NewBuffer(rp.body)
Dnghttpx_http1_test.go1075 d := json.NewDecoder(bytes.NewBuffer(res.body))
Dnghttpx_http2_test.go2749 d := json.NewDecoder(bytes.NewBuffer(res.body))