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

  /external/dbus/
cleanup-man-pages.sh 28 (find . -maxdepth 1 -name "_*" | xargs -I ITEMS /bin/mv ITEMS nuke) || die "could not move all underscore-prefixed items"
29 (find . -maxdepth 1 -name "DBus*Internal*" | xargs -I ITEMS /bin/mv ITEMS nuke) || die "could not move all internal-containing items"
30 (find . -maxdepth 1 -name "dbus_*_internal_*" | xargs -I ITEMS /bin/mv ITEMS nuke) || die "could not move all internal-containing items"
65 (find . -maxdepth 1 -name "dbus_*" | xargs -I ITEMS /bin/mv ITEMS keep) || die "could not move all dbus-prefixed items
    [all...]
  /external/elfutils/libebl/
eblcorenote.c 65 regs_offset, nregloc, reglocs, nitems, items)
73 const Ebl_Core_Item **items;
76 nitems, items);
86 #define ITEMS(type, table) \
88 *items = table; \
100 ITEMS (NT_PLATFORM, platform);
102 #undef ITEMS
  /bootable/recovery/
default_device.cpp 28 static const char* ITEMS[] = {"reboot system now",
82 const char* const* GetMenuItems() { return ITEMS; }
  /cts/tests/tests/holo/src/android/holo/cts/modifiers/
AlertDialogBuilder.java 39 private static final CharSequence[] ITEMS = {"Red", "Green", "Blue"};
68 .setItems(ITEMS, null);
72 .setSingleChoiceItems(ITEMS, 1, null);
76 .setMultiChoiceItems(ITEMS, new boolean[]{false, true, false}, null);
  /device/asus/grouper/recovery/
recovery_ui.cpp 31 const char* ITEMS[] = { "reboot system now",
101 const char* const* GetMenuItems() { return ITEMS; }
  /device/samsung/crespo/recovery/
recovery_ui.cpp 31 const char* ITEMS[] = { "reboot system now",
102 const char* const* GetMenuItems() { return ITEMS; }
  /device/samsung/tuna/recovery/
recovery_ui.cpp 31 const char* ITEMS[] = { "reboot system now",
103 const char* const* GetMenuItems() { return ITEMS; }
  /device/moto/stingray/recovery/
recovery_ui.cpp 33 const char* ITEMS[] = { "reboot system now",
106 const char* const* GetMenuItems() { return ITEMS; }
  /build/tools/releasetools/
ota_from_target_files 112 """Items represent the metadata (user, group, mode) of files and
114 ITEMS = {}
143 if name not in cls.ITEMS:
144 cls.ITEMS[name] = Item(name, dir=dir)
145 return cls.ITEMS[name]
163 for i in cls.ITEMS.itervalues() if i.name])
170 i = cls.ITEMS.get(name, None)
179 i = cls.ITEMS.get("system/recovery-from-boot.p", None)
181 i = cls.ITEMS.get("system/etc/install-recovery.sh", None)
668 # Note that this call will mess up the tree of Items, so make sur
    [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
Tags.java 49 public static final int ITEMS = 0x14;
    [all...]

Completed in 385 milliseconds