/external/antlr/antlr-3.4/runtime/Perl5/tools/ |
antlr.sh | 5 java -Dfile.encoding=windows-1252 \
|
antlr.bat | 8 -Dfile.encoding=UTF-8 ^
|
/ndk/build/tools/ |
dev-platform-compress.sh | 93 DFILE=$DDIR/$FILENAME 99 if [ -f "$DFILE" ]; then 100 log2 "Removing obsolete $DFILE" 101 rm -f $DFILE 109 DFILE=$DDIR/$FILENAME 110 log2 "Copying $SFILE --> $DFILE" 111 mkdir -p $(dirname "$DFILE") && cp $CFILE $DFILE 112 fail_panic "Could not copy $CFILE to $DFILE"
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
compileall.py | 48 dfile = os.path.join(ddir, name) 50 dfile = None 58 if not compile_dir(fullname, maxlevels - 1, dfile, force, rx, 77 dfile = os.path.join(ddir, name) 79 dfile = None 101 ok = py_compile.compile(fullname, None, dfile, True)
|
py_compile.py | 71 def compile(file, cfile=None, dfile=None, doraise=False): 79 dfile: purported filename; defaults to source (this is the filename 113 codeobject = __builtin__.compile(codestring, dfile or file,'exec') 115 py_exc = PyCompileError(err.__class__, err, dfile or file)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
compileall.py | 48 dfile = os.path.join(ddir, name) 50 dfile = None 58 if not compile_dir(fullname, maxlevels - 1, dfile, force, rx, 77 dfile = os.path.join(ddir, name) 79 dfile = None 101 ok = py_compile.compile(fullname, None, dfile, True)
|
py_compile.py | 71 def compile(file, cfile=None, dfile=None, doraise=False): 79 dfile: purported filename; defaults to source (this is the filename 113 codeobject = __builtin__.compile(codestring, dfile or file,'exec') 115 py_exc = PyCompileError(err.__class__, err, dfile or file)
|
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/ |
GZIPOutputStreamTest.java | 187 File dFile = new File("GZIPOutCon.txt"); 188 dFile.delete();
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
util.py | 469 # dfile - purported source filename (same as 'file' by default) 471 dfile = file variable 477 dfile = dfile[len(prefix):] variable 479 dfile = os.path.join(base_dir, dfile) variable 486 compile(file, cfile, dfile)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
util.py | 469 # dfile - purported source filename (same as 'file' by default) 471 dfile = file variable 477 dfile = dfile[len(prefix):] variable 479 dfile = os.path.join(base_dir, dfile) variable 486 compile(file, cfile, dfile)
|
/external/robolectric/ |
build.xml | 220 <arg line="install:install-file -DgroupId=com.google.android.maps -DartifactId=maps -Dversion=10_r2 -Dpackaging=jar -Dfile=${sdk.dir}/add-ons/addon_google_apis_google_inc_10/libs/maps.jar" /> 223 <arg line="install:install-file -DgroupId=com.google.android.maps -DartifactId=maps -Dversion=10_r2 -Dpackaging=jar -Dfile=${sdk.dir}/add-ons/addon-google_apis-google_inc_-10/libs/maps.jar" /> 226 <arg line="install:install-file -DgroupId=com.google.android.maps -DartifactId=maps -Dversion=10_r2 -Dpackaging=jar -Dfile=${sdk.dir}/add-ons/addon-google_apis-google-10/libs/maps.jar" /> 251 <arg line="install:install-file -DgroupId=com.google.android.maps -DartifactId=maps -Dversion=10_r2 -Dpackaging=jar -Dfile=tmp/sdk/android-sdk-linux/add-ons/addon-google_apis-google-10/libs/maps.jar"/>
|