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

  /external/skia/third_party/glu/libtess/
sweep.h 72 GLboolean sentinel; /* marks fake edges at t = +/-infinity */ member in struct:ActiveRegion
  /libcore/luni/src/main/java/java/lang/ref/
FinalizerReference.java 86 Sentinel sentinel = new Sentinel(); local
87 enqueueSentinelReference(sentinel);
88 sentinel.awaitFinalization();
91 private static void enqueueSentinelReference(Sentinel sentinel) {
97 if (r.referent == sentinel) {
98 FinalizerReference<Sentinel> sentinelReference = (FinalizerReference<Sentinel>) r
    [all...]
  /development/ide/emacs/
android-host.el 92 (defun android-fastboot-sentinel (process event)
118 (set-process-sentinel proc 'android-fastboot-sentinel)))
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/
mock.py 58 'sentinel',
72 class Sentinel(object):
80 sentinel = Sentinel() variable
82 DEFAULT = sentinel.DEFAULT
  /external/clang/utils/
clang-completion-mode.el 93 ;; sentinel processes the entire string at once.
132 ;; Process "sentinel" that, on successful code completion, replaces the
135 (defun clang-completion-sentinel (proc event)
170 (set-process-sentinel cc-proc 'clang-completion-sentinel)
  /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...]
  /dalvik/vm/
Misc.cpp 761 const char* sentinel = strstr(path, "/./"); local
763 if (sentinel != NULL) {
764 /* It's got the sentinel. Return a pointer to the second slash. */
765 return sentinel + 2;
  /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...]
  /frameworks/native/opengl/libagl/
primitives.cpp 898 unsigned int sentinel = 0; local
918 if (++sentinel >= 3)
929 if (++sentinel >= 3)
964 unsigned int sentinel = 0; local
    [all...]
  /bionic/libc/netbsd/net/
getaddrinfo.c 597 struct addrinfo sentinel; local
610 memset(&sentinel, 0, sizeof(sentinel));
611 cur = &sentinel;
731 if (sentinel.ai_next)
780 if (sentinel.ai_next)
786 if (sentinel.ai_next) {
788 *res = sentinel.ai_next;
795 if (sentinel.ai_next)
796 freeaddrinfo(sentinel.ai_next)
873 struct addrinfo sentinel; local
938 struct addrinfo sentinel; local
1307 struct addrinfo sentinel, *cur; local
1897 struct addrinfo sentinel, *cur; local
2115 struct addrinfo sentinel, *cur; local
    [all...]
  /external/tinyxml/
tinyxml.h 822 const TiXmlAttribute* First() const { return ( sentinel.next == &sentinel ) ? 0 : sentinel.next; }
823 TiXmlAttribute* First() { return ( sentinel.next == &sentinel ) ? 0 : sentinel.next; }
824 const TiXmlAttribute* Last() const { return ( sentinel.prev == &sentinel ) ? 0 : sentinel.prev; }
825 TiXmlAttribute* Last() { return ( sentinel.prev == &sentinel ) ? 0 : sentinel.prev;
836 TiXmlAttribute sentinel; member in class:TiXmlAttributeSet
    [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.cc 1932 const int sentinel = SharedFunctionInfo::kDontAdaptArgumentsSentinel; local
    [all...]
  /packages/apps/Email/src/com/android/email/
MessagingController.java 1583 EmailContent.Message sentinel = new EmailContent.Message(); local
    [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp 2346 unsigned sentinel = 0; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 1522 milliseconds