Searched refs:candidates (Results 1 - 25 of 209) sorted by last modified time

123456789

/external/smack/asmack-master/lib/
H A Djstun.jarMETA-INF/ META-INF/MANIFEST.MF de/ de/javawi/ de/javawi/jstun/ de/javawi/jstun/attribute/ ...
/external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
H A DRobolectricPackageManager.java92 List<ResolveInfo> candidates = queryIntentActivities(intent, flags);
93 return candidates.isEmpty() ? null : candidates.get(0);
/external/qemu/distrib/sdl-1.2.15/build-scripts/
H A Dltmain.sh6691 $ECHO "*** with $libname but no candidates were found. (...for file magic test)"
6693 $ECHO "*** with $libname and none of the candidates passed a file format test"
6745 $ECHO "*** with $libname but no candidates were found. (...for regex pattern test)"
6747 $ECHO "*** with $libname and none of the candidates passed a file format test"
/external/protobuf/gtest/build-aux/
H A Dltmain.sh7852 $ECHO "*** with $libname but no candidates were found. (...for file magic test)"
7854 $ECHO "*** with $libname and none of the candidates passed a file format test"
7906 $ECHO "*** with $libname but no candidates were found. (...for regex pattern test)"
7908 $ECHO "*** with $libname and none of the candidates passed a file format test"
/external/protobuf/
H A Dltmain.sh6163 $ECHO "*** with $libname but no candidates were found. (...for file magic test)"
6165 $ECHO "*** with $libname and none of the candidates passed a file format test"
6217 $ECHO "*** with $libname but no candidates were found. (...for regex pattern test)"
6219 $ECHO "*** with $libname and none of the candidates passed a file format test"
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/pcre/dist/
H A Dltmain.sh7846 $ECHO "*** with $libname but no candidates were found. (...for file magic test)"
7848 $ECHO "*** with $libname and none of the candidates passed a file format test"
7900 $ECHO "*** with $libname but no candidates were found. (...for regex pattern test)"
7902 $ECHO "*** with $libname and none of the candidates passed a file format test"
/external/pixman/
H A Dltmain.sh7846 $ECHO "*** with $libname but no candidates were found. (...for file magic test)"
7848 $ECHO "*** with $libname and none of the candidates passed a file format test"
7900 $ECHO "*** with $libname but no candidates were found. (...for regex pattern test)"
7902 $ECHO "*** with $libname and none of the candidates passed a file format test"
/external/openfst/
H A Dltmain.sh7852 $ECHO "*** with $libname but no candidates were found. (...for file magic test)"
7854 $ECHO "*** with $libname and none of the candidates passed a file format test"
7906 $ECHO "*** with $libname but no candidates were found. (...for regex pattern test)"
7908 $ECHO "*** with $libname and none of the candidates passed a file format test"
/external/objenesis/tck/src/org/objenesis/tck/
H A DMain.java69 runTest(new ObjenesisStd(), reporter, "Objenesis std", "candidates/candidates.properties");
71 "candidates/serializable-candidates.properties");
92 String candidates) throws IOException {
99 candidateLoader.loadFromResource(Main.class, candidates);
91 runTest(Objenesis objenesis, Reporter reporter, String description, String candidates) argument
H A DTCK.java57 private final List candidates = new ArrayList(); field in class:TCK
67 candidates.add(candidateClass);
88 reporter.startTests(describePlatform(), findAllDescriptions(candidates, descriptions),
91 for(Iterator i = candidates.iterator(); i.hasNext();) {
/external/objenesis/tck/src/org/objenesis/tck/candidates/
H A DConstructorThrowingException.java16 package org.objenesis.tck.candidates;
H A DConstructorWithArguments.java16 package org.objenesis.tck.candidates;
H A DConstructorWithMandatoryArguments.java16 package org.objenesis.tck.candidates;
H A DDefaultPackageConstructor.java16 package org.objenesis.tck.candidates;
H A DDefaultPrivateConstructor.java16 package org.objenesis.tck.candidates;
H A DDefaultProtectedConstructor.java16 package org.objenesis.tck.candidates;
H A DDefaultPublicConstructor.java16 package org.objenesis.tck.candidates;
H A DNoConstructor.java16 package org.objenesis.tck.candidates;
H A DSerializableConstructorThrowingException.java16 package org.objenesis.tck.candidates;
H A DSerializableConstructorWithArguments.java16 package org.objenesis.tck.candidates;
H A DSerializableConstructorWithMandatoryArguments.java16 package org.objenesis.tck.candidates;
H A DSerializableDefaultPackageConstructor.java16 package org.objenesis.tck.candidates;
H A DSerializableDefaultPrivateConstructor.java16 package org.objenesis.tck.candidates;
H A DSerializableDefaultProtectedConstructor.java16 package org.objenesis.tck.candidates;

Completed in 8665 milliseconds

123456789