/frameworks/base/tools/aapt/ |
CrunchCache.cpp | 18 CrunchCache::CrunchCache(String8 sourcePath, String8 destPath, FileFinder* ff) 19 : mSourcePath(sourcePath), mDestPath(destPath), mSourceFiles(0), mDestFiles(0), mFileFinder(ff) 42 // and offset our beginning pointer to the length of the sourcePath
|
CrunchCache.h | 32 CrunchCache(String8 sourcePath, String8 destPath, FileFinder* ff); 40 * It goes through all the files found in the sourcePath and compares
|
/external/jsilver/src/com/google/clearsilver/jsilver/data/ |
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);
|
/external/emma/core/res/com/vladium/emma/report/ |
report_usage.res | 12 'sp', 'sourcepath':
|
/external/jetty/ |
.classpath | 5 <classpathentry kind="lib" path="lib/javax.servlet-3.0.0.v201112011016.jar" sourcepath="lib/javax.servlet-3.0.0.v201112011016-sources.jar"/>
|
/external/emma/core/res/com/vladium/emma/ |
run_usage.res | 27 'sp', 'sourcepath':
|
/external/guava/guava/ |
pom.xml | 115 <!-- TODO(cpovirk): can we use includeDependencySources and a local com.oracle.java:jdk-lib:noversion:sources instead of all this unzipping and manual sourcepath modification? --> 116 <sourcepath>${project.build.sourceDirectory}:${project.build.directory}/jdk-sources</sourcepath>
|
/prebuilts/tools/common/m2/repository/com/google/guava/guava/15.0/ |
guava-15.0.pom | 117 <!-- TODO(cpovirk): can we use includeDependencySources and a local com.oracle.java:jdk-lib:noversion:sources instead of all this unzipping and manual sourcepath modification? --> 118 <sourcepath>${project.build.sourceDirectory}:${project.build.directory}/jdk-sources</sourcepath>
|
/prebuilts/tools/common/m2/repository/com/google/guava/guava/17.0/ |
guava-17.0.pom | 97 <!-- TODO(cpovirk): can we use includeDependencySources and a local com.oracle.java:jdk-lib:noversion:sources instead of all this unzipping and manual sourcepath modification? --> 98 <sourcepath>${project.build.sourceDirectory}:${project.build.directory}/jdk-sources</sourcepath>
|
/prebuilts/tools/common/offline-m2/com/google/guava/guava/17.0/ |
guava-17.0.pom | 97 <!-- TODO(cpovirk): can we use includeDependencySources and a local com.oracle.java:jdk-lib:noversion:sources instead of all this unzipping and manual sourcepath modification? --> 98 <sourcepath>${project.build.sourceDirectory}:${project.build.directory}/jdk-sources</sourcepath>
|
/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);
|
/external/google-tv-pairing-protocol/java/ |
Makefile | 78 -sourcepath "$(JAVA_SRC_TOP):$(PROTO_JAVA_OUT)" \
|
/external/libvorbis/symbian/ |
vorbis.mmp | 37 SOURCEPATH ..\lib
|
/prebuilts/tools/common/proguard/proguard4.7/build/ |
build.sh | 43 javac -nowarn -Xlint:none -sourcepath "$SRC" -d "$CLASSES" \
|
/external/icu/icu4c/source/tools/toolutil/ |
pkg_icu.cpp | 151 writePackageDatFile(const char *outFilename, const char *outComment, const char *sourcePath, const char *addList, Package *pkg, char outType) { 162 addListPkg = readList(sourcePath, addList, TRUE, NULL);
|
/external/skia/src/animator/ |
SkMatrixParts.cpp | 242 SkPath& sourcePath = source->getPath(); 243 int srcPts = sourcePath.getPoints(src, 4);
|
/external/vogar/src/vogar/tasks/ |
BuildActionTask.java | 96 sourceDirs.addAll(run.sourcepath); 97 javac.sourcepath(sourceDirs.getElements());
|
/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);
|
/external/llvm/utils/lit/lit/ |
TestRunner.py | 405 sourcepath = test.getSourcePath() 406 sourcedir = os.path.dirname(sourcepath) 414 sourcepath = sourcepath.replace('\\', '/') 423 substitutions.extend([('%s', sourcepath), 433 ('%/s', sourcepath.replace('\\', '/')), 445 parseIntegratedTestScriptCommands(sourcepath):
|
/build/tools/atree/ |
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/vogar/src/vogar/ |
Run.java | 59 public final List<File> sourcepath; field in class:Run 145 this.sourcepath = vogar.sourcepath;
|
/build/tools/droiddoc/test/stubs/ |
func.sh | 47 -sourcepath $SRC_DIR:out/target/common/obj/JAVA_LIBRARIES/core_intermediates/classes.jar:out/target/common/obj/JAVA_LIBRARIES/ext_intermediates/classes.jar:out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/classes.jar \
|