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

1 2 3

  /cts/tools/cts-java-scanner/src/com/android/cts/javascanner/
DocletRunner.java 42 args.add("-sourcepath");
65 List<String> sourcePath = new ArrayList<String>();
66 sourcePath.add("./frameworks/base/core/java");
67 sourcePath.add("./frameworks/base/test-runner/src");
68 sourcePath.add("./external/junit/src");
69 sourcePath.add("./development/tools/hosttestlib/src");
70 sourcePath.add("./libcore/dalvik/src/main/java");
71 sourcePath.add("./cts/tests/src");
72 sourcePath.add("./cts/libs/commonutil/src");
73 sourcePath.add("./cts/libs/deviceutil/src")
    [all...]
  /external/chromium_org/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, icu::Package *pkg,
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);
  /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 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
  /build/tools/atree/
files.h 26 string sourcePath;
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());
  /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) {
  /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/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/icu4c/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)) {
  /external/chromium_org/third_party/angle/src/compiler/
ParseContext.h 28 TParseContext(TSymbolTable& symt, TExtensionBehavior& ext, TIntermediate& interm, ShShaderType type, ShShaderSpec spec, int options, bool checksPrecErrors, const char* sourcePath, TInfoSink& is) :
34 sourcePath(sourcePath),
50 const char* sourcePath; // Path of source file or NULL.
Compiler.cpp 131 const char* sourcePath = NULL;
135 sourcePath = shaderStrings[0];
142 sourcePath, infoSink);
  /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(),
  /development/tools/idegen/src/
Configuration.java 231 String sourcePath = sourceRoot.getPath() + "/";
234 if (file.getPath().startsWith(sourcePath)) {
  /external/chromium_org/third_party/skia/src/animator/
SkMatrixParts.cpp 242 SkPath& sourcePath = source->getPath();
243 int srcPts = sourcePath.getPoints(src, 4);
  /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();

Completed in 325 milliseconds

1 2 3