Home
last modified time | relevance | path

Searched defs:transmit (Results 1 – 17 of 17) sorted by relevance

/external/okio/okio/jvm/jmh/src/jmh/java/com/squareup/okio/benchmarks/
DBufferPerformanceBenchmark.java246 public BufferedSource transmit(byte[] bytes) throws IOException { in transmit() method in BufferPerformanceBenchmark.BufferSetup
287 protected BufferedSource transmit(byte[] bytes, int maxChunkSize) throws IOException { in transmit() method in BufferPerformanceBenchmark.BufferState
/external/okhttp/okio/benchmarks/src/main/java/com/squareup/okio/benchmarks/
DBufferPerformanceBench.java246 public BufferedSource transmit(byte[] bytes) throws IOException { in transmit() method in BufferPerformanceBench.BufferSetup
287 protected BufferedSource transmit(byte[] bytes, int maxChunkSize) throws IOException { in transmit() method in BufferPerformanceBench.BufferState
/external/okio/samples/src/jvmMain/java/okio/samples/
DInterceptors.java73 Buffer transmit = new Buffer(); in run() local
/external/tpm2-tss/test/unit/
Desys-getpollhandles.c30 TSS2_TCTI_TRANSMIT_FCN transmit; member
Desys-tcti-rcs.c167 TSS2_TCTI_TRANSMIT_FCN transmit; member
Desys-tpm-rcs.c167 TSS2_TCTI_TRANSMIT_FCN transmit; member
Desys-resubmissions.c167 TSS2_TCTI_TRANSMIT_FCN transmit; member
/external/tpm2-tss/test/integration/
Dmain-esapi.c43 TSS2_TCTI_TRANSMIT_FCN transmit; member
/external/ppp/pppd/include/net/
Dif_ppp.h98 int transmit; member
/external/tpm2-tss/include/tss2/
Dtss2_tcti.h179 TSS2_TCTI_TRANSMIT_FCN transmit; member
/external/kernel-headers/original/uapi/linux/
Dppp-ioctl.h64 int transmit; member
/external/antlr/runtime/Ruby/lib/antlr3/debug/
Dsocket.rb83 def transmit( event, *interpolation_arguments ) method in ANTLR3.Debug.EventSocketProxy
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/debug/
DDebugEventSocketProxy.java117 protected void transmit(String event) { in transmit() method in DebugEventSocketProxy
/external/antlr/runtime/C/src/
Dantlr3debughandlers.c323 transmit(pANTLR3_DEBUG_EVENT_LISTENER delboy, const char * ptr) in transmit() function
/external/webrtc/p2p/base/
Dpseudo_tcp.cc993 bool PseudoTcp::transmit(const SList::iterator& seg, uint32_t now) { in transmit() function in cricket::PseudoTcp
/external/antlr/runtime/Python3/antlr3/
Ddebug.py902 def transmit(self, event): member in DebugEventSocketProxy
/external/antlr/runtime/Python/antlr3/
Ddebug.py904 def transmit(self, event): member in DebugEventSocketProxy