HomeSort by relevance Sort by last modified time
    Searched refs:sourceDir (Results 1 - 25 of 58) 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...]
  /cts/tools/cts-java-scanner/src/com/android/cts/javascanner/
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);
DocletRunner.java 30 DocletRunner(File sourceDir, File docletPath) {
31 mSourceDir = sourceDir;
64 private String getSourcePath(File sourceDir) {
72 sourcePath.add(sourceDir.toString());
82 private List<String> getSourceFiles(File sourceDir) {
85 File[] files = sourceDir.listFiles(new FileFilter() {
  /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;
  /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 369 public String sourceDir;
374 * non-forward-locked apps this will be the same as {@link #sourceDir).
456 pw.println(prefix + "sourceDir=" + sourceDir);
457 if (sourceDir == null) {
461 } else if (!sourceDir.equals(publicSourceDir)) {
530 sourceDir = orig.sourceDir;
568 dest.writeString(sourceDir);
606 sourceDir = source.readString()
    [all...]
  /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);
PackageInfoTest.java 95 assertEquals(expected.sourceDir, actual.sourceDir);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DictionaryFactory.java 107 final String sourceDir = context.getApplicationInfo().sourceDir;
108 final File packagePath = new File(sourceDir);
111 Log.e(TAG, "sourceDir is not a file: " + sourceDir);
114 return new BinaryDictionary(context, sourceDir, afd.getStartOffset(), afd.getLength(),
  /pdk/build/
prepare_pdk_tree.py 108 sourceDir = os.path.abspath('.')
135 mountf.write("mount --bind " + sourceDir + "/" + subdir + " " + targetDir + "/" + subdir + \
137 umountf.write("umount " + sourceDir + "/" + subdir + "\n")
139 create_symbolic_link(sourceDir, targetDir, file_name)
  /external/libffi/testsuite/
run-all-tests 65 sourceDir=`pwd`
  /external/icu4c/tools/ctestfw/unicode/
uperf.h 154 const char* sourceDir;
  /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/native/jni/
com_android_inputmethod_latin_BinaryDictionary.cpp 48 jstring sourceDir, jlong dictOffset, jlong dictSize,
52 const char *sourceDirChars = env->GetStringUTFChars(sourceDir, 0);
54 AKLOGE("DICT: Can't get sourceDir string");
64 AKLOGE("DICT: Can't open sourceDir. sourceDirChars=%s errno=%d", sourceDirChars, errno);
82 AKLOGE("DICT: Can't fopen sourceDir. sourceDirChars=%s errno=%d", sourceDirChars, errno);
106 env->ReleaseStringUTFChars(sourceDir, sourceDirChars);
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetworkViews.java 106 private static Class<?> getIdClass(String packageName, String sourceDir)
113 sourceDir, "/data/local/tmp",
145 klass = getIdClass(packageName, appInfo.sourceDir);
199 klass = getIdClass(packageName, appInfo.sourceDir);

Completed in 1064 milliseconds

1 2 3