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

1 2

  /build/tools/atree/
files.h 26 string sourcePath;
  /frameworks/base/libs/hwui/
PathCache.cpp 91 const SkPath* sourcePath = path->getSourcePath();
92 if (sourcePath && sourcePath->getGenerationID() == path->getGenerationID()) {
93 path = const_cast<SkPath*>(sourcePath);
  /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");
73 sourcePath.add("./cts/suite/pts/deviceTests/ptsutil/src");
74 sourcePath.add("./cts/libs/util/src")
    [all...]
  /development/tools/idegen/src/
Configuration.java 231 String sourcePath = sourceRoot.getPath() + "/";
234 if (file.getPath().startsWith(sourcePath)) {
  /external/skia/src/animator/
SkMatrixParts.cpp 242 SkPath& sourcePath = source->getPath();
243 int srcPts = sourcePath.getPoints(src, 4);
  /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);
  /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);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
AidlProcessor.java 162 IPath sourcePath = sourceFile.getLocation();
163 String osSourcePath = sourcePath.toOSString();
RenderScriptProcessor.java 204 IPath sourcePath = sourceFile.getLocation();
205 String osSourcePath = sourcePath.toOSString();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractIncludeRefactoring.java 401 IPath sourcePath = sourceFile.getProjectRelativePath();
411 if (!file.getProjectRelativePath().equals(sourcePath)) {
  /external/icu4c/test/cintltst/
creststn.c 672 const char *sourcePath = ctest_dataSrcDir();
673 int32_t srcPathLen = (int32_t)strlen(sourcePath);
679 strcpy(path, sourcePath);
    [all...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/
ProjectCreator.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.launching_3.5.100.v20100526.jar 
org.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jar 
org.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdi.jar 
jdimodel.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 
ant.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 924 milliseconds

1 2