Home
last modified time | relevance | path

Searched defs:eos (Results 1 – 25 of 69) sorted by relevance

123

/external/libbrillo/brillo/streams/
Dfake_stream_test.cc39 bool ReadString(size_t size_to_read, std::string* out_buffer, bool* eos) { in ReadString()
108 bool eos = false; in TEST_F() local
118 bool eos = false; in TEST_F() local
132 bool eos = false; in TEST_F() local
152 bool eos = false; in TEST_F() local
184 bool eos = false; in TEST_F() local
212 bool eos = false; in TEST_F() local
Dstream.cc70 bool eos = false; in ReadBlocking() local
208 bool eos = false; in ReadAsyncImpl() local
237 bool eos) { in OnReadAsyncDone()
328 bool eos) { in ReadAllAsyncCallback()
Dinput_stream_set_test.cc104 bool eos = false; in TEST_F() local
Dopenssl_stream_bio.cc59 bool eos = false; in stream_read() local
Dinput_stream_set.cc121 bool eos = false; in ReadNonBlocking() local
/external/skia/modules/jsonreader/
DSkJSONReader.cpp133 FastString(const char* src, size_t size, const char* eos, SkArenaAlloc& alloc) { in FastString()
372 p = this->matchString(p, p_stop, [this](const char* key, size_t size, const char* eos) { in parse()
391 p, p_stop, [this](const char* str, size_t size, const char* eos) { in parse()
601 void pushObjectKey(const char* key, size_t size, const char* eos) { in pushObjectKey()
614 void pushString(const char* s, size_t size, const char* eos) { in pushString()
693 const auto* eos = SkParse::FindHex(hex_str, &hexed); in unescapeString() local
/external/federated-compute/fcp/dictionary/
Ddictionary.proto31 optional int32 eos = 3 [default = -1]; field
/external/libtextclassifier/native/lang_id/common/fel/
Dfel-parser.h82 bool eos() const { return current_ >= source_.end(); } in eos() function
/external/coreboot/src/drivers/wifi/generic/
Dsmbios.c17 u8 eos[2]; in smbios_write_intel_wifi() member
/external/executorch/extension/android/src/main/java/org/pytorch/executorch/
DLlamaModule.java159 public long prefillPrompt(String prompt, long startPos, int bos, int eos) { in prefillPrompt()
168 private native long[] prefillPromptNative(String prompt, long startPos, int bos, int eos); in prefillPromptNative()
/external/coreboot/src/include/
Dsmbios.h340 u8 eos[2]; member
365 u8 eos[2]; member
401 u8 eos[2]; member
460 u8 eos[2]; member
491 u8 eos[2]; member
689 u8 eos[2]; member
796 u8 eos[2]; member
947 u8 eos[2]; member
953 u8 eos[2]; member
968 u8 eos[2]; member
[all …]
/external/curl/lib/
Drequest.c188 bool eos = FALSE; in xfer_send() local
351 bool eos; in add_from_client() local
Dcfilters.c104 const void *buf, size_t len, bool eos, in Curl_cf_def_send()
264 const void *mem, size_t len, bool eos, in Curl_cf_send()
388 const void *buf, size_t len, bool eos, in Curl_conn_cf_send()
873 const void *buf, size_t blen, bool eos, in Curl_conn_send()
Dsendf.c509 char *buf, size_t blen, size_t *nread, bool *eos) in Curl_creader_read()
536 size_t *nread, bool *eos) in Curl_creader_def_read()
960 bool eos; in cr_lc_read() local
1161 size_t *nread, bool *eos) in Curl_client_read()
Dfile.c303 bool eos = FALSE; in file_upload() local
/external/libpcap/rpcapd/
Dfileconf.c356 char *eos; in fileconf_read() local
/external/executorch/examples/models/llava/runner/
Dllava_runner.cpp91 int8_t eos) { in prefill_prompt()
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/detail/lexer/parser/tokeniser/
Dre_tokeniser_state.hpp89 inline bool eos () in eos() function
/external/elfutils/libdwfl/
Dcore-file.c345 const void *eos = memchr (contents, '\0', size); in dwfl_elf_phdr_memory_callback() local
390 const void *eos = memchr (into, '\0', nread); in dwfl_elf_phdr_memory_callback() local
/external/rust/android-crates-io/crates/hyper/src/proto/h2/
Dclient.rs210 eos: bool, field
384 let eos = body.is_end_stream(); in poll() localVariable
/external/coreboot/src/soc/amd/common/block/include/amdblocks/
Dpsp.h33 struct smm_register eos; member
/external/curl/lib/vssh/
Dwolfssh.c223 const void *mem, size_t len, bool eos, in wscp_send()
252 const void *mem, size_t len, bool eos, CURLcode *err) in wsftp_send()
/external/cronet/tot/third_party/apache-portable-runtime/src/file_io/win32/
Ddir.c122 apr_wchar_t *eos = NULL; in apr_dir_read() local
/external/cronet/stable/third_party/apache-portable-runtime/src/file_io/win32/
Ddir.c122 apr_wchar_t *eos = NULL; in apr_dir_read() local
/external/sdv/vsomeip/third_party/boost/date_time/test/gregorian/
Dtestparse_date.cpp207 std::istream_iterator<std::string> iter(ss), eos; in main() local

123