Searched refs:announced (Results 1 - 7 of 7) sorted by relevance

/external/jmdns/src/javax/jmdns/impl/constants/
H A DDNSState.java37 ANNOUNCED("announced", StateClass.announced),
64 probing, announcing, announced, canceling, canceled, closing, closed enum constant in enum:DNSState.StateClass
171 * Returns true, if this is an announced state.
173 * @return <code>true</code> if announced state, <code>false</code> otherwise
176 return _state == StateClass.announced;
/external/compiler-rt/lib/asan/
H A Dasan_thread.h38 announced(false),
43 bool announced; member in class:__asan::AsanThreadContext
H A Dasan_report.cc522 if (context->tid == 0 || context->announced) {
525 context->announced = true;
584 // Make sure the current thread is announced.
/external/valgrind/main/helgrind/
H A Dhg_lock_n_thread.h94 Bool announced; member in struct:_Thread
H A Dhg_errors.c719 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
H A Dhg_main.c177 thread->announced = False;
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
H A Dlive_regions.js35 * 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];

Completed in 240 milliseconds