HomeSort by relevance Sort by last modified time
    Searched refs:FAILED (Results 26 - 50 of 287) sorted by null

12 3 4 5 6 7 8 91011>>

  /hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
JFmTxStatus.java 22 SUCCESS(0), FAILED(1), PENDING(2), INVALID_PARM(3), IN_PROGRESS(4), NOT_APPLICABLE(5), NOT_SUPPORTED(
  /external/qemu/audio/
dsoundaudio.c 113 str = "The request failed because access was denied";
118 str = "The request failed because resources, such as a priority level, were already in use by another caller";
305 dolog ("%d attempts to restore playback buffer failed\n", i);
321 if (FAILED (hr)) {
344 if (FAILED (hr)) {
424 if (FAILED (hr)) {
446 if (FAILED (hr)) {
473 if (FAILED (hr)) {
479 if (FAILED (hr)) {
489 if (FAILED (hr))
    [all...]
dsound_template.h 53 if (FAILED (hr)) {
96 if (FAILED (hr)) {
114 dolog ("%d attempts to lock " NAME " failed\n", i);
164 if (FAILED (hr)) {
169 if (FAILED (hr)) {
231 if (FAILED (hr)) {
237 if (FAILED (hr)) {
251 if (FAILED (hr)) {
  /cts/tests/tests/net/src/android/net/cts/
NetworkInfo_DetailedStateTest.java 31 assertEquals(DetailedState.FAILED, DetailedState.valueOf("FAILED"));
50 assertEquals(DetailedState.FAILED, expected[9]);
  /external/qemu/distrib/sdl-1.2.12/src/audio/windx5/
directx.h 33 #ifndef FAILED
34 #define FAILED(x) ((HRESULT)(x)<0)
  /external/qemu/distrib/sdl-1.2.12/src/video/windx5/
directx.h 33 #ifndef FAILED
34 #define FAILED(x) ((HRESULT)(x)<0)
  /external/srec/srec/clib/
voc_read.c 87 PLogError("read_word_transcription: mmap_zip failed for %s\n", basename);
150 PLogError(L("read_word_transcription: failed to read '%s'"), basename);
282 if (fd < 0) goto FAILED;
285 if (fstat(fd, &statbuf) < 0) goto FAILED;
290 if (*buf == MAP_FAILED) goto FAILED;
301 if (!zf) goto FAILED;
307 if (!ze) goto FAILED;
312 if (buf2 == (void*)-1) goto FAILED;
315 if (decompress_zipentry(ze, buf2, size2)) goto FAILED;
330 FAILED
    [all...]
  /external/webkit/Tools/DumpRenderTree/win/
AccessibilityUIElementWin.cpp 69 if (FAILED(comparable->isSameObject(otherComparable.get(), &isSame)))
85 if (FAILED(m_element->get_accChildCount(&childCount)))
95 if (FAILED(m_element->get_accChildCount(&childCount)))
139 if (FAILED(m_element->get_accChild(vChild, &child)))
205 if (FAILED(m_element->get_accRole(self(), &vRole)))
240 if (FAILED(m_element->get_accName(self(), &titleBSTR)) || !titleBSTR)
250 if (FAILED(m_element->get_accDescription(self(), &descriptionBSTR)) || !descriptionBSTR)
275 if (FAILED(m_element->accLocation(&x, &y, &width, &height, self())))
283 if (FAILED(m_element->accLocation(&x, &y, &width, &height, self())))
291 if (FAILED(m_element->accLocation(&x, &y, &width, &height, self()))
    [all...]
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebEditorClient.cpp 149 if (FAILED(m_webView->isContinuousSpellCheckingEnabled(&enabled)))
162 if (FAILED(m_webView->isGrammarCheckingEnabled(&enabled)))
630 if (FAILED(m_webView->editingDelegate(&ed)) || !ed.get())
640 if (FAILED(m_webView->editingDelegate(&ed)) || !ed.get())
652 if (FAILED(m_webView->editingDelegate(&ed)) || !ed.get())
673 if (FAILED(m_webView->editingDelegate(&ed)) || !ed.get())
678 if (FAILED(ed->checkGrammarOfString(m_webView, text, length, &enumDetailsObj, badGrammarLocation, badGrammarLength)))
688 if (FAILED(detailObj->length(&detail.length)))
690 if (FAILED(detailObj->location(&detail.location)))
693 if (FAILED(detailObj->userDescription(&userDesc))
    [all...]
WebContextMenuClient.cpp 61 if (FAILED(m_webView->uiDelegate(&uiDelegate)))
70 if (FAILED(uiDelegate->contextMenuItemsForElement(m_webView, propertyBag.get(), (OLE_HANDLE)(ULONG64)nativeMenu, (OLE_HANDLE*)&nativeMenu))) {
86 if (FAILED(m_webView->uiDelegate(&uiDelegate)))
  /external/chromium/chrome/browser/
jumplist_win.cc 181 if (FAILED(result))
188 if (FAILED(result))
201 if (FAILED(result))
225 if (FAILED(result))
230 if (FAILED(result))
234 if (FAILED(result))
238 if (FAILED(result))
304 if (FAILED(result))
322 if (FAILED(result))
343 if (FAILED(result)
    [all...]
platform_util_win.cc 70 if (FAILED(hr))
77 if (FAILED(hr))
84 if (FAILED(hr))
94 if (FAILED(hr)) {
  /external/chromium/chrome/browser/net/
url_request_failed_dns_job.cc 44 NotifyStartError(net::URLRequestStatus(net::URLRequestStatus::FAILED,
  /external/chromium/net/url_request/
url_request_simple_job.cc 61 NotifyStartError(URLRequestStatus(URLRequestStatus::FAILED,
  /external/genext2fs/
test.sh 24 echo FAILED
  /external/skia/include/utils/win/
SkHRESULT.h 24 if (FAILED(_hr)) {\
35 If the HRESULT FAILED then the macro will return from the current function.
36 In variants ending with 'M' the given message will be traced when FAILED.
37 The HR variants will return the HRESULT when FAILED.
38 The HRB variants will return false when FAILED.
39 The HRV variants will simply return when FAILED.
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/
browser.js 65 : "<font color=#aa0000>&nbsp;" + FAILED + expect + "</tt>";
70 writeLineToLog( "Test failed with the message: " + msg );
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_1/
browser.js 65 : "<font color=#aa0000>&nbsp;" + FAILED + expect + "</tt>";
70 writeLineToLog( "Test failed with the message: " + msg );
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_4/
browser.js 65 : "<font color=#aa0000>&nbsp;" + FAILED + expect + "</tt>";
70 writeLineToLog( "Test failed with the message: " + msg );
  /external/webkit/Source/WebKit/win/
WebURLAuthenticationChallengeSenderCFNet.cpp 72 if (!credential || FAILED(credential->QueryInterface(__uuidof(WebURLCredential), (void**)&webCredential)))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/protocols/
talkd.h 98 #define FAILED 2 /* operation failed for unexplained reason */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/protocols/
talkd.h 98 #define FAILED 2 /* operation failed for unexplained reason */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/protocols/
talkd.h 98 #define FAILED 2 /* operation failed for unexplained reason */
  /external/chromium/chrome/browser/first_run/
upgrade_util_win.cc 40 if (!FAILED(ipl.CreateInstance(__uuidof(ProcessLauncherClass)))) {
44 if (!FAILED(ipl->LaunchCmdElevated(dist->GetAppGuid().c_str(),
  /external/chromium/chrome/common/
chrome_paths_win.cc 47 if (FAILED(SHGetFolderPath(NULL, CSIDL_MYDOCUMENTS, NULL,
90 if (FAILED(SHGetFolderPath(NULL, CSIDL_DESKTOPDIRECTORY, NULL,

Completed in 1251 milliseconds

12 3 4 5 6 7 8 91011>>