| /external/libsepol/src/ |
| policydb.c | 3002 class_perm_node_t *cur, *tail = NULL; local 3160 avrule_t *cur, *tail; local [all...] |
| /external/lzma/CPP/7zip/UI/Common/ |
| ArchiveCommandLine.cpp | 401 UString tail = name.Mid(pos + 1);
local 403 AddNameToCensor(wildcardCensor, tail, include, recursedType);
405 AddToCensorFromListFile(wildcardCensor, tail, include, recursedType, codePage);
408 ParseMapWithPaths(wildcardCensor, tail, include, recursedType);
|
| /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/ |
| cmscgats.c | 418 char *tail; local 433 tail = strrchr(buffer, DIR_CHAR); 434 if (tail == NULL) return FALSE; // Is not absolute and has no separators?? 436 len = (cmsUInt32Number) (tail - buffer); 440 strncpy(tail + 1, relPath, MaxLen - len); [all...] |
| /external/tcpdump/ |
| isakmp.h | 374 struct ikev1_ph1 *tail; 380 struct ikev1_ph2 *tail; 373 struct ikev1_ph1 *tail; member in struct:ikev1_ph1tab 379 struct ikev1_ph2 *tail; member in struct:isakmp_ph2tab
|
| /external/wpa_supplicant_8/src/radius/ |
| radius_server.c | 1517 struct radius_client *clients, *tail, *entry; local [all...] |
| /frameworks/native/services/inputflinger/ |
| InputDispatcher.h | 608 T* tail; member in struct:android::InputDispatcher::Queue 610 inline Queue() : head(NULL), tail(NULL) { 618 entry->prev = tail; 619 if (tail) { 620 tail->next = entry; 625 tail = entry; 633 tail = entry; 648 tail = entry->prev; 658 tail = NULL; [all...] |
| /hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/ |
| h264_utils.h | 350 omx_dl_list() { head = tail = NULL; } ; 359 NODE_STRUCT *head, *tail; member in class:omx_dl_list
|
| /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/ |
| h264_utils.h | 348 head = tail = NULL; 358 NODE_STRUCT *head, *tail; member in class:omx_dl_list
|
| /ndk/sources/host-tools/make-3.81/ |
| read.c | 201 struct dep *tail = read_makefiles; 209 while (d->next != tail) 246 struct dep *tail = read_makefiles; 247 /* Add them to the tail, after any MAKEFILES variable makefiles. */ 248 while (tail != 0 && tail->next != 0) 249 tail = tail->next; 258 if (tail == 0) 261 tail->next = d 200 struct dep *tail = read_makefiles; local 245 struct dep *tail = read_makefiles; local [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/ |
| Xlibint.h | 93 struct _XSQEvent *head, *tail; /* Input event queue. */ member in struct:_XDisplay [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/ |
| Xlibint.h | 93 struct _XSQEvent *head, *tail; /* Input event queue. */ member in struct:_XDisplay [all...] |
| /prebuilts/tools/common/m2/repository/org/apache/ant/ant-launcher/1.8.0/ |
| ant-launcher-1.8.0.jar | |
| /prebuilts/tools/common/m2/repository/org/apache/ant/ant-launcher/1.8.2/ |
| ant-launcher-1.8.2.jar | |
| /external/bison/src/ |
| scan-code.c | 2629 const char *tail = explicit_bracketing ? "" : local [all...] |
| /external/chromium_org/third_party/icu/source/test/cintltst/ |
| ccapitst.c | 3274 static const UChar tail[] = {0xDC07,0x0000};\/* second half of \\U00060007 *\/ local 3376 char tail[] = { 0x01, 0x02, 0x03, 0x0d, 0x00 }; local [all...] |
| /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
| glcpp-parse.c | 169 _token_list_append_list (token_list_t *list, token_list_t *tail); 3316 token_node_t *tail, *next; local [all...] |
| /external/guava/guava/src/com/google/common/cache/ |
| LocalCache.java | 772 * New entries are added at the tail of the list at write time; stale entries are expired from 808 * doubly-linked list. New entries are added at the tail of the list at write time and stale 2963 ReferenceEntry<K, V> tail = head; local [all...] |
| /external/guava/guava/src/com/google/common/collect/ |
| MapMakerInternalMap.java | 710 * New entries are added at the tail of the list at write time; stale entries are expired from 746 * doubly-linked list. New entries are added at the tail of the list at write time and stale 2641 ReferenceEntry<K, V> tail = head; local [all...] |
| /external/icu/icu4c/source/test/cintltst/ |
| ccapitst.c | 3238 static const UChar tail[] = {0xDC07,0x0000};\/* second half of \\U00060007 *\/ local 3340 char tail[] = { 0x01, 0x02, 0x03, 0x0d, 0x00 }; local [all...] |
| /external/javasqlite/src/main/native/ |
| sqlite_jni.c | 105 char *tail; /* tail SQL string */ member in struct:hvm 2898 const char *tail; local 3023 const char *tail; local 3209 const char *tail; local 3483 char *tail; local 3544 const jchar *sql16, *tail = 0; local [all...] |
| /external/javassist/src/main/javassist/ |
| CtClassType.java | 148 CtMember head, CtMember tail) { 150 while (head != tail) { 802 CtMember tail = cache.lastMethod(); local 803 while (mth != tail) { 885 CtMember tail = memCache.lastField(); local 886 while (field != tail) { 937 CtMember tail = memCache.lastField(); local 938 int num = CtMember.Cache.count(field, tail); 941 while (field != tail) { 961 CtMember tail = memCache.lastField() local [all...] |
| /external/pixman/pixman/ |
| pixman-private.h | 822 pixman_link_t *tail; member in struct:pixman_list_t 829 list->tail = (pixman_link_t *)list; [all...] |
| /frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
| ScreenMagnifier.java | 774 MotionEventInfo tail = mDelayedEventQueue; local [all...] |
| /hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
| bcmutils.h | 104 void *tail; /* last packet to dequeue */ member in struct:pktq_prec 295 #define pktq_ppeek_tail(pq, prec) ((pq)->q[prec].tail)
|
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
| TreeMapTest.java | 614 Map tail = tm.tailMap(objArray[900].toString()); local 615 assertTrue("Returned map of incorrect size : " + tail.size(), tail 618 assertTrue("Map contains incorrect entries", tail 623 assertTrue(tail instanceof Serializable); [all...] |