HomeSort by relevance Sort by last modified time
    Searched refs:FAILED (Results 151 - 175 of 542) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/content/test/net/
url_request_failed_job.cc 18 const char kMockHostname[] = "mock.failed.request";
106 NotifyStartError(net::URLRequestStatus(net::URLRequestStatus::FAILED,
  /external/chromium_org/net/url_request/
url_request_job_factory_impl_unittest.cc 68 EXPECT_EQ(URLRequestStatus::FAILED, request.status().status());
  /external/chromium_org/remoting/protocol/
connection_to_client_unittest.cc 102 session_->event_handler()->OnSessionStateChange(Session::FAILED);
connection_to_host.cc 213 case Session::FAILED:
247 LOG(ERROR) << "Failed to connect video channel";
277 SetState(FAILED, error);
291 // |error| should be specified only when |state| is set to FAILED.
292 DCHECK(state == FAILED || error == OK);
  /external/genext2fs/
test-mount.sh 17 echo FAILED
  /external/wpa_supplicant_8/src/tls/
tlsv1_client_i.h 18 ESTABLISHED, FAILED
  /frameworks/base/telephony/java/com/android/internal/telephony/
DctConstants.java 32 * FAILED: data connection fail for all apns settings
33 * RETRYING: data connection failed but we're going to retry.
36 * FAILED or IDLE : DISCONNECTED
46 FAILED,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mspaddr.h 214 if(FAILED(hr)) {
215 LOG((MSP_ERROR,"CreateMSPCallHelper - QueryInterface failed: %x",hr));
220 if(FAILED(hr)) {
221 LOG((MSP_ERROR,"CreateMSPCallHelper - FinalConstruct failed: %x.",hr));
232 if(FAILED(hr)) {
233 LOG((MSP_ERROR,"CreateMSPCallHelper - call init failed: %x",hr));
266 if(FAILED(hr)) {
267 LOG((MSP_ERROR,"ShutdownMSPCallHelper - ShutDownMSPCall failed: %x",hr));
sql_1.h 85 SUCCESS,SYNTAX_ERROR,LEXICAL_ERROR,FAILED,BUFFER_TOO_SMALL
  /external/chromium_org/net/websockets/
websocket_stream.cc 35 FAILED,
129 case URLRequestStatus::FAILED:
188 DVLOG(3) << "OnResponseStarted (request failed)";
205 result_ = FAILED;
  /external/chromium_org/third_party/webrtc/modules/video_render/windows/
video_render_direct3d9.cc 136 if (FAILED(ret))
188 if (FAILED(_pTexture->LockRect(0, &lr, NULL, 0))) {
190 "Failed to lock a texture in D3D9 Channel.");
197 if (FAILED(_pTexture->UnlockRect(0))) {
199 "Failed to unlock a texture in D3D9 Channel.");
263 if (FAILED(ret))
390 if (FAILED(_pD3D->CreateDevice(D3DADAPTER_DEFAULT, D3DDEVTYPE_HAL, hWnd,
396 if (FAILED(_pD3D->CreateDevice(D3DADAPTER_DEFAULT, D3DDEVTYPE_REF,
432 "VideoRenderDirect3D9::ResetDevice failed to CloseDevice");
440 "VideoRenderDirect3D9::ResetDevice failed to InitDevice")
    [all...]
  /external/chromium_org/tools/
post_perf_builder_job.py 39 FAILED = (FAILURE, EXCEPTION, SKIPPED)
118 """Checks whether the build failed on buildbot.
120 Sometime build status is marked as failed even though compile and packaging
122 importance such as gclient revert, generate_telemetry_profile are failed.
130 True if revision is failed build, otherwise False.
132 if (build_data.get('results') in FAILED and
234 A tuple consists of build status (SUCCESS, FAILED or PENDING) and a link
253 return (FAILED, results_url)
  /external/chromium_org/ui/ozone/platform/dri/
dri_surface_factory.cc 136 LOG(ERROR) << "Failed to create DRI connection";
137 state_ = FAILED;
143 LOG(ERROR) << "Failed to initialize cursor surface";
144 state_ = FAILED;
158 CHECK(state_ != FAILED);
  /external/chromium_org/win8/metro_driver/
winrt_utils.cc 18 if (FAILED(hr)) {
28 if (FAILED(::WindowsCreateString(str.c_str(), static_cast<UINT32>(str.size()),
30 PLOG(DFATAL) << "Hstring creation failed";
57 CheckHR(hr, "Failed to create Property"); \
104 if (FAILED(hr)) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
ApnContext.java 169 if (mState == DctConstants.State.FAILED) {
183 currentState == DctConstants.State.FAILED);
205 || (mState == DctConstants.State.FAILED));
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
Splitter.java 411 READY, NOT_READY, DONE, FAILED,
424 checkState(state != State.FAILED);
436 state = State.FAILED; // temporary pessimism
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
Splitter.java 411 READY, NOT_READY, DONE, FAILED,
424 checkState(state != State.FAILED);
436 state = State.FAILED; // temporary pessimism
  /external/chromium_org/third_party/webrtc/modules/audio_device/win/
audio_device_core_win.cc 49 #define EXIT_ON_ERROR(hres) do { if (FAILED(hres)) goto Exit; } while(0)
52 #define CONTINUE_ON_ERROR(hres) do { if (FAILED(hres)) goto Next; } while(0)
282 if (FAILED(hr))
285 "AudioDeviceWindowsCore::CoreAudioIsSupported() Failed to create the required COM object", hr);
287 "AudioDeviceWindowsCore::CoreAudioIsSupported() CoCreateInstance(MMDeviceEnumerator) failed (hr=0x%x)", hr);
358 "AudioDeviceWindowsCore::CoreAudioIsSupported() Failed to use Core Audio Recording for device id=%i", i);
376 "AudioDeviceWindowsCore::CoreAudioIsSupported() Failed to use Core Audio Playout for device id=%i", i);
559 if (FAILED(hr) || ptrDMO == NULL)
635 "AudioDeviceWindowsCore::~AudioDeviceWindowsCore() failed to free the loaded Avrt DLL module correctly");
800 WEBRTC_TRACE(kTraceError, kTraceAudioDevice, _id, "failed to initialize the rendering enpoint device")
    [all...]
  /external/chromium_org/cloud_print/service/win/
cloud_print_service_config.cc 349 if (FAILED(hr))
359 if (FAILED(hr))
403 if (FAILED(hr))
407 if (FAILED(hr))
414 if (FAILED(hr))
422 if (FAILED(hr))
430 if (FAILED(hr))
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneMmiCode.java 478 // Complete or failed cannot be cancelled
479 if (mState == State.COMPLETE || mState == State.FAILED) {
    [all...]
  /external/chromium_org/chrome/utility/importer/
ie_importer_win.cc 198 if (!idlist || FAILED(SHGetPathFromIDList(idlist, item_filename)))
254 // Reads the sort order from registry. If failed, we don't touch the list
272 if (FAILED(url_locator.CreateInstance(CLSID_InternetShortcut, NULL,
277 if (FAILED(persist_file.QueryFrom(url_locator)))
281 if (FAILED(persist_file->Load(file.c_str(), STGM_READ)))
291 // GetURL can return S_FALSE (FAILED(S_FALSE) is false) when url == NULL.
292 return (FAILED(url_locator->GetURL(&url)) || !url) ?
299 if (FAILED(property_set_storage.QueryFrom(url_locator)))
303 if (FAILED(property_set_storage->Open(FMTID_Intshcut, STGM_READ,
313 // ReadMultiple can return S_FALSE (FAILED(S_FALSE) is false) when th
    [all...]
  /external/chromium_org/android_webview/browser/net/
android_stream_reader_url_request_job.cc 208 NotifyDone(net::URLRequestStatus(net::URLRequestStatus::FAILED, result));
225 NotifyDone(net::URLRequestStatus(net::URLRequestStatus::FAILED, result));
366 net::URLRequestStatus::FAILED,
  /external/chromium_org/base/win/
win_util.cc 146 if (FAILED(InitPropVariantFromBoolean(property_bool_value,
160 if (FAILED(InitPropVariantFromString(property_string_value,
275 DLOG(WARNING) << "Failed to read on screen keyboard path from registry";
311 if (FAILED(SHGetKnownFolderPath(FOLDERID_ProgramFilesCommon, 0, NULL,
  /external/chromium_org/components/domain_reliability/
monitor_unittest.cc 90 uint32 successful, failed; local
91 context_->GetQueuedDataForTesting(index, NULL, &successful, &failed);
93 EXPECT_EQ(expected_failed, failed);
94 return expected_successful == successful && expected_failed == failed;
137 request.status.set_status(net::URLRequestStatus::FAILED);
160 request.status.set_status(net::URLRequestStatus::FAILED);
214 request.status.set_status(net::URLRequestStatus::FAILED);
  /external/chromium_org/components/precache/core/
precache_fetcher_unittest.cc 133 net::URLRequestStatus::FAILED);
141 net::URLRequestStatus::FAILED);
176 net::URLRequestStatus::FAILED);

Completed in 1015 milliseconds

1 2 3 4 5 67 8 91011>>