Searched defs:firstline (Results  1 – 10 of 10) sorted by relevance
| /external/lua/src/ | 
| D | lua.c | 421 static const char *get_prompt (lua_State *L, int firstline) {  in get_prompt() 455 static int pushline (lua_State *L, int firstline) {  in pushline()
  | 
| /external/cronet/net/third_party/quiche/src/quiche/balsa/ | 
| D | balsa_frame_test.cc | 221 std::string CreateMessage(const char* firstline,  in CreateMessage() 325     std::string firstline = CreateFirstLine(tmp_tokens, tmp_whitespace, "\n");  in FirstLineParsedCorrectlyHelper()  local 589   void VerifyFirstLineParsing(const std::string& firstline,  in VerifyFirstLineParsing() 757   std::string firstline = "HTTP/1.1 101 \r\n\r\n";  in TEST_F()  local 787 void HeaderLineTestHelper(const char* firstline, bool is_request,  in HeaderLineTestHelper() 805   const char firstline[] = "GET / HTTP/1.1\r\n";  in TEST()  local 843   const char firstline[] = "HTTP/1.0 200 A reason\tphrase\r\n";  in TEST()  local
  | 
| D | balsa_headers.h | 1347   const absl::string_view firstline = first_line();  in WriteToBuffer()  local
  | 
| D | balsa_headers.cc | 897   const absl::string_view firstline = first_line();  in DumpToPrefixedString()  local
  | 
| /external/python/cpython2/Lib/ | 
| D | platform.py | 295 def _parse_release_file(firstline):  argument
  | 
| D | codecs.py | 442     def read(self, size=-1, chars=-1, firstline=False):  argument
  | 
| /external/webrtc/test/ | 
| D | rtp_file_reader.cc | 126     char firstline[kFirstLineLength + 1] = {0};  in Init()  local
  | 
| /external/pcre/src/ | 
| D | pcre2_dfa_match.c | 3311 BOOL utf, anchored, startline, firstline;  in pcre2_dfa_match()  local
  | 
| D | pcre2_match.c | 6321 BOOL firstline;  in pcre2_match()  local
  | 
| /external/python/cpython3/Lib/ | 
| D | codecs.py | 451     def read(self, size=-1, chars=-1, firstline=False):  argument
  |