HomeSort by relevance Sort by last modified time
    Searched full:intdef (Results 1 - 25 of 161) sorted by null

1 2 3 4 5 6 7

  /development/tools/rmtypedefs/
README.txt 4 annotated with the @IntDef annotation (android.annotations.IntDef) or
  /frameworks/base/core/java/android/annotation/
IntDef.java 33 * @IntDef({NAVIGATION_MODE_STANDARD, NAVIGATION_MODE_LIST, NAVIGATION_MODE_TABS})
45 * @IntDef(
54 public @interface IntDef {
  /frameworks/support/annotations/src/android/support/annotation/
IntDef.java 32 * named constants. If the IntDef#flag() attribute is set to true,
38 * @IntDef({NAVIGATION_MODE_STANDARD, NAVIGATION_MODE_LIST, NAVIGATION_MODE_TABS})
50 * @IntDef(
57 public @interface IntDef {
  /development/tools/rmtypedefs/test/com/android/tools/rmtypedefs/
RmTypeDefsTest.java 25 // Creates a test class containing various typedefs, as well as the @IntDef annotation
34 + "import android.annotation.IntDef;\n"
43 + " @IntDef(flag = true,\n"
73 + " @IntDef({VISIBLE, INVISIBLE, GONE})\n"
95 String intdef = "" local
99 + "public @interface IntDef {\n"
113 File srcFile2 = new File(srcDir, "IntDef.java");
114 Files.write(intdef, srcFile2, Charsets.UTF_8);
126 + " testDir/android/annotation/IntDef.class\n"
127 + " testDir/android/annotation/IntDef.java\n
    [all...]
  /prebuilts/maven_repo/android/com/android/support/support-annotations/19.1.0/
support-annotations-19.1.0-sources.jar 
support-annotations-19.1.0-javadoc.jar 
  /prebuilts/maven_repo/android/com/android/support/support-annotations/20.0.0/
support-annotations-20.0.0-sources.jar 
support-annotations-20.0.0-javadoc.jar 
  /prebuilts/maven_repo/android/com/android/support/support-annotations/21.0.0/
support-annotations-21.0.0-sources.jar 
support-annotations-21.0.0-javadoc.jar 
  /prebuilts/maven_repo/android/com/android/support/support-annotations/21.0.2/
support-annotations-21.0.2-sources.jar 
support-annotations-21.0.2-javadoc.jar 
  /prebuilts/maven_repo/android/com/android/support/support-annotations/21.0.3/
support-annotations-21.0.3-sources.jar 
support-annotations-21.0.3-javadoc.jar 
  /external/e2fsprogs/intl/
dcgettext.c 54 INTDEF(__dcgettext)
  /external/elfutils/0.153/libdwfl/
dwfl_module.c 117 INTDEF (dwfl_report_begin_add)
130 INTDEF (dwfl_report_begin)
190 INTDEF (dwfl_report_module)
226 INTDEF (dwfl_report_end)
dwfl_error.c 79 INTDEF (dwfl_errno)
189 INTDEF (dwfl_errmsg)
linux-proc-maps.c 243 INTDEF (dwfl_linux_proc_maps_report)
274 INTDEF (dwfl_linux_proc_report)
348 INTDEF (dwfl_linux_proc_find_elf)
  /external/elfutils/0.153/libdw/
dwarf_error.c 76 INTDEF(dwarf_errno)
145 INTDEF(dwarf_errmsg)
dwarf_attr.c 76 INTDEF(dwarf_attr)
dwarf_attr_integrate.c 81 INTDEF (dwarf_attr_integrate)
  /frameworks/base/media/java/android/media/audiopolicy/
AudioMix.java 19 import android.annotation.IntDef;
114 @IntDef(flag = true,
  /development/tools/rmtypedefs/src/com/android/tools/rmtypedefs/
RmTypeDefs.java 45 private static final String INT_DEF = "android/annotation/IntDef";
101 System.out.println("Deleting @IntDef and @StringDef annotation class files");
294 // Special case: Also delete the actual @IntDef and @StringDef .class files.
  /packages/apps/UnifiedEmail/src/com/android/mail/drawer/
DrawerItem.java 19 import android.support.annotation.IntDef;
55 @IntDef({VIEW_FOLDER, VIEW_HEADER, VIEW_BLANK_HEADER, VIEW_BOTTOM_SPACE, VIEW_ACCOUNT,
88 @IntDef({UNSET, NONFOLDER_ITEM, FOLDER_INBOX, FOLDER_RECENT, FOLDER_OTHER})
  /external/elfutils/0.153/libasm/
asm_addint8.c 120 INTDEF(FCT(SIZE))

Completed in 1386 milliseconds

1 2 3 4 5 6 7