| /external/qemu/distrib/sdl-1.2.15/test/ |
| torturethread.c | 17 static void quit(int rc) 20 exit(rc);
|
| /external/srec/tools/grxmlcompile/ |
| vocab.cpp | 40 ESR_ReturnCode rc; local 41 rc = SR_VocabularyLoad(vocFileName.c_str(), &m_hVocab); 42 if (rc != ESR_SUCCESS) 44 std::cout << "Error: " << ESR_rc2str(rc) <<std::endl; 74 ESR_ReturnCode rc; local 90 rc = SR_VocabularyGetPronunciation( p_SRVocab, c_phrase, prons, &len ); 91 if (rc != ESR_SUCCESS) 93 std::cout <<"ERROR: " << ESR_rc2str(rc) << std::endl;
|
| /external/valgrind/main/none/tests/s390x/ |
| cksm.c | 123 int rc = 0; local 126 ++rc; 132 ++rc; 138 ++rc; 144 ++rc; 150 ++rc; 156 ++rc; 161 return rc;
|
| /frameworks/av/media/libstagefright/codecs/amrnb/common/include/ |
| l_msu.h | 131 register Word32 rc = var2; local 139 : "r"(rb), "r"(rc)
|
| /frameworks/av/media/libstagefright/codecs/amrwb/src/ |
| pvamrwbdecoder_basic_op_gcc_armv5.h | 107 register int32 rc = (int32)n; local 119 "r"(rc)); 160 register int32 rc = L_var3; local 168 "r"(rc)); 179 register int32 rc = L_var3; local 187 "r"(rc)); 263 register int32 rc = (int32)L_add; local 270 "r"(rc));
|
| /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv6/ |
| vp8_fast_quantize_b_armv6.asm | 131 ldrh r2, [r0, #30] ; rc=15, i=15 136 ldrh r3, [r0, #28] ; rc=14, i=14 142 ldrh r2, [r0, #22] ; rc=11, i=13 148 ldrh r3, [r0, #14] ; rc=7, i=12 153 ldrh r2, [r0, #20] ; rc=10, i=11 159 ldrh r3, [r0, #26] ; rc=13, i=10 164 ldrh r2, [r0, #24] ; rc=12, i=9 170 ldrh r3, [r0, #18] ; rc=9, i=8 175 ldrh r2, [r0, #12] ; rc=6, i=7 181 ldrh r3, [r0, #6] ; rc=3, i= [all...] |
| /libcore/luni/src/main/native/ |
| AsynchronousCloseMonitor.cpp | 59 int rc = sigaction(BLOCKED_THREAD_SIGNAL, &sa, NULL); local 60 if (rc == -1) {
|
| /system/core/libsysutils/src/ |
| SocketClient.cpp | 158 int rc = sendDataLockedv(vec, 1); local 161 return rc; 166 int rc = sendDataLockedv(iov, iovcnt); local 169 return rc; 193 ssize_t rc = TEMP_FAILURE_RETRY( local 196 if (rc > 0) { 197 size_t written = rc; 210 if (rc == 0) {
|
| /device/asus/flo/camera/QCamera2/HAL3/ |
| QCamera3Mem.cpp | 264 int rc = OK; local 275 rc = allocOneBuffer(mMemInfo[i], heap_id, size); 276 if (rc < 0) { 283 return rc; 317 int rc = OK; local 336 rc = ioctl(main_ion_fd, ION_IOC_ALLOC, &alloc); 337 if (rc < 0) { 345 rc = ioctl(main_ion_fd, ION_IOC_SHARE, &ion_info_fd); 346 if (rc < 0) { 433 int rc = alloc(count, size, heap_id_mask) local [all...] |
| /device/lge/hammerhead/camera/QCamera2/HAL3/ |
| QCamera3Mem.cpp | 269 int rc = OK; local 280 rc = allocOneBuffer(mMemInfo[i], heap_id, size); 281 if (rc < 0) { 288 return rc; 322 int rc = OK; local 341 rc = ioctl(main_ion_fd, ION_IOC_ALLOC, &alloc); 342 if (rc < 0) { 350 rc = ioctl(main_ion_fd, ION_IOC_SHARE, &ion_info_fd); 351 if (rc < 0) { 438 int rc = alloc(count, size, heap_mask) local [all...] |
| /device/moto/shamu/camera/QCamera/HAL2/core/src/ |
| QCameraHWI.cpp | 60 int rc = 0; local 81 rc = mCameraHandle->ops->set_parm(mCameraHandle->camera_handle, 83 if (rc < 0) { 84 ALOGE("set_parm MM_CAMERA_PARM_RECORDING_HINT returns %d", rc); 85 return rc; 94 rc = stream->prepareStream(); 95 if (rc < 0) { 96 ALOGE("prepareStream for stream %d failed %d", streamId, rc); 97 return rc; 106 rc = stream->streamOn() [all...] |
| /device/samsung/manta/ |
| device.mk | 25 device/samsung/manta/init.manta.rc:root/init.manta.rc \ 26 device/samsung/manta/init.manta.usb.rc:root/init.manta.usb.rc \ 27 device/samsung/manta/init.recovery.manta.rc:root/init.recovery.manta.rc \ 29 device/samsung/manta/ueventd.manta.rc:root/ueventd.manta.rc 40 device/samsung/manta/init.smdk5250.rc:root/init.smdk5250.rc \ [all...] |
| /external/srec/portable/src/ |
| phashtable.c | 233 ESR_ReturnCode rc; local 238 rc = ESR_INVALID_ARGUMENT; 239 PLogError(ESR_rc2str(rc)); 242 rc = PHashTableGetEntry(table, key, &entry); 243 if (rc == ESR_SUCCESS) 245 else if (rc == ESR_NO_MATCH_ERROR) 252 return rc; 343 ESR_ReturnCode rc = ESR_SUCCESS; local 363 if ((rc = PHashTableRehash(table)) != ESR_SUCCESS) 364 return rc; 428 ESR_ReturnCode rc; local [all...] |
| /device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/ |
| mm_camera_data.c | 142 int rc = 0; local 186 int32_t rc = 0; local 198 return rc; 203 int32_t rc = 0; local 225 return rc;
|
| /external/chromium_org/pdf/ |
| draw_utils.cc | 98 void GradientFill(pp::ImageData* image, const pp::Rect& rc, 101 colors.resize(horizontal ? rc.width() : rc.height()); 114 uint32_t* origin_pixel = image->GetAddr32(rc.point()); 115 for (int y = 0; y < rc.height(); y++) { 121 uint32_t* origin_pixel = image->GetAddr32(rc.point()); 122 for (int y = 0; y < rc.height(); y++) { 124 for (int x = 0; x < rc.width(); x++) { 202 void FillRect(pp::ImageData* image, const pp::Rect& rc, uint32 color) { 203 int height = rc.height() [all...] |
| /external/chromium_org/third_party/libxslt/libexslt/ |
| crypto.c | 379 gcry_error_t rc = 0; local 383 rc = gcry_cipher_open (&cipher, GCRY_CIPHER_ARCFOUR, 385 if (rc) { 389 gcry_strerror (rc)); 392 rc = gcry_cipher_setkey (cipher, key, RC4_KEY_LENGTH); 393 if (rc) { 397 gcry_strerror (rc)); 400 rc = gcry_cipher_encrypt (cipher, (unsigned char *) dest, destlen, 402 if (rc) { 406 gcry_strerror (rc)); 418 gcry_error_t rc = 0; local [all...] |
| /external/chromium_org/third_party/sqlite/src/src/ |
| notify.c | 153 int rc = SQLITE_OK; local 175 rc = SQLITE_LOCKED; /* Deadlock detected. */ 187 sqlite3Error(db, rc, (rc?"database is deadlocked":0)); 189 return rc;
|
| test_quota.c | 294 int rc; /* Result code */ local 314 rc = pOrigVfs->xOpen(pOrigVfs, zName, pConn, flags, pOutFlags); 320 rc = pOrigVfs->xOpen(pOrigVfs, zName, pSubOpen, flags, pOutFlags); 321 if( rc==SQLITE_OK ){ 351 return rc; 364 int rc; local 365 rc = pSubOpen->pMethods->xClose(pSubOpen); 377 return rc; 437 int rc = pSubOpen->pMethods->xTruncate(pSubOpen, size); local 440 if( rc==SQLITE_OK ) 467 int rc; local 741 int rc; \/* Tcl error code *\/ local 792 int rc; \/* Value returned by quota_initialize() *\/ local 819 int rc; \/* Value returned by quota_shutdown() *\/ local 845 int rc; \/* Value returned by quota_set() *\/ local [all...] |
| /external/deqp/modules/gles2/functional/ |
| es2fScissorTests.cpp | 54 glu::RenderContext& rc = m_context.getRenderContext(); local 85 rc, 94 addChild(createClearTest(tc, rc, "clear_depth", "Depth buffer clear", Vec4(0.1f, 0.1f, 0.8f, 0.8f), GL_DEPTH_BUFFER_BIT)); 95 addChild(createClearTest(tc, rc, "clear_stencil", "Stencil buffer clear", Vec4(0.1f, 0.1f, 0.8f, 0.8f), GL_STENCIL_BUFFER_BIT)); 96 addChild(createClearTest(tc, rc, "clear_color", "Color buffer clear", Vec4(0.1f, 0.1f, 0.8f, 0.8f), GL_COLOR_BUFFER_BIT));
|
| /device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/src/ |
| mm_jpeg_exif.c | 61 int32_t rc = 0; local 79 rc = -1; 94 rc = -1; 107 rc = -1; 122 rc = -1; 137 rc = -1; 151 rc = -1; 163 rc = -1; 178 rc = -1; 192 return rc; [all...] |
| /device/asus/fugu/ |
| device.mk | 71 device/asus/fugu/init.fugu.rc:root/init.fugu.rc \ 72 device/asus/fugu/init.fugu.usb.rc:root/init.fugu.usb.rc \ 73 device/asus/fugu/ueventd.fugu.rc:root/ueventd.fugu.rc \ 74 device/asus/fugu/init.recovery.fugu.rc:root/init.recovery.fugu.rc 241 # Debug rc files 244 device/asus/fugu/init.fugu.diag.rc.userdebug:root/init.fugu.diag.r [all...] |
| /hardware/qcom/gps/loc_api/libloc_api_50001/ |
| loc_eng_ni.cpp | 179 int rc = 0; local 180 rc = pthread_create(&pSession->thread, NULL, ni_thread_proc, pSession); 181 if (rc) 185 rc = pthread_detach(pSession->thread); 186 if (rc) 207 int rc = 0; /* return code from pthread calls */ local 223 rc = pthread_cond_timedwait(&pSession->tCond, 226 if (rc == ETIMEDOUT) 229 LOC_LOGD("ni_thread_proc-Thread time out after valting for specified time. Ret Val %d\n",rc ); 234 "pthread_cond_timedwait = %d\n",rc ); [all...] |
| /external/iputils/ |
| arping.c | 597 int rc; local 601 rc = getifaddrs(&ifa0); 602 if (rc) { 681 int rc = sysfs_devattr_ulong(ptr, v, idx, 10); local 682 return rc; 687 int rc = sysfs_devattr_ulong(ptr, v, idx, 16); local 688 return rc; 720 int rc = -1; local 750 int rc = -1; local 762 rc = -1 862 int rc; local 914 int rc; local 1091 int rc; local [all...] |
| /external/tcpdump/ |
| print-802_11.c | 1893 int rc; local [all...] |
| /frameworks/av/services/camera/libcameraservice/device1/ |
| CameraHardwareInterface.h | 86 int rc = mDevice->common.close(&mDevice->common); local 87 if (rc != OK) 88 ALOGE("Could not close camera %s: %d", mName.string(), rc); 100 int rc = OK; local 104 rc = cameraModule->open_legacy(module, mName.string(), 108 rc = CameraService::filterOpenErrorCode(module->methods->open( 111 if (rc != OK) { 112 ALOGE("Could not open camera %s: %d", mName.string(), rc); 113 return rc; 116 return rc; 578 int rc; local 628 int rc; local [all...] |