Searched defs:firstline (Results 1 – 7 of 7) 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/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 | 125 char firstline[kFirstLineLength + 1] = {0}; in Init() local
|
/external/pcre/dist2/src/ |
D | pcre2_dfa_match.c | 3254 BOOL utf, anchored, startline, firstline; in pcre2_dfa_match() local
|
D | pcre2_match.c | 6112 BOOL firstline; in pcre2_match() local
|
/external/python/cpython3/Lib/ |
D | codecs.py | 451 def read(self, size=-1, chars=-1, firstline=False): argument
|