Searched refs:NO_ERROR (Results 1 - 25 of 60) sorted by relevance

123

/external/chromium_org/chrome/installer/util/
H A Dlzma_util_unittest.cc38 EXPECT_EQ(lzma_util.OpenArchive(archive.value()), NO_ERROR);
43 EXPECT_EQ(lzma_util.OpenArchive(archive.value()), NO_ERROR);
48 EXPECT_EQ(lzma_util.OpenArchive(archive.value()), NO_ERROR);
65 EXPECT_EQ(lzma_util.OpenArchive(archive.value()), NO_ERROR);
68 NO_ERROR);
73 EXPECT_EQ(lzma_util.OpenArchive(archive.value()), NO_ERROR);
75 NO_ERROR);
83 EXPECT_EQ(lzma_util.OpenArchive(archive.value()), NO_ERROR);
88 EXPECT_EQ(lzma_util.OpenArchive(archive.value()), NO_ERROR);
90 NO_ERROR);
107 &unpacked_file), NO_ERROR); local
113 &unpacked_file), NO_ERROR); local
119 &unpacked_file), NO_ERROR); local
[all...]
H A Dlzma_util.cc67 return ((value.LowPart == 0xFFFFFFFF) && (GetLastError() != NO_ERROR)) ?
85 if ((ret = lzma_util.OpenArchive(archive)) != NO_ERROR) {
90 if ((ret = lzma_util.UnPack(output_dir, output_file)) != NO_ERROR) {
110 DWORD ret = NO_ERROR;
134 DWORD ret = NO_ERROR;
/external/qemu/distrib/sdl-1.2.15/src/thread/os2/
H A DSDL_sysmutex.c52 if (ulrc!=NO_ERROR)
86 if ( DosRequestMutexSem(mutex->hmtxID, SEM_INDEFINITE_WAIT) != NO_ERROR )
102 if ( DosReleaseMutexSem(mutex->hmtxID) != NO_ERROR )
H A DSDL_syssem.c114 if (ulrc==NO_ERROR)
148 if (ulrc==NO_ERROR)
/external/chromium_org/net/tools/balsa/
H A Dbalsa_enums.h28 // On Windows, <WinError.h> defines the NO_ERROR macro as 0L, which
29 // breaks the compilation of the "NO_ERROR = 0" line.
30 #undef NO_ERROR macro
32 NO_ERROR = 0, // A sentinel value for convenience, none of the callbacks enumerator in enum:net::BalsaFrameEnums::ErrorCode
/external/chromium_org/third_party/sqlite/src/src/
H A Dos_os2.c114 return rc == NO_ERROR ? SQLITE_OK : SQLITE_IOERR;
134 if( DosSetFilePtr(pFile->h, offset, FILE_BEGIN, &fileLocation) != NO_ERROR ){
137 if( DosRead( pFile->h, pBuf, amt, &got ) != NO_ERROR ){
160 APIRET rc = NO_ERROR;
167 if( DosSetFilePtr(pFile->h, offset, FILE_BEGIN, &fileLocation) != NO_ERROR ){
172 ( rc = DosWrite( pFile->h, (PVOID)pBuf, amt, &wrote ) ) == NO_ERROR &&
179 return ( rc != NO_ERROR || amt > (int)wrote ) ? SQLITE_FULL : SQLITE_OK;
202 return rc == NO_ERROR ? SQLITE_OK : SQLITE_IOERR_TRUNCATE;
233 return DosResetBuffer( pFile->h ) == NO_ERROR ? SQLITE_OK : SQLITE_IOERR;
241 APIRET rc = NO_ERROR;
[all...]
H A Dmutex_os2.c101 if( DosCreateMutexSem( 0, &p->mutex, 0, FALSE ) != NO_ERROR ){
130 if( rc == NO_ERROR ){
231 if( DosRequestMutexSem(p->mutex, SEM_IMMEDIATE_RETURN) == NO_ERROR ) {
/external/chromium_org/base/win/
H A Diat_patch_function.cc99 // Returns: Returns NO_ERROR on success or Windows error code
144 // Returns: Returns NO_ERROR on success or Windows error code
177 // Returns: Windows error code (winerror.h). NO_ERROR if successful
186 DWORD error = NO_ERROR;
230 DCHECK_EQ(static_cast<DWORD>(NO_ERROR), error);
256 if (NO_ERROR == error) {
271 DCHECK_EQ(static_cast<DWORD>(NO_ERROR), error);
/external/chromium_org/sandbox/win/sandbox_poc/pocdll/
H A Dnetwork.cc17 if (result != NO_ERROR) {
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
H A DErrorCode.java6 /** Not an error! For SPDY stream resets, prefer null over NO_ERROR. */
7 NO_ERROR(0, -1, 0), enum constant in enum:ErrorCode
/external/qemu/distrib/sdl-1.2.15/src/loadso/os2/
H A DSDL_sysloadso.c43 if ((ulrc != NO_ERROR) || (handle == NULL))
/external/chromium_org/chrome/browser/password_manager/
H A Dpassword_manager_util_win.cc209 DWORD credErr = NO_ERROR;
228 if (credErr == NO_ERROR) {
249 } while (credErr == NO_ERROR &&
/external/chromium_org/chrome/browser/chromeos/login/supervised/
H A Dsupervised_user_creation_controller.h31 NO_ERROR, enumerator in enum:chromeos::SupervisedUserCreationController::ErrorCode
/external/qemu/distrib/sdl-1.2.15/src/timer/os2/
H A DSDL_systimer.c100 APIRET rc = NO_ERROR; /* Return code */
118 if (DosGetInfoBlocks(&tib, &pib)!=NO_ERROR)
/external/chromium_org/chrome/installer/setup/
H A Darchive_patch_helper.cc47 if (lzma_result != NO_ERROR)
/external/chromium_org/remoting/host/win/
H A Dhost_service.cc402 return NO_ERROR;
409 return NO_ERROR;
415 return NO_ERROR;
/external/chromium_org/content/common/gpu/media/
H A Dandroid_video_decode_accelerator.h53 NO_ERROR, enumerator in enum:content::AndroidVideoDecodeAccelerator::State
/external/srec/audio/AudioIn/UNIX/src/
H A Daudioinwrapper.cpp107 return record->start() == NO_ERROR ? 0 : -1;
/external/srec/srec_jni/
H A Dandroid_speech_srec_MicrophoneInputStream.cpp76 if (s != NO_ERROR) {
/external/chromium_org/chrome/browser/extensions/api/music_manager_private/
H A Ddevice_id_win.cc112 if (result != NO_ERROR) {
145 if (result != NO_ERROR || ifTable == NULL) {
/external/chromium_org/net/proxy/
H A Ddhcp_proxy_script_adapter_fetcher_win.cc237 DWORD res = NO_ERROR;
262 if (res != NO_ERROR) {
/external/chromium_org/third_party/lzma_sdk/
H A D7zFile.c186 if (res != NO_ERROR)
219 if (res != NO_ERROR)
/external/lzma/C/
H A D7zFile.c186 if (res != NO_ERROR)
219 if (res != NO_ERROR)
/external/qemu/distrib/sdl-1.2.15/src/audio/dart/
H A DSDL_dart.c243 if (DosCreateEventSem(NULL, &(_this->hidden->hevAudioBufferPlayed), 0, FALSE)!=NO_ERROR)
347 rc = NO_ERROR;
348 while ((pBufDesc->iBufferUsage != BUFFER_EMPTY) && (rc==NO_ERROR))
/external/qemu/block/
H A Draw-win32.c56 if (li.LowPart == 0xffffffffUL && GetLastError() != NO_ERROR)
188 if (l.LowPart == 0xffffffffUL && GetLastError() != NO_ERROR)

Completed in 1720 milliseconds

123