Searched refs:transmit (Results 1 - 10 of 10) sorted by relevance

/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
H A DDebugEventSocketProxy.java96 transmit("terminate");
115 protected void transmit(String event) { method in class:DebugEventSocketProxy
122 transmit("enterRule\t"+grammarFileName+"\t"+ruleName);
126 transmit("enterAlt\t"+alt);
130 transmit("exitRule\t"+grammarFileName+"\t"+ruleName);
134 transmit("enterSubRule\t"+decisionNumber);
138 transmit("exitSubRule\t"+decisionNumber);
142 transmit("enterDecision\t"+decisionNumber+"\t"+couldBacktrack);
146 transmit("exitDecision\t"+decisionNumber);
151 transmit("consumeToke
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
H A Dsocket.rb83 def transmit( event, *interpolation_arguments ) method in class:ANTLR3.Debug.EventSocketProxy
96 transmit 'terminate'
102 transmit "%s\t%s\t%s", :enter_rule, grammar_file_name, rule_name
106 transmit "%s\t%s", :enter_alternative, alt
110 transmit "%s\t%s\t%s", :exit_rule, grammar_file_name, rule_name
114 transmit "%s\t%i", :enter_subrule, decision_number
118 transmit "%s\t%i", :exit_subrule, decision_number
122 transmit "%s\t%i", :enter_decision, decision_number
126 transmit "%s\t%i", :exit_decision, decision_number
130 transmit "
[all...]
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3debughandlers.c323 transmit(pANTLR3_DEBUG_EVENT_LISTENER delboy, const char * ptr) function
555 transmit(delboy, buffer);
566 transmit(delboy, buffer);
577 transmit(delboy, buffer);
588 transmit(delboy, buffer);
599 transmit(delboy, buffer);
610 transmit(delboy, buffer);
622 transmit(delboy, buffer);
642 transmit(delboy, (const char *)(msg->chars));
662 transmit(delbo
[all...]
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Ddebug.py904 def transmit(self, event): member in class:DebugEventSocketProxy
915 self.transmit("terminate")
923 self.transmit("enterRule\t%s\t%s" % (grammarFileName, ruleName))
927 self.transmit("enterAlt\t%d" % alt)
931 self.transmit("exitRule\t%s\t%s" % (grammarFileName, ruleName))
935 self.transmit("enterSubRule\t%d" % decisionNumber)
939 self.transmit("exitSubRule\t%d" % decisionNumber)
943 self.transmit(
948 self.transmit("exitDecision\t%d" % decisionNumber)
952 self.transmit("consumeToke
[all...]
/external/okhttp/okio/benchmarks/src/main/java/com/squareup/okio/benchmarks/
H A DBufferPerformanceBench.java145 buffers.transmit(responseBytes).readAll(NullSink);
150 buffers.transmit(responseBytes).readAll(NullSink);
246 public BufferedSource transmit(byte[] bytes) throws IOException { method in class:BufferPerformanceBench.BufferSetup
247 return super.transmit(bytes, bench.maxWriteBytes);
287 protected BufferedSource transmit(byte[] bytes, int maxChunkSize) throws IOException { method in class:BufferPerformanceBench.BufferState
/external/ppp/pppd/include/net/
H A Dif_ppp.h98 int transmit; member in struct:ppp_option_data
/external/kernel-headers/original/uapi/linux/
H A Dppp-ioctl.h34 #define SC_MP_XSHORTSEQ 0x00004000 /* transmit short MP seq numbers */
63 int transmit; member in struct:ppp_option_data
/external/ppp/pppd/
H A Dsys-linux.c1224 * tty_send_config - configure the transmit characteristics of
1237 error("Couldn't set transmit async character map: %m");
1249 * tty_set_xaccm - set the extended transmit ACCM for the interface.
1307 data.transmit = for_transmit;
/external/iproute2/doc/
H A Dip-cref.tex275 --- change the transmit queue length of the device.
388 {\em qlen\/} is the default transmit queue length of the device measured
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 2939 milliseconds