Home
last modified time | relevance | path

Searched refs:unexpected_eof (Results 1 – 20 of 20) sorted by relevance

/external/rust/android-crates-io/crates/tinyjson/src/
Dparser.rs113 fn unexpected_eof(&self) -> Result<char, JsonParseError> { in unexpected_eof() method
138 self.unexpected_eof() in peek()
155 self.unexpected_eof() in consume()
164 self.unexpected_eof() in consume_no_skip()
/external/rust/android-crates-io/crates/bincode/src/de/
Dread.rs49 return Err(SliceReader::unexpected_eof()); in get_byte_slice()
103 fn unexpected_eof() -> Box<::ErrorKind> { in unexpected_eof() method
/external/llvm/include/llvm/Object/
DError.h33 unexpected_eof, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DError.h32 unexpected_eof, enumerator
DMinidump.h150 object_error::unexpected_eof); in createEOFError()
DBinary.h168 return object_error::unexpected_eof; in checkOffset()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
DError.h32 unexpected_eof, enumerator
DMinidump.h151 object_error::unexpected_eof); in createEOFError()
DBinary.h175 return errorCodeToError(object_error::unexpected_eof); in checkOffset()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
DError.cpp44 case object_error::unexpected_eof: in message()
DOffloadBinary.cpp194 return errorCodeToError(object_error::unexpected_eof); in create()
201 return errorCodeToError(object_error::unexpected_eof); in create()
DCOFFObjectFile.cpp49 EC = object_error::unexpected_eof; in checkSize()
1095 return errorCodeToError(object_error::unexpected_eof); in getString()
DWindowsResource.cpp70 object_error::unexpected_eof); in getHeadEntry()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DError.cpp44 case object_error::unexpected_eof: in message()
DCOFFObjectFile.cpp48 EC = object_error::unexpected_eof; in checkSize()
993 return object_error::unexpected_eof; in getString()
DWindowsResource.cpp72 object_error::unexpected_eof); in getHeadEntry()
/external/llvm/lib/Object/
DError.cpp45 case object_error::unexpected_eof: in message()
DCOFFObjectFile.cpp36 EC = object_error::unexpected_eof; in checkSize()
47 return object_error::unexpected_eof; in checkOffset()
937 return object_error::unexpected_eof; in getString()
/external/rust/android-crates-io/crates/bincode/tests/
Dtest.rs622 fn unexpected_eof() -> Box<::ErrorKind> { in test_zero_copy_parse_deserialize_into() method
649 return Err(SliceReader::unexpected_eof()); in test_zero_copy_parse_deserialize_into()
664 return Err(SliceReader::unexpected_eof()); in test_zero_copy_parse_deserialize_into()
678 return Err(SliceReader::unexpected_eof()); in test_zero_copy_parse_deserialize_into()
/external/toybox/toys/pending/
Dawk.c1312 static void unexpected_eof(void) in unexpected_eof() function
1344 if (ISTOK(tkeof)) unexpected_eof(); in expect()
1353 if (ISTOK(tkeof)) unexpected_eof(); in skip_to()
2341 if (ISTOK(tkeof)) unexpected_eof(); in action()
2354 if (ISTOK(tkeof)) unexpected_eof(); in action()