Home
last modified time | relevance | path

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

123456789

/external/bazel-skylib/tests/diff_test/
Ddiff_test_tests.sh64 cat >"$ws/${subdir}BUILD" <<'eof' heredoc
99 cat >"$ws/main/WORKSPACE" <<'eof' heredoc
127 cat >"$ws/ext2/foo/BUILD" <<'eof' heredoc
140 cat >"$ws/main/ext2/foo/BUILD" <<'eof' heredoc
149 cat >"$ws/main/BUILD" <<'eof' heredoc
238 cat >"$ws/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/sdv/vsomeip/third_party/boost/spirit/classic/test/
Dsf_bug_720917.cpp42 static result_type eof; member in my_functor
47 my_functor::result_type my_functor::eof = '\0'; member in my_functor
/external/perfetto/ui/src/core/
Dtrace_stream.ts24 eof: boolean; property
132 let eof = false; variable
/external/pytorch/.ci/pytorch/win-test-helpers/
Dtest_python_shard.bat33 :eof label
Dtest_libtorch.bat50 :eof label
/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/android-crates-io/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/sdv/vsomeip/third_party/boost/algorithm/include/boost/algorithm/string/
Dfind_iterator.hpp160 bool eof() const in eof() function in boost::algorithm::find_iterator
348 bool eof() const in eof() function in boost::algorithm::split_iterator
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/lex/lexer/lexertl/
Dfunctor.hpp117 BOOST_SPIRIT_EOF_PREFIX result_type const eof; member in boost::spirit::lex::lexertl::functor
285 functor<Token, FunctorData, Iterator, SupportsActors, SupportsState>::eof = member in boost::spirit::lex::lexertl::functor<Token, FunctorData, Iterator, SupportsActors, SupportsState>
/external/rust/android-crates-io/crates/tokio/src/io/util/
Dread_exact.rs43 fn eof() -> io::Error { in eof() function
/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/mutation/support/
DInputStreamSupport.java85 private boolean eof; field in InputStreamSupport.ExtendWithNullInputStream
209 private boolean eof; field in InputStreamSupport.ReadExactlyInputStream
/external/cronet/stable/third_party/cpu_features/src/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/cpu_features/include/internal/
Dstack_line_reader.h39 bool eof; // Nothing more to read, we reached EOF. member
/external/cronet/tot/third_party/cpu_features/src/include/internal/
Dstack_line_reader.h39 bool eof; // Nothing more to read, we reached EOF. member
/external/curl/tests/libtest/
Dlib667.c39 int eof = !*pooh->readptr; in read_callback() local
/external/nanopb-c/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/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/
DTreeIterator.java49 public Object eof; field in TreeIterator

123456789