Searched refs:status_ (Results 1 - 25 of 181) sorted by relevance

12345678

/external/chromium_org/tools/clang/blink_gc_plugin/
H A DTracingStatus.h14 bool IsUnneeded() const { return status_ == kUnneeded; }
15 bool IsUnknown() const { return status_ == kUnknown; }
16 bool IsNeeded() const { return status_ == kNeeded; }
18 return status_ > other.status_ ? status_ : other.status_;
21 return status_ == other.status_;
25 TracingStatus(Status status) : status_(statu
26 Status status_; member in class:TracingStatus
[all...]
/external/chromium_org/net/url_request/
H A Durl_request_status.h32 URLRequestStatus() : status_(SUCCESS), error_(0) {}
33 URLRequestStatus(Status s, int e) : status_(s), error_(e) {}
35 Status status() const { return status_; }
36 void set_status(Status s) { status_ = s; }
44 return status_ == SUCCESS || status_ == IO_PENDING;
49 return status_ == IO_PENDING;
54 Status status_; member in class:net::URLRequestStatus
/external/chromium_org/base/mac/
H A Dmac_logging.cc20 status_(status) {
27 stream() << ": " << status_;
30 << GetMacOSStatusErrorString(status_)
32 << status_
/external/chromium_org/content/browser/power_profiler/
H A Dpower_profiler_service.cc15 : status_(UNINITIALIZED),
23 status_ = INITIALIZED;
33 status_(UNINITIALIZED),
39 status_ = INITIALIZED;
46 return status_ != UNINITIALIZED;
54 if (status_ == UNINITIALIZED)
58 if (status_ != PROFILING)
65 if (status_ == PROFILING && !observers_.might_have_observers())
70 DCHECK(status_ == INITIALIZED);
71 status_
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
H A Dvp9_thread.c34 while (worker->status_ == OK) { // wait in idling mode
37 if (worker->status_ == WORK) {
39 worker->status_ = OK;
40 } else if (worker->status_ == NOT_OK) { // finish the worker
54 if (worker->status_ < OK) return;
58 while (worker->status_ != OK) {
63 worker->status_ = new_status;
75 worker->status_ = NOT_OK;
82 assert(worker->status_ <= OK);
89 if (worker->status_ < O
[all...]
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_thread.c34 while (worker->status_ == OK) { // wait in idling mode
37 if (worker->status_ == WORK) {
39 worker->status_ = OK;
40 } else if (worker->status_ == NOT_OK) { // finish the worker
54 if (worker->status_ < OK) return;
58 while (worker->status_ != OK) {
63 worker->status_ = new_status;
75 worker->status_ = NOT_OK;
82 assert(worker->status_ <= OK);
89 if (worker->status_ < O
[all...]
/external/chromium_org/sync/engine/
H A Dall_status.cc18 status_.notifications_enabled = false;
19 status_.cryptographer_ready = false;
20 status_.crypto_has_pending_keys = false;
30 SyncStatus status = status_;
81 status_ = CalcSyncing(event);
92 status_ = CreateBlankStatus();
93 status_.sync_protocol_error = sync_protocol_error;
98 status_.retry_time = retry_time;
103 status_.throttled_types = throttled_types;
112 return status_;
[all...]
/external/chromium_org/chrome/installer/util/
H A Ddelete_reg_value_work_item.cc23 status_(DELETE_VALUE) {
33 if (status_ != DELETE_VALUE) {
39 status_ = VALUE_UNCHANGED;
53 status_ = VALUE_NOT_FOUND;
77 status_ = VALUE_DELETED;
82 if (status_ == DELETE_VALUE || status_ == VALUE_ROLLED_BACK)
84 if (status_ == VALUE_UNCHANGED || status_ == VALUE_NOT_FOUND) {
85 status_
[all...]
H A Dset_reg_value_work_item.cc26 status_(SET_VALUE),
47 status_(SET_VALUE),
68 status_(SET_VALUE),
81 if (status_ != SET_VALUE) {
88 status_ = VALUE_UNCHANGED;
128 status_ = previous_type_ ? VALUE_OVERWRITTEN : NEW_VALUE_CREATED;
136 if (status_ == SET_VALUE || status_ == VALUE_ROLL_BACK)
139 if (status_ == VALUE_UNCHANGED) {
140 status_
[all...]
/external/chromium_org/components/nacl/renderer/
H A Dfile_downloader.cc27 status_(SUCCESS) {
43 status_ = FAILED;
56 if (status_ == SUCCESS) {
58 status_ = FAILED;
71 if (status_ == SUCCESS) {
75 status_ = FAILED;
77 status_cb_.Run(status_, file_.Pass(), http_status_code_);
84 status_ = FAILED;
89 status_ = ACCESS_DENIED;
94 status_
[all...]
/external/chromium_org/extensions/browser/
H A Dcontent_hash_reader.cc35 status_(NOT_INITIALIZED),
45 DCHECK_EQ(status_, NOT_INITIALIZED);
46 status_ = FAILURE;
87 status_ = SUCCESS;
92 DCHECK(status_ != NOT_INITIALIZED);
97 DCHECK(status_ != NOT_INITIALIZED);
103 if (status_ != SUCCESS)
/external/chromium_org/v8/src/
H A Dlithium-codegen.h65 Status status_; member in class:v8::internal::BASE_EMBEDDED
71 bool is_unused() const { return status_ == UNUSED; }
72 bool is_generating() const { return status_ == GENERATING; }
73 bool is_done() const { return status_ == DONE; }
74 bool is_aborted() const { return status_ == ABORTED; }
/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_status_collector_browsertest.cc209 status_.Clear();
210 status_collector_->GetDeviceStatus(&status_);
215 EXPECT_FALSE(status_.has_device_location());
222 EXPECT_TRUE(status_.has_device_location());
223 em::DeviceLocation location = status_.device_location();
245 EXPECT_TRUE(status_.has_device_location());
246 em::DeviceLocation location = status_.device_location();
276 em::DeviceStatusReportRequest status_; member in class:policy::DeviceStatusCollectorTest
290 EXPECT_EQ(0, status_.active_period_size());
291 EXPECT_EQ(0, GetActiveMilliseconds(status_));
[all...]
H A Ddevice_cloud_policy_store_chromeos.cc48 status_ = STATUS_BAD_STATE;
79 status_ = STATUS_BAD_STATE;
118 status_ = STATUS_VALIDATION_ERROR;
136 status_ = STATUS_BAD_STATE;
183 status_ = STATUS_OK;
199 status_ = STATUS_BAD_STATE;
203 status_ = STATUS_STORE_ERROR;
209 status_ = STATUS_LOAD_ERROR;
H A Ddevice_local_account_policy_store.cc58 status_ = CloudPolicyStore::STATUS_LOAD_ERROR;
69 status_ = CloudPolicyStore::STATUS_PARSE_ERROR;
79 status_ = STATUS_VALIDATION_ERROR;
85 status_ = STATUS_OK;
92 status_ = CloudPolicyStore::STATUS_VALIDATION_ERROR;
100 status_ = CloudPolicyStore::STATUS_SERIALIZE_ERROR;
114 status_ = CloudPolicyStore::STATUS_STORE_ERROR;
145 status_ = CloudPolicyStore::STATUS_BAD_STATE;
/external/chromium_org/third_party/libwebp/utils/
H A Dthread.c163 while (worker->status_ == OK) { // wait in idling mode
166 if (worker->status_ == WORK) {
168 worker->status_ = OK;
169 } else if (worker->status_ == NOT_OK) { // finish the worker
183 // Checking status_ without acquiring the lock first would result in a data
188 if (worker->status_ >= OK) {
190 while (worker->status_ != OK) {
195 worker->status_ = new_status;
208 worker->status_ = NOT_OK;
215 assert(worker->status_ <
[all...]
/external/webp/src/utils/
H A Dthread.c163 while (worker->status_ == OK) { // wait in idling mode
166 if (worker->status_ == WORK) {
168 worker->status_ = OK;
169 } else if (worker->status_ == NOT_OK) { // finish the worker
183 // Checking status_ without acquiring the lock first would result in a data
188 if (worker->status_ >= OK) {
190 while (worker->status_ != OK) {
195 worker->status_ = new_status;
208 worker->status_ = NOT_OK;
215 assert(worker->status_ <
[all...]
/external/chromium_org/content/child/appcache/
H A Dweb_application_cache_host_impl.cc64 status_(appcache::APPCACHE_STATUS_UNCACHED),
105 status_ = appcache::APPCACHE_STATUS_CHECKING;
108 status_ = appcache::APPCACHE_STATUS_DOWNLOADING;
111 status_ = appcache::APPCACHE_STATUS_UPDATE_READY;
115 status_ = appcache::APPCACHE_STATUS_IDLE;
118 status_ = appcache::APPCACHE_STATUS_OBSOLETE;
136 status_ = appcache::APPCACHE_STATUS_DOWNLOADING;
149 status_ = cache_info_.is_complete ? appcache::APPCACHE_STATUS_IDLE :
177 (spawning_host_impl->status_ != appcache::APPCACHE_STATUS_UNCACHED)) {
192 status_
[all...]
/external/chromium_org/content/browser/speech/endpointer/
H A Denergy_endpointer.cc128 : status_(EP_PRE_SPEECH),
153 status_ = EP_PRE_SPEECH;
219 status_ = EP_POST_SPEECH;
255 switch (status_) {
259 status_ = EP_POSSIBLE_ONSET;
266 status_ = EP_SPEECH_PRESENT;
269 status_ = EP_PRE_SPEECH;
280 status_ = EP_POSSIBLE_OFFSET;
290 status_ = EP_PRE_SPEECH; // Automatically reset for next utterance.
294 status_
[all...]
/external/chromium_org/google_apis/gcm/engine/
H A Dunregistration_request_unittest.cc71 UnregistrationRequest::Status status_; member in class:gcm::UnregistrationRequestTest
81 status_(UnregistrationRequest::UNREGISTRATION_STATUS_COUNT),
90 status_ = status;
116 status_ = UnregistrationRequest::UNREGISTRATION_STATUS_COUNT;
179 EXPECT_EQ(UnregistrationRequest::SUCCESS, status_);
190 EXPECT_EQ(UnregistrationRequest::HTTP_NOT_OK, status_);
206 EXPECT_EQ(UnregistrationRequest::SUCCESS, status_);
217 EXPECT_EQ(UnregistrationRequest::INVALID_PARAMETERS, status_);
228 EXPECT_EQ(UnregistrationRequest::UNKNOWN_ERROR, status_);
244 EXPECT_EQ(UnregistrationRequest::SUCCESS, status_);
[all...]
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dpresencestatus.h58 const std::string& status() const { return status_; }
76 void set_status(const std::string& status) { status_ = status; }
94 if (status_.empty())
103 if (status_ == "Online" ||
104 status_.find("Auto Status") != std::string::npos)
108 if (status_ == "Sorry, I ran out for a bit!")
111 return TrimStatus(status_);
179 std::string status_; member in class:buzz::PresenceStatus
/external/chromium_org/ash/system/chromeos/managed/
H A Dtray_locally_managed_user.cc31 status_(ash::user::LOGGED_IN_NONE) {
68 if (status == status_)
71 status_ != ash::user::LOGGED_IN_LOCKED) {
75 status_ = status;
/external/chromium_org/chrome/browser/ui/ash/
H A Dapp_sync_ui_state.cc58 status_(STATUS_NORMAL) {
98 if (status_ == status)
101 status_ = status;
102 switch (status_) {
/external/chromium_org/third_party/leveldatabase/src/table/
H A Diterator.cc44 EmptyIterator(const Status& s) : status_(s) { }
53 virtual Status status() const { return status_; }
55 Status status_; member in class:leveldb::__anon11490::EmptyIterator
/external/chromium_org/ui/views/examples/
H A Dmessage_box_example.cc27 status_ = new LabelButton(this, ASCIIToUTF16("Show Status"));
51 layout->AddView(status_);
56 if (sender == status_) {

Completed in 4787 milliseconds

12345678