Searched defs:State (Results 176 - 200 of 566) sorted by relevance

1234567891011>>

/external/clang/test/SemaCXX/
H A Dconstexpr-nqueens.cpp6 uint64_t State; member in struct:Board
9 constexpr Board() : State(0), Failed(false) {}
10 constexpr Board(const Board &O) : State(O.State), Failed(O.Failed) {}
11 constexpr Board(uint64_t State, bool Failed = false) : argument
12 State(State), Failed(Failed) {}
14 return Board(State | ((uint64_t)Row << (Col * 4)));
17 return (State >> (Col * 4)) & 0xf;
/external/deqp/executor/
H A DxeBatchExecutor.hpp98 enum State enum in class:xe::BatchExecutor
117 State m_state;
H A DxeXMLWriter.hpp85 enum State enum in class:xe::xml::Writer
97 State m_state;
/external/icu/icu4c/source/i18n/
H A Duitercollationiterator.h113 enum State { enum in class:FCDUIterCollationIterator
145 State state;
H A Dutf8collationiterator.h134 enum State { enum in class:FCDUTF8CollationIterator
159 State state;
/external/lldb/tools/lldb-perf/lib/
H A DMemoryGauge.h122 enum class State class in class:lldb_perf::MemoryGauge
132 State m_state;
/external/llvm/lib/CodeGen/
H A DAggressiveAntiDepBreaker.h128 /// State - The state used to identify and rename anti-dependence
130 AggressiveAntiDepState *State; member in class:llvm::AggressiveAntiDepBreaker
/external/openfst/src/include/fst/
H A Dmap.h59 typedef CacheState<B> State; typedef in class:fst::MapFst
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
H A DSDL_phyuv_c.h51 unsigned long State; member in struct:private_yuvhwdata
/external/skia/src/core/
H A DSkDeviceLooper.h67 enum State { enum in class:SkDeviceLooper
82 State fState;
/external/smack/src/org/jivesoftware/smackx/pubsub/
H A DSubscription.java25 protected State state;
28 public enum State enum in class:Subscription
65 public Subscription(String jid, String nodeId, String subscriptionId, State state)
84 public Subscription(String jid, String nodeId, String subscriptionId, State state, boolean configRequired)
118 public State getState()
124 * This value is only relevant when the {@link #getState()} is {@link State#unconfigured}
/external/chromium_org/ash/wm/
H A Dwindow_state.h50 // A subclass of State class represents one of the window's states
54 class State { class in class:ash::wm::WindowState
56 State() {} function in class:ash::wm::WindowState::State
57 virtual ~State() {}
65 // needs to be adjusted to the State's requirement.
70 State* previous_state) = 0;
78 DISALLOW_COPY_AND_ASSIGN(State);
140 // state impl. State changes should happen through events (as much
166 // Replace the State object of a window with a state handler which can
169 scoped_ptr<State> SetStateObjec
[all...]
/external/apache-http/src/org/apache/http/impl/auth/
H A DNTLMScheme.java53 enum State { enum in class:NTLMScheme
64 private State state;
73 this.state = State.UNINITIATED;
100 if (this.state == State.UNINITIATED) {
101 this.state = State.CHALLENGE_RECEIVED;
103 this.state = State.FAILED;
107 this.state = State.MSG_TYPE2_RECEVIED;
124 if (this.state == State.CHALLENGE_RECEIVED || this.state == State.FAILED) {
128 this.state = State
[all...]
/external/chromium_org/athena/wm/
H A Dbezel_controller.h65 enum State { enum in class:athena::BezelController
73 void SetState(State state);
76 void SetState(State state, float scroll_delta);
83 State state_;
/external/chromium_org/base/
H A Dlinux_util.cc52 LinuxDistroState State() { function in class:__anon2310::LinuxDistroHelper
97 LinuxDistroState state = distro_state_singleton->State();
/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Dupdate_screen.h87 enum State { enum in class:chromeos::UpdateScreen
126 State state_;
/external/chromium_org/chrome/browser/extensions/
H A Dbundle_installer.h63 enum State { enum in struct:extensions::BundleInstaller::Item
77 State state;
88 ItemList GetItemsWithState(Item::State state) const;
111 base::string16 GetHeadingTextFor(Item::State state) const;
/external/chromium_org/chrome/browser/profile_resetter/
H A Dautomatic_profile_resetter.h148 enum State { enum in class:AutomaticProfileResetter
247 State state_;
/external/chromium_org/chrome/browser/signin/
H A Deasy_unlock_screenlock_state_handler.h21 enum State { enum in class:EasyUnlockScreenlockStateHandler
75 void ChangeState(State new_state);
86 State state() const { return state_; }
112 State state_;
116 // State of hardlock.
/external/chromium_org/components/signin/core/common/
H A Dprofile_management_switches.cc19 enum State { enum in namespace:__anon6830
26 State GetProcessState() {
97 State state = STATE_ACCOUNT_CONSISTENCY;
99 State state = STATE_OLD_AVATAR_MENU;
117 bool CheckFlag(std::string command_switch, State min_state) {
/external/chromium_org/components/sync_driver/
H A Ddata_type_controller.h37 enum State { enum in class:sync_driver::DataTypeController
80 typedef std::map<syncer::ModelType, DataTypeController::State> StateMap;
127 virtual State state() const = 0;
/external/chromium_org/content/browser/media/capture/
H A Dcontent_video_capture_device_core.h162 enum State { enum in class:content::ContentVideoCaptureDeviceCore
168 void TransitionStateTo(State next_state);
181 State state_;
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_database.h313 enum State { enum in class:content::ServiceWorkerDatabase
318 State state_;
/external/chromium_org/content/common/gpu/media/
H A Dandroid_video_decode_accelerator.h52 enum State { enum in class:content::AndroidVideoDecodeAccelerator
113 State state_;
H A Ddxva_video_decode_accelerator.h41 enum State { enum in class:content::DXVAVideoDecodeAccelerator
179 State state_;

Completed in 497 milliseconds

1234567891011>>