HomeSort by relevance Sort by last modified time
    Searched defs:Discard (Results 1 - 18 of 18) sorted by null

  /prebuilts/go/darwin-x86/src/io/ioutil/
ioutil.go 122 // ioutil.Discard can avoid doing unnecessary work.
156 // Discard is an io.Writer on which all Write calls succeed
158 var Discard io.Writer = devNull(0)
  /prebuilts/go/linux-x86/src/io/ioutil/
ioutil.go 122 // ioutil.Discard can avoid doing unnecessary work.
156 // Discard is an io.Writer on which all Write calls succeed
158 var Discard io.Writer = devNull(0)
  /frameworks/base/libs/hwui/renderthread/
EglManager.h 85 Discard,
89 SwapBehavior mSwapBehavior = SwapBehavior::Discard;
VulkanManager.h 175 Discard,
178 SwapBehavior mSwapBehavior = SwapBehavior::Discard;
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/transform/
transform.go 324 type discard struct{ NopResetter } type
326 func (discard) Transform(dst, src []byte, atEOF bool) (nDst, nSrc int, err error) {
331 // Discard is a Transformer for which all Transform calls succeed
333 Discard Transformer = discard{}
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/transform/
transform.go 324 type discard struct{ NopResetter } type
326 func (discard) Transform(dst, src []byte, atEOF bool) (nDst, nSrc int, err error) {
331 // Discard is a Transformer for which all Transform calls succeed
333 Discard Transformer = discard{}
  /external/libmojo/mojo/edk/system/
channel.cc 359 // Discard() marks occupied bytes as discarded, signifying that their contents
411 void Discard(size_t num_bytes) {
567 read_buffer_->Discard(header->num_bytes);
  /frameworks/native/libs/vr/libbufferhub/
buffer_hub_client.cpp 163 int BufferConsumer::Discard() { return Release(LocalHandle()); }
  /prebuilts/go/darwin-x86/src/bufio/
bufio.go 149 // Discard skips the next n bytes, returning the number of bytes discarded.
151 // If Discard skips fewer than n bytes, it also returns an error.
152 // If 0 <= n <= b.Buffered(), Discard is guaranteed to succeed without
154 func (b *Reader) Discard(n int) (discarded int, err error) {
  /prebuilts/go/linux-x86/src/bufio/
bufio.go 149 // Discard skips the next n bytes, returning the number of bytes discarded.
151 // If Discard skips fewer than n bytes, it also returns an error.
152 // If 0 <= n <= b.Buffered(), Discard is guaranteed to succeed without
154 func (b *Reader) Discard(n int) (discarded int, err error) {
  /external/v8/src/parsing/
expression-classifier.h 46 // by calling the method Discard. Both actions result in removing the
111 Discard();
302 // Merge non-patterns from the inner classifier, or discard them.
373 V8_INLINE void Discard() {
parser-base.h     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
ast.py 419 class Discard(Node):
431 return "Discard(%s)" % (repr(self.expr),)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
bezier.c 245 Discard,
369 return Discard;
379 return Discard;
548 if (res == Discard) {
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
ast.py 419 class Discard(Node):
431 return "Discard(%s)" % (repr(self.expr),)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
ast.py 419 class Discard(Node):
431 return "Discard(%s)" % (repr(self.expr),)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
ast.py 419 class Discard(Node):
431 return "Discard(%s)" % (repr(self.expr),)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
ast.py 419 class Discard(Node):
431 return "Discard(%s)" % (repr(self.expr),)
    [all...]

Completed in 741 milliseconds