/cts/tools/cts-java-scanner/src/com/android/cts/javascanner/ |
DocletRunner.java | 43 args.add("-sourcepath"); 73 List<String> sourcePath = new ArrayList<String>(); 74 sourcePath.add("./frameworks/base/core/java"); 75 sourcePath.add("./frameworks/base/test-runner/src"); 76 sourcePath.add("./external/junit/src"); 77 sourcePath.add("./development/tools/hosttestlib/src"); 78 sourcePath.add("./libcore/dalvik/src/main/java"); 79 sourcePath.add("./cts/tests/src"); 80 sourcePath.add("./cts/libs/commonutil/src"); 81 sourcePath.add("./cts/libs/deviceutil/src") [all...] |
/external/vogar/src/vogar/ |
Action.java | 32 private final File sourcePath; 37 File sourcePath, File javaFile) { 42 this.sourcePath = sourcePath; 59 return sourcePath;
|
/external/icu/icu4c/source/tools/toolutil/ |
pkg_icu.h | 16 const char *sourcePath, const char *addList, icu::Package *pkg,
|
pkg_icu.cpp | 152 writePackageDatFile(const char *outFilename, const char *outComment, const char *sourcePath, const char *addList, Package *pkg, char outType) { 164 addListPkg.adoptInstead(readList(sourcePath, addList, TRUE, NULL));
|
/frameworks/base/tools/aapt/ |
CrunchCache.h | 32 CrunchCache(String8 sourcePath, String8 destPath, FileFinder* ff); 40 * It goes through all the files found in the sourcePath and compares
|
CrunchCache.cpp | 19 CrunchCache::CrunchCache(String8 sourcePath, String8 destPath, FileFinder* ff) 20 : mSourcePath(sourcePath), mDestPath(destPath), mSourceFiles(0), mDestFiles(0), mFileFinder(ff) 43 // and offset our beginning pointer to the length of the sourcePath
|
/build/tools/atree/ |
files.h | 26 string sourcePath;
|
atree.cpp | 316 it->sourcePath.c_str(), it->sourceMod, 320 err = copy_file(it->sourcePath, it->outPath); 348 escape_filename(it->sourcePath).c_str());
|
files.cpp | 350 rec->sourcePath = full; 400 r.sourcePath = path_append(rec.sourceBase, r.sourceName); 402 int err = stat(r.sourcePath.c_str(), &st);
|
/external/jsilver/src/com/google/clearsilver/jsilver/data/ |
Data.java | 172 void setSymlink(String sourcePath, String destinationPath); 177 void setSymlink(String sourcePath, Data destination);
|
UnmodifiableData.java | 87 public void setSymlink(String sourcePath, Data destination) { 92 public void setSymlink(String sourcePath, String destinationPath) {
|
DelegatedData.java | 211 public void setSymlink(String sourcePath, String destinationPath) { 212 getDelegate().setSymlink(sourcePath, destinationPath); 216 public void setSymlink(String sourcePath, Data destination) { 218 getDelegate().setSymlink(sourcePath, destination);
|
NestedMapData.java | 379 public void setSymlink(String sourcePath, String destinationPath) { 380 setSymlink(sourcePath, createChild(destinationPath)); 386 public void setSymlink(String sourcePath, Data destination) { 387 createChild(sourcePath).setSymlink(destination);
|
DefaultDataContext.java | 340 public void setSymlink(String sourcePath, String destinationPath) { 344 public void setSymlink(String sourcePath, Data destination) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ExtractIncludeRefactoringTest.java | 152 IPath sourcePath = file.getProjectRelativePath(); 153 fileToGolden.put(sourcePath, basename); 154 IPath newPath = sourcePath.removeLastSegments(1).append(layoutName + DOT_XML);
|
ExtractStyleRefactoringTest.java | 216 IPath sourcePath = file.getProjectRelativePath(); 217 fileToGolden.put(sourcePath, basename);
|
/external/icu/icu4c/source/tools/icupkg/ |
icupkg.cpp | 255 const char *pname, *sourcePath, *destPath, *inFilename, *outFilename, *outComment; 301 sourcePath=options[OPT_SOURCEDIR].value; 304 sourcePath=NULL; 328 pkg->addFile(sourcePath, inFilename); 342 isModified=(UBool)(sourcePath!=destPath); 453 if(readList(sourcePath, options[OPT_ADD_LIST].value, TRUE, addListPkg)) {
|
/frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/ |
DefaultContainerService.java | 379 private void copyFile(String sourcePath, IParcelFileDescriptorFactory target, String targetName) 381 Slog.d(TAG, "Copying " + sourcePath + " to " + targetName); 385 in = new FileInputStream(sourcePath); 395 private void copyFile(String sourcePath, File targetDir, String targetName, 397 final File sourceFile = new File(sourcePath);
|
/development/tools/idegen/src/ |
Configuration.java | 230 String sourcePath = sourceRoot.getPath() + "/"; 233 if (file.getPath().startsWith(sourcePath)) {
|
/external/skia/src/animator/ |
SkMatrixParts.cpp | 242 SkPath& sourcePath = source->getPath(); 243 int srcPts = sourcePath.getPoints(src, 4);
|
/prebuilts/tools/common/m2/repository/org/anarres/jarjar/jarjar-gradle/1.0.0/ |
jarjar-gradle-1.0.0.jar | |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
AidlProcessor.java | 167 IPath sourcePath = sourceFile.getLocation(); 168 String osSourcePath = sourcePath.toOSString();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
AndroidClasspathContainerInitializer.java | 433 String sourcePath = apiString + SOURCES_ZIP; 434 URL sourceURL = bundle.getEntry(sourcePath); [all...] |
/external/chromium-trace/catapult/third_party/Paste/paste/util/ |
PySourceColor.py | [all...] |
/prebuilts/tools/common/m2/repository/org/apache/felix/maven-bundle-plugin/2.3.6/ |
maven-bundle-plugin-2.3.6.jar | |