HomeSort by relevance Sort by last modified time
    Searched refs:INPUTFILE (Results 1 - 25 of 32) sorted by null

1 2

  /external/python/cpython2/Mac/Modules/ah/
ahsupport.py 14 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner
37 execfile(INPUTFILE)
  /external/python/cpython2/Mac/Modules/folder/
foldersupport.py 14 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner
48 execfile(INPUTFILE)
  /external/python/cpython2/Mac/Modules/evt/
evtsupport.py 18 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner
53 execfile(INPUTFILE)
  /external/python/cpython2/Mac/Modules/fm/
fmsupport.py 14 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner
73 execfile(INPUTFILE)
  /external/python/cpython2/Mac/Modules/help/
helpsupport.py 17 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner
69 execfile(INPUTFILE)
  /external/python/cpython2/Mac/Modules/launch/
launchsupport.py 17 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner
92 execfile(INPUTFILE)
  /external/python/cpython2/Mac/Modules/scrap/
scrapsupport.py 20 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner
66 execfile(INPUTFILE)
  /external/python/cpython2/Mac/Modules/cg/
cgsupport.py 15 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner
148 execfile(INPUTFILE)
  /external/python/cpython2/Mac/Modules/cm/
cmsupport.py 16 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner
115 execfile(INPUTFILE)
  /external/python/cpython2/Mac/Modules/icn/
icnsupport.py 18 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner
81 execfile(INPUTFILE)
  /external/python/cpython2/Mac/Modules/menu/
menusupport.py 17 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner
99 execfile(INPUTFILE)
  /external/python/cpython2/Mac/Modules/osa/
osasupport.py 15 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner
96 execfile(INPUTFILE)
  /external/python/cpython2/Mac/Modules/app/
appsupport.py 18 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner
124 execfile(INPUTFILE)
  /external/python/cpython2/Mac/Modules/mlte/
mltesupport.py 15 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner
169 execfile(INPUTFILE)
  /external/python/cpython2/Mac/Modules/qdoffs/
qdoffssupport.py 17 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner
89 execfile(INPUTFILE)
  /external/python/cpython2/Mac/Modules/te/
tesupport.py 18 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner
201 execfile(INPUTFILE)
  /external/valgrind/cachegrind/
cg_diff.in 166 open(INPUTFILE, "< $input_file")
172 while ($line = <INPUTFILE>) {
187 $line = <INPUTFILE>;
202 while (<INPUTFILE>) {
248 close(INPUTFILE);
cg_annotate.in 314 open(INPUTFILE, "< $input_file")
319 while ($line = <INPUTFILE>) {
334 $line = <INPUTFILE>;
392 while (<INPUTFILE>) {
449 close(INPUTFILE);
741 if (open(INPUTFILE, "< $try_name")) {
817 my $tmp = <INPUTFILE>;
823 while (($. < $high) && ($src_line = <INPUTFILE>)) {
863 close(INPUTFILE);
  /external/python/cpython2/Mac/Modules/drag/
dragsupport.py 17 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner
219 execfile(INPUTFILE)
  /external/python/cpython2/Mac/Modules/list/
listsupport.py 18 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner
172 execfile(INPUTFILE)
  /external/python/cpython2/Mac/Modules/win/
winsupport.py 17 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner
194 execfile(INPUTFILE)
  /external/valgrind/perf/
vg_perf 196 open(INPUTFILE, "< $f") || die "File $f not openable\n";
198 while (my $line = <INPUTFILE>) {
215 close(INPUTFILE);
vg_perf.in 196 open(INPUTFILE, "< $f") || die "File $f not openable\n";
198 while (my $line = <INPUTFILE>) {
215 close(INPUTFILE);
  /external/python/cpython2/Mac/Modules/qt/
qtsupport.py 19 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner
329 execfile(INPUTFILE)
  /external/python/cpython2/Mac/Modules/qd/
qdsupport.py 17 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner
272 execfile(INPUTFILE)

Completed in 680 milliseconds

1 2