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

  /frameworks/base/core/java/android/widget/
ExpandableListPosition.java 94 ExpandableListPosition elp = getRecycledOrCreate(); local
95 elp.groupPos = ExpandableListView.getPackedPositionGroup(packedPosition);
98 elp.type = CHILD;
99 elp.childPos = ExpandableListView.getPackedPositionChild(packedPosition);
101 elp.type = GROUP;
103 return elp;
107 ExpandableListPosition elp = getRecycledOrCreate(); local
108 elp.type = type;
109 elp.groupPos = groupPos;
110 elp.childPos = childPos
116 ExpandableListPosition elp; local
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/
OldEventListenerProxyTest.java 42 EventListenerProxy elp = new Mock_EventListenerProxy(el); local
44 assertSame(el, elp.getListener());
  /external/libedit/src/
prompt.c 85 el_prompt_t *elp; local
90 elp = &el->el_prompt;
92 elp = &el->el_rprompt;
94 if (elp->p_wide)
95 p = (*elp->p_func)(el);
97 p = ct_decode_string((char *)(void *)(*elp->p_func)(el),
101 if (elp->p_ignore == *p) {
111 elp->p_pos.v = el->el_refresh.r_cursor.v;
112 elp->p_pos.h = el->el_refresh.r_cursor.h;
  /external/tcpdump/
print-decnet.c 406 print_elist(const char *elp _U_, u_int len _U_)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wingdi.h 3992 EXTLOGPEN elp; member in struct:tagEMREXTCREATEPEN
    [all...]

Completed in 412 milliseconds