Searched defs:hlist (Results 1 - 10 of 10) sorted by relevance

/external/iproute2/tc/
H A Dtc_class.c27 #include "hlist.h"
30 struct hlist_node hlist; member in struct:graph_node
182 hlist_add_head(&node->hlist, &root_cls_list);
184 hlist_add_head(&node->hlist, &cls_list);
197 if (node->hlist.next)
206 if (node->hlist.next && node->nodes_count)
208 else if (node->hlist.next)
212 else if (!node->hlist.next)
234 hlist);
238 struct graph_node, hlist);
[all...]
/external/libpcap/
H A Dnametoaddr.c97 static bpf_u_int32 *hlist[2]; local
104 hlist[0] = (bpf_u_int32 *)hp->h_addr;
106 return hlist;
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DSIPHeaderList.java53 * hlist field.
55 protected List<HDR> hlist; field in class:SIPHeaderList
65 hlist = new LinkedList<HDR>();
89 hlist.add((HDR)objectToAdd);
101 hlist.add(0,(HDR) obj);
155 if (hlist.isEmpty()) {
168 ListIterator<HDR> li = hlist.listIterator();
195 ListIterator<HDR> li = hlist.listIterator();
212 if (hlist == null || hlist
[all...]
/external/libvncserver/libvncserver/
H A Drfbregion.c517 sraSpanList *vlist, *hlist; local
521 hlist = sraSpanListCreate();
523 sraSpanInsertAfter(hspan, &(hlist->front));
527 vspan = sraSpanCreate(y1, y2, hlist);
530 sraSpanListDestroy(hlist);
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 173 milliseconds