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

  /external/syzkaller/vendor/google.golang.org/grpc/transport/
handler_server.go 427 func (ht *serverHandlerTransport) Drain() {
428 panic("Drain() is not implemented")
http2_server.go 98 // drainChan is initialized when drain(...) is called the first time.
102 // Thus call to drain(...) will be a no-op if drainChan is already initialized since draining is
889 t.drain(http2.ErrCodeNo, []byte{})
896 t.drain(http2.ErrCodeNo, []byte{})
1010 func (t *http2Server) Drain() {
1011 t.drain(http2.ErrCodeNo, []byte{})
1014 func (t *http2Server) drain(code http2.ErrCode, debugData []byte) { func
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_dense_alloc.h 70 Drain(c);
125 void Drain(Cache *c) {
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_quarantine.h 63 Drain(c, cb);
66 void NOINLINE Drain(Cache *c, Callback cb) {
sanitizer_allocator.h 941 Drain(allocator);
    [all...]
  /art/runtime/
native_stack_dump.cc 155 static void Drain(size_t expected,
247 Drain(0, prefix, pipe, os);
279 // Now drain (expecting two lines).
280 Drain(2U, prefix, pipe, os);
409 Drain(0, prefix, &addr2line_state, os);
  /device/google/cuttlefish_common/common/libs/utils/
simulated_buffer.h 244 void Drain() {
  /external/perfetto/src/traced/probes/ftrace/
cpu_reader.cc 400 void CpuReader::Drain(const std::set<FtraceDataSource*>& data_sources) {
402 PERFETTO_METATRACE("Drain(" + std::to_string(cpu_) + ")",
  /external/scapy/scapy/
pipetool.py 87 if isinstance(pipe, Drain):
338 class Drain(Pipe):
600 class TransformDrain(Drain):
609 Drain.__init__(self, name=name)
616 class UpDrain(Drain):
629 class DownDrain(Drain):
  /art/tools/timeout_dumper/
timeout_dumper.cc 205 void Drain(size_t expected,
295 Drain(0, prefix, pipe, os);
326 // Now drain (expecting two lines).
327 Drain(2U, prefix, pipe, os);
592 addr2line::Drain(0, prefix, &addr2line_state, std::cerr);
  /external/mockito/lib/
byte-buddy-1.8.15.jar 

Completed in 624 milliseconds