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

1 2 3 4 5

  /external/webkit/Tools/BuildSlaveSupport/
build-launcher-app 52 my $sourceDir = sourceDir();
53 if (isSVNDirectory($sourceDir)) {
55 } elsif (isGitDirectory($sourceDir)) {
56 my $gitLog = `cd $sourceDir && LC_ALL=C git log --grep='git-svn-id: ' -n 1 | grep git-svn-id:`;
64 my $sourceDir = sourceDir();
66 if (isSVNDirectory($sourceDir)) {
67 my $svnInfo = `LC_ALL=C svn info $sourceDir | grep URL:`;
69 } elsif (isGitDirectory($sourceDir)) {
    [all...]
  /cts/tools/cts-java-scanner/src/com/android/cts/javascanner/
DocletRunner.java 30 DocletRunner(File sourceDir, File docletPath) {
31 mSourceDir = sourceDir;
64 private String getSourcePath(File sourceDir) {
75 sourcePath.add(sourceDir.toString());
85 private List<String> getSourceFiles(File sourceDir) {
88 File[] files = sourceDir.listFiles(new FileFilter() {
CtsJavaScanner.java 34 File sourceDir = null;
39 sourceDir = new File(getArg(args, ++i, "Missing value for source directory"));
48 if (sourceDir == null) {
58 DocletRunner runner = new DocletRunner(sourceDir, docletPath);
  /frameworks/base/core/java/android/content/pm/
InstrumentationInfo.java 37 public String sourceDir;
41 * and manifest). For non-forward-locked apps this will be the same as {@link #sourceDir).
71 sourceDir = orig.sourceDir;
92 dest.writeString(sourceDir);
113 sourceDir = source.readString();
  /cts/tools/cts-native-scanner/src/com/android/cts/nativescanner/
CtsNativeScanner.java 35 File sourceDir = null;
40 sourceDir = new File(getArg(args, ++i, "Missing value for source directory"));
49 if (sourceDir == null) {
59 TestScanner scanner = new TestScanner(sourceDir, testSuite);
TestScanner.java 48 TestScanner(File sourceDir, String testSuite) {
49 mSourceDir = sourceDir;
  /external/webkit/Tools/Scripts/
show-pretty-diff 63 my $prettyPatchDir = sourceDir() . "/Websites/bugs.webkit.org/PrettyPatch/";
64 my $prettyPatchTool = sourceDir() . "/Websites/bugs.webkit.org/PrettyPatch/prettify.rb";
66 my $pathToPrettify = "ruby -I " . sourceDir() . "/Websites/bugs.webkit.org/PrettyPatch/ " . sourceDir() . "/Websites/bugs.webkit.org/PrettyPatch/prettify.rb";
update-webkit-support-libs 44 my $sourceDir = sourceDir();
47 my $zipDirectory = toUnixPath($ENV{'WEBKITSUPPORTLIBRARIESZIPDIR'}) || $sourceDir;
49 my $webkitLibrariesDir = toUnixPath($ENV{'WEBKITLIBRARIESDIR'}) || "$sourceDir/WebKitLibraries/win";
142 $sourceDir
update-iexploder-cssproperties 61 my $path = File::Spec->abs2rel($filename, sourceDir());
112 $iexploderPath = File::Spec->catfile(sourceDir(), "Tools", "iExploder", "iExploder-1.3.2", "htdocs", split("/", $iexploderPath));
113 $webcorePath = File::Spec->catfile(sourceDir(), "Source", "WebCore", split("/", $webcorePath));
webkitdirs.pm 60 my $sourceDir;
89 return if $sourceDir;
90 $sourceDir = $FindBin::Bin;
91 $sourceDir =~ s|/+$||; # Remove trailing '/' as we would die later
95 until ((-d "$sourceDir/Source" && -d "$sourceDir/Source/WebCore" && -d "$sourceDir/Source/WebKit") || (-d "$sourceDir/Internal" && -d "$sourceDir/OpenSource"))
97 if ($sourceDir !~ s|/[^/]+$||)
    [all...]
roll-over-ChangeLogs 32 base_directory = File.expand_path(ARGV[0] || `perl -I#{scripts_directory} -Mwebkitdirs -e 'print sourceDir();'`)
  /frameworks/compile/libbcc/runtime/cmake/
ConfigureChecks.cmake 10 SET( SOURCEDIR ${CMAKE_SOURCE_DIR} )
  /ndk/sources/host-tools/make-3.81/tests/scripts/features/
vpath2 16 print MAKEFILE "VPATH = $workdir:$sourcedir\n";
19 print MAKEFILE "vpath %.c $sourcedir\n";
  /cts/tests/tests/content/src/android/content/pm/cts/
InstrumentationInfoTest.java 61 assertEquals(expected.sourceDir, actual.sourceDir);
ApplicationInfoTest.java 64 assertEquals(mApplicationInfo.sourceDir, info.sourceDir);
  /external/icu4c/tools/gencnval/
gencnval.1.in 26 .BI "\-s\fP, \fB\-\-sourcedir" " source"
61 .BI "\-s\fP, \fB\-\-sourcedir" " source"
  /external/emma/
test.sh 18 SOURCEDIR=$JAVADIR/com/android/bunnies
19 mkdir -p $SOURCEDIR
21 cat <<END >$SOURCEDIR/Bunny.java
59 cat <<END >$SOURCEDIR/SubBunny.java
118 javac -g $(find $SOURCEDIR -name \*.java)
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DictionaryFactory.java 108 final String sourceDir = context.getApplicationInfo().sourceDir;
109 final File packagePath = new File(sourceDir);
112 Log.e(TAG, "sourceDir is not a file: " + sourceDir);
115 return new BinaryDictionary(context, sourceDir, afd.getStartOffset(), afd.getLength(),
  /external/icu4c/tools/gensprep/
gensprep.8.in 23 .BI "\-s\fP, \fB\-\-sourcedir" " source"
54 .BI "\-s\fP, \fB\-\-sourcedir" " source"
  /packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_latin_BinaryDictionary.cpp 47 jstring sourceDir, jlong dictOffset, jlong dictSize,
52 const jsize sourceDirUtf8Length = env->GetStringUTFLength(sourceDir);
54 AKLOGE("DICT: Can't get sourceDir string");
58 env->GetStringUTFRegion(sourceDir, 0, env->GetStringLength(sourceDir), sourceDirChars);
67 AKLOGE("DICT: Can't open sourceDir. sourceDirChars=%s errno=%d", sourceDirChars, errno);
85 AKLOGE("DICT: Can't fopen sourceDir. sourceDirChars=%s errno=%d", sourceDirChars, errno);
  /external/icu4c/tools/ctestfw/
uperf.cpp 27 "\t-s or --sourcedir source directory for files followed by path\n"
47 SOURCEDIR,
81 fileName(NULL), sourceDir("."),
97 fileName(NULL), sourceDir("."),
138 if(options[SOURCEDIR].doesOccur) {
139 sourceDir = options[SOURCEDIR].value;
186 ucbuf_resolveFileName(sourceDir, fileName, NULL, &len, &status);
195 ucbuf_resolveFileName(sourceDir, fileName, resolvedFileName, &len, &status);
  /external/icu4c/tools/genrb/
genrb.1.in 31 .BI "\-s\fP, \fB\-\-sourcedir" " source"
97 .BI "\-s\fP, \fB\-\-sourcedir" " source"
  /external/llvm/
Makefile.common 35 # 5. SourceDir - If specified, this specifies a directory that the source files
42 # and usually the source code too (unless SourceDir is set).
  /external/icu4c/tools/gennorm2/
gennorm2.cpp 60 SOURCEDIR,
82 options[SOURCEDIR].value="";
116 "\t-s or --sourcedir source directory, followed by the path\n"
155 CharString filename(options[SOURCEDIR].value, errorCode);
  /external/webkit/Tools/wx/packaging/
wxWebKitInstaller.iss.in 18 SourceDir=<<ROOTDIR>>

Completed in 709 milliseconds

1 2 3 4 5