Searched refs:Stage (Results 1 - 25 of 38) sorted by relevance

12

/external/chromium_org/components/pairing/
H A Dfake_controller_pairing_controller.h56 void SetShouldLoseConnection(Stage stage_begin, Stage stage_end);
69 virtual Stage GetCurrentStage() OVERRIDE;
87 void ChangeStage(Stage new_stage);
88 void ChangeStageLater(Stage new_stage);
94 virtual void PairingStageChanged(Stage new_stage) OVERRIDE;
98 Stage current_stage_;
106 Stage connection_lost_begin_;
107 Stage connection_lost_end_;
H A Dfake_host_pairing_controller.h39 virtual Stage GetCurrentStage() OVERRIDE;
48 void ChangeStage(Stage new_stage);
49 void ChangeStageLater(Stage new_stage);
52 virtual void PairingStageChanged(Stage new_stage) OVERRIDE;
61 Stage current_stage_;
H A Dshark_connection_listener.h29 typedef HostPairingController::Stage Stage; typedef in class:pairing_chromeos::SharkConnectionListener
32 virtual void PairingStageChanged(Stage new_stage) OVERRIDE;
H A Dcontroller_pairing_controller.h25 enum Stage { enum in class:pairing_chromeos::ControllerPairingController
48 virtual void PairingStageChanged(Stage new_stage) = 0;
64 virtual Stage GetCurrentStage() = 0;
H A Dhost_pairing_controller.h16 enum Stage { enum in class:pairing_chromeos::HostPairingController
43 virtual void PairingStageChanged(Stage new_stage) = 0;
63 virtual Stage GetCurrentStage() = 0;
H A Dshark_connection_listener.cc25 void SharkConnectionListener::PairingStageChanged(Stage new_stage) {
H A Dfake_controller_pairing_controller.cc70 connection_lost_begin_ = static_cast<Stage>(begin);
71 connection_lost_end_ = static_cast<Stage>(end);
111 void FakeControllerPairingController::SetShouldLoseConnection(Stage stage_begin,
112 Stage stage_end) {
155 ControllerPairingController::Stage
228 void FakeControllerPairingController::ChangeStage(Stage new_stage) {
235 void FakeControllerPairingController::ChangeStageLater(Stage new_stage) {
288 void FakeControllerPairingController::PairingStageChanged(Stage new_stage) {
289 Stage next_stage = STAGE_NONE;
H A Dfake_host_pairing_controller.cc77 void FakeHostPairingController::ChangeStage(Stage new_stage) {
84 void FakeHostPairingController::ChangeStageLater(Stage new_stage) {
101 HostPairingController::Stage FakeHostPairingController::GetCurrentStage() {
134 void FakeHostPairingController::PairingStageChanged(Stage new_stage) {
H A Dbluetooth_controller_pairing_controller.h36 void ChangeStage(Stage new_stage);
63 virtual Stage GetCurrentStage() OVERRIDE;
110 Stage current_stage_;
H A Dbluetooth_host_pairing_controller.h41 void ChangeStage(Stage new_stage);
67 virtual Stage GetCurrentStage() OVERRIDE;
103 Stage current_stage_;
/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Dcontroller_pairing_screen.h29 typedef pairing_chromeos::ControllerPairingController::Stage Stage; typedef in class:chromeos::ControllerPairingScreen
32 bool ExpectStageIs(Stage stage) const;
41 virtual void PairingStageChanged(Stage new_stage) OVERRIDE;
60 Stage current_stage_;
H A Dhost_pairing_screen.h26 typedef pairing_chromeos::HostPairingController::Stage Stage; typedef in class:chromeos::HostPairingScreen
37 virtual void PairingStageChanged(Stage new_stage) OVERRIDE;
58 Stage current_stage_;
H A Dhost_pairing_screen.cc61 void HostPairingScreen::PairingStageChanged(Stage new_stage) {
H A Dcontroller_pairing_screen.cc45 bool ControllerPairingScreen::ExpectStageIs(Stage stage) const {
72 void ControllerPairingScreen::PairingStageChanged(Stage new_stage) {
/external/chromium_org/chrome/browser/chromeos/login/enrollment/
H A Denrollment_screen.h41 typedef pairing_chromeos::HostPairingController::Stage Stage; typedef in class:chromeos::EnrollmentScreen
70 virtual void PairingStageChanged(Stage new_stage) OVERRIDE;
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
H A Doperation.h73 image_writer_api::Stage GetStage();
113 void SetStage(image_writer_api::Stage stage);
204 image_writer_api::Stage stage_;
H A Doperation_manager.h78 image_writer_api::Stage stage,
85 image_writer_api::Stage stage,
H A Dtest_utils.h45 image_writer_api::Stage stage,
52 image_writer_api::Stage stage,
H A Doperation_manager.cc153 image_writer_api::Stage stage,
184 image_writer_api::Stage stage,
/external/chromium_org/net/url_request/
H A Durl_request_test_job.h134 enum Stage { WAITING, DATA_AVAILABLE, ALL_DATA, DONE }; enum in class:net::URLRequestTestJob
150 Stage stage_;
/external/deqp/modules/gles31/functional/
H A Des31fUniformLocationTests.cpp842 typedef UniformInfo::ShaderStage Stage;
846 const Stage layoutLoc = Stage(rng.getUint32()&0x3);
847 const Stage declareLoc = Stage((rng.getUint32()&0x3) | layoutLoc);
848 const Stage verifyLoc = Stage((rng.getUint32()&0x3) & declareLoc);
883 typedef UniformInfo::ShaderStage Stage;
889 const Stage layoutLocs[]=
891 Stage(rn
[all...]
/external/chromium_org/chrome/browser/chromeos/login/supervised/
H A Dsupervised_user_creation_controller_new.h91 enum Stage { enum in class:chromeos::SupervisedUserCreationControllerNew
174 Stage stage_;
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dextension_message_bubble_view.h51 enum Stage { STAGE_START, STAGE_HIGHLIGHTED, STAGE_COMPLETE }; enum in class:extensions::ExtensionMessageBubbleFactory
127 Stage stage_;
/external/chromium_org/chrome/browser/extensions/activity_log/
H A Dad_injection_browsertest.cc37 enum Stage { enum in namespace:extensions::__anon3622
209 Stage stage_;
/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp187 LiveRangeStage Stage; member in struct:__anon25792::RAGreedy::RegInfo
192 RegInfo() : Stage(RS_New), Cascade(0) {}
198 return ExtraRegInfo[VirtReg.reg].Stage;
201 void setStage(const LiveInterval &VirtReg, LiveRangeStage Stage) { argument
203 ExtraRegInfo[VirtReg.reg].Stage = Stage;
211 if (ExtraRegInfo[Reg].Stage == RS_New)
212 ExtraRegInfo[Reg].Stage = NewStage;
483 ExtraRegInfo[Old].Stage = RS_Assign;
506 if (ExtraRegInfo[Reg].Stage
[all...]

Completed in 375 milliseconds

12