HomeSort by relevance Sort by last modified time
    Searched full:rootdir (Results 1 - 25 of 93) sorted by null

1 2 3 4

  /external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/
FileSystemResourceLoader.java 34 private final File rootDir;
36 public FileSystemResourceLoader(File rootDir) {
37 this.rootDir = rootDir;
40 public FileSystemResourceLoader(String rootDir) {
41 this(new File(rootDir));
46 File file = new File(rootDir, name);
61 + rootDir + "'");
73 File file = new File(rootDir, filename);
  /external/compiler-rt/lib/tsan/lit_tests/
test_output.sh 6 ROOTDIR=$(dirname $0)/..
7 BLACKLIST=$ROOTDIR/lit_tests/Helpers/blacklist.txt
16 LDFLAGS="-pie -lpthread -ldl $ROOTDIR/rtl/libtsan.a"
34 for c in $ROOTDIR/lit_tests/*.{c,cc}; do
49 test_file $ROOTDIR/lit_tests/$1 $CXX "DUMP"
  /external/webkit/Tools/DumpRenderTree/android/
view_source.php 27 $rootDir = realpath($_SERVER['DOCUMENT_ROOT'] . '..' . DIRECTORY_SEPARATOR . '..');
30 global $rootDir;
31 return $rootDir . DIRECTORY_SEPARATOR . $relPath;
35 global $rootDir;
get_layout_tests_dir_contents.php 30 $rootDir = realpath($_SERVER['DOCUMENT_ROOT'] . '..' . DIRECTORY_SEPARATOR . '..');
33 global $rootDir;
34 return $rootDir . DIRECTORY_SEPARATOR . $relPath;
75 global $rootDir;
99 $relPath = substr(realpath(getAbsolutePath($path)), strlen($rootDir) + 1);
  /external/jsilver/src/com/google/clearsilver/jsilver/precompiler/
PrecompiledTemplateMapFileReader.java 43 private final String rootDir;
53 * rootDir to update template file paths.
54 * @param rootDir optional string to prepend to all non-absolute template filenames. Should be set
57 public PrecompiledTemplateMapFileReader(String filename, String dirPattern, String rootDir) {
60 this.rootDir = rootDir;
65 templateMap = makeTemplateMap(mapFileName, rootDir);
70 private Map<Object, String> makeTemplateMap(String templateMapFile, String rootDir)
80 rootDir);
91 Map<Object, String> templateMap, String templateMapFile, String rootDir) {
    [all...]
  /external/qemu/distrib/sdl-1.2.15/Xcode/
package 48 if ( $?rootDir ) then
49 echo ${prog}: root-dir parameter already set to ${rootDir}.
57 set rootDir = $argv[2]
116 if ( $?rootDir ) then
121 set rootDir = "$argv[1]"
129 if ( ! $?rootDir ) then
158 set pkgTop = ${rootDir:t}
159 set parent = ${rootDir:h}
162 set parent = $rootDir
235 $mkbom $rootDir $pkgBom >& /dev/nul
    [all...]
  /build/target/product/
embedded.mk 75 system/core/rootdir/init.usb.rc:root/init.usb.rc \
76 system/core/rootdir/init.trace.rc:root/init.trace.rc \
  /external/grub/util/
grub-set-default 24 rootdir=
54 rootdir=`echo "$option" | sed 's/--root-directory=//'` ;;
78 grubdir=${rootdir}/boot/grub
82 grubdir=${rootdir}/grub
86 echo "No GRUB directory found under ${rootdir}/" 1>&2
grub-set-default.in 24 rootdir=
54 rootdir=`echo "$option" | sed 's/--root-directory=//'` ;;
78 grubdir=${rootdir}/boot/grub
82 grubdir=${rootdir}/grub
86 echo "No GRUB directory found under ${rootdir}/" 1>&2
  /development/ndk/tests/
run-all.sh 9 ROOTDIR=`dirname $PROGDIR`
105 SAMPLE_DIRS=`cd $ROOTDIR && ls -d samples/*`
106 SAMPLE_DIRS="$SAMPLE_DIRS "`cd $ROOTDIR && ls -d platforms/android-*/samples/*`
115 SAMPLEDIR=$ROOTDIR/$1
  /external/antlr/antlr-3.4/runtime/Python/
setup.py 194 rootDir = os.path.abspath(
201 os.path.join(rootDir, 'tool', 'target', 'classes'),
202 os.path.join(rootDir, 'runtime', 'Java', 'target', 'classes')
206 os.path.join(rootDir, 'archive',
211 os.path.join(rootDir, 'lib', 'antlr-2.7.7.jar'),
212 os.path.join(rootDir, 'lib', 'stringtemplate-3.2.1.jar'),
213 os.path.join(rootDir, 'lib', 'ST-4.0.2.jar'),
214 os.path.join(rootDir, 'lib', 'junit-4.2.jar')
  /development/tools/idegen/src/com/android/idegen/
StandardModule.java 153 File rootDir;
155 rootDir = root.getParentFile();
157 rootDir = root;
166 builder.add(new File(rootDir, dir));
169 builder.add(new File(rootDir, value));
  /build/tools/
findleaves.py 29 for rootdir in dirlist:
30 rootdepth = rootdir.count("/")
31 for root, dirs, files in os.walk(rootdir, followlinks=True):
  /external/chromium/sdch/open-vcdiff/packages/
deb.sh 5 # an arbitrary .tar.gz file in the rootdir. That's fine: there's probably
8 # Run this from the 'packages' directory, just under rootdir
23 # Double-check we're in the packages directory, just under rootdir
rpm.sh 3 # Run this from the 'packages' directory, just under rootdir
24 # Double-check we're in the packages directory, just under rootdir
  /external/open-vcdiff/packages/
deb.sh 19 # an arbitrary .tar.gz file in the rootdir. That's fine: there's probably
22 # Run this from the 'packages' directory, just under rootdir
37 # Double-check we're in the packages directory, just under rootdir
  /external/eigen/scripts/
relicense.py 51 rootdir = sys.argv[1] variable
52 for root, sub_folders, files in os.walk(rootdir):
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
SdkSelectionPage.java 270 * @param rootDir The "samples" root directory. Doesn't change during recursion.
271 * @param currDir The directory being scanned. Caller must initially set it to {@code rootDir}.
280 File rootDir,
291 findSampleManifestInDir(f, rootDir, extraName, targetVersion, samplesPaths);
300 findSamplesManifests(rootDir, f, extraName, targetVersion, samplesPaths);
308 File rootDir,
335 String name = getSampleDisplayName(extraName, rootDir, sampleDir);
351 private String getSampleDisplayName(String extraName, File rootDir, File sampleDir) {
353 if (!rootDir.equals(sampleDir)) {
355 int n = rootDir.getPath().length()
    [all...]
  /build/target/board/vbox_x86/
device.mk 33 system/core/rootdir/init.rc:root/init.rc \
  /external/skia/gm/
gm_expectations.h 149 * image files found within rootDir.
151 * rootDir: directory under which to look for image files
156 IndividualImageExpectationsSource(const char *rootDir,
158 fRootDir(rootDir), fNotifyOfMissingFiles(notifyOfMissingFiles) {}
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
qnx4_fs.h 84 struct qnx4_inode_entry RootDir;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
qnx4_fs.h 84 struct qnx4_inode_entry RootDir;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
qnx4_fs.h 84 struct qnx4_inode_entry RootDir;
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
FatFileSystem.java 45 private final FatLfnDirectory rootDir;
105 this.rootDir = new FatLfnDirectory(rootDirStore, fat, isReadOnly());
203 rootDir.flush();
216 return rootDir;
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
FileCache.java 74 public static void deleteFiles(Context context, File rootDir, String dbName) {
77 File[] files = rootDir.listFiles();
79 for (File file : rootDir.listFiles()) {
89 public FileCache(Context context, File rootDir, String dbName, long capacity) {
90 mRootDir = Utils.checkNotNull(rootDir);

Completed in 626 milliseconds

1 2 3 4