HomeSort by relevance Sort by last modified time
    Searched full:sourcedir (Results 26 - 50 of 113) sorted by null

12 3 4 5

  /external/clang/lib/Tooling/
CompilationDatabase.cpp 88 CompilationDatabase::autoDetectFromDirectory(StringRef SourceDir,
90 SmallString<1024> AbsolutePath(getAbsolutePath(SourceDir));
97 SourceDir + "\"\n" + ErrorMessage).str();
  /external/icu4c/tools/icupkg/
icupkg.8.in 43 .BI "\-s\fP, \fB\-\-sourcedir" " source"
149 .BI "\-s\fP, \fB\-\-sourcedir" " source"
182 .B "\fB\-\-sourcedir"
  /external/webkit/Tools/Scripts/
update-webkit-dependency 67 my $sourceDir = sourceDir();
70 my $webkitLibrariesDir = toUnixPath($ENV{'WEBKITLIBRARIESDIR'}) || "$sourceDir/WebKitLibraries/win";
run-webkit-websocketserver 47 my $srcDir = sourceDir();
run-pageloadtest 71 my $webkitPath = sourceDir();
run-webkit-tests 79 push(@ARGV, sourceDir() . "/layout-test-results");
  /pdk/build/
prepare_pdk_tree.py 115 sourceDir = os.path.abspath('.')
142 mountf.write("mount --bind " + sourceDir + "/" + subdir + " " + targetDir + "/" + subdir + \
146 create_symbolic_link(sourceDir, targetDir, file_name)
  /frameworks/base/core/java/android/content/pm/
ApplicationInfo.java 382 public String sourceDir;
387 * non-forward-locked apps this will be the same as {@link #sourceDir).
478 pw.println(prefix + "sourceDir=" + sourceDir);
479 if (sourceDir == null) {
483 } else if (!sourceDir.equals(publicSourceDir)) {
555 sourceDir = orig.sourceDir;
595 dest.writeString(sourceDir);
634 sourceDir = source.readString()
    [all...]
  /build/tools/releasetools/
common.py 261 def BuildBootableImage(sourcedir, fs_config_file, info_dict=None):
263 'sourcedir'), and turn them into a boot image. Return the image
264 data, or None if sourcedir does not appear to contains files for
267 if (not os.access(os.path.join(sourcedir, "RAMDISK"), os.F_OK) or
268 not os.access(os.path.join(sourcedir, "kernel"), os.F_OK)):
278 cmd = ["mkbootfs", "-f", fs_config_file, os.path.join(sourcedir, "RAMDISK")]
280 cmd = ["mkbootfs", os.path.join(sourcedir, "RAMDISK")]
290 cmd = ["mkbootimg", "--kernel", os.path.join(sourcedir, "kernel")]
292 fn = os.path.join(sourcedir, "cmdline")
297 fn = os.path.join(sourcedir, "base"
    [all...]
  /cts/tests/tests/content/src/android/content/pm/cts/
PackageInfoTest.java 95 assertEquals(expected.sourceDir, actual.sourceDir);
  /external/icu4c/tools/genrb/
derb.1.in 35 .BI "\-s\fP, \fB\-\-sourcedir" " source"
122 .BI "\-s\fP, \fB\-\-sourcedir" " source"
  /sdk/eclipse/scripts/
collect_sources_for_sdk.py 77 [ "--dry", "--sourcedir=" ])
85 elif o in [ "-s", "--sourcedir" ]:
  /external/chromium/sdch/open-vcdiff/packages/deb/
rules 92 dh_install --sourcedir=debian/tmp
  /external/icu4c/tools/ctestfw/unicode/
uperf.h 154 const char* sourceDir;
  /external/icu4c/tools/gensprep/
gensprep.c 85 SOURCEDIR,
113 "\t-s or --sourcedir source directory of ICU data, followed by the path\n"
151 options[SOURCEDIR].value="";
172 srcDir=options[SOURCEDIR].value;
filterRFC3454.pl 35 "--sourcedir=s" => \$sourceDir,
61 usage() unless defined $sourceDir;
66 $infile = $sourceDir."/".$srcFileName;
639 --sourcedir=<directory>
667 e.g.: filterRFC3454.pl --sourcedir=. --destdir=./output --src-filename=rfc3454.txt --dest-filename=NamePrepProfile.txt --A1 --B1 --B2 --C12 --C22 --C3 --C4 --C5 --C6 --C7 --C8 --C9 --normalize --check-bidi
  /external/libffi/testsuite/
run-all-tests 65 sourceDir=`pwd`
  /external/open-vcdiff/packages/deb/
rules 92 dh_install --sourcedir=debian/tmp
  /external/icu4c/tools/pkgdata/
pkgdata.1.in 45 .BI "\-s\fP, \fB\-\-sourcedir" " source"
232 .BI "\-s\fP, \fB\-\-sourcedir" " source"
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-netrexx.jar 
  /external/icu4c/test/perf/dicttrieperf/
dicttrieperf.cpp 20 * ./dicttrieperf --sourcedir <ICU build tree>/data/out/tmp --passes 3 --iterations 1000
68 const char *getSourceDir() const { return sourceDir; }
78 // from the -s or --sourcedir path.
325 // from the -s or --sourcedir path plus -f or --file-name.
676 puts("Running BytesTrie perf tests on the .dat package file from the --sourcedir.\n"
  /external/llvm/utils/lit/lit/
TestRunner.py 331 sourcedir = os.path.dirname(sourcepath)
342 sourcedir = sourcedir.replace('\\', '/')
351 ('%S', sourcedir),
352 ('%p', sourcedir),
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetworkViews.java 121 private static Class<?> getIdClass(String packageName, String sourceDir)
128 sourceDir, "/data/local/tmp",
173 klass = getIdClass(packageName, appInfo.sourceDir);
  /external/icu4c/data/
build.xml 120 <arg name="--sourcedir" value="${env.CLDR_DIR}/common/main" />
223 <arg name="--sourcedir" value="${env.CLDR_DIR}/common/collation" />
284 <arg name="--sourcedir" value="${env.CLDR_DIR}/common/rbnf" />
447 <arg name="--sourcedir" value="${env.ICU4C_DIR}/source/data/xml/brkitr"/>
490 <arg name="--sourcedir" value="${env.CLDR_DIR}/common/transforms" />
505 <arg name=-"-sourcedir" value="${env.CLDR_DIR}/common/transforms" />
  /development/build/tools/
mk_sources_zip.py 93 [ "exec-zip", "verbose", "dry", "sourcedir=" ])
105 elif o in [ "-s", "--sourcedir" ]:

Completed in 638 milliseconds

12 3 4 5