Searched defs:cfile (Results 1 - 7 of 7) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
H A Dutil.py468 # cfile - byte-compiled file
470 cfile = file + (__debug__ and "c" or "o") variable
481 cfile_base = os.path.basename(cfile)
483 if force or newer(file, cfile):
486 compile(file, cfile, dfile)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
H A Dutil.py468 # cfile - byte-compiled file
470 cfile = file + (__debug__ and "c" or "o") variable
481 cfile_base = os.path.basename(cfile)
483 if force or newer(file, cfile):
486 compile(file, cfile, dfile)
/prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
H A Dant-1.8.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/prebuilts/misc/common/jython/
H A Djython.jarMETA-INF/MANIFEST.MF com/xhaus/modjy/ModjyJServlet.class ModjyJServlet.java package com.xhaus ...
/prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
H A Djython-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/services/javax.script.ScriptEngineFactory com/xhaus/modjy/ModjyJServlet ...
/prebuilts/devtools/tools/lib/
H A Djython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META-INF/maven/jline/ ...
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
H A Djython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META-INF/maven/jline/ ...

Completed in 94 milliseconds