HomeSort by relevance Sort by last modified time
    Searched defs:getline (Results 1 - 25 of 34) sorted by null

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
linecache.py 11 __all__ = ["getline", "clearcache", "checkcache"]
13 def getline(filename, lineno, module_globals=None): function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
linecache.py 11 __all__ = ["getline", "clearcache", "checkcache"]
13 def getline(filename, lineno, module_globals=None): function
nntplib.py 200 def getline(self): member in class:NNTP
214 resp = self.getline()
240 line = self.getline()
ftplib.py 182 def getline(self): member in class:FTP
196 line = self.getline()
200 nextline = self.getline()
    [all...]
  /external/python/cpython2/Lib/
linecache.py 11 __all__ = ["getline", "clearcache", "checkcache"]
13 def getline(filename, lineno, module_globals=None): function
nntplib.py 207 def getline(self): member in class:NNTP
223 resp = self.getline()
249 line = self.getline()
ftplib.py 187 def getline(self): member in class:FTP
203 line = self.getline()
207 nextline = self.getline()
    [all...]
  /external/u-boot/tools/
getline.c 2 /* getline.c -- Replacement for GNU C library function getline
86 int getline (char **lineptr, size_t *n, FILE *stream) function
  /external/python/cpython3/Lib/
linecache.py 13 __all__ = ["getline", "clearcache", "checkcache"]
15 def getline(filename, lineno, module_globals=None): function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
cleanfuture.py 146 def getline(self): member in class:FutureFinder
165 get = tokenize.generate_tokens(self.getline).next
reindent.py 177 tokenize.tokenize(self.getline, self.tokeneater)
249 def getline(self): member in class:Reindenter
pindent.py 140 def getline(self): member in class:PythonIndenter
149 # end def getline
167 line = self.getline()
212 line = self.getline()
243 line = self.getline()
  /external/python/cpython2/Demo/threads/
squasher.py 30 # getline: delivers the next input line to its invoker
31 # disassembler: grabs input lines from getline, and delivers them one
45 def getline(text): function
96 cogetline = co.create(getline, test)
  /external/python/cpython2/Tools/scripts/
cleanfuture.py 146 def getline(self): member in class:FutureFinder
165 get = tokenize.generate_tokens(self.getline).next
reindent.py 206 tokenize.tokenize(self.getline, self.tokeneater)
278 def getline(self): member in class:Reindenter
pindent.py 144 def getline(self): member in class:PythonIndenter
153 # end def getline
168 line = self.getline()
212 line = self.getline()
241 line = self.getline()
  /external/python/cpython3/Tools/scripts/
cleanfuture.py 146 def getline(self): member in class:FutureFinder
165 get = tokenize.generate_tokens(self.getline).__next__
reindent.py 202 tokens = tokenize.generate_tokens(self.getline)
276 def getline(self): member in class:Reindenter
pindent.py 142 def getline(self): member in class:PythonIndenter
151 # end def getline
166 line = self.getline()
210 line = self.getline()
239 line = self.getline()
  /external/autotest/utils/
reindent.py 176 tokenize.tokenize(self.getline, self.tokeneater)
248 def getline(self): member in class:Reindenter
  /external/u-boot/examples/standalone/
atmel_df_pow2.c 76 static char *getline(void) function
137 line = getline();
192 line = getline();
smc911x_eeprom.c 266 * getline - consume a line of input and handle some escape sequences
268 static char *getline(void) function
348 line = getline();
  /external/iperf3/src/
iperf_util.c 486 /* Compatibility version of getline(3) for systems that don't have it.. */
488 /* The following code adopted from NetBSD's getline.c, which is: */
562 getline(char **buf, size_t *bufsiz, FILE *fp) function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
scantools.py 466 def getline(self): member in class:Scanner
472 return self.getline()
497 try: line = self.getline()
556 line = self.getline()
  /external/python/cpython2/Tools/bgen/bgen/
scantools.py 466 def getline(self): member in class:Scanner
472 return self.getline()
497 try: line = self.getline()
556 line = self.getline()

Completed in 653 milliseconds

1 2