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

  /external/qemu/distrib/sdl-1.2.12/src/events/
SDL_events.c 438 Uint8 current_state; local
442 current_state = SDL_IGNORE;
445 current_state = SDL_ENABLE;
456 return(current_state);
460 current_state = SDL_ProcessEvents[type];
478 return(current_state);
  /external/webkit/WebKitTools/android/flex-2.5.4a/
FlexLexer.h 140 yy_state_type yy_try_NUL_trans( yy_state_type current_state );
initscan.c 272 static yy_state_type yy_try_NUL_trans YY_PROTO(( yy_state_type current_state ));
    [all...]
  /external/webkit/WebCore/plugins/gtk/
gtk2xtbin.h 115 struct _XtStateRec *current_state; /* Translation Manager state ptr */ member in struct:_XtTMRec
  /external/srec/srec/test/SRecTest/src/
SRecTest.c 2943 SENTENCE_CLEANING_STATES current_state; local
    [all...]
  /external/srec/srec/test/SRecTestAudio/src/
SRecTestAudio.c 2558 SENTENCE_CLEANING_STATES current_state; local
    [all...]
  /packages/experimental/procstatlog/
procstatreport.py 641 current_state = {}
660 history[time] = dict(current_state)
663 if name in current_state: del current_state[name]
666 current_state[name] = "".join(parts[2:]).strip()
  /external/bison/src/
scan-skel.c 413 static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
    [all...]
scan-gram.c 413 static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
    [all...]
  /external/bluetooth/bluez/tools/
lexer.c 340 static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
1122 * next_state = yy_try_NUL_trans( current_state );
    [all...]
  /external/elfutils/src/
ldlex.c 297 static yy_state_type yy_try_NUL_trans YY_PROTO(( yy_state_type current_state ));
    [all...]
  /external/kernel-headers/original/linux/
pci.h 137 pci_power_t current_state; /* Current operating state. In ACPI-speak, member in struct:pci_dev
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/MVS/
initscan-mvs.c     [all...]
  /system/core/sh/
arith_lex.c 344 static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
1210 * next_state = yy_try_NUL_trans( current_state );
    [all...]
  /external/libpcap/
scanner.c 340 static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
    [all...]

Completed in 464 milliseconds