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

12

/external/v8/test/mjsunit/regress/
H A Dregress-crbug-490680.js5 var sentinel = null; variable
8 throw { toString: function() { sentinel = "observed"; } };
13 throw { toString: function() { sentinel = "observed"; } };
18 assertNull(sentinel);
H A Dregress-419663.js14 function sentinel() {} function
20 var script = Debug.findScript(sentinel);
/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/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/glacier/
H A Dtest_layer2.py26 from mock import call, Mock, patch, sentinel namespace
258 parts_result = self.vault.list_all_parts(sentinel.upload_id)
259 expected = [call('examplevault', sentinel.upload_id)]
269 parts_result = self.vault.list_all_parts(sentinel.upload_id)
270 expected = [call('examplevault', sentinel.upload_id),
271 call('examplevault', sentinel.upload_id,
293 sentinel.upload_id, file_obj=sentinel.file_obj)
295 self.vault, sentinel.upload_id, part_size, sentinel
[all...]
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/
H A Drjsmin.c89 const rchar *reset, *sentinel = source + length; local
93 while (source < sentinel) {
105 while (source < sentinel) {
116 if (source < sentinel) {
119 if (c == U('\r') && source < sentinel
133 if (!(source < sentinel)) {
162 while (source < sentinel) {
171 if (source < sentinel) {
179 while (source < sentinel) {
186 if (source < sentinel) {
[all...]
/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/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.cc53 Node* sentinel = graph->NewNode(dead->op()); local
60 new (stuff) NodeVector(original_count, sentinel, tmp_zone);
84 if (copy != sentinel) {
113 if (copy->InputAt(j) == sentinel) {
/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/chromium-trace/catapult/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/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/
H A Drcssmin.c30 const rchar *sentinel; member in struct:__anon684
188 && source < ctx->sentinel && target < ctx->tsentinel
220 && source < ctx->sentinel && target < ctx->tsentinel
248 copy(const rchar *source, const rchar *sentinel, rchar **target_, argument
253 while (source < sentinel && target < ctx->tsentinel)
258 return (source == sentinel);
275 if (source < ctx->sentinel && !(target < ctx->tsentinel)) { \
301 if (source < ctx->sentinel && target < ctx->tsentinel) {
310 if (ctx->sentinel - source > 5)
313 hsentinel = ctx->sentinel;
[all...]
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dbootparam.h139 * The sentinel is set to a nonzero value (0xff) in header.S.
144 * probably will pick up the sentinel variable too. The fact
149 __u8 sentinel; /* 0x1ef */ member in struct:boot_params
/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...]
/external/v8/src/ia32/
H A Dmacro-assembler-ia32.cc1972 const int sentinel = SharedFunctionInfo::kDontAdaptArgumentsSentinel; local
1973 if (expected.immediate() == sentinel) {
/external/v8/src/x87/
H A Dmacro-assembler-x87.cc1937 const int sentinel = SharedFunctionInfo::kDontAdaptArgumentsSentinel; local
1938 if (expected.immediate() == sentinel) {
/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp2353 unsigned sentinel = (unsigned)SentinelAttr::DefaultSentinel; local
2371 sentinel = Idx.getZExtValue();
2439 SentinelAttr(Attr.getRange(), S.Context, sentinel, nullPos,
/external/v8/src/mips/
H A Dmacro-assembler-mips.cc4000 const int sentinel = SharedFunctionInfo::kDontAdaptArgumentsSentinel; local
4001 if (expected.immediate() == sentinel) {
/external/v8/src/ppc/
H A Dmacro-assembler-ppc.cc1054 const int sentinel = SharedFunctionInfo::kDontAdaptArgumentsSentinel; local
1055 if (expected.immediate() == sentinel) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/guice/extensions/persist/lib/
H A Dcommons-collections.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/NOTICE ...

Completed in 1371 milliseconds

12