/external/chromium_org/third_party/sqlite/src/src/ |
test_syscall.c | 401 int rc = Tcl_GetIndexFromObjStruct(interp, local 404 if( rc ) return rc; 447 int rc; local 456 rc = pVfs->xSetSystemCall(pVfs, 0, 0); 461 rc = pVfs->xSetSystemCall(pVfs, Tcl_GetString(objv[2]), 0); 462 for(i=0; rc==SQLITE_OK && aSyscall[i].zName; i++){ 468 if( rc!=SQLITE_OK ){ 469 Tcl_SetObjResult(interp, Tcl_NewStringObj(sqlite3TestErrorName(rc), -1)); 535 int rc; local 642 int rc; local [all...] |
vtab.c | 29 int rc, nName; local 55 rc = sqlite3ApiExit(db, SQLITE_OK); 57 return rc; 438 int rc; local 461 rc = xConstruct(db, pMod->pAux, nArg, azArg, &pVTable->pVtab, &zErr); 462 if( rc==SQLITE_NOMEM ) db->mallocFailed = 1; 464 if( SQLITE_OK!=rc ){ 481 rc = SQLITE_ERROR; 526 return rc; 540 int rc; local 600 int rc = SQLITE_OK; local 640 int rc = SQLITE_OK; local 702 int rc = SQLITE_OK; local 761 int rc = SQLITE_OK; local 806 int rc = SQLITE_OK; local 867 int rc = 0; local [all...] |
mutex_os2.c | 119 APIRET rc; local 129 rc = DosCreateMutexSem( name, &mutex, 0, FALSE); 130 if( rc == NO_ERROR ){ 139 }else if( rc == ERROR_DUPLICATE_NAME ){ 229 int rc = SQLITE_BUSY; local 232 rc = SQLITE_OK; 237 return rc;
|
test6.c | 174 int rc = SQLITE_OK; local 180 rc = sqlite3OsWrite(p->pRealFile, &z[iSkip], iAmt-iSkip, iOff+iSkip); 182 return rc; 190 int rc = SQLITE_OK; local 225 for(pWrite=*ppPtr; rc==SQLITE_OK && pWrite; pWrite=*ppPtr){ 279 rc = writeDbFile( 283 rc = sqlite3OsTruncate(pRealFile, pWrite->iOffset); 323 for(i=iFirst; rc==SQLITE_OK && i<=iLast; i++){ 325 rc = writeDbFile( 331 rc = SQLITE_NOMEM 589 int rc; local 749 int rc; local [all...] |
/external/skia/src/core/ |
SkRasterClip.h | 106 SkAutoRasterClipValidate(const SkRasterClip& rc) : fRC(rc) { 118 #define AUTO_RASTERCLIP_VALIDATE(rc) SkAutoRasterClipValidate arcv(rc) 120 #define AUTO_RASTERCLIP_VALIDATE(rc)
|
/system/extras/ksmutils/ |
ksminfo.c | 79 int rc = EXIT_SUCCESS; local 139 rc = EXIT_FAILURE; 156 rc = EXIT_FAILURE; 164 rc = EXIT_FAILURE; 171 rc = EXIT_FAILURE; 187 return rc; 204 int rc = 0; local 227 rc = -1; 273 rc = -1; 280 rc = pm_kernel_count(ker, PM_PAGEMAP_PFN(pagemap[j]), &kp->pages[kp->len].count) 445 int rc = 0; local [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/ |
vp9_firstpass.c | 234 static int frame_max_bits(const RATE_CONTROL *rc, 236 int64_t max_bits = ((int64_t)rc->avg_frame_bandwidth * 240 else if (max_bits > rc->max_frame_bandwidth) 241 max_bits = rc->max_frame_bandwidth; 388 cpi->rc.frames_to_key = INT_MAX; 964 const RATE_CONTROL *const rc = &cpi->rc; local 1332 const RATE_CONTROL *const rc = &cpi->rc; local 1393 RATE_CONTROL *const rc = &cpi->rc; local 1553 RATE_CONTROL *const rc = &cpi->rc; local 1871 RATE_CONTROL *const rc = &cpi->rc; local 2172 RATE_CONTROL *const rc = &cpi->rc; local 2327 RATE_CONTROL *const rc = &cpi->rc; local [all...] |
/device/asus/flo/camera/QCamera2/HAL/ |
QCameraParameters.cpp | 1328 int32_t rc = NO_ERROR; local 1417 int rc = NO_ERROR; local 1674 int32_t rc = setContrast(contrast); local 2729 int32_t rc; local 3266 int32_t rc = commitParameters(); local 3288 int32_t rc = NO_ERROR; local 3481 int32_t rc = initBatchUpdate(m_pParamBuf); local 4428 int32_t rc = AddSetParmEntryToBatch(m_pParamBuf, local 5547 int32_t rc = NO_ERROR; local 5594 int32_t rc = NO_ERROR; local 5657 int32_t rc = NO_ERROR; local 5698 int32_t rc = NO_ERROR; local 5734 int32_t rc = NO_ERROR; local 6069 int32_t rc = NO_ERROR; local [all...] |
/device/lge/hammerhead/camera/QCamera2/HAL/ |
QCameraParameters.cpp | 1328 int32_t rc = NO_ERROR; local 1417 int rc = NO_ERROR; local 1674 int32_t rc = setContrast(contrast); local 2729 int32_t rc; local 3266 int32_t rc = commitParameters(); local 3288 int32_t rc = NO_ERROR; local 3481 int32_t rc = initBatchUpdate(m_pParamBuf); local 4428 int32_t rc = AddSetParmEntryToBatch(m_pParamBuf, local 5547 int32_t rc = NO_ERROR; local 5594 int32_t rc = NO_ERROR; local 5657 int32_t rc = NO_ERROR; local 5698 int32_t rc = NO_ERROR; local 5734 int32_t rc = NO_ERROR; local 6069 int32_t rc = NO_ERROR; local [all...] |
/external/chromium_org/third_party/sqlite/src/tool/ |
speedtest8.c | 60 int rc; local 67 rc = sqlite3_prepare_v2(db, zSql, -1, &pStmt, &stmtTail); 71 printf("sqlite3_prepare_v2() returns %d in %llu cycles\n", rc, iElapse); 73 if( rc==SQLITE_OK ){ 76 while( (rc=sqlite3_step(pStmt))==SQLITE_ROW ){ nRow++; } 81 rc, nRow, iElapse); 84 rc = sqlite3_finalize(pStmt); 88 printf("sqlite3_finalize() returns %d in %llu cycles\n", rc, iElapse); 95 int rc; local 200 rc = sqlite3_open(argv[1], &db) [all...] |
/external/oprofile/libabi/ |
opimport.cpp | 158 int rc = odb_add_node(dest, key, val); local 159 if (rc != EXIT_SUCCESS) { 160 cerr << strerror(rc) << endl; 201 int rc; local 205 rc = fstat(in_fd, &statb); 206 assert(rc == 0); 210 rc = odb_open(&dest, output_filename.c_str(), ODB_RDWR, 212 if (rc) { 214 << strerror(rc) << endl; 226 rc = munmap(in, statb.st_size) [all...] |
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
levinson.c | 111 Word16 rc[], /* (o) Q15 : rc[M] Reflection coefficients. */ 138 rc[0] = Kh; 185 rc[i - 1] = Kh; 194 rc[0] = old_rc[0]; /* only two rc coefficients are needed */ 195 rc[1] = old_rc[1]; 243 old_rc[0] = rc[0]; 244 old_rc[1] = rc[1];
|
/system/netd/server/ |
ndc.c | 126 int rc = 0; local 134 if ((rc = select(sock +1, &read_fds, NULL, NULL, &to)) < 0) { 139 } else if (!rc) { 145 if ((rc = read(sock, buffer, 4096)) <= 0) { 147 if (rc == 0) 152 if (rc == 0) 160 for (i = 0; i < rc; i++) {
|
/cts/tests/tests/widget/src/android/widget/cts/ |
AbsSpinnerTest.java | 189 Rect rc = new Rect(0, 0, 100, 100); local 190 Rect rcChild0 = new Rect(0, 0, 20, rc.bottom); 191 Rect rcChild1 = new Rect(rcChild0.right, 0, 70, rc.bottom); 192 Rect rcChild2 = new Rect(rcChild1.right, 0, rc.right, rc.bottom); 193 absSpinner.layout(rc.left, rc.top, rc.right, rc.bottom); 202 assertEquals(0, absSpinner.pointToPosition(rcChild0.left + 1, rc.bottom - 1)) [all...] |
/external/qemu/android/utils/ |
filelock.c | 221 int rc, tries; 242 rc = HANDLE_EINTR(lstat(lock->temp, &st_temp)); 243 if (rc < 0) { 266 rc = HANDLE_EINTR(link(lock->temp, lock->lock)); 269 rc = HANDLE_EINTR(lstat(lock->lock, &st_lock)); 270 if (rc != 0) { 279 rc = HANDLE_EINTR(unlink(lock->temp)); 305 rc = HANDLE_EINTR(time(&now)); 319 rc = HANDLE_EINTR(fstat(lockfd, &st)); 320 if (rc == 0) [all...] |
/external/srec/srec/Vocabulary/src/ |
Vocabulary.c | 29 ESR_ReturnCode rc; local 31 CHK(rc, SR_VocabularyCreateImpl(&Interface)); 38 rc = SR_CreateG2P(Interface); 39 if (rc != ESR_SUCCESS) 49 return rc; 55 ESR_ReturnCode rc; local 57 CHK(rc, SR_VocabularyLoadImpl(filename, &Interface)); 62 return rc; 215 ESR_ReturnCode rc = getTable(locale, m); local 216 if (rc != ESR_SUCCESS) return rc 231 ESR_ReturnCode rc = getTable(locale, m); local [all...] |
/external/chromium_org/third_party/sqlite/src/ext/fts3/ |
fts3_aux.c | 69 int rc; /* value returned by declare_vtab() */ local 87 rc = sqlite3_declare_vtab(db, FTS3_TERMS_SCHEMA); 88 if( rc!=SQLITE_OK ) return rc; 241 int rc; local 250 rc = sqlite3Fts3SegReaderStep(pFts3, &pCsr->csr); 251 if( rc==SQLITE_ROW ){ 322 rc = SQLITE_OK; 326 return rc; 341 int rc; local 464 int rc; \/* Return code *\/ local [all...] |
/frameworks/base/core/java/com/android/internal/content/ |
PackageHelper.java | 93 int rc = mountService.createSecureContainer(cid, sizeMb, "ext4", sdEncKey, uid, local 95 if (rc != StorageResultCode.OperationSucceeded) { 114 int rc = mountService.resizeSecureContainer(cid, sizeMb, sdEncKey); local 115 if (rc == StorageResultCode.OperationSucceeded) { 131 int rc = getMountService().mountSecureContainer(cid, key, ownerUid, readOnly); local 132 if (rc != StorageResultCode.OperationSucceeded) { 133 Log.i(TAG, "Failed to mount container " + cid + " rc : " + rc); 145 int rc = getMountService().unmountSecureContainer(cid, true); local 146 if (rc != StorageResultCode.OperationSucceeded) 159 int rc = getMountService().renameSecureContainer(oldId, newId); local 195 int rc = getMountService().finalizeSecureContainer(cid); local 211 int rc = getMountService().destroySecureContainer(cid, true); local 324 int rc = getMountService().fixPermissionsSecureContainer(cid, gid, filename); local [all...] |
/device/moto/shamu/camera/QCamera2/HAL/ |
QCameraMem.cpp | 243 int rc = OK; local 260 rc = allocOneBuffer(mMemInfo[i], heap_id, size, m_bCached, 262 if (rc < 0) { 269 rc = mMemoryPool->allocateBuffer(mMemInfo[i], 275 if (rc < 0) { 285 return rc; 329 int rc = OK; local 358 rc = ioctl(main_ion_fd, ION_IOC_ALLOC, &alloc); 359 if (rc < 0) { 366 rc = ioctl(main_ion_fd, ION_IOC_SHARE, &ion_info_fd) 524 int rc = NAME_NOT_FOUND; local 571 int rc = NO_ERROR; local 651 int rc = -1; local 703 int rc = alloc(count, size, heap_mask, NON_SECURE); local 882 int rc = alloc(count, size, heap_mask, isSecure); local 913 int rc = alloc(count, size, heap_mask, NON_SECURE); local 1099 int rc = QCameraStreamMemory::allocate(count, size, isSecure); local 1142 int rc = QCameraStreamMemory::allocateMore(count, size); local [all...] |
/external/libsepol/src/ |
module.c | 65 int rc; local 71 rc = fseek(fp->fp, 0L, SEEK_END); 72 if (rc < 0) 73 return rc; 77 rc = fseek(fp->fp, prev_offset, SEEK_SET); 78 if (rc < 0) 79 return rc; 119 int rc; local 125 rc = module_package_init(*p); 126 if (rc < 0 349 int rc; local 379 int rc; local 469 int rc; local 657 int rc; local [all...] |
/external/srec/tools/test_g2g/ |
test_g2g.c | 87 ESR_ReturnCode rc; local 102 CHKLOG(rc, PMemInit()); 103 /* CHKLOG(rc, PFileSystemCreate()); 104 CHKLOG(rc, PANSIFileSystemCreate()); 105 CHKLOG(rc, PANSIFileSystemAddPath(L("/dev/ansi"), L("/")));*/ 108 /* CHKLOG(rc, PANSIFileSystemSetDefault(ESR_TRUE));*/ 111 CHKLOG(rc, PANSIFileSystemGetcwd(cwd, &len)); 112 CHKLOG(rc, PFileSystemChdir(cwd));*/ 150 CHK(rc, PLogInit(NULL, log_level)); 183 return rc; 188 ESR_ReturnCode rc; local 420 ESR_ReturnCode rc; local 441 ESR_ReturnCode rc; local [all...] |
/external/qemu/distrib/sdl-1.2.15/src/audio/dart/ |
SDL_dart.c | 91 int rc; local 101 rc = mciSendCommand( 0, MCI_OPEN, 104 if (rc!=MCIERR_SUCCESS) // No audio available?? 159 rc = mciSendCommand (iDeviceOrd, MCI_MIXSETUP, 162 if (rc!=MCIERR_SUCCESS) 170 rc = mciSendCommand(iDeviceOrd, MCI_MIXSETUP, 173 if (rc!=MCIERR_SUCCESS) 197 rc = mciSendCommand(iDeviceOrd, MCI_BUFFER, 200 if ((rc!=MCIERR_SUCCESS) || (iNumBufs != _this->hidden->BufferParms.ulNumBuffers) || (_this->hidden->BufferParms.ulBufferSize==0)) 344 APIRET rc; local 358 int rc; local [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_firstpass.c | 339 static int frame_max_bits(const RATE_CONTROL *rc, const VP9_CONFIG *oxcf) { 340 int64_t max_bits = ((int64_t)rc->av_per_frame_bandwidth * 344 else if (max_bits > rc->max_frame_bandwidth) 345 max_bits = rc->max_frame_bandwidth; 909 const RATE_CONTROL *const rc = &cpi->rc; local 916 return rc->worst_quality; // Highest value allowed 1407 RATE_CONTROL *const rc = &cpi->rc; local 1901 RATE_CONTROL *const rc = &cpi->rc; local 2201 RATE_CONTROL *const rc = &cpi->rc; local [all...] |
/external/chromium_org/chrome/browser/resources/cryptotoken/ |
usbgnubbyfactory.js | 33 gnubby.open(which, function(rc) { 34 if (rc) { 35 cb(rc, gnubby); 38 gnubby.sync(function(rc) { 39 cb(rc, gnubby);
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
version.rc | 67 # error Resource compiler doesn't know which cleanup style you're using - see version.rc 77 # error Resource compiler doesn't know which cleanup style you're using - see version.rc 87 # error Resource compiler doesn't know which cleanup style you're using - see version.rc 97 # error Resource compiler doesn't know which cleanup style you're using - see version.rc 100 # error Resource compiler doesn't know which compiler you're using - see version.rc
|