HomeSort by relevance Sort by last modified time
    Searched refs:Stage (Results 1 - 8 of 8) 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) {
183 switch (stage) {
276 updateStage(Stage.NeedToUnlockWrong);
285 updateStage(Stage.LockedOut);
303 updateStage(Stage.NeedToUnlock);
ChooseLockPassword.java 94 private Stage mUiStage = Stage.Introduction;
111 updateStage((Stage) msg.obj);
119 protected enum Stage {
136 Stage(int hintInAlpha, int hintInNumeric, int nextButtonText) {
215 updateStage(Stage.Introduction);
224 mUiStage = Stage.valueOf(state);
275 protected void updateStage(Stage stage) {
276 final Stage previousStage = mUiStage
    [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 127 LiveRangeStage Stage;
132 RegInfo() : Stage(RS_New), Cascade(0) {}
138 return ExtraRegInfo[VirtReg.reg].Stage;
141 void setStage(const LiveInterval &VirtReg, LiveRangeStage Stage) {
143 ExtraRegInfo[VirtReg.reg].Stage = Stage;
151 if (ExtraRegInfo[Reg].Stage == RS_New)
152 ExtraRegInfo[Reg].Stage = NewStage;
382 // same stage as the parent.
383 ExtraRegInfo[Old].Stage = RS_Assign
    [all...]
  /external/llvm/utils/TableGen/
SubtargetEmitter.cpp 245 // FormItineraryStageString - Compose a string containing the stage
257 // For each stage
260 // Next stage
261 const Record *Stage = StageList[i];
264 int Cycles = Stage->getValueAsInt("Cycles");
268 const std::vector<Record*> &UnitList = Stage->getValueAsListOfDefs("Units");
277 int TimeInc = Stage->getValueAsInt("TimeInc");
280 int Kind = Stage->getValueAsInt("Kind");
283 // Close off stage
423 // Get string and stage coun
    [all...]
DFAPacketizerEmitter.cpp 48 // used in each stage.
305 // If there are no valid transitions from this stage, we need a sentinel
342 // used in each stage.
362 // Convert macros to bits for each stage.
376 // Compute the bitwise or of each unit used in this stage.
378 const Record *Stage = StageList[i];
382 Stage->getValueAsListOfDefs("Units");
  /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 464 milliseconds