/external/guice/ |
build.xml | 17 <pathelement location="${build.dir}/classes"/> 119 <pathelement location="${build.dir}/guice-${version}-tests.jar"/> 120 <pathelement location="${build.dir}/dist/guice-${version}.jar"/> 121 <pathelement location="lib/javax.inject.jar"/> 122 <pathelement location="lib/aopalliance.jar"/> 123 <pathelement location="lib/guava-16.0.1.jar"/> 124 <pathelement location="lib/build/guava-testlib-16.0.1.jar"/> 125 <pathelement location="lib/build/junit.jar"/> 126 <pathelement location="lib/build/servlet-api-2.5.jar"/> 127 <pathelement location="lib/build/easymock.jar"/ [all...] |
common.xml | 97 <pathelement location="${build.dir}/test"/> 98 <pathelement location="${build.dir}/classes"/>
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
RuleLoader.java | 120 for (String pathElement : pathElements) { 121 pathElement = pathElement.trim(); // Avoid problems with trailing whitespace etc 122 File pathFile = new File(pathElement); 124 pathFile = new File(project.getLocation().toFile(), pathElement);
|
/external/icu/icu4j/ |
build.xml | 207 <pathelement location="${icu4j.core.jar}"/> 208 <pathelement location="${icu4j.collate.jar}"/> 209 <pathelement location="${icu4j.charset.jar}"/> 210 <pathelement location="${icu4j.currdata.jar}"/> 211 <pathelement location="${icu4j.langdata.jar}"/> 212 <pathelement location="${icu4j.regiondata.jar}"/> 213 <pathelement location="${icu4j.translit.jar}"/> 214 <pathelement location="${icu4j.test-framework.jar}"/> 215 <pathelement location="${icu4j.core-tests.jar}"/> 216 <pathelement location="${icu4j.collate-tests.jar}"/> [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/ |
feedValidate.xml | 11 <pathelement path="feedValidator.jar"/>
|
/external/jacoco/org.jacoco.ant.test/src/org/jacoco/ant/ |
InstrumentTaskTest.xml | 105 <pathelement path="${org.jacoco.ant.instrumentTaskTest.agent.file}"/> 106 <pathelement path="${temp.dir}"/> 122 <pathelement path="${org.jacoco.ant.instrumentTaskTest.agent.file}"/> 123 <pathelement path="${temp.dir}"/>
|
/external/libphonenumber/demo/ |
build.xml | 7 <pathelement path="war/WEB-INF/classes" />
|
/external/opencv3/modules/java/pure_test/ |
build.xml | 45 <pathelement location="build/classes"/>
|
/external/testng/doc/ |
migrating.html | 85 <pathelement path="${build.test.classes.dir}"/> 86 <pathelement path="${run.test.classpath}"/> 87 <pathelement path="${junit.lib}"/>
|
index.html | 141 <pathelement location="lib/testng-testng-5.13.1.jar"/> 142 <pathelement location="build"/>
|
/external/smali/util/src/main/java/org/jf/util/ |
ClassFileNameHandler.java | 438 private static String addSuffixBeforeExtension(String pathElement, String suffix) { 439 int extensionStart = pathElement.lastIndexOf('.'); 441 StringBuilder newName = new StringBuilder(pathElement.length() + suffix.length() + 1); 443 newName.append(pathElement); 446 newName.append(pathElement.subSequence(0, extensionStart)); 448 newName.append(pathElement.subSequence(extensionStart, pathElement.length()));
|
/external/elfutils/src/ |
ld.c | 265 static void add_rxxpath (struct pathelement **pathp, const char *str); [all...] |
ld.h | 269 struct pathelement struct 272 struct pathelement *next; 761 struct pathelement *paths; 763 struct pathelement *tailpaths; 766 struct pathelement *rpath; 767 struct pathelement *rpath_link; 768 struct pathelement *runpath; 769 struct pathelement *runpath_link; 774 struct pathelement *ld_library_path1; 775 struct pathelement *ld_library_path2 [all...] |
/external/javassist/ |
build.xml | 26 <pathelement location="${build.classes.dir}"/> 32 <pathelement location="${build.classes.dir}"/> 33 <pathelement location="${lib.dir}/junit.jar"/> 39 <pathelement location="${test.build.dir}"/> 40 <pathelement location="${lib.dir}/junit.jar"/> 41 <pathelement location="${build.classes.dir}"/>
|
/prebuilts/tools/common/proguard/proguard4.7/examples/ant/ |
android-8.xml | 39 <pathelement path="${sdk.dir}/tools/lib/anttasks.jar" /> 40 <pathelement path="${sdk.dir}/tools/lib/sdklib.jar" /> 41 <pathelement path="${sdk.dir}/tools/lib/androidprefs.jar" />
|
/external/jacoco/org.jacoco.examples/build/ |
build-offline.xml | 56 <pathelement path="../../../lib/jacocoagent.jar"/> 57 <pathelement path="${result.classes.instr.dir}" />
|
/libcore/support/src/test/java/tests/util/ |
ClassLoaderBuilder.java | 142 for (String pathElement : classpath.split(File.pathSeparator)) { 143 result.add(new File(pathElement).toURI().toURL());
|
/sdk/files/ant/ |
uibuild.xml | 56 <pathelement path="${sdk.dir}/tools/lib/ant-tasks.jar" /> 65 <pathelement location="${emma.dir}/emma.jar" /> 66 <pathelement location="${emma.dir}/emma_ant.jar" />
|
/external/slf4j/integration/ |
osgi-build.xml | 27 <pathelement location="target/test-classes/" />
|
/external/skia/src/svg/ |
SkSVGDevice.cpp | 461 AutoElement pathElement("path", fWriter); 462 pathElement.addPathAttributes(clipPath); 463 pathElement.addAttribute("clip-rule", clipRule); 774 AutoElement pathElement("path", fWriter); 775 pathElement.addAttribute("id", pathID); 776 pathElement.addPathAttributes(path);
|
/external/libphonenumber/ |
build.xml | 26 <pathelement location="${classes.dir}"/> 27 <pathelement location="${lib.dir}/junit/junit-4.8.1.jar"/> 28 <pathelement location="${jar.dir}/${ant.project.name}-test.jar"/>
|
/external/testng/ant/ |
build-tests.xml | 15 <pathelement location="${testng.jar}" /> 77 <pathelement location="${test.build.dir}"/>
|
/external/protobuf/gtest/test/ |
run_tests_util_test.py | 97 def PathElement(self, path): 119 return self.PathElement(self.abspath(path)) == 1 122 return type(self.PathElement(self.abspath(path))) == type(dict()) 147 return self.path.PathElement(path).iterkeys()
|
/external/jarjar/ |
build.xml | 52 <pathelement path="build/main"/> 56 <pathelement path="build/test"/>
|
/prebuilts/tools/common/m2/repository/com/sun/xsom/xsom/20140925/ |
xsom-20140925.pom | 236 <pathelement path="lib/lic.jar" />
|