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

  /packages/apps/Settings/src/com/android/settings/
ChooseLockPattern.java 127 updateStage(Stage.Introduction);
149 if (mUiStage == Stage.NeedToConfirm || mUiStage == Stage.ConfirmWrong) {
151 "null chosen pattern in stage 'need to confirm");
153 updateStage(Stage.ChoiceConfirmed);
155 updateStage(Stage.ConfirmWrong);
157 } else if (mUiStage == Stage.Introduction || mUiStage == Stage.ChoiceTooShort){
159 updateStage(Stage.ChoiceTooShort);
162 updateStage(Stage.FirstChoiceValid)
    [all...]
ConfirmLockPattern.java 58 private enum Stage {
135 updateStage(Stage.NeedToUnlock);
178 updateStage(Stage.NeedToUnlock);
182 private void updateStage(Stage stage) {
184 switch (stage) {
273 updateStage(Stage.NeedToUnlockWrong);
282 updateStage(Stage.LockedOut);
300 updateStage(Stage.NeedToUnlock);
ChooseLockPassword.java 93 private Stage mUiStage = Stage.Introduction;
110 updateStage((Stage) msg.obj);
118 protected enum Stage {
135 Stage(int hintInAlpha, int hintInNumeric, int nextButtonText) {
214 updateStage(Stage.Introduction);
223 mUiStage = Stage.valueOf(state);
274 protected void updateStage(Stage stage) {
275 mUiStage = stage;
    [all...]
  /external/chromium/net/url_request/
url_request_test_job.h 104 // When the stage is DONE, this job will not be put on the queue.
105 enum Stage { WAITING, DATA_AVAILABLE, ALL_DATA, DONE };
110 // advancing the stage if necessary. THIS MAY DELETE THE OBJECT.
121 Stage stage_;
  /external/llvm/lib/CodeGen/
RegAllocGreedy.cpp 128 LiveRangeStage Stage;
133 RegInfo() : Stage(RS_New), Cascade(0) {}
139 return ExtraRegInfo[VirtReg.reg].Stage;
142 void setStage(const LiveInterval &VirtReg, LiveRangeStage Stage) {
144 ExtraRegInfo[VirtReg.reg].Stage = Stage;
152 if (ExtraRegInfo[Reg].Stage == RS_New)
153 ExtraRegInfo[Reg].Stage = NewStage;
387 // same stage as the parent.
388 ExtraRegInfo[Old].Stage = RS_Assign
    [all...]
  /external/llvm/utils/TableGen/
SubtargetEmitter.cpp 206 // FormItineraryStageString - Compose a string containing the stage
218 // For each stage
221 // Next stage
222 const Record *Stage = StageList[i];
225 int Cycles = Stage->getValueAsInt("Cycles");
229 const std::vector<Record*> &UnitList = Stage->getValueAsListOfDefs("Units");
238 int TimeInc = Stage->getValueAsInt("TimeInc");
241 int Kind = Stage->getValueAsInt("Kind");
244 // Close off stage
377 // Get string and stage coun
    [all...]
  /external/grub/
configure 860 --disable-ext2fs disable ext2fs support in Stage 2
861 --disable-fat disable FAT support in Stage 2
862 --disable-ffs disable FFS support in Stage 2
863 --disable-ufs2 disable UFS2 support in Stage 2
864 --disable-minix disable Minix fs support in Stage 2
865 --disable-reiserfs disable ReiserFS support in Stage 2
866 --disable-vstafs disable VSTa FS support in Stage 2
867 --disable-jfs disable IBM JFS support in Stage 2
868 --disable-xfs disable SGI XFS support in Stage 2
869 --disable-iso9660 disable ISO9660 support in Stage
    [all...]

Completed in 79 milliseconds