/external/antlr/runtime/Ruby/lib/antlr3/debug/ |
D | socket.rb | 83 def transmit( event, *interpolation_arguments ) method in 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 "%s\t%s", :consume_token, serialize_token( token ) [all …]
|
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/debug/ |
D | DebugEventSocketProxy.java | 98 transmit("terminate"); in terminate() 117 protected void transmit(String event) { in transmit() method in DebugEventSocketProxy 125 transmit("enterRule\t"+grammarFileName+"\t"+ruleName); in enterRule() 130 transmit("enterAlt\t"+alt); in enterAlt() 135 transmit("exitRule\t"+grammarFileName+"\t"+ruleName); in exitRule() 140 transmit("enterSubRule\t"+decisionNumber); in enterSubRule() 145 transmit("exitSubRule\t"+decisionNumber); in exitSubRule() 150 transmit("enterDecision\t"+decisionNumber+"\t"+couldBacktrack); in enterDecision() 155 transmit("exitDecision\t"+decisionNumber); in exitDecision() 161 transmit("consumeToken\t"+buf); in consumeToken() [all …]
|
/external/antlr/runtime/C/src/ |
D | antlr3debughandlers.c | 323 transmit(pANTLR3_DEBUG_EVENT_LISTENER delboy, const char * ptr) in transmit() function 555 transmit(delboy, buffer); in enterRule() 566 transmit(delboy, buffer); in enterAlt() 577 transmit(delboy, buffer); in exitRule() 588 transmit(delboy, buffer); in enterSubRule() 599 transmit(delboy, buffer); in exitSubRule() 610 transmit(delboy, buffer); in enterDecision() 622 transmit(delboy, buffer); in exitDecision() 642 transmit(delboy, (const char *)(msg->chars)); in consumeToken() 662 transmit(delboy, (const char *)(msg->chars)); in consumeHiddenToken() [all …]
|
/external/antlr/runtime/Python/antlr3/ |
D | debug.py | 904 def transmit(self, event): member in 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("consumeToken\t%s" % self.serializeToken(t)) [all …]
|
/external/antlr/runtime/Python3/antlr3/ |
D | debug.py | 902 def transmit(self, event): member in DebugEventSocketProxy 913 self.transmit("terminate") 921 self.transmit("enterRule\t{}\t{}".format(grammarFileName, ruleName)) 925 self.transmit("enterAlt\t{}".format(alt)) 929 self.transmit("exitRule\t{}\t{}".format(grammarFileName, ruleName)) 933 self.transmit("enterSubRule\t{}".format(decisionNumber)) 937 self.transmit("exitSubRule\t{}".format(decisionNumber)) 941 self.transmit( 946 self.transmit("exitDecision\t{}".format(decisionNumber)) 950 self.transmit("consumeToken\t{}".format(self.serializeToken(t))) [all …]
|
/external/okhttp/okio/benchmarks/src/main/java/com/squareup/okio/benchmarks/ |
D | BufferPerformanceBench.java | 145 buffers.transmit(responseBytes).readAll(NullSink); in thinkWriteCold() 150 buffers.transmit(responseBytes).readAll(NullSink); in readWriteRecycle() 246 public BufferedSource transmit(byte[] bytes) throws IOException { in transmit() method in BufferPerformanceBench.BufferSetup 247 return super.transmit(bytes, bench.maxWriteBytes); in transmit() 287 protected BufferedSource transmit(byte[] bytes, int maxChunkSize) throws IOException { in transmit() method in BufferPerformanceBench.BufferState
|
/external/curl/tests/data/ |
D | test286 | 24 condition in the TFTP transmit code. 59 condition in the TFTP transmit code.
|
/external/syzkaller/pkg/report/testdata/linux/report/ |
D | 23 | 5 [ 753.122260] NETDEV WATCHDOG: eth0 (e1000): transmit queue 0 timed out
|
/external/libese/ |
D | README.md | 52 To perform a transmit-receive cycle, call 56 with a filled transmit buffer with total data length and
|
/external/drrickorang/LoopbackApp/ |
D | PrivacyPolicy.md | 8 Loopback app processes all data locally on the Android device and does not transmit any information…
|
/external/u-boot/drivers/usb/musb-new/ |
D | musb_dma.h | 142 extern void musb_dma_completion(struct musb *musb, u8 epnum, u8 transmit);
|
/external/ppp/pppd/include/net/ |
D | if_ppp.h | 98 int transmit; member
|
/external/walt/docs/ |
D | PrivacyPolicy.md | 6 WALT app processes all data locally on the Android device and does not transmit any information via…
|
/external/kernel-headers/original/uapi/linux/ |
D | ppp-ioctl.h | 64 int transmit; member
|
/external/webrtc/webrtc/p2p/base/ |
D | pseudotcp.cc | 305 if (!transmit(m_slist.begin(), now)) { in NotifyClock() 774 if (!transmit(m_slist.begin(), now)) { in process() 803 if (!transmit(m_slist.begin(), now)) { in process() 964 bool PseudoTcp::transmit(const SList::iterator& seg, uint32_t now) { in transmit() function in cricket::PseudoTcp 1120 if (!transmit(seg, now)) { in attemptSend()
|
/external/libese/libese-hw/nxp/pn80t/ |
D | README.md | 18 receive and transmit libese-hw functions and a struct Pn80tPlatform,
|
/external/u-boot/doc/device-tree-bindings/serial/ |
D | omap_serial.txt | 21 - dma-names : "rx" for receive channel, "tx" for transmit channel.
|
/external/autotest/server/tests/netpipe/ |
D | control.srv | 17 By default, NetPIPE will stop when the time to transmit a block
|
/external/zlib/src/contrib/dotzlib/ |
D | LICENSE_1_0.txt | 6 execute, and transmit the Software, and to prepare derivative works of the
|
/external/catch2/ |
D | LICENSE | 6 execute, and transmit the Software, and to prepare derivative works of the
|
D | LICENSE.txt | 6 execute, and transmit the Software, and to prepare derivative works of the
|
D | NOTICE | 6 execute, and transmit the Software, and to prepare derivative works of the
|
/external/kotlinc/license/third_party/ |
D | boost_LICENSE.txt | 6 execute, and transmit the Software, and to prepare derivative works of the
|
/external/parameter-framework/asio-1.10.6/ |
D | LICENSE_1_0.txt | 6 execute, and transmit the Software, and to prepare derivative works of the
|
/external/curl/docs/cmdline-opts/ |
D | form.d | 13 message to transmit.
|