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

  /cts/tests/app/src/android/app/cts/
LauncherActivity_ListItemTest.java 25 new LauncherActivity.ListItem();
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_list_test.cc 18 struct ListItem {
19 ListItem *next;
22 typedef IntrusiveList<ListItem> List;
26 static void SetList(List *l, ListItem *x = 0,
27 ListItem *y = 0, ListItem *z = 0) {
34 static void CheckList(List *l, ListItem *i1, ListItem *i2 = 0, ListItem *i3 = 0,
35 ListItem *i4 = 0, ListItem *i5 = 0, ListItem *i6 = 0)
    [all...]
  /development/apps/Development/src/com/android/development/
RunningProcesses.java 66 ListItem app = mAdapter.appForPosition(position);
85 mList = new ArrayList<ListItem>();
87 mList.add(new ListItem(app));
94 public ListItem appForPosition(int position) {
125 private final void bindView(View view, ListItem info) {
132 protected List<ListItem> mList;
138 CharSequence sa = ((ListItem) a).procInfo.processName;
139 CharSequence sb = ((ListItem) b).procInfo.processName;
145 private class ListItem {
147 public ListItem(ActivityManager.RunningAppProcessInfo pInfo)
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
UsbUtility.c 825 DEVICE_PATH_LIST_ITEM *ListItem;
839 ListItem = CR(ListIndex, DEVICE_PATH_LIST_ITEM, Link, DEVICE_PATH_LIST_ITEM_SIGNATURE);
843 ASSERT (ListItem->DevicePath != NULL);
846 if (UsbDpDevicePathSize == GetDevicePathSize (ListItem->DevicePath)) {
847 if ((CompareMem (UsbDP, ListItem->DevicePath, UsbDpDevicePathSize)) == 0) {
875 DEVICE_PATH_LIST_ITEM *ListItem;
891 ListItem = AllocateZeroPool (sizeof (DEVICE_PATH_LIST_ITEM));
892 ASSERT (ListItem != NULL);
893 ListItem->Signature = DEVICE_PATH_LIST_ITEM_SIGNATURE;
894 ListItem->DevicePath = DuplicateDevicePath (UsbDP);
    [all...]
  /external/pdfium/xfa/fwl/
cfwl_themepart.h 37 ListItem,
  /external/pdfium/core/fxcrt/css/
cfx_css.h 61 ListItem,
138 ListItem,
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 
  /external/kotlinc/lib/
kotlin-compiler.jar 

Completed in 660 milliseconds