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

1 2 3 4

  /frameworks/base/services/backup/java/com/android/server/backup/internal/
BackupState.java 7 INITIAL,
  /frameworks/base/services/backup/java/com/android/server/backup/restore/
UnifiedRestoreState.java 23 INITIAL,
  /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 23 mCommand(FastThreadState::INITIAL), mUnderruns(0), mOverruns(0),
FastThread.cpp 72 mCommand(FastThreadState::INITIAL),
115 // continue to use the default initial state until a real state is available
162 case FastThreadState::INITIAL:
236 // To avoid an initial underrun on fast tracks after exiting standby,
  /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 (); }
  /external/mesa3d/src/compiler/glsl/glcpp/
glcpp-lex.l 216 BEGIN INITIAL;
259 <INITIAL,DEFINE,HASH>"//"[^\r\n]* {
263 <INITIAL,DEFINE,HASH>"/*" { yy_push_state(COMMENT, yyscanner); }
291 BEGIN INITIAL;
306 BEGIN INITIAL;
312 BEGIN INITIAL;
317 BEGIN INITIAL;
322 BEGIN INITIAL;
332 BEGIN INITIAL;
339 BEGIN INITIAL;
    [all...]
  /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 146 private static final int INITIAL = 0;
148 private int state = INITIAL;
403 state = INITIAL;
430 state = INITIAL;
463 case INITIAL:
506 state = INITIAL;
  /hardware/interfaces/drm/1.0/
types.hal 169 * Key request type is for an initial license request
171 INITIAL,
  /system/tools/hidl/c2hal/
c2hal_l.ll 132 <INCLUDE_STATE>"\n" { BEGIN(INITIAL); }
150 BEGIN(INITIAL);
171 BEGIN(INITIAL);
184 BEGIN(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);
  /frameworks/support/leanback/src/main/java/androidx/leanback/app/
DetailsBackgroundVideoHelper.java 48 static final int INITIAL = 0;
55 private int mCurrentState = INITIAL;
104 // In case the VideoHelper is created after RecyclerView is created: perform initial
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
ArabicCharacterData.java 52 case UCharacter.DecompositionType.INITIAL:
CanonGSUBBuilder.java 51 case UCharacter.DecompositionType.INITIAL:
85 case UCharacter.DecompositionType.INITIAL:
128 case UCharacter.DecompositionType.INITIAL:
  /system/tools/hidl/
hidl-gen_l.ll 93 BEGIN(INITIAL);
102 <COMMENT_STATE>"*/" { BEGIN(INITIAL); }
  /packages/apps/KeyChain/src/com/android/keychain/
KeyChainActivity.java 77 private static enum State { INITIAL, UNLOCK_REQUESTED, UNLOCK_CANCELED };
90 mState = State.INITIAL;
94 mState = State.INITIAL;
120 case INITIAL:
139 mState = State.INITIAL;
456 mState = State.INITIAL;
548 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/libpcap/
scanner.h 238 #define INITIAL 0

Completed in 578 milliseconds

1 2 3 4