HomeSort by relevance Sort by last modified time
    Searched full:sourcepath (Results 51 - 75 of 178) sorted by null

1 23 4 5 6 7 8

  /external/proguard/build/
build.sh 51 javac -nowarn -Xlint:none -sourcepath "$SRC" -d "$CLASSES" \
makefile 33 JAVAC_OPTIONS = -nowarn -Xlint:none -classpath $(CLASSPATH) -sourcepath $(SRC) -d $(CLASSES)
  /external/selinux/policycoreutils/semanage/
semanage-fcontext.8 50 Substitute target path with sourcepath when generating default label. This is used with fcontext. Requires source and target path arguments. The context labeling for the target subtree is made equivalent to that defined for the source.
  /libcore/dom/src/test/resources/
build.xml 56 sourcepath="."
  /prebuilts/tools/common/proguard/proguard4.7/build/
makefile 24 JAVAC_OPTIONS = -nowarn -Xlint:none -classpath $(CLASSPATH) -sourcepath $(SRC) -d $(CLASSES)
  /build/core/
droiddoc.mk 184 -sourcepath $(PRIVATE_SOURCE_PATH)$(addprefix :,$(PRIVATE_CLASSPATH)) \
214 -sourcepath $(PRIVATE_SOURCE_PATH)$(addprefix :,$(PRIVATE_CLASSPATH)) \
  /development/tools/idegen/src/
Configuration.java 224 String sourcePath = sourceRoot.getPath() + "/";
227 if (file.getPath().startsWith(sourcePath)) {
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
Data.java 172 void setSymlink(String sourcePath, String destinationPath);
177 void setSymlink(String sourcePath, Data destination);
DefaultDataContext.java 340 public void setSymlink(String sourcePath, String destinationPath) {
344 public void setSymlink(String sourcePath, Data destination) {
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
PackageUtil.java 52 public static ApplicationInfo getApplicationInfo(File sourcePath) {
55 PackageParser.Package pkg = parser.parseMonolithicPackage(sourcePath, 0);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractStyleRefactoringTest.java 216 IPath sourcePath = file.getProjectRelativePath();
217 fileToGolden.put(sourcePath, basename);
  /external/icu/icu4c/source/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/vogar/src/vogar/
Vogar.java 140 @Option(names = { "--sourcepath" })
141 List<File> sourcepath = new ArrayList<File>(); field in class:Vogar
143 sourcepath.addAll(AndroidSdk.defaultSourcePath());
275 System.out.println(" --sourcepath <directory>: add the directory to the build sourcepath.");
  /external/emma/ant/ant14/com/vladium/emma/report/
reportTask.java 83 // sourcepath attribute/element:
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
virtdisk.h 170 PCWSTR SourcePath;
setupapi.h 279 PCSTR SourcePath;
288 PCWSTR SourcePath;
369 PCSTR SourcePath;
384 PCWSTR SourcePath;
    [all...]
  /sdk/files/
android.el 73 (format "%s -attach localhost:%s -sourcepath%s"
  /external/clang/lib/Tooling/
Tooling.cpp 320 for (const auto &SourcePath : SourcePaths) {
321 std::string File(getAbsolutePath(SourcePath));
  /external/emma/ant/ant14/com/vladium/emma/
emmajavaTask.java 139 // sourcepath:
450 // sourcepath attribute/element:
  /external/jdiff/src/jdiff/
Options.java 55 if (opt.equals("-sourcepath")) return 2;
417 System.err.println(" -sourcepath <location of Java source files>");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
AidlProcessor.java 167 IPath sourcePath = sourceFile.getLocation();
168 String osSourcePath = sourcePath.toOSString();
  /external/tagsoup/
build.xml 152 sourcepath="${src}/java" destdir="${docs}/api"
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/util/
PySourceColor.py     [all...]
  /external/owasp/sanitizer/tools/findbugs/doc/manual/
anttask.html 41 &lt;sourcePath path="${basedir}/src/java" /&gt;
104 </p></dd><dt><span class="term"><code class="literal">sourcePath</code></span></dt><dd><p>
176 <code class="literal">sourcePath</code> attributes.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
plugin.xml 270 name="org.eclipse.jdt.debug.core.sourcePath">

Completed in 573 milliseconds

1 23 4 5 6 7 8