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

1 2

  /external/chromium_org/chrome/browser/first_run/
first_run_internal_posix.cc 47 base::FilePath sentinel; local
48 return !GetFirstRunSentinelFilePath(&sentinel) || base::PathExists(sentinel);
first_run_internal_win.cc 89 // 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/
CustomElementCallbackDispatcher.h 76 // Add a null element as a sentinel. This makes it possible to
79 // is popped when empty, this sentinel will cause a null deref
81 CustomElementCallbackQueue* sentinel = 0; local
83 m_flattenedProcessingStack.append(sentinel);
102 // is a null sentinel value.
  /external/droiddriver/src/com/google/android/droiddriver/scroll/
StaticSentinelStrategy.java 52 UiElement sentinel = getSentinel(driver, containerFinder, direction); local
53 UiElement container = sentinel.getParent();
57 if (visibleBounds.contains(sentinel.getBounds())) {
SentinelStrategy.java 36 * based on a sentinel.
40 * A {@link Finder} for sentinel. Note that unlike {@link Finder}, invisible
56 * Gets the sentinel, which must be an immediate child of {@code container}
57 * - not a descendant. Note sentinel may not exist if {@code container} has
62 UiElement sentinel = getSentinel(container.getChildren(predicate)); local
63 if (sentinel == null) {
66 Logs.log(Log.INFO, "Found sentinel: " + sentinel);
67 return sentinel;
78 * Returns the first child as the sentinel
    [all...]
  /libcore/luni/src/main/java/java/lang/ref/
FinalizerReference.java 86 // Alloate a new sentinel, this creates a FinalizerReference.
87 Sentinel sentinel; local
88 // Keep looping until we safely enqueue our sentinel FinalizerReference.
92 sentinel = new Sentinel();
93 } while (!enqueueSentinelReference(sentinel));
94 sentinel.awaitFinalization();
97 private static boolean enqueueSentinelReference(Sentinel sentinel) {
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_getopt.py 9 sentinel = object() variable
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_getopt.py 9 sentinel = object() variable
  /development/ide/emacs/
android-host.el 92 (defun android-fastboot-sentinel (process event)
118 (set-process-sentinel proc 'android-fastboot-sentinel)))
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
mock.py 58 'sentinel',
72 class Sentinel(object):
80 sentinel = Sentinel() variable
82 DEFAULT = sentinel.DEFAULT
  /external/chromium_org/content/renderer/pepper/
v8_var_converter.cc 37 StackEntry(T v) : val(v), sentinel(false) {}
40 bool sentinel; member in struct:__anon12077::StackEntry
269 // visited yet (i.e. sentinel == false) then it is added to the list of parents
296 if (stack.top().sentinel) {
302 stack.top().sentinel = true;
446 if (stack.top().sentinel) {
452 stack.top().sentinel = true;
  /external/chromium_org/third_party/libxml/src/
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/chromium_org/third_party/mesa/src/src/mesa/main/
extensions.c 779 GLboolean *sentinel = base + o(extension_sentinel); local
    [all...]
  /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...]
  /external/mesa3d/src/mesa/main/
extensions.c 779 GLboolean *sentinel = base + o(extension_sentinel); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/cso_cache/
cso_hash.c 339 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/
cff.cc 743 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/mesa3d/src/gallium/auxiliary/cso_cache/
cso_hash.c 339 struct cso_node *sentinel; local
351 sentinel = node;
354 if (*bucket != sentinel) {
356 while (prev->next != sentinel)
361 sentinel = a.e;
  /development/ndk/platforms/android-L/arch-x86/include/asm/
bootparam.h 162 __u8 sentinel; member in struct:boot_params
  /development/ndk/platforms/android-L/arch-x86_64/include/asm/
bootparam.h 162 __u8 sentinel; member in struct:boot_params
  /external/libpcap/Win32/Src/
getaddrinfo.c 306 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, *cur local
703 struct addrinfo sentinel; local
765 struct addrinfo sentinel; local
    [all...]
  /bionic/libc/kernel/uapi/asm-x86/asm/
bootparam.h 165 __u8 sentinel; member in struct:boot_params
  /external/chromium_org/third_party/pymock/
mock.py 20 '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
    [all...]
  /external/kernel-headers/original/uapi/asm-x86/asm/
bootparam.h 138 * 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

Completed in 535 milliseconds

1 2