Home
last modified time | relevance | path

Searched defs:firstline (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/lua/src/
H A Dlua.c421 static const char *get_prompt (lua_State *L, int firstline) { in get_prompt()
455 static int pushline (lua_State *L, int firstline) { in pushline()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/balsa/
H A Dbalsa_frame_test.cc223 std::string CreateMessage(const char* firstline, in CreateMessage()
327 std::string firstline = CreateFirstLine(tmp_tokens, tmp_whitespace, "\n"); in FirstLineParsedCorrectlyHelper() local
588 void VerifyFirstLineParsing(const std::string& firstline, in VerifyFirstLineParsing()
758 std::string firstline = "HTTP/1.1 101 \r\n\r\n"; in TEST_F() local
788 void HeaderLineTestHelper(const char* firstline, bool is_request, in HeaderLineTestHelper()
806 const char firstline[] = "GET / \rHTTP/1.1\r\n"; in TEST() local
880 const char firstline[] = "HTTP/1.0 200 A reason\tphrase\r\n"; in TEST() local
H A Dbalsa_headers.cc897 const absl::string_view firstline = first_line(); in DumpToPrefixedString() local
H A Dbalsa_headers.h1348 const absl::string_view firstline = first_line(); in WriteToBuffer() local
/aosp_15_r20/external/python/cpython2/Lib/
Dplatform.py295 def _parse_release_file(firstline): argument
Dcodecs.py442 def read(self, size=-1, chars=-1, firstline=False): argument
/aosp_15_r20/external/webrtc/test/
H A Drtp_file_reader.cc126 char firstline[kFirstLineLength + 1] = {0}; in Init() local
/aosp_15_r20/external/pcre/src/
H A Dpcre2_dfa_match.c3363 BOOL utf, anchored, startline, firstline; in pcre2_dfa_match() local
H A Dpcre2_match.c6540 BOOL firstline; in pcre2_match() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dcodecs.py451 def read(self, size=-1, chars=-1, firstline=False): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dcodecs.py451 def read(self, size=-1, chars=-1, firstline=False): argument
/aosp_15_r20/external/python/cpython3/Lib/
Dcodecs.py451 def read(self, size=-1, chars=-1, firstline=False): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dcodecs.py451 def read(self, size=-1, chars=-1, firstline=False): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dcodecs.py451 def read(self, size=-1, chars=-1, firstline=False): argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dcodecs.py451 def read(self, size=-1, chars=-1, firstline=False): argument
/aosp_15_r20/external/flashrom/
H A Dflashrom.c2127 int remaining = 0, firstline = 1; in list_programmers_linebreak() local