HomeSort by relevance Sort by last modified time
    Searched full:sentinel (Results 1 - 25 of 289) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libxml2/
list.c 40 xmlLinkPtr sentinel; member in struct:_xmlList
104 for(lk = l->sentinel->next;lk != l->sentinel && l->linkCompare(lk->data, data) <0 ;lk = lk->next);
124 for(lk = l->sentinel->prev;lk != l->sentinel && l->linkCompare(lk->data, data) >0 ;lk = lk->prev);
144 if (lk == l->sentinel)
169 if (lk == l->sentinel)
199 /* Add the sentinel */
200 if (NULL ==(l->sentinel = (xmlLinkPtr )xmlMalloc(sizeof(xmlLink)))) {
202 "Cannot initialize memory for sentinel");
    [all...]
  /external/tcpdump/missing/
getaddrinfo.c 294 struct addrinfo sentinel; local
315 sentinel.ai_next = NULL;
316 cur = &sentinel;
431 if (sentinel.ai_next)
483 if (sentinel.ai_next)
489 if (sentinel.ai_next) {
491 *res = sentinel.ai_next;
498 if (sentinel.ai_next)
499 freeaddrinfo(sentinel.ai_next);
519 struct addrinfo sentinel, *cur local
691 struct addrinfo sentinel; local
753 struct addrinfo sentinel; local
    [all...]
  /external/tinyxml/
tinyxml.cpp 1164 // We are using knowledge of the sentinel. The sentinel
1173 // We are using knowledge of the sentinel. The sentinel
1182 // We are using knowledge of the sentinel. The sentinel
1191 // We are using knowledge of the sentinel. The sentinel
1520 sentinel.next = &sentinel;
    [all...]
  /external/libvpx/nestegg/halloc/src/
hlist.h 22 * weak double-linked list w/ tail sentinel
42 * shared tail sentinel
  /bionic/libc/netbsd/net/
getaddrinfo.c 398 struct addrinfo sentinel; local
411 memset(&sentinel, 0, sizeof(sentinel));
412 cur = &sentinel;
532 if (sentinel.ai_next)
574 if (sentinel.ai_next)
580 if (sentinel.ai_next) {
582 *res = sentinel.ai_next;
589 if (sentinel.ai_next)
590 freeaddrinfo(sentinel.ai_next)
667 struct addrinfo sentinel; local
732 struct addrinfo sentinel; local
1101 struct addrinfo sentinel, *cur; local
1678 struct addrinfo sentinel, *cur; local
1891 struct addrinfo sentinel, *cur; local
    [all...]
  /external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/
eas_host_debug.h 25 // sentinel
  /external/webkit/WebCore/manual-tests/
property-map-save-crash.html 37 the deleted property sentinel key as a normal pointer.</p>
  /external/v8/test/mjsunit/
arguments-apply.js 112 var sentinel = 42;
115 assertEquals(42, sentinel);
  /cts/libs/json/src/com/android/json/stream/
JsonToken.java 77 * The end of the JSON stream. This sentinel value is returned by {@link
  /packages/apps/Email/src/org/apache/commons/io/input/
CloseShieldInputStream.java 45 * sentinel. The original input stream will remain open, but this proxy
ClosedInputStream.java 26 * that accept input streams and acting as a sentinel value instead of a
  /packages/apps/Email/src/org/apache/commons/io/output/
CloseShieldOutputStream.java 45 * sentinel. The original output stream will remain open, but this proxy
ClosedOutputStream.java 27 * that accept an output stream and acting as a sentinel value instead of
  /development/ide/emacs/
android-host.el 92 (defun android-fastboot-sentinel (process event)
118 (set-process-sentinel proc 'android-fastboot-sentinel)))
  /libcore/luni/src/test/java/tests/xml/
SaxTest.java 170 * @param sentinel a marker value that means the expected value was omitted
172 private void assertOneOf(String expected, String sentinel, String actual) {
173 List<String> optionsList = Arrays.asList(sentinel, expected);
  /external/webkit/WebKitTools/Scripts/webkitpy/
mock.py 58 'sentinel',
72 class Sentinel(object):
80 sentinel = Sentinel() variable
82 DEFAULT = sentinel.DEFAULT
  /external/skia/src/core/
SkRegion.cpp 35 return (SkRegion::RunType*)(runs + 1); // return past the X-sentinel
95 runs += 1; // skip X-sentinel
545 *druns++ = kRunTypeSentinel; // x sentinel
547 *druns++ = kRunTypeSentinel; // y sentinel
786 const SkRegion::RunType sentinel = SkRegion::kRunTypeSentinel;
806 const SkRegion::RunType* run0 = &sentinel;
807 const SkRegion::RunType* run1 = &sentinel;
857 oper.addSpan(top, &sentinel, &sentinel);
906 intervals: TOP + N * (BOTTOM LEFT RIGHT SENTINEL) + SENTINE
    [all...]
  /external/chromium/net/tools/flip_server/
balsa_enums.h 27 NO_ERROR = 0, // A sentinel value for convenience, none of the callbacks
  /external/webkit/JavaScriptCore/runtime/
PropertyMapHashTable.h 81 // But the number of entries is half that (plus one for the deleted sentinel).
  /external/chromium/net/proxy/
proxy_resolver_perftest.cc 28 // |queries| should be terminated by {NULL, NULL}. A sentinel is used
34 // Returns the actual number of entries in |queries| (assumes NULL sentinel).
  /external/v8/src/
scopeinfo.cc 159 // - NULL (sentinel)
163 // - NULL (sentinel)
167 // - NULL (sentinel)
317 // function name, calls eval, length & sentinel for 3 tables:
360 return p + n*2 + 1; // *2 for pairs, +1 for sentinel
369 return p + n + 1; // +1 for sentinel
414 // Loop below depends on the NULL sentinel after the stack slot names.
437 // Loop below depends on the NULL sentinel after the context slot names.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
multiway_merge.h 621 sentinel,
636 LT lt(k, sentinel, comp);
711 sentinel,
728 // Move the sequends end behind the sentinel spots. This has the
729 // effect that the sentinel appears to be within the sequence. Then,
731 // non-sentinel elements as we have.
736 (seqs_begin, seqs_end, target, sentinel, length, comp);
903 sentinel,
917 >::__type>(seqs_begin, seqs_end, target, sentinel, length, comp);
940 sentinel,
    [all...]
  /dalvik/vm/
Misc.h 311 * string, treating first (if any) instance of "/./" as a sentinel
313 * in the usual way (i.e., starts with "/") and doesn't have the sentinel,
321 * The sentinel is used specifically to aid in cross-optimization, where
  /external/chromium/base/
thread_unittest.cc 112 // event that will toggle our sentinel value.
  /external/sonivox/arm-fm-22k/host_src/
eas_host.h 34 // sentinel

Completed in 225 milliseconds

1 2 3 4 5 6 7 8 91011>>