HomeSort by relevance Sort by last modified time
    Searched refs:Status (Results 776 - 800 of 1105) sorted by null

<<31323334353637383940>>

  /hardware/qcom/media/mm-core/src/common/
qc_omx_core.c 805 OMX_BOOL Status = OMX_TRUE;
829 return Status;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CustomViewFinder.java 35 import org.eclipse.core.runtime.Status;
392 return Status.OK_STATUS;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
ActivityPage.java 30 import org.eclipse.core.runtime.Status;
264 IStatus status = null; local
268 status = new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID,
272 status = templateHandler.validateTemplate(mValues.minSdkLevel,
277 setPageComplete(status == null || status.getSeverity() != IStatus.ERROR);
278 if (status != null) {
279 setMessage(status.getMessage(),
280 status.getSeverity() == IStatus.ERRO
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/
chrome_ex_oauth.js 136 * send the request. Useful if you need to check response status
513 if (xhr.status == 200) {
526 throw new Error("Fetching request token failed. Status " + xhr.status);
580 if (xhr.status == 200) {
590 throw new Error("Fetching access token failed with status " + xhr.status);
  /external/chromium/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
chrome_ex_oauth.js 136 * send the request. Useful if you need to check response status
513 if (xhr.status == 200) {
526 throw new Error("Fetching request token failed. Status " + xhr.status);
580 if (xhr.status == 200) {
590 throw new Error("Fetching access token failed with status " + xhr.status);
  /external/chromium/chrome/common/extensions/docs/examples/extensions/wave/
chrome_ex_oauth.js 136 * send the request. Useful if you need to check response status
513 if (xhr.status == 200) {
526 throw new Error("Fetching request token failed. Status " + xhr.status);
580 if (xhr.status == 200) {
590 throw new Error("Fetching access token failed with status " + xhr.status);
  /external/chromium/chrome/common/net/gaia/
gaia_oauth_client_unittest.cc 49 net::URLRequestStatus::Status code = net::URLRequestStatus::SUCCESS;
54 net::URLRequestStatus status(code, 0);
57 status,
  /external/chromium/net/base/
gzip_filter.cc 88 Filter::FilterStatus status;
94 status = CheckGZipHeader();
95 switch (status) {
106 return status;
121 return status;
124 status = Filter::FILTER_ERROR; // Unexpected.
126 return status;
132 status = DoInflate(dest_buffer, dest_len);
134 if (decoding_mode_ == DECODE_MODE_DEFLATE && status == Filter::FILTER_ERROR) {
141 status = DoInflate(dest_buffer, dest_len)
220 Filter::FilterStatus status; local
    [all...]
  /external/chromium_org/ash/shelf/
shelf_model.cc 158 void ShelfModel::SetStatus(Status status) {
159 if (status_ == status)
162 status_ = status;
  /external/chromium_org/chrome/browser/chromeos/policy/
device_cloud_policy_store_chromeos_unittest.cc 61 void ExpectFailure(CloudPolicyStore::Status expected_status) {
62 EXPECT_EQ(expected_status, store_->status());
69 EXPECT_EQ(CloudPolicyStore::STATUS_OK, store_->status());
157 EXPECT_EQ(CloudPolicyStore::STATUS_VALIDATION_ERROR, store_->status());
167 EXPECT_EQ(CloudPolicyStore::STATUS_VALIDATION_ERROR, store_->status());
  /external/chromium_org/chrome/browser/chromeos/settings/
device_settings_service.cc 160 // If there is a key, report status immediately.
185 // key cannot be set, report status immediately.
282 Status status) {
284 store_status_ = status;
294 NOTREACHED() << "Failed to determine key status.";
303 if (status == STORE_SUCCESS) {
307 } else if (status != STORE_KEY_UNAVAILABLE) {
308 LOG(ERROR) << "Session manager operation failed: " << status;
311 if (status == STORE_TEMP_VALIDATION_ERROR)
    [all...]
  /external/chromium_org/chrome/browser/component_updater/
default_component_installer.cc 193 ComponentUpdateService::Status status = cus->RegisterComponent(crx); local
194 if (status != ComponentUpdateService::kOk &&
195 status != ComponentUpdateService::kReplaced) {
  /external/chromium_org/chrome/browser/local_discovery/
privet_confirm_api_flow_unittest.cc 59 MOCK_METHOD1(ConfirmCallback, void(CloudPrintBaseApiFlow::Status));
  /external/chromium_org/chrome/browser/sync/test/integration/
sync_auth_test.cc 68 net::URLRequestStatus::Status status) {
81 SetOAuth2TokenResponse(response_data, response_code, status);
  /external/chromium_org/chrome/browser/ui/webui/help/
version_updater_win.cc 53 // Update the UI to show the status of the upgrade.
78 // Callback used to communicate update status to the client.
132 // status, so that pointer must be cleared when the listener is destoyed.
176 Status status = UPDATED; local
182 status = CHECKING;
187 status = UPDATING;
212 status = NEARLY_UPDATED;
217 status = FAILED;
240 callback_.Run(status, 0, message)
    [all...]
  /external/chromium_org/chromeos/dbus/
bluetooth_profile_service_provider.cc 189 Delegate::Status status) {
192 switch (status) {
212 NOTREACHED() << "Unexpected status code from delegate: " << status;
  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_test_util.cc 36 WalletItems::MaskedInstrument::Status status) {
45 status,
  /external/chromium_org/content/browser/appcache/
appcache_dispatcher_host.cc 208 appcache::Status status, void* param) {
211 AppCacheHostMsg_GetStatus::WriteReplyParams(reply_msg, status);
  /external/chromium_org/content/browser/speech/endpointer/
energy_endpointer.cc 371 EpStatus EnergyEndpointer::Status(int64* status_time) const {
  /external/chromium_org/content/renderer/media/android/
media_source_delegate.h 129 virtual void OnDemuxerError(media::PipelineStatus status) OVERRIDE;
138 void OnDemuxerInitDone(media::PipelineStatus status);
145 void OnAudioDecryptingDemuxerStreamInitDone(media::PipelineStatus status);
146 void OnVideoDecryptingDemuxerStreamInitDone(media::PipelineStatus status);
152 void OnDemuxerSeekDone(media::PipelineStatus status);
175 media::DemuxerStream::Status status,
webmediaplayer_android.h 57 // media player in the browser process. It listens to all the status changes
171 // Functions called when media player status changes.
263 void DidLoadMediaInfo(MediaInfoLoader::Status status);
288 // |delegate_| is used to notify the browser process of the player status, so
  /external/chromium_org/content/renderer/pepper/
content_decryptor_delegate.cc 189 media::Decryptor::Status PpDecryptResultToMediaDecryptorStatus(
728 media::Decryptor::Status status = local
730 if (status != media::Decryptor::kSuccess) {
731 decrypt_cb.Run(status, NULL);
813 media::Decryptor::Status status = local
815 if (status != media::Decryptor::kSuccess) {
817 video_decode_cb.Run(status, NULL);
880 media::Decryptor::Status status local
    [all...]
  /external/chromium_org/device/bluetooth/
bluetooth_device_chromeos.h 169 // Run any outstanding pairing callbacks passing |status| as the result of
171 bool RunPairingCallbacks(Status status);
  /external/chromium_org/google_apis/gaia/
oauth2_access_token_fetcher_unittest.cc 101 URLRequestStatus::Status status = local
103 url_fetcher->set_status(URLRequestStatus(status, 0));
  /external/chromium_org/net/base/
gzip_filter.cc 83 Filter::FilterStatus status;
89 status = CheckGZipHeader();
90 switch (status) {
101 return status;
116 return status;
119 status = Filter::FILTER_ERROR; // Unexpected.
121 return status;
127 status = DoInflate(dest_buffer, dest_len);
129 if (decoding_mode_ == DECODE_MODE_DEFLATE && status == Filter::FILTER_ERROR) {
136 status = DoInflate(dest_buffer, dest_len)
215 Filter::FilterStatus status; local
    [all...]

Completed in 1434 milliseconds

<<31323334353637383940>>