HomeSort by relevance Sort by last modified time
    Searched refs:_eof (Results 1 - 13 of 13) sorted by null

  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
LookaheadStream.cs 56 T _eof = null; field in class:Antlr.Runtime.Misc.LookaheadStream
66 return _eof;
69 _eof = value;
125 _eof = o;
148 return _eof;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
LookaheadStream.cs 59 T _eof = null; field in class:Antlr.Runtime.Misc.LookaheadStream
71 return _eof;
75 _eof = value;
146 _eof = o;
174 return _eof;
  /external/iptables/iptables/
iptables-apply 17 cat <<-_eof
19 _eof
24 cat <<-_eof
28 _eof
40 cat <<-_eof
54 _eof
  /external/xmlrpcpp/src/
XmlRpcClient.cpp 40 _eof = false;
145 if ((_connectionState != NO_CONNECTION && _connectionState != IDLE) || _eof)
148 _eof = false;
286 if ( ! XmlRpcSocket::nbRead(this->getfd(), _header, &_eof) ||
287 (_eof && _header.length() == 0)) {
295 _eof = false;
322 if (_eof) // EOF in the middle of a response is an error
358 if ( ! XmlRpcSocket::nbRead(this->getfd(), _response, &_eof)) {
365 if (_eof) {
XmlRpcClient.h 110 bool _eof; member in class:XmlRpc::XmlRpcClient
  /external/python/cpython3/Lib/
_compression.py 41 self._eof = False
76 if not size or self._eof:
107 self._eof = True
116 self._eof = False
zipfile.py 758 self._eof = False
832 while not self._eof:
846 while n > 0 and not self._eof:
864 if self._eof and self._running_crc != self._expected_crc:
874 while not self._eof:
892 while not self._eof:
907 if self._eof or n <= 0:
920 self._eof = self._compress_left <= 0
924 self._eof = (self._decompressor.eof or
927 if self._eof
    [all...]
  /external/tensorflow/tensorflow/contrib/kafka/python/ops/
kafka_dataset_ops.py 56 self._eof = ops.convert_to_tensor(eof, dtype=dtypes.bool, name="eof")
62 self._eof, self._timeout)
  /external/python/cpython3/Lib/asyncio/
streams.py 351 self._eof = False # Whether we're done.
361 if self._eof:
405 self._eof = True
410 return self._eof and not self._buffer
413 assert not self._eof, 'feed_data after feed_eof'
448 assert not self._eof, '_wait_for_data after EOF'
569 if self._eof:
627 if not self._buffer and not self._eof:
663 if self._eof:
selector_events.py 683 self._eof = False
748 if self._eof:
800 elif self._eof:
804 if self._eof:
806 self._eof = True
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
io.h 188 _CRTIMP int __cdecl _eof(int _FileHandle);
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/
CPP.stg 1011 const static short <name>dfa<dfa.decisionNumber>_eof[<dfa.numberOfStates>] = {
1041 eof = <name>dfa<dfa.decisionNumber>_eof;
    [all...]
  /external/python/cpython3/Lib/test/test_asyncio/
test_selector_events.py     [all...]

Completed in 1010 milliseconds