/external/python/cpython2/Include/ |
node.h | 21 char *str, int lineno, int col_offset);
|
parsetok.h | 13 int lineno; member in struct:__anon32599
|
/external/python/cpython2/Parser/ |
parser.h | 35 int PyParser_AddToken(parser_state *ps, int type, char *str, int lineno, int col_offset,
|
/external/python/cpython2/Tools/i18n/ |
pygettext.py | 103 Do not write filename/lineno location comments. 107 Write filename/lineno location comments indicating where each 374 def __waiting(self, ttype, tstring, lineno): 381 self.__addentry(safe_eval(tstring), lineno, isdocstring=1) 393 def __suiteseen(self, ttype, tstring, lineno): 398 def __suitedocstring(self, ttype, tstring, lineno): 401 self.__addentry(safe_eval(tstring), lineno, isdocstring=1) 408 def __keywordseen(self, ttype, tstring, lineno): 411 self.__lineno = lineno 416 def __openseen(self, ttype, tstring, lineno) [all...] |
/external/python/cpython3/Lib/ |
_sitebuiltins.py | 70 lineno = 0 73 for i in range(lineno, lineno + self.MAXLINES): 78 lineno += self.MAXLINES
|
mailcap.py | 11 if 'lineno' in entry: 12 return 0, entry['lineno'] 30 lineno = 0 37 morecaps, lineno = _readmailcapfile(fp, lineno) 71 def _readmailcapfile(fp, lineno): 97 if lineno is not None: 98 fields['lineno'] = lineno 99 lineno += [all...] |
/external/python/cpython3/Lib/test/ |
test_future.py | 16 def check_syntax_error(self, err, basename, lineno, offset=0): 17 self.assertIn('%s.py, line %d' % (basename, lineno), str(err)) 19 self.assertEqual(err.lineno, lineno)
|
/external/python/cpython3/Parser/ |
parser.h | 35 int PyParser_AddToken(parser_state *ps, int type, char *str, int lineno, int col_offset,
|
/external/python/cpython3/Tools/i18n/ |
pygettext.py | 103 Do not write filename/lineno location comments. 107 Write filename/lineno location comments indicating where each 336 def __waiting(self, ttype, tstring, lineno): 343 self.__addentry(safe_eval(tstring), lineno, isdocstring=1) 355 def __suiteseen(self, ttype, tstring, lineno): 360 def __suitedocstring(self, ttype, tstring, lineno): 363 self.__addentry(safe_eval(tstring), lineno, isdocstring=1) 370 def __keywordseen(self, ttype, tstring, lineno): 373 self.__lineno = lineno 378 def __openseen(self, ttype, tstring, lineno) [all...] |
/external/selinux/libsemanage/src/ |
interfaces_file.c | 90 str, info->filename, info->lineno, info->orig_line); 96 info->lineno, info->orig_line); 114 str, info->filename, info->lineno, info->orig_line); 120 info->lineno, info->orig_line);
|
/prebuilts/gdb/darwin-x86/include/python2.7/ |
node.h | 21 char *str, int lineno, int col_offset);
|
parsetok.h | 13 int lineno; member in struct:__anon66490
|
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
GrepDialog.py | 88 lineno = 0 94 lineno = lineno + 1 98 sys.stdout.write("%s: %s: %s\n" % (fn, lineno, line))
|
/prebuilts/gdb/linux-x86/include/python2.7/ |
node.h | 21 char *str, int lineno, int col_offset);
|
parsetok.h | 13 int lineno; member in struct:__anon66612
|
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/ |
GrepDialog.py | 88 lineno = 0 94 lineno = lineno + 1 98 sys.stdout.write("%s: %s: %s\n" % (fn, lineno, line))
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
node.h | 21 char *str, int lineno, int col_offset);
|
parsetok.h | 13 int lineno; member in struct:__anon1005
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
GrepDialog.py | 88 lineno = 0 94 lineno = lineno + 1 98 sys.stdout.write("%s: %s: %s\n" % (fn, lineno, line))
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
node.h | 21 char *str, int lineno, int col_offset);
|
parsetok.h | 13 int lineno; member in struct:__anon1128
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
GrepDialog.py | 88 lineno = 0 94 lineno = lineno + 1 98 sys.stdout.write("%s: %s: %s\n" % (fn, lineno, line))
|
/external/python/cpython2/Demo/tkinter/guido/ |
tkman.py | 224 lineno = string.atoi(here[:string.find(here, '.')]) 227 wraplineno = lineno 230 lineno = lineno + 1 231 if lineno > endlineno: 235 lineno = 0 237 line = self.text.get('%d.0 linestart' % lineno, 238 '%d.0 lineend' % lineno) 250 '%d.%d' % (lineno, i), 251 '%d.%d' % (lineno, i+n) [all...] |
/external/iputils/ninfod/ |
configure | 173 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO 174 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO 369 # as_fn_error STATUS ERROR [LINENO LOG_FD] 371 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are 372 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the 379 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 431 as_lineno_1=$LINENO as_lineno_1a=$LINENO [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/ |
eqfix.py | 94 lineno = 0
98 lineno = lineno + 1
104 if lineno == 1 and g is None and line[:2] == '#!':
117 lineno = lineno + 1
128 lineno = 0
131 rep(repr(lineno) + '\n')
|