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

  /external/chromium_org/chrome/browser/extensions/api/image_writer_private/
test_utils.h 28 image_writer_api::Stage stage,
35 image_writer_api::Stage stage,
operation.h 36 // Each stage of the operation is generally divided into three phases: Start,
38 // for advancing to the next stage and other UI interaction. The Run phase does
64 image_writer_api::Stage GetStage();
79 void SetStage(image_writer_api::Stage stage);
155 image_writer_api::Stage stage_;
operation_manager.h 66 image_writer_api::Stage stage,
73 image_writer_api::Stage stage,
operation.cc 60 image_writer_api::Stage Operation::GetStage() {
112 void Operation::SetStage(image_writer_api::Stage stage) {
119 stage));
127 stage_ = stage;
187 DVLOG(1) << "Starting unzip stage for " << zip_file->value();
operation_manager.cc 136 image_writer_api::Stage stage,
139 DVLOG(2) << "progress - " << stage << " at " << progress << "%";
142 info.stage = stage;
168 image_writer_api::Stage stage,
177 info.stage = stage;
  /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/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 132 // When the stage is DONE, this job will not be put on the queue.
133 enum Stage { WAITING, DATA_AVAILABLE, ALL_DATA, DONE };
138 // advancing the stage if necessary. THIS MAY DELETE THE OBJECT.
149 Stage stage_;
url_request_unittest.cc 293 // to that target, in the on-before-URL-request stage, independent of whether
298 enum Stage {
313 // |auth_retval_| are ignored. In every blocking stage the
354 Stage stage_blocked_for_callback() const {
388 // Checks whether we should block in |stage|. If yes, returns an error code
390 int MaybeBlockStage(Stage stage, const CompletionCallback& callback);
409 // Last blocked stage waiting for user callback (unused if |block_mode_| !=
411 Stage stage_blocked_for_callback_;
507 // Check that the user has provided callback for the previous blocked stage
    [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...]
  /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/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_screen.h     [all...]
d3d11_context.h 392 #define IMPLEMENT_SHADER_STAGE(XS, Stage) \
394 ID3D11##Stage##Shader *pShader \
401 ID3D11##Stage##Shader **ppShader \
405 *ppShader = (ID3D11##Stage##Shader*)shaders[D3D11_STAGE_##XS].ref(); \
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_screen.h     [all...]
d3d11_context.h 392 #define IMPLEMENT_SHADER_STAGE(XS, Stage) \
394 ID3D11##Stage##Shader *pShader \
401 ID3D11##Stage##Shader **ppShader \
405 *ppShader = (ID3D11##Stage##Shader*)shaders[D3D11_STAGE_##XS].ref(); \
    [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...]
  /external/chromium_org/third_party/usb_ids/
usb.ids     [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 755 milliseconds