/external/emma/core/res/com/vladium/emma/report/ |
report_usage.res | 12 'sp', 'sourcepath':
|
/external/jsilver/src/com/google/clearsilver/jsilver/data/ |
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/icu4c/data/ |
build.xml | 130 <remap sourcePath="/Keys" targetDir="lang" /> 131 <remap sourcePath="/Languages" targetDir="lang" /> 132 <remap sourcePath="/LanguagesShort" targetDir="lang" /> 133 <remap sourcePath="/Scripts" targetDir="lang" /> 134 <remap sourcePath="/Scripts%stand-alone" targetDir="lang" /> 135 <remap sourcePath="/Types" targetDir="lang" /> 136 <remap sourcePath="/Variants" targetDir="lang" /> 137 <remap sourcePath="/codePatterns" targetDir="lang" /> 138 <remap sourcePath="/localeDisplayPattern" targetDir="lang" /> 139 <remap sourcePath="/Countries" targetDir="region" / [all...] |
/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
|
/external/emma/core/res/com/vladium/emma/ |
run_usage.res | 27 'sp', 'sourcepath':
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
Renderer.cpp | 97 std::string sourcePath = getTempPath(); 98 sourceText = std::string("#line 2 \"") + sourcePath + std::string("\"\n\n") + std::string(hlsl); 99 writeFile(sourcePath.c_str(), sourceText.c_str(), sourceText.size());
|
/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/chromium_org/third_party/angle/src/libGLESv2/ |
Shader.cpp | 362 std::string sourcePath; 365 sourcePath = getTempPath(); 366 writeFile(sourcePath.c_str(), source, strlen(source)); 371 if (sourcePath.empty()) 379 sourcePath.c_str(),
|
/external/chromium_org/third_party/icu/source/tools/icupkg/ |
icupkg.cpp | 223 const char *pname, *sourcePath, *destPath, *inFilename, *outFilename, *outComment; 254 sourcePath=options[OPT_SOURCEDIR].value; 257 sourcePath=NULL; 276 pkg->addFile(sourcePath, inFilename); 290 isModified=(UBool)(sourcePath!=destPath); 392 addListPkg=readList(sourcePath, options[OPT_ADD_LIST].value, TRUE);
|
/external/libvorbis/symbian/ |
vorbis.mmp | 37 SOURCEPATH ..\lib
|
/external/proguard/build/ |
build.sh | 43 javac -nowarn -Xlint:none -sourcepath "$SRC" -d "$CLASSES" \
|
makefile | 24 JAVAC_OPTIONS = -nowarn -Xlint:none -classpath $(CLASSPATH) -sourcepath $(SRC) -d $(CLASSES)
|
/prebuilts/tools/common/proguard/proguard4.7/build/ |
build.sh | 43 javac -nowarn -Xlint:none -sourcepath "$SRC" -d "$CLASSES" \
|
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
pkg_icu.cpp | 150 writePackageDatFile(const char *outFilename, const char *outComment, const char *sourcePath, const char *addList, Package *pkg, char outType) { 161 addListPkg = readList(sourcePath, addList, TRUE);
|
/external/chromium_org/third_party/skia/src/animator/ |
SkMatrixParts.cpp | 242 SkPath& sourcePath = source->getPath(); 243 int srcPts = sourcePath.getPoints(src, 4);
|
/external/icu4c/tools/toolutil/ |
pkg_icu.cpp | 154 writePackageDatFile(const char *outFilename, const char *outComment, const char *sourcePath, const char *addList, Package *pkg, char outType) { 165 addListPkg = readList(sourcePath, addList, TRUE, NULL);
|
/external/skia/src/animator/ |
SkMatrixParts.cpp | 242 SkPath& sourcePath = source->getPath(); 243 int srcPts = sourcePath.getPoints(src, 4);
|
/packages/apps/PackageInstaller/src/com/android/packageinstaller/ |
PackageUtil.java | 51 public static ApplicationInfo getApplicationInfo(File sourcePath) { 52 final String archiveFilePath = sourcePath.getAbsolutePath();
|
/build/tools/atree/ |
atree.cpp | 296 it->sourcePath.c_str(), it->sourceMod, 300 err = copy_file(it->sourcePath, it->outPath); 327 fprintf(f, "%s \\\n", 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/chromium_org/third_party/angle/src/compiler/ |
Compiler.cpp | 131 const char* sourcePath = NULL; 135 sourcePath = shaderStrings[0]; 142 sourcePath, infoSink);
|
/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 \
|
/frameworks/base/libs/hwui/ |
PathCache.cpp | 417 const SkPath* sourcePath = path->getSourcePath(); 418 if (sourcePath && sourcePath->getGenerationID() == path->getGenerationID()) { 419 return const_cast<SkPath*>(sourcePath);
|
/libcore/dom/src/test/resources/ |
build.xml | 56 sourcepath="."
|