HomeSort by relevance Sort by last modified time
    Searched refs:INITIAL (Results 1 - 25 of 56) sorted by null

1 2 3

  /frameworks/av/services/audioflinger/
FastThreadState.cpp 23 mCommand(INITIAL), mColdFutexAddr(NULL), mColdGen(0), mDumpState(NULL), mNBLogWriter(NULL)
36 case FastThreadState::INITIAL: return "INITIAL";
FastThreadState.h 35 INITIAL = 0, // used only for the initial state
FastCaptureDumpState.cpp 38 if (mCommand == FastCaptureState::INITIAL) {
FastThreadDumpState.cpp 22 mCommand(FastThreadState::INITIAL), mUnderruns(0), mOverruns(0),
FastThread.cpp 70 mCommand(FastThreadState::INITIAL),
106 // continue to use the default initial state until a real state is available
152 case FastThreadState::INITIAL:
227 // To avoid an initial underrun on fast tracks after exiting standby,
FastMixerDumpState.cpp 61 if (mCommand == FastMixerState::INITIAL) {
  /external/elfutils/libcpu/
i386_lex.l 75 <INITIAL,MAIN>"{"{ID2}"}" { i386_lval.str = xstrndup (yytext + 1,
89 <INITIAL,MAIN>^"\n" { /* IGNORE */ }
91 <INITIAL,MAIN>"\n" { return '\n'; }
93 <INITIAL,MAIN>^"#" { eat_to_eol (); }
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaRecorderStateErrors.java 21 INITIAL,
MediaRecorderStateUnitTestTemplate.java 83 * always resets the MediaRecorder object to Initial (after reset) state.
218 case INITIAL:
253 case INITIAL:
281 callMediaRecorderMethodUnderTestInState(MediaRecorderStateErrors.MediaRecorderState.INITIAL);
  /libcore/ojluni/src/main/java/java/security/
MessageDigest.java 136 private static final int INITIAL = 0;
138 private int state = INITIAL;
381 state = INITIAL;
408 state = INITIAL;
440 case INITIAL:
478 state = INITIAL;
  /external/bison/src/
scan-gram.l 131 /* Where containing code started, when applicable. Its initial
146 <INITIAL,SC_AFTER_IDENTIFIER,SC_BRACKETED_ID,SC_RETURN_BRACKETED_ID>
176 <INITIAL>
191 "%initial-action" return PERCENT_INITIAL_ACTION;
328 BEGIN (bracketed_id_str ? SC_RETURN_BRACKETED_ID : INITIAL);
334 BEGIN (bracketed_id_str ? SC_RETURN_BRACKETED_ID : INITIAL);
339 BEGIN (bracketed_id_str ? SC_RETURN_BRACKETED_ID : INITIAL);
367 if (INITIAL == bracketed_id_context_state)
399 BEGIN INITIAL;
406 | Scanning a Yacc comment. The initial '/ *' is already eaten.
    [all...]
scan-skel.l 94 <INITIAL><<EOF>> {
130 BEGIN INITIAL;
scan-gram.c     [all...]
scan-code.c 736 #define INITIAL 0
1009 || sc_context == INITIAL);
1014 | Scanning a C comment. The initial '/ *' is already eaten. |
    [all...]
scan-code.l 122 || sc_context == INITIAL);
127 | Scanning a C comment. The initial '/ *' is already eaten. |
137 | Scanning a line comment. The initial '//' is already eaten. |
854 (SC_RULE_ACTION, SC_SYMBOL_ACTION, INITIAL). */
933 self->code = translate_action (self, INITIAL);
  /external/ppp/pppd/
fsm.h 123 #define INITIAL 0 /* Down, hasn't been opened */
fsm.c 83 f->state = INITIAL;
102 case INITIAL:
110 /* Send an initial configure-request */
133 f->state = INITIAL;
143 f->state = INITIAL;
175 case INITIAL:
185 /* Send an initial configure-request */
258 f->state = INITIAL;
365 if( f->state == INITIAL || f->state == STARTING ){
434 fsm_sconfreq(f, 0); /* Send initial Configure-Request *
    [all...]
  /frameworks/rs/
spec.l 55 <comment>"*"+"/" BEGIN(INITIAL);
187 BEGIN(INITIAL);
  /external/mesa3d/src/glsl/glcpp/
glcpp-lex.l 95 /* Implicitly switch between SKIP and INITIAL (non-skipping);
142 <SKIP,INITIAL>{
290 <SKIP,INITIAL>\n {
298 <INITIAL><<EOF>> {
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
ArabicCharacterData.java 50 case UCharacter.DecompositionType.INITIAL:
CanonGSUBBuilder.java 49 case UCharacter.DecompositionType.INITIAL:
83 case UCharacter.DecompositionType.INITIAL:
126 case UCharacter.DecompositionType.INITIAL:
  /packages/apps/KeyChain/src/com/android/keychain/
KeyChainActivity.java 75 private static enum State { INITIAL, UNLOCK_REQUESTED, UNLOCK_CANCELED };
88 mState = State.INITIAL;
92 mState = State.INITIAL;
118 case INITIAL:
137 mState = State.INITIAL;
413 mState = State.INITIAL;
483 if (mState != State.INITIAL) {
  /external/elfutils/src/
ldlex.l 286 return prepdepth == 0 ? INITIAL : IGNORE;
330 result = INITIAL;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msputils.h 31 const DWORD INITIAL = 8;
34 template <class T,DWORD dwInitial = INITIAL,DWORD dwDelta = DELTA> class CMSPArray {
  /external/v8/src/regexp/
regexp-parser.h 194 INITIAL,

Completed in 542 milliseconds

1 2 3