HomeSort by relevance Sort by last modified time
    Searched refs:foundType (Results 1 - 10 of 10) sorted by null

  /libcore/luni/src/main/java/java/lang/annotation/
AnnotationTypeMismatchException.java 34 private String foundType;
41 * @param foundType
46 public AnnotationTypeMismatchException(Method element, String foundType) {
47 super("The annotation element " + element + " doesn't match the type " + foundType);
49 this.foundType = foundType;
66 public String foundType() {
67 return foundType;
  /libcore/luni/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/
AnnotationTypeMismatchExceptionTest.java 44 assertEquals("wrong found type", "some type", e.foundType());
  /packages/apps/Contacts/tests/src/com/android/contacts/
EntitySetTests.java 200 final String foundType = getStringForType(found.getType());
201 assertEquals("Unexpected type", expectedType, foundType);
  /external/chromium/third_party/icu/source/i18n/
zstrfmt.cpp 408 UBool foundType = FALSE;
418 foundType = TRUE;
422 if (!foundType) {
    [all...]
  /external/icu4c/i18n/
zstrfmt.cpp 482 UBool foundType = FALSE;
492 foundType = TRUE;
496 if (!foundType) {
    [all...]
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/common/ecj/
ecj.jar 

Completed in 431 milliseconds