Home
last modified time | relevance | path

Searched refs:NO_ERROR (Results 1 – 25 of 36) sorted by relevance

12

/external/qemu/distrib/sdl-1.2.15/src/thread/os2/
DSDL_sysmutex.c52 if (ulrc!=NO_ERROR) in SDL_CreateMutex()
86 if ( DosRequestMutexSem(mutex->hmtxID, SEM_INDEFINITE_WAIT) != NO_ERROR ) in SDL_mutexP()
102 if ( DosReleaseMutexSem(mutex->hmtxID) != NO_ERROR ) in SDL_mutexV()
DSDL_syssem.c114 if (ulrc==NO_ERROR) in SDL_SemWaitTimeout()
148 if (ulrc==NO_ERROR) in SDL_SemWaitTimeout()
/external/webkit/Source/WebCore/platform/graphics/android/layers/
DCanvasTexture.cpp93 if (result != NO_ERROR) in setSize()
114 if (result == NO_ERROR) { in nativeWindow()
119 if (result != NO_ERROR) { in nativeWindow()
/external/qemu/distrib/sdl-1.2.15/src/timer/os2/
DSDL_systimer.c100 APIRET rc = NO_ERROR; /* Return code */ in SDL_Delay()
118 if (DosGetInfoBlocks(&tib, &pib)!=NO_ERROR) in SDL_Delay()
/external/chromium/net/tools/flip_server/
Dbalsa_enums.h28 NO_ERROR = 0, // A sentinel value for convenience, none of the callbacks enumerator
Dbalsa_frame.cc55 last_error_(BalsaFrameEnums::NO_ERROR), in BalsaFrame()
78 last_error_ = BalsaFrameEnums::NO_ERROR; in Reset()
119 case NO_ERROR: in ErrorCodeToString()
/external/qemu/distrib/sdl-1.2.15/src/loadso/os2/
DSDL_sysloadso.c43 if ((ulrc != NO_ERROR) || (handle == NULL)) in SDL_LoadObject()
/external/webkit/Source/WebCore/platform/graphics/qt/
DExtensions3DQt.cpp62 return GraphicsContext3D::NO_ERROR; in getGraphicsResetStatusARB()
/external/webkit/Source/WebCore/platform/win/
DSharedBufferWin.cpp57 if (bytesToRead != INVALID_FILE_SIZE || lastError == NO_ERROR) { in createWithContentsOfFile()
/external/qemu/distrib/sdl-1.2.15/src/audio/dart/
DSDL_dart.c243 if (DosCreateEventSem(NULL, &(_this->hidden->hevAudioBufferPlayed), 0, FALSE)!=NO_ERROR) in DART_OpenAudio()
347 rc = NO_ERROR; in DART_WaitDone()
348 while ((pBufDesc->iBufferUsage != BUFFER_EMPTY) && (rc==NO_ERROR)) in DART_WaitDone()
/external/quake/quake/src/WinQuake/
Dsnd_android.cpp639 LOGI("AudioTrack status = %d (%s)\n", result, result == NO_ERROR ? "success" : "error"); in SNDDMA_Init()
641 if ( result == NO_ERROR ) { in SNDDMA_Init()
678 return result == NO_ERROR; in SNDDMA_Init()
/external/srec/audio/AudioIn/UNIX/src/
Daudioinwrapper.cpp107 return record->start() == NO_ERROR ? 0 : -1; in AudioOpen()
/external/chromium/net/base/
Dnet_util_win.cc96 if (result != NO_ERROR) { in GetNetworkList()
/external/webkit/Source/WebKit/chromium/src/
DExtensions3DChromium.cpp67 …cast<int>(Extensions3D::UNKNOWN_CONTEXT_RESET_ARB) : static_cast<int>(GraphicsContext3D::NO_ERROR); in getGraphicsResetStatusARB()
/external/srec/srec_jni/
Dandroid_speech_srec_MicrophoneInputStream.cpp68 if (s != NO_ERROR) { in Java_android_speech_srec_Recognizer_AudioRecordNew()
/external/webkit/Source/WebCore/platform/graphics/opengl/
DExtensions3DOpenGL.cpp134 return GraphicsContext3D::NO_ERROR; in getGraphicsResetStatusARB()
/external/qemu/block/
Draw-win32.c56 if (li.LowPart == 0xffffffffUL && GetLastError() != NO_ERROR) in qemu_ftruncate64()
188 if (l.LowPart == 0xffffffffUL && GetLastError() != NO_ERROR) in raw_getlength()
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DTexturesGenerator.cpp105 return NO_ERROR; in readyToRun()
/external/stlport/src/details/
Dfstream_win32io.cpp86 if (li.LowPart != INVALID_FILE_SIZE || GetLastError() == NO_ERROR) in __file_size()
572 if (li.LowPart != INVALID_SET_FILE_POINTER || GetLastError() == NO_ERROR) in _M_seek()
/external/qemu/android/utils/
Dmapfile.c139 (GetLastError() != NO_ERROR)) { in mapfile_read_at()
/external/libxml2/
Dxmlmodule.c438 return (rc == NO_ERROR) ? 0 : -1; in xmlModulePlatformSymbol()
/external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
DSDL_os2fslib.c528 if (DosRequestMutexSem(pVideo->hidden->hmtxUseSrcBuffer, 1000)==NO_ERROR) in WndProc()
662 if (DosRequestMutexSem(pVideo->hidden->hmtxUseSrcBuffer, 1000)==NO_ERROR) in WndProc()
987 if (DosRequestMutexSem(pVideo->hidden->hmtxUseSrcBuffer, SEM_INDEFINITE_WAIT)==NO_ERROR) in WndProc()
2152 if (DosRequestMutexSem(_this->hidden->hmtxUseSrcBuffer, SEM_INDEFINITE_WAIT)==NO_ERROR) in os2fslib_UpdateRects()
2432 if (DosRequestMutexSem(_this->hidden->hmtxUseSrcBuffer, SEM_INDEFINITE_WAIT)==NO_ERROR) in os2fslib_SetVideoMode()
/external/zlib/src/contrib/minizip/
Diowin32.c224 if ( (li.LowPart == 0xFFFFFFFF) && (GetLastError() != NO_ERROR)) in win32_tell64_file_func()
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext3D.h40 #undef NO_ERROR
170 NO_ERROR = 0, enumerator
DGraphicsContext3D.cpp72 if (error != GraphicsContext3D::NO_ERROR) { in texImage2DResourceSafe()
144 return GraphicsContext3D::NO_ERROR; in computeImageSizeInBytes()
165 return GraphicsContext3D::NO_ERROR; in computeImageSizeInBytes()

12