HomeSort by relevance Sort by last modified time
    Searched refs:sourcePath (Results 1 - 21 of 21) sorted by null

  /external/chromium/third_party/icu/source/tools/toolutil/
pkg_icu.h 16 const char *sourcePath, const char *addList, U_NAMESPACE_QUALIFIER Package *pkg,
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/icu4c/tools/toolutil/
pkg_icu.h 16 const char *sourcePath, const char *addList, U_NAMESPACE_QUALIFIER Package *pkg,
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);
  /build/tools/atree/
files.h 18 string sourcePath;
atree.cpp 260 printf("copy %s(%ld) ==> %s(%ld)", it->sourcePath.c_str(),
266 err = copy_file(it->sourcePath, it->outPath);
289 fprintf(f, "%s \\\n", it->sourcePath.c_str());
files.cpp 305 rec->sourcePath = full;
352 r.sourcePath = path_append(rec.sourceBase, r.sourceName);
354 int err = stat(r.sourcePath.c_str(), &st);
  /external/chromium/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/icu4c/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);
  /packages/apps/Settings/src/com/android/settings/vpn/
Util.java 87 static boolean copyFiles(String sourcePath , String targetPath)
89 return copyFiles(new File(sourcePath), new File(targetPath));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
PostCompilerDeltaVisitor.java 256 for (IPath sourcePath : mSourceFolders) {
257 if (sourcePath.isPrefixOf(path)) {
PostCompilerHelper.java 590 for (IPath sourcePath : sourceFolders) {
591 IResource sourceResource = wsRoot.findMember(sourcePath);
    [all...]
PreCompilerBuilder.java     [all...]
  /development/tools/idegen/src/
Configuration.java 231 String sourcePath = sourceRoot.getPath() + "/";
234 if (file.getPath().startsWith(sourcePath)) {
  /external/skia/src/animator/
SkMatrixParts.cpp 250 SkPath& sourcePath = source->getPath();
251 int srcPts = sourcePath.getPoints(src, 4);
  /sdk/anttasks/src/com/android/ant/
SetupTask.java 468 Path sourcePath = new Path(antProject);
499 PathElement element = sourcePath.createPathElement();
550 antProject.addReference("android.libraries.src", sourcePath);
555 if (sourcePath.list().length > 0) {
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/
ProjectCreator.java     [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
creststn.c 667 const char *sourcePath = ctest_dataSrcDir();
668 int32_t srcPathLen = (int32_t)strlen(sourcePath);
674 strcpy(path, sourcePath);
    [all...]
  /external/icu4c/test/cintltst/
creststn.c 670 const char *sourcePath = ctest_dataSrcDir();
671 int32_t srcPathLen = (int32_t)strlen(sourcePath);
677 strcpy(path, sourcePath);
    [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilt/common/ant/
ant.jar 

Completed in 1306 milliseconds