HomeSort by relevance Sort by last modified time
    Searched defs:announced (Results 1 - 3 of 3) 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/valgrind/helgrind/
hg_lock_n_thread.h 94 Bool announced; member in struct:_Thread
  /external/compiler-rt/lib/asan/
asan_thread.h 38 announced(false),
43 bool announced; member in class:__asan::AsanThreadContext

Completed in 2442 milliseconds