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

12

/external/chromium_org/chrome/browser/first_run/
H A Dfirst_run_internal_posix.cc47 base::FilePath sentinel; local
48 return !GetFirstRunSentinelFilePath(&sentinel) || base::PathExists(sentinel);
H A Dfirst_run_internal_win.cc89 // Be conservative and show the EULA if the path to the sentinel can't be
108 // Creates the sentinel indicating that the EULA was required and has been
141 base::FilePath sentinel; local
142 if (!GetFirstRunSentinelFilePath(&sentinel) || base::PathExists(sentinel))
145 // Copy any legacy first run sentinel file for Windows user-level installs
153 // where the sentinel is dropped beside chrome.exe by a build action.
154 bool migrated = base::CopyFile(legacy_sentinel, sentinel);
156 // The sentinel is present regardless of whether or not it was migrated.
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
H A DCustomElementProcessingStack.h72 // Add a null element as a sentinel. This makes it possible to
75 // is popped when empty, this sentinel will cause a null deref
77 CustomElementCallbackQueue* sentinel = 0; local
79 m_flattenedProcessingStack.append(sentinel);
98 // is a null sentinel value.
/external/valgrind/main/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/com/google/android/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_org/content/renderer/pepper/
H A Dv8_var_converter.cc40 StackEntry(T v) : val(v), sentinel(false) {}
43 bool sentinel; member in struct:__anon7816::StackEntry
316 // visited yet (i.e. sentinel == false) then it is added to the list of parents
343 if (stack.top().sentinel) {
349 stack.top().sentinel = true;
496 if (stack.top().sentinel) {
502 stack.top().sentinel = true;
/external/chromium_org/third_party/libxml/src/
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/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dextensions.c779 GLboolean *sentinel = base + o(extension_sentinel); local
784 for (i = base; i != sentinel; ++i)
/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/chromium_org/third_party/mesa/src/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/chromium_org/v8/src/compiler/
H A Djs-inlining.cc171 "sentinel") {}
208 Node* sentinel = sentinels_[id]; local
209 if (sentinel == NULL) continue;
212 sentinel->ReplaceUses(copy);
217 Node* sentinel = sentinels_[original->id()]; local
218 if (sentinel == NULL) {
219 sentinel = target_graph_->NewNode(&sentinel_op_);
221 return 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/chromium_org/third_party/ots/src/
H A Dcff.cc743 uint16_t sentinel = 0; local
744 if (!table.ReadU16(&sentinel)) {
747 if (last_gid >= sentinel) {
750 for (uint16_t k = last_gid; k < sentinel; ++k) {
/external/libpcap/Win32/Src/
H A Dgetaddrinfo.c306 struct addrinfo sentinel; local
327 sentinel.ai_next = NULL;
328 cur = &sentinel;
443 if (sentinel.ai_next)
495 if (sentinel.ai_next)
501 if (sentinel.ai_next) {
503 *res = sentinel.ai_next;
510 if (sentinel.ai_next)
511 freeaddrinfo(sentinel.ai_next);
531 struct addrinfo sentinel, *cu local
703 struct addrinfo sentinel; local
765 struct addrinfo sentinel; local
[all...]
/external/chromium_org/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/kernel-headers/original/uapi/asm-x86/asm/
H A Dbootparam.h138 * The sentinel is set to a nonzero value (0xff) in header.S.
143 * probably will pick up the sentinel variable too. The fact
148 __u8 sentinel; /* 0x1ef */ member in struct:boot_params
/external/chromium_org/third_party/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/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/chromium_org/v8/src/ia32/
H A Dmacro-assembler-ia32.cc2269 const int sentinel = SharedFunctionInfo::kDontAdaptArgumentsSentinel; local
2270 if (expected.immediate() == sentinel) {
/external/chromium_org/v8/src/x87/
H A Dmacro-assembler-x87.cc2231 const int sentinel = SharedFunctionInfo::kDontAdaptArgumentsSentinel; local
2232 if (expected.immediate() == sentinel) {
/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp2056 unsigned sentinel = (unsigned)SentinelAttr::DefaultSentinel; local
2074 sentinel = Idx.getZExtValue();
2142 SentinelAttr(Attr.getRange(), S.Context, sentinel, nullPos,
/external/chromium_org/v8/src/mips/
H A Dmacro-assembler-mips.cc4025 const int sentinel = SharedFunctionInfo::kDontAdaptArgumentsSentinel; local
4026 if (expected.immediate() == sentinel) {

Completed in 5202 milliseconds

12