HomeSort by relevance Sort by last modified time
    Searched refs:Stage (Results 26 - 50 of 195) sorted by null

12 3 4 5 6 7 8

  /development/samples/browseable/FingerprintDialog/src/com.example.android.fingerprintdialog/
FingerprintAuthenticationDialogFragment.java 53 private Stage mStage = Stage.FINGERPRINT;
88 if (mStage == Stage.FINGERPRINT) {
121 if (mStage == Stage.FINGERPRINT) {
126 public void setStage(Stage stage) {
127 mStage = stage;
157 mStage = Stage.PASSWORD;
176 if (mStage == Stage.NEW_FINGERPRINT_ENROLLED) {
185 mStage = Stage.FINGERPRINT
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_link.cpp 95 &ctx->Const.ShaderCompilerOptions[shader->Stage];
128 lower_if_to_cond_assign(shader->Stage, shader->ir, 16);
141 if (compiler->scalar_stage[shader->Stage]) {
142 if (shader->Stage == MESA_SHADER_VERTEX ||
143 shader->Stage == MESA_SHADER_FRAGMENT)
165 _mesa_shader_stage_to_string(shader->Stage),
170 "from cache)\n", _mesa_shader_stage_to_string(shader->Stage),
204 unsigned int stage; local
207 for (stage = 0; stage < ARRAY_SIZE(shProg->_LinkedShaders); stage++)
    [all...]
  /external/guice/core/test/com/google/inject/spi/
ToolStageInjectorTest.java 11 import com.google.inject.Stage;
30 Injector injector = Guice.createInjector(Stage.TOOL);
33 fail("Non-SPI Injector methods must throw an exception in the TOOL stage.");
39 fail("Non-SPI Injector methods must throw an exception in the TOOL stage.");
45 fail("Non-SPI Injector methods must throw an exception in the TOOL stage.");
51 fail("Non-SPI Injector methods must throw an exception in the TOOL stage.");
57 fail("Non-SPI Injector methods must throw an exception in the TOOL stage.");
64 Guice.createInjector(Stage.TOOL, new AbstractModule() {
79 Guice.createInjector(Stage.TOOL, new AbstractModule() {
95 Guice.createInjector(Stage.TOOL, new AbstractModule()
    [all...]
  /packages/apps/Settings/src/com/android/settings/password/
ChooseLockPattern.java 215 updateStage(Stage.Introduction);
245 if (mUiStage == Stage.NeedToConfirm || mUiStage == Stage.ConfirmWrong) {
247 "null chosen pattern in stage 'need to confirm");
249 updateStage(Stage.ChoiceConfirmed);
251 updateStage(Stage.ConfirmWrong);
253 } else if (mUiStage == Stage.Introduction || mUiStage == Stage.ChoiceTooShort){
255 updateStage(Stage.ChoiceTooShort);
258 updateStage(Stage.FirstChoiceValid)
    [all...]
  /developers/build/prebuilts/gradle/FingerprintDialog/kotlinApp/app/src/main/java/com/example/android/fingerprintdialog/
FingerprintAuthenticationDialogFragment.kt 59 private var stage = Stage.FINGERPRINT
96 if (stage == Stage.FINGERPRINT) goToBackup() else verifyPassword()
115 if (stage == Stage.FINGERPRINT) {
139 fun setStage(stage: Stage) {
140 this.stage = stage
    [all...]
  /developers/samples/android/security/FingerprintDialog/kotlinApp/app/src/main/java/com/example/android/fingerprintdialog/
FingerprintAuthenticationDialogFragment.kt 59 private var stage = Stage.FINGERPRINT
96 if (stage == Stage.FINGERPRINT) goToBackup() else verifyPassword()
115 if (stage == Stage.FINGERPRINT) {
139 fun setStage(stage: Stage) {
140 this.stage = stage
    [all...]
  /packages/apps/Car/Settings/src/com/android/car/settings/security/
ChooseLockPinPasswordFragment.java 57 private Stage mUiStage = Stage.Introduction;
86 enum Stage {
128 Stage(@StringRes int hintInAlpha,
228 if (mUiStage == Stage.ConfirmWrong) {
229 mUiStage = Stage.NeedToConfirm;
230 } else if (mUiStage == Stage.PasswordInvalid) {
231 mUiStage = Stage.Introduction;
380 updateStage(Stage.NeedToConfirm);
382 updateStage(Stage.PasswordInvalid)
    [all...]
  /system/update_engine/update_manager/
real_updater_provider.cc 140 // A variable reporting the stage in which the update process is.
141 class StageVariable : public UpdaterVariableBase<Stage> {
144 : UpdaterVariableBase<Stage>(name, kVariableModePoll, system_state) {}
149 Stage stage; member in struct:chromeos_update_manager::StageVariable::CurrOpStrToStage
154 const Stage* GetValue(TimeDelta /* timeout */, string* errmsg) override;
160 {update_engine::kUpdateStatusIdle, Stage::kIdle},
161 {update_engine::kUpdateStatusCheckingForUpdate, Stage::kCheckingForUpdate},
162 {update_engine::kUpdateStatusUpdateAvailable, Stage::kUpdateAvailable},
163 {update_engine::kUpdateStatusDownloading, Stage::kDownloading}
    [all...]
fake_updater_provider.h 46 FakeVariable<Stage>* var_stage() override { return &var_stage_; }
94 FakeVariable<Stage> var_stage_{"stage", kVariableModePoll};
real_updater_provider_unittest.cc 200 UmTestUtils::ExpectVariableHasValue(Stage::kIdle, provider_->var_stage());
208 UmTestUtils::ExpectVariableHasValue(Stage::kCheckingForUpdate,
217 UmTestUtils::ExpectVariableHasValue(Stage::kUpdateAvailable,
226 UmTestUtils::ExpectVariableHasValue(Stage::kDownloading,
235 UmTestUtils::ExpectVariableHasValue(Stage::kVerifying,
244 UmTestUtils::ExpectVariableHasValue(Stage::kFinalizing,
253 UmTestUtils::ExpectVariableHasValue(Stage::kUpdatedNeedReboot,
262 UmTestUtils::ExpectVariableHasValue(Stage::kReportingErrorEvent,
271 UmTestUtils::ExpectVariableHasValue(Stage::kAttemptingRollback,
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
OhciDebug.c 36 BOOLEAN Stage
41 if (Stage) {
  /external/droiddriver/src/io/appium/droiddriver/util/
ActivityUtils.java 22 import android.support.test.runner.lifecycle.Stage;
35 .getActivitiesInStage(Stage.RESUMED)
  /external/guice/core/src/com/google/inject/internal/
InjectorOptionsProcessor.java 22 import com.google.inject.Stage;
69 InjectorOptions getOptions(Stage stage, InjectorOptions parentOptions) {
70 checkNotNull(stage, "stage must be set");
73 stage,
79 checkState(stage == parentOptions.stage, "child & parent stage don't match");
81 stage,
    [all...]
InjectorShell.java 30 import com.google.inject.Stage;
79 private Stage stage; field in class:InjectorShell.Builder
84 Builder stage(Stage stage) { method in class:InjectorShell.Builder
85 this.stage = stage;
93 this.stage = options.stage;
    [all...]
InternalInjectorCreator.java 28 import com.google.inject.Stage;
53 * is not executed for injectors created using {@link Stage#TOOL the tool stage}</li>
76 public InternalInjectorCreator stage(Stage stage) { method in class:InternalInjectorCreator
77 shellBuilder.stage(stage);
83 * stage to the stage of {@code parent} and sets {@link #requireExplicitBindings()} if the paren
    [all...]
InjectionRequestProcessor.java 22 import com.google.inject.Stage;
120 // Run injections if we're not in tool stage (ie, PRODUCTION or DEV),
121 // or if we are in tool stage and the injection point is toolable.
122 if(injector.options.stage != Stage.TOOL || memberInjector.getInjectionPoint().isToolable()) {
  /packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/security/
ChooseLockPatternFragmentTest.java 56 * A test to verify that the UI stage is updated when save worker fails
61 doNothing().when(spyFragment).updateStage(ChooseLockPatternFragment.Stage.SaveFailure);
66 verify(spyFragment).updateStage(ChooseLockPatternFragment.Stage.SaveFailure);
ChooseLockPinPasswordFragmentTest.java 56 * A test to verify that the UI stage is updated when save worker fails
61 doNothing().when(spyFragment).updateStage(ChooseLockPinPasswordFragment.Stage.SaveFailure);
66 verify(spyFragment).updateStage(ChooseLockPinPasswordFragment.Stage.SaveFailure);
  /developers/build/prebuilts/gradle/AsymmetricFingerprintDialog/Application/src/main/java/com/example/android/asymmetricfingerprintdialog/
FingerprintAuthenticationDialogFragment.java 70 private Stage mStage = Stage.FINGERPRINT;
113 if (mStage == Stage.FINGERPRINT) {
145 if (mStage == Stage.FINGERPRINT) {
150 public void setStage(Stage stage) {
151 mStage = stage;
179 mStage = Stage.PASSWORD;
225 if (mStage == Stage.NEW_FINGERPRINT_ENROLLED) {
234 mStage = Stage.FINGERPRINT
    [all...]
  /developers/samples/android/security/AsymmetricFingerprintDialog/Application/src/main/java/com/example/android/asymmetricfingerprintdialog/
FingerprintAuthenticationDialogFragment.java 70 private Stage mStage = Stage.FINGERPRINT;
113 if (mStage == Stage.FINGERPRINT) {
145 if (mStage == Stage.FINGERPRINT) {
150 public void setStage(Stage stage) {
151 mStage = stage;
179 mStage = Stage.PASSWORD;
225 if (mStage == Stage.NEW_FINGERPRINT_ENROLLED) {
234 mStage = Stage.FINGERPRINT
    [all...]
  /development/samples/browseable/AsymmetricFingerprintDialog/src/com.example.android.asymmetricfingerprintdialog/
FingerprintAuthenticationDialogFragment.java 70 private Stage mStage = Stage.FINGERPRINT;
113 if (mStage == Stage.FINGERPRINT) {
145 if (mStage == Stage.FINGERPRINT) {
150 public void setStage(Stage stage) {
151 mStage = stage;
179 mStage = Stage.PASSWORD;
225 if (mStage == Stage.NEW_FINGERPRINT_ENROLLED) {
234 mStage = Stage.FINGERPRINT
    [all...]
  /cts/tests/framework/base/activitymanager/src/android/server/am/lifecycle/
LifecycleTracker.java 8 import android.support.test.runner.lifecycle.Stage;
50 synchronized public void onActivityLifecycleChanged(Activity activity, Stage stage) {
  /external/deqp/modules/gles31/functional/
es31fUniformLocationTests.cpp 748 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, "basic", "Location specified with use, single shader stage");
776 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, "array", "Array location specified with use, single shader stage");
805 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, "nested_array", "Array location specified with use, single shader stage");
841 typedef UniformInfo::ShaderStage Stage;
845 const Stage layoutLoc = Stage(rng.getUint32()&0x3);
846 const Stage declareLoc = Stage((rng.getUint32()&0x3) | layoutLoc);
847 const Stage verifyLoc = Stage((rng.getUint32()&0x3) & declareLoc)
    [all...]
  /external/mesa3d/src/compiler/glsl/
link_varyings.cpp 45 * a stage whose varyings are arrays indexed by a vertex number (such as
49 get_varying_type(const ir_variable *var, gl_shader_stage stage)
55 stage == MESA_SHADER_TESS_CTRL) ||
57 (stage == MESA_SHADER_TESS_CTRL || stage == MESA_SHADER_TESS_EVAL ||
58 stage == MESA_SHADER_GEOMETRY)))) {
205 * Validate the types and qualifiers of an output from one stage against the
206 * matching input to another stage.
314 * one shader stage will still match an input of a subsequent stage
1453 const gl_shader_stage stage = (consumer_var != NULL) local
    [all...]
  /build/blueprint/bootstrap/
config.go 95 type Stage int
98 StagePrimary Stage = iota
103 stage Stage

Completed in 2681 milliseconds

12 3 4 5 6 7 8