Home
last modified time | relevance | path

Searched defs:eof (Results 1 – 25 of 138) sorted by relevance

123456

/external/bazel-skylib/tests/diff_test/
Ddiff_test_tests.sh58 cat >"$ws/${subdir}BUILD" <<'eof' heredoc
93 cat >"$ws/main/WORKSPACE" <<'eof' heredoc
121 cat >"$ws/ext2/foo/BUILD" <<'eof' heredoc
134 cat >"$ws/main/ext2/foo/BUILD" <<'eof' heredoc
143 cat >"$ws/main/BUILD" <<'eof' heredoc
/external/antlr/runtime/Ruby/lib/antlr3/
Ddfa.rb104 attr_reader :recognizer, :decision_number, :eot, :eof, :min, :max, accessor in ANTLR3.DFA
108 attr_reader :decision, :eot, :eof, :min, :max, accessor in ANTLR3.DFA
145 eot = nil, eof = nil, min = nil, max = nil, argument
/external/perfetto/ui/src/controller/
Dtrace_stream.ts23 eof: boolean; property
122 let eof = false; variable
/external/antlr/runtime/ObjC/Framework/
DStreamEnumerator.h38 id eof; variable
DLookaheadStream.h44 id eof; variable
DTreeIterator.h48 __strong id<BaseTree> eof; variable
DDFA.h35 const NSInteger *eof; variable
DBufferedTreeNodeStream.h66 id eof; variable
/external/rust/crates/ciborium/tests/
Dno_std.rs18 fn eof() { in eof() function
/external/conscrypt/common/src/jni/main/include/conscrypt/
Dbio_stream.h72 void setEof(bool eof) { in setEof()
/external/rust/crates/tokio/src/io/util/
Dread_exact.rs43 fn eof() -> io::Error { in eof() function
/external/cpu_features/include/internal/
Dstack_line_reader.h39 bool eof; // Nothing more to read, we reached EOF. member
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DTreeIterator.cs50 public object eof; field in Antlr.Runtime.Tree.TreeIterator
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DTreeIterator.cs53 public object eof; field in Antlr.Runtime.Tree.TreeIterator
/external/curl/tests/libtest/
Dlib667.c42 int eof = !*pooh->readptr; in read_callback() local
Dlib654.c50 int eof = !*pooh->readptr; in read_callback() local
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/
DTreeIterator.java49 public Object eof; field in TreeIterator
/external/grpc-grpc/third_party/nanopb/examples/using_union_messages/
Ddecode.c21 bool eof; in decode_unionmessage_type() local
/external/ltp/testcases/kdump/lib/crasher/
Dcrasher.c42 int *eof, void *data) in crasher_read()
/external/nanopb-c/examples/using_union_messages/
Ddecode.c21 bool eof; in decode_unionmessage_type() local
/external/flac/include/FLAC/
Dcallback.h175 FLAC__IOCallback_Eof eof; member
/external/antlr/runtime/Perl5/lib/ANTLR/Runtime/
DDFA.pm13 has 'eof' => ( attribute in ANTLR::Runtime::DFA
/external/mtools/
Dunix2dos.c34 bool eof; member
/external/libopus/src/
Drepacketizer_demo.c60 int i, eof=0; in main() local
/external/apache-http/src/org/apache/http/conn/
DEofSensorInputStream.java238 protected void checkEOF(int eof) throws IOException { in checkEOF()

123456