HomeSort by relevance Sort by last modified time
    Searched refs:sourceDir (Results 1 - 25 of 51) sorted by null

1 2 3

  /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";
run-webkit-tests 79 push(@ARGV, sourceDir() . "/layout-test-results");
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
run-webkit-websocketserver 47 my $srcDir = sourceDir();
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...]
run-pageloadtest 71 my $webkitPath = sourceDir();
update-webkit-dependency 67 my $sourceDir = sourceDir();
70 my $webkitLibrariesDir = toUnixPath($ENV{'WEBKITLIBRARIESDIR'}) || "$sourceDir/WebKitLibraries/win";
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));
  /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...]
  /frameworks/base/core/java/android/content/pm/
InstrumentationInfo.java 41 public String sourceDir;
45 * and manifest). For non-forward-locked apps this will be the same as {@link #sourceDir).
75 sourceDir = orig.sourceDir;
96 dest.writeString(sourceDir);
117 sourceDir = source.readString();
ApplicationInfo.java 357 public String sourceDir;
362 * non-forward-locked apps this will be the same as {@link #sourceDir).
444 pw.println(prefix + "sourceDir=" + sourceDir);
445 if (sourceDir == null) {
449 } else if (!sourceDir.equals(publicSourceDir)) {
509 sourceDir = orig.sourceDir;
547 dest.writeString(sourceDir);
585 sourceDir = source.readString()
    [all...]
  /cts/tools/cts-native-xml-generator/src/com/android/cts/nativexml/
CtsNativeXmlGenerator.java 37 File sourceDir = null;
64 sourceDir = new File(args[++i]);
81 } else if (sourceDir == null) {
86 Generator generator = new Generator(appPackageName, name, sourceDir, outputPath);
Generator.java 50 Generator(String appPackageName, String name, File sourceDir, String outputPath) {
53 mSourceDir = sourceDir;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DictionaryFactory.java 114 final String sourceDir = context.getApplicationInfo().sourceDir;
115 final File packagePath = new File(sourceDir);
118 Log.e(TAG, "sourceDir is not a file: " + sourceDir);
122 sourceDir, afd.getStartOffset(), afd.getLength(), null);
  /cts/tests/tests/content/src/android/content/pm/cts/
InstrumentationInfoTest.java 98 assertEquals(expected.sourceDir, actual.sourceDir);
ApplicationInfoTest.java 86 assertEquals(mApplicationInfo.sourceDir, info.sourceDir);
PackageInfoTest.java 126 assertEquals(expected.sourceDir, actual.sourceDir);
  /external/libffi/testsuite/
run-all-tests 65 sourceDir=`pwd`
  /external/icu4c/tools/ctestfw/unicode/
uperf.h 154 const char* sourceDir;
  /packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_latin_BinaryDictionary.cpp 45 jstring sourceDir, jlong dictOffset, jlong dictSize,
50 const char *sourceDirChars = env->GetStringUTFChars(sourceDir, NULL);
52 LOGE("DICT: Can't get sourceDir string");
62 LOGE("DICT: Can't open sourceDir. sourceDirChars=%s errno=%d", sourceDirChars, errno);
80 LOGE("DICT: Can't fopen sourceDir. sourceDirChars=%s errno=%d", sourceDirChars, errno);
104 env->ReleaseStringUTFChars(sourceDir, sourceDirChars);
  /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);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
SuggestTestsBase.java 38 mTestPackageFile = new File(getTestContext().getApplicationInfo().sourceDir);
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetworkViews.java 183 private static Class<?> getIdClass(String packageName, String sourceDir)
190 sourceDir, "/data/local/tmp",
222 klass = getIdClass(packageName, appInfo.sourceDir);
277 klass = getIdClass(packageName, appInfo.sourceDir);
  /external/icu4c/tools/gensprep/
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
  /frameworks/base/services/java/com/android/server/am/
BroadcastRecord.java 139 pw.println(curReceiver.applicationInfo.sourceDir);

Completed in 1209 milliseconds

1 2 3