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

  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
HttpRetryExceptionTest.java 32 private static final String DETAIL = "detail";
52 SerializationTest.verifySelf(new HttpRetryException(DETAIL, 100,
60 SerializationTest.verifyGolden(this, new HttpRetryException(DETAIL,
  /external/e2fsprogs/misc/
e4defrag.c 86 #define DETAIL 0x01
443 if ((mode_flag & DETAIL) && flag) {
467 if (mode_flag & DETAIL) {
536 if ((mode_flag & DETAIL) && ret == -ENOSPC) {
549 if (mode_flag & DETAIL) {
562 if (mode_flag & DETAIL) {
569 if (mode_flag & DETAIL) {
1055 if (mode_flag & DETAIL) {
1065 if (mode_flag & DETAIL) {
1073 if (mode_flag & DETAIL) {
    [all...]
  /build/make/tools/droiddoc/templates-ndk/
class.cs 607 <!-- ========= FIELD DETAIL ======== -->
615 <!-- ========= ENUM CONSTANTS DETAIL ======== -->
623 <!-- ========= ENUM CONSTANTS DETAIL ======== -->
631 <!-- ========= FIELD DETAIL ======== -->
639 <!-- ========= CONSTRUCTOR DETAIL ======== -->
645 <!-- ========= CONSTRUCTOR DETAIL ======== -->
653 <!-- ========= METHOD DETAIL ======== -->
661 <!-- ========= METHOD DETAIL ======== -->
  /build/make/tools/droiddoc/templates-sac/
class.cs 586 <!-- ========= FIELD DETAIL ======== -->
594 <!-- ========= ENUM CONSTANTS DETAIL ======== -->
602 <!-- ========= ENUM CONSTANTS DETAIL ======== -->
610 <!-- ========= FIELD DETAIL ======== -->
618 <!-- ========= CONSTRUCTOR DETAIL ======== -->
624 <!-- ========= CONSTRUCTOR DETAIL ======== -->
632 <!-- ========= METHOD DETAIL ======== -->
640 <!-- ========= METHOD DETAIL ======== -->
  /external/doclava/res/assets/templates/
class.cs 575 <!-- ========= FIELD DETAIL ======== -->
583 <!-- ========= ENUM CONSTANTS DETAIL ======== -->
591 <!-- ========= ENUM CONSTANTS DETAIL ======== -->
599 <!-- ========= FIELD DETAIL ======== -->
607 <!-- ========= CONSTRUCTOR DETAIL ======== -->
613 <!-- ========= CONSTRUCTOR DETAIL ======== -->
621 <!-- ========= METHOD DETAIL ======== -->
629 <!-- ========= METHOD DETAIL ======== -->
  /external/doclava/res/assets/templates-sdk/
class.cs 580 <!-- ========= FIELD DETAIL ======== -->
588 <!-- ========= ENUM CONSTANTS DETAIL ======== -->
596 <!-- ========= ENUM CONSTANTS DETAIL ======== -->
604 <!-- ========= FIELD DETAIL ======== -->
612 <!-- ========= CONSTRUCTOR DETAIL ======== -->
618 <!-- ========= CONSTRUCTOR DETAIL ======== -->
626 <!-- ========= METHOD DETAIL ======== -->
634 <!-- ========= METHOD DETAIL ======== -->
  /packages/apps/Calendar/src/com/android/calendar/month/
MonthByWeekAdapter.java 298 ViewType.DETAIL,
  /packages/apps/Calendar/src/com/android/calendar/
CalendarController.java 106 // Full detail view in read only mode
109 // full detail view in edit mode
136 final int DETAIL = -1;
451 if (event.viewType == ViewType.DETAIL) {
    [all...]

Completed in 1143 milliseconds