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

  /system/bt/btif/src/
btif_sm.c 79 btif_sm_handle_t btif_sm_init(const btif_sm_handler_t *p_handlers, btif_sm_state_t initial_state)
90 p_cb->state = initial_state;
94 p_cb->p_handlers[initial_state](BTIF_SM_ENTER_EVT, NULL);
  /external/elfutils/src/libdw/
frame-cache.c 43 free ((Dwarf_Frame *) cie->initial_state);
cfi.c 301 cfi_assert (cie->initial_state != NULL);
306 if (cie->initial_state->nregs > operand)
307 fs->regs[operand] = cie->initial_state->regs[operand];
370 cfi_assert (cie->initial_state != NULL);
418 if (likely (cie->initial_state != NULL))
475 cie->initial_state = cie_fs;
489 Dwarf_Frame *fs = duplicate_frame_state (fde->cie->initial_state, NULL);
cfi.h 51 const Dwarf_Frame *initial_state; member in struct:dwarf_cie
163 /* Previous state saved by DW_CFA_remember_state, or .cie->initial_state,
164 or NULL in an initial_state pseudo-frame. */
cie.c 144 cie->initial_state = NULL;
  /system/bt/btif/include/
btif_sm.h 68 btif_sm_state_t initial_state);
  /external/lldb/test/pexpect-2.4/
FSM.py 84 def __init__(self, initial_state, memory=None):
98 self.initial_state = initial_state
99 self.current_state = self.initial_state
106 """This sets the current_state to the initial_state and sets
110 self.current_state = self.initial_state
  /external/libxml2/os400/iconv/bldcsndfa/
bldcsndfa.c 132 t_state * initial_state; /* Initial NFA state. */ variable
792 sp = nfadevelop(initial_state, final,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xutil.h 117 int initial_state; /* see below */ member in struct:__anon30011
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xutil.h 115 int initial_state; /* see below */ member in struct:__anon31874
  /external/libpng/contrib/gregbook/
rpng-x.c 578 wm_hints->initial_state = NormalState;
rpng2-x.c     [all...]
  /external/v8/src/
parser.cc     [all...]
  /external/libvncserver/x11vnc/
nox11.h 5738 int initial_state; \/* see below *\/ member in struct:__anon13653
    [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 

Completed in 825 milliseconds