HomeSort by relevance Sort by last modified time
    Searched refs:announced (Results 1 - 13 of 13) sorted by null

  /external/jmdns/src/javax/jmdns/impl/constants/
DNSState.java 37 ANNOUNCED("announced", StateClass.announced),
64 probing, announcing, announced, canceling, canceled, closing, closed enum constant in enum:DNSState.StateClass
85 * In general, this advances one step in the following sequence: PROBING_1, PROBING_2, PROBING_3, ANNOUNCING_1, ANNOUNCING_2, ANNOUNCED.<br/>
86 * or CANCELING_1, CANCELING_2, CANCELING_3, CANCELED Does not advance for ANNOUNCED and CANCELED state.
101 return ANNOUNCED;
102 case ANNOUNCED:
103 return ANNOUNCED;
134 case ANNOUNCED
    [all...]
  /external/compiler-rt/lib/asan/
asan_thread.h 38 announced(false),
43 bool announced; member in class:__asan::AsanThreadContext
asan_report.cc 522 if (context->tid == 0 || context->announced) {
525 context->announced = true;
584 // Make sure the current thread is announced.
    [all...]
  /external/valgrind/main/helgrind/
hg_lock_n_thread.h 94 Bool announced; member in struct:_Thread
hg_errors.c 719 if (thr->announced)
756 thr->announced = True;
765 return; /* Can't be announced -- we know nothing about it. */
832 announce any previously un-announced threads in the upcoming error
    [all...]
hg_main.c 177 thread->announced = False;
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
live_regions.js 35 * The exception is alerts, they're announced when a page is loaded.
51 * A mapping from announced text to the time it was last spoken.
88 * @return {boolean} true if any regions announced.
102 // make sure that only alerts are actually announced.
263 // skip it. Alerts are the exception, they're announced on page load.
380 for (var announced in cvox.LiveRegions.lastAnnouncedMap) {
381 if (now - cvox.LiveRegions.lastAnnouncedMap[announced] > discardDupsMs) {
382 delete cvox.LiveRegions.lastAnnouncedMap[announced];
live_regions_deprecated.js 46 * The exception is alerts, they're announced when a page is loaded.
58 * @return {boolean} true if any regions announced.
87 * @return {boolean} true if the region announced a change.
117 // the exception, they're announced on page load.
navigation_manager.js 155 * True if we have already announced that we will wrap around.
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
chromevox.js 191 * focus events and other events that would normally be announced. This
193 * a result of another command that's already announced them. This is
aria_util.js 803 * is relevant and should be announced.
dom_util.js 295 * Determines whether a control should be announced as disabled.
    [all...]
  /external/chromium_org/ui/webui/resources/js/
util.js 17 * Add an accessible message to the page that will be announced to

Completed in 341 milliseconds