Searched defs:sentinel (Results 1 - 25 of 37) sorted by relevance

12

/external/valgrind/none/tests/s390x/
H A Dclst.c28 clst(const char *str1, const char *str2, int sentinel) argument
32 printf("comparing: %s with %s sentinel = %d", str1, str2, sentinel);
33 if (isprint(sentinel))
34 printf(" (%c)", sentinel);
36 res = do_clst(str1, str2, sentinel);
/external/droiddriver/src/io/appium/droiddriver/scroll/
H A DDynamicSentinelStrategy.java31 * Determines whether scrolling is possible by checking whether the sentinel
40 * Interface for determining whether sentinel is updated.
60 * Determines whether the sentinel is updated by checking a single unique
61 * String attribute of a descendant element of the sentinel (or itself).
67 * @param uniqueStringFinder a Finder relative to the sentinel that finds
81 private String getUniqueStringFromSentinel(UiElement sentinel) { argument
83 return getUniqueString(uniqueStringFinder.find(sentinel));
91 // If the sentinel moved, scrolling has some effect. This is both an
107 Logs.logfmt(Log.WARN, "Unique String is null: sentinel=%s, uniqueStringFinder=%s",
125 * Determines whether the sentinel i
[all...]
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/
H A Ds-c2.c236 testdata_t sentinel; local
248 sentinel.next = NULL;
249 sentinel.id = 0;
250 cur = &sentinel;
370 cur = &sentinel;
/external/clang/utils/
H A Dclang-completion-mode.el93 ;; 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/
H A Dlist.c40 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/ltp/testcases/open_posix_testsuite/stress/threads/fork/
H A Ds-c1.c122 mes_t sentinel; local
129 m_cur = &sentinel;
171 m_cur = &sentinel;
352 ret = parse_measure(&sentinel);
362 while (sentinel.next != NULL) {
363 m_cur = sentinel.next;
369 sentinel.next = m_cur->next;
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
H A Ds-c1.c158 mes_t sentinel; local
165 m_cur = &sentinel;
205 m_cur = &sentinel;
403 ret = parse_measure(&sentinel);
414 while (sentinel.next != NULL) {
415 m_cur = sentinel.next;
423 sentinel.next = m_cur->next;
/external/mesa3d/src/mesa/main/
H A Dextensions.c779 GLboolean *sentinel = base + o(extension_sentinel); local
784 for (i = base; i != sentinel; ++i)
/external/v8/src/compiler/
H A Dosr.cc61 Node* sentinel = graph->NewNode(dead->op()); local
68 new (stuff) NodeVector(original_count, sentinel, tmp_zone);
92 if (copy != sentinel) {
122 if (copy->InputAt(j) == sentinel) {
H A Djs-typed-lowering.cc1820 static const int sentinel = SharedFunctionInfo::kDontAdaptArgumentsSentinel; local
1822 return (num_decl_parms != arity && num_decl_parms != sentinel);
/external/ImageMagick/MagickCore/
H A Didentify.c1243 sentinel;
1256 sentinel=GetStringInfoDatum(profile)[i++];
1257 if (sentinel != 0x1c)
1241 sentinel; local
H A Doption.c2120 sentinel;
2141 sentinel=',';
2143 sentinel='|';
2144 for (p=options; p != (char *) NULL; p=strchr(p,sentinel))
2146 while (((isspace((int) ((unsigned char) *p)) != 0) || (*p == sentinel)) &&
2153 while (((isspace((int) ((unsigned char) *p)) == 0) && (*p != sentinel)) &&
2675 sentinel;
2698 sentinel=',';
2700 sentinel='|';
2701 for (p=options; p != (char *) NULL; p=strchr(p,sentinel))
2112 sentinel; local
2658 sentinel; local
[all...]
H A Dxml-tree.c140 *sentinel[] = { (char *) NULL };
184 child->attributes=sentinel;
454 if ((attributes == (char **) NULL) || (attributes == sentinel))
1117 return((const char **) sentinel);
1724 predefined_entitites=(char **) AcquireMagickMemory(sizeof(sentinel));
1727 (void) CopyMagickMemory(predefined_entitites,sentinel,sizeof(sentinel));
2030 attributes=(char **) sentinel;
2393 root->root.attributes=sentinel;
2525 if (xml_info->attributes != sentinel)
136 *sentinel[] = { (char *) NULL }; variable
[all...]
/external/ImageMagick/coders/
H A Djson.c1377 sentinel;
1390 sentinel=GetStringInfoDatum(profile)[i++];
1391 if (sentinel != 0x1c)
1372 sentinel; local
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/
H A D1-2.c236 children_t sentinel = {.next = NULL }; variable
238 children_t *children = &sentinel;
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
H A Ds-c.c567 mes_t sentinel; local
569 m_cur = &sentinel;
642 ret = parse_measure(&sentinel);
645 m_cur = sentinel.next;
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/
H A Ds-c1.c124 mes_t sentinel; local
134 m_cur = &sentinel;
331 ret = parse_measure(&sentinel);
342 while (sentinel.next != NULL) {
343 m_cur = sentinel.next;
352 sentinel.next = m_cur->next;
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/
H A Ds-c1.c123 mes_t sentinel; local
134 m_cur = &sentinel;
341 ret = parse_measure(&sentinel);
352 while (sentinel.next != NULL) {
353 m_cur = sentinel.next;
361 sentinel.next = m_cur->next;
/external/mesa3d/src/gallium/auxiliary/cso_cache/
H A Dcso_hash.c339 struct cso_node *sentinel; local
351 sentinel = node;
354 if (*bucket != sentinel) {
356 while (prev->next != sentinel)
361 sentinel = a.e;
/external/libpcap/Win32/Src/
H A Dgetaddrinfo.c301 struct addrinfo sentinel; local
322 sentinel.ai_next = NULL;
323 cur = &sentinel;
438 if (sentinel.ai_next)
490 if (sentinel.ai_next)
496 if (sentinel.ai_next) {
498 *res = sentinel.ai_next;
505 if (sentinel.ai_next)
506 freeaddrinfo(sentinel.ai_next);
526 struct addrinfo sentinel, *cu local
698 struct addrinfo sentinel; local
760 struct addrinfo sentinel; local
[all...]
/external/chromium-trace/catapult/telemetry/third_party/mock/
H A Dmock.py20 'sentinel',
341 "A unique, named, sentinel object."
346 return 'sentinel.%s' % self.name
350 """Access attributes to return a named object, usable as a sentinel."""
361 sentinel = _Sentinel() variable
363 DEFAULT = sentinel.DEFAULT
364 _missing = sentinel.MISSING
365 _deleted = sentinel.DELETED
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dbootparam.h140 * The sentinel is set to a nonzero value (0xff) in header.S.
145 * probably will pick up the sentinel variable too. The fact
150 __u8 sentinel; /* 0x1ef */ member in struct:boot_params
/external/pdfium/third_party/pymock/
H A Dmock.py20 'sentinel',
341 "A unique, named, sentinel object."
346 return 'sentinel.%s' % self.name
350 """Access attributes to return a named object, usable as a sentinel."""
361 sentinel = _Sentinel() variable
363 DEFAULT = sentinel.DEFAULT
364 _missing = sentinel.MISSING
365 _deleted = sentinel.DELETED
/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.h912 const TiXmlAttribute* First() const { return ( sentinel.next == &sentinel ) ? 0 : sentinel.next; }
913 TiXmlAttribute* First() { return ( sentinel.next == &sentinel ) ? 0 : sentinel.next; }
914 const TiXmlAttribute* Last() const { return ( sentinel.prev == &sentinel ) ? 0 : sentinel.prev; }
915 TiXmlAttribute* Last() { return ( sentinel
932 TiXmlAttribute sentinel; member in class:TiXmlAttributeSet
[all...]
/external/tinyxml/
H A Dtinyxml.h822 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
836 TiXmlAttribute sentinel; member in class:TiXmlAttributeSet
[all...]

Completed in 948 milliseconds

12