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

  /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/chromium_org/net/url_request/
url_request_test_job.h 126 // When the stage is DONE, this job will not be put on the queue.
127 enum Stage { WAITING, DATA_AVAILABLE, ALL_DATA, DONE };
132 // advancing the stage if necessary. THIS MAY DELETE THE OBJECT.
143 Stage stage_;
url_request_unittest.cc 285 // to that target, in the on-before-URL-request stage, independent of whether
290 enum Stage {
305 // |auth_retval_| are ignored. In every blocking stage the
346 Stage stage_blocked_for_callback() const {
380 // Checks whether we should block in |stage|. If yes, returns an error code
382 int MaybeBlockStage(Stage stage, const CompletionCallback& callback);
401 // Last blocked stage waiting for user callback (unused if |block_mode_| !=
403 Stage stage_blocked_for_callback_;
499 // Check that the user has provided callback for the previous blocked stage
    [all...]
  /packages/apps/Settings/src/com/android/settings/
ChooseLockPattern.java 134 updateStage(Stage.Introduction);
156 if (mUiStage == Stage.NeedToConfirm || mUiStage == Stage.ConfirmWrong) {
158 "null chosen pattern in stage 'need to confirm");
160 updateStage(Stage.ChoiceConfirmed);
162 updateStage(Stage.ConfirmWrong);
164 } else if (mUiStage == Stage.Introduction || mUiStage == Stage.ChoiceTooShort){
166 updateStage(Stage.ChoiceTooShort);
169 updateStage(Stage.FirstChoiceValid)
    [all...]
ConfirmLockPattern.java 58 private enum Stage {
141 updateStage(Stage.NeedToUnlock);
184 updateStage(Stage.NeedToUnlock);
188 private void updateStage(Stage stage) {
189 switch (stage) {
282 updateStage(Stage.NeedToUnlockWrong);
291 updateStage(Stage.LockedOut);
309 updateStage(Stage.NeedToUnlock);
ChooseLockPassword.java 101 private Stage mUiStage = Stage.Introduction;
118 updateStage((Stage) msg.obj);
126 protected enum Stage {
143 Stage(int hintInAlpha, int hintInNumeric, int nextButtonText) {
225 updateStage(Stage.Introduction);
234 mUiStage = Stage.valueOf(state);
285 protected void updateStage(Stage stage) {
286 final Stage previousStage = mUiStage
    [all...]
  /external/llvm/utils/TableGen/
DFAPacketizerEmitter.cpp 48 // used in each stage.
306 // If there are no valid transitions from this stage, we need a sentinel
351 // used in each stage.
371 // Convert macros to bits for each stage.
385 // Compute the bitwise or of each unit used in this stage.
387 const Record *Stage = StageList[i];
391 Stage->getValueAsListOfDefs("Units");
SubtargetEmitter.cpp 288 // FormItineraryStageString - Compose a string containing the stage
300 // For each stage
303 // Next stage
304 const Record *Stage = StageList[i];
307 int Cycles = Stage->getValueAsInt("Cycles");
311 const std::vector<Record*> &UnitList = Stage->getValueAsListOfDefs("Units");
320 int TimeInc = Stage->getValueAsInt("TimeInc");
323 int Kind = Stage->getValueAsInt("Kind");
326 // Close off stage
464 // Get string and stage coun
    [all...]
  /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;
387 // same stage as the parent.
388 ExtraRegInfo[Old].Stage = RS_Assign
    [all...]
  /prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.6/
gradle-tooling-api-1.6.jar 
  /prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.6-rc-1/
gradle-tooling-api-1.6-rc-1.jar 
  /prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.7/
gradle-tooling-api-1.7.jar 

Completed in 2738 milliseconds