/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
show-pretty-diff | 63 my $prettyPatchDir = sourceDir() . "/Tools/Scripts/webkitruby/PrettyPatch/"; 64 my $prettyPatchTool = sourceDir() . "/Tools/Scripts/webkitruby/PrettyPatch/prettify.rb"; 66 my $pathToPrettify = "ruby -I " . sourceDir() . "/Tools/Scripts/webkitruby/PrettyPatch/ " . sourceDir() . "/Tools/Scripts/webkitruby/PrettyPatch/prettify.rb";
|
webkitdirs.pm | 86 my $sourceDir; 124 return if $sourceDir; 125 $sourceDir = $FindBin::Bin; 126 $sourceDir =~ s|/Tools/Scripts/?$||; # Remove trailing '/' as we would die later 128 die "Could not find top level Blink directory using FindBin.\n" unless -d "$sourceDir/Tools"; 148 ($sourceDir) = @_; 218 $baseProductDir = "$sourceDir/out"; 220 $baseProductDir = "$sourceDir/Source/WebKit/chromium/xcodebuild"; 222 $baseProductDir = "$sourceDir/Source/WebKit/chromium/build"; 227 $baseProductDir = "$sourceDir/WebKitBuild" [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) { 76 sourcePath.add(sourceDir.toString()); 86 private List<String> getSourceFiles(File sourceDir) { 89 File[] files = sourceDir.listFiles(new FileFilter() {
|
/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();
|
ApplicationInfo.java | 397 public String sourceDir; 402 * non-forward-locked apps this will be the same as {@link #sourceDir). 493 pw.println(prefix + "sourceDir=" + sourceDir); 494 if (sourceDir == null) { 498 } else if (!sourceDir.equals(publicSourceDir)) { 570 sourceDir = orig.sourceDir; 610 dest.writeString(sourceDir); 649 sourceDir = source.readString() [all...] |
/external/smali/smali/ |
build.gradle | 58 for (sourceDir in (sourceDirs + testSourceDirs)) { 59 excludeDirs.remove(sourceDir); 60 while ((sourceDir = sourceDir.getParentFile()) != null) { 61 excludeDirs.remove(sourceDir);
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/ |
LoadAsModule.pm | 51 my $scriptPath = File::Spec->catfile(sourceDir(), "Tools", "Scripts", $script);
|
/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 | 109 final String sourceDir = context.getApplicationInfo().sourceDir; 110 final File packagePath = new File(sourceDir); 113 Log.e(TAG, "sourceDir is not a file: " + sourceDir); 116 return new ReadOnlyBinaryDictionary(sourceDir, afd.getStartOffset(), afd.getLength(),
|
BinaryDictionaryGetter.java | 100 context.getApplicationInfo().sourceDir, afd.getStartOffset(), afd.getLength());
|
/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)
|
/external/libffi/testsuite/ |
run-all-tests | 65 sourceDir=`pwd`
|
/external/chromium_org/third_party/icu/source/tools/ctestfw/unicode/ |
uperf.h | 154 const char* sourceDir;
|
/external/icu4c/tools/ctestfw/unicode/ |
uperf.h | 154 const char* sourceDir;
|
/frameworks/base/packages/Keyguard/scripts/ |
new_merge.py | 59 def dirCompare(sourceDir, destDir, ext, run_in_reverse): 60 sourceFiles = getFileList(sourceDir, ext) 65 sourceFile = sourceDir + file
|
/external/chromium_org/third_party/icu/source/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/ctestfw/ |
uperf.cpp | 31 "\t-s or --sourcedir source directory for files followed by path\n" 51 SOURCEDIR, 85 fileName(NULL), sourceDir("."), 101 fileName(NULL), sourceDir("."), 142 if(options[SOURCEDIR].doesOccur) { 143 sourceDir = options[SOURCEDIR].value; 190 ucbuf_resolveFileName(sourceDir, fileName, NULL, &len, &status); 199 ucbuf_resolveFileName(sourceDir, fileName, resolvedFileName, &len, &status);
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeySourceNetworkViews.java | 121 private static Class<?> getIdClass(String packageName, String sourceDir) 128 sourceDir, "/data/local/tmp", 174 klass = getIdClass(packageName, appInfo.sourceDir);
|
/packages/inputmethods/LatinIME/native/jni/ |
com_android_inputmethod_latin_BinaryDictionary.cpp | 77 static jlong latinime_BinaryDictionary_open(JNIEnv *env, jclass clazz, jstring sourceDir, 81 const jsize sourceDirUtf8Length = env->GetStringUTFLength(sourceDir); 83 AKLOGE("DICT: Can't get sourceDir string"); 87 env->GetStringUTFRegion(sourceDir, 0, env->GetStringLength(sourceDir), sourceDirChars);
|
/external/chromium_org/third_party/icu/source/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
|
/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
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/ |
AddSupportJarAction.java | 379 IFileStore sourceDir = fileSystem.getStore(libraryPath.toURI()); 381 sourceDir.copy(destDir, EFS.OVERWRITE, null);
|