/external/chromium_org/third_party/sqlite/src/src/ |
test_malloc.c | 195 int rc; local 205 rc = sqlite3_config(SQLITE_CONFIG_GETMALLOC, &memfault.m); 207 if( rc==SQLITE_OK ){ 208 rc = sqlite3_config(SQLITE_CONFIG_MALLOC, &m); 224 rc = sqlite3_config(SQLITE_CONFIG_MALLOC, &memfault.m); 228 if( rc==SQLITE_OK ){ 231 return rc; 894 int sz, N, rc; local 906 rc = sqlite3_config(SQLITE_CONFIG_SCRATCH, 0, 0, 0); 909 rc = sqlite3_config(SQLITE_CONFIG_SCRATCH, buf, sz, N) 934 int sz, N, rc; local 1015 int enable, rc; local 1036 int rc; local 1071 int rc; local 1112 int rc; \/* Return code of sqlite3_config() *\/ local 1227 int rc, iValue, mxValue; local 1284 int rc, iValue, mxValue; local 1340 int rc; local 1364 int rc = SQLITE_MISUSE; local [all...] |
loadext.c | 475 int rc; local 477 rc = sqlite3LoadExtension(db, zFile, zProc, pzErrMsg); 478 rc = sqlite3ApiExit(db, rc); 480 return rc; 558 int rc = SQLITE_OK; local 560 rc = sqlite3_initialize(); 561 if( rc ){ 562 return rc; 580 rc = SQLITE_NOMEM [all...] |
/external/dnsmasq/src/ |
netlink.c | 79 ssize_t rc; local 91 while ((rc = recvmsg(daemon->netlinkfd, &msg, MSG_PEEK | MSG_TRUNC)) == -1 && errno == EINTR); 94 if (rc != -1 && (msg.msg_flags & MSG_TRUNC)) 97 if ((size_t)rc == iov.iov_len) 99 if (expand_buf(&iov, rc + 100)) 103 expand_buf(&iov, rc); 108 while ((rc = recvmsg(daemon->netlinkfd, &msg, 0)) == -1 && errno == EINTR); 111 if (rc == -1 || nladdr.nl_pid == 0) 118 rc = -1; 122 return rc; [all...] |
/external/srec/srec/crec/ |
text_parser.c | 114 int rc; local 118 rc = check_word_path(context, atok, transcription, transcription_len); 119 return rc; 125 int i, j, rc; local 147 rc = FST_CheckPath_Simple(context, transcription); 148 if (rc == PARSE_PASS) 153 return rc; 177 rc = FST_CheckPath_Simple(context, copy_of_transcription); 178 if (rc == PARSE_PASS) 182 return rc; [all...] |
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/ |
loc_eng_ni.cpp | 162 int rc = 0; local 163 rc = pthread_create(&loc_eng_ni_data_p->thread, NULL, ni_thread_proc, &loc_eng_data); 164 if (rc) 168 rc = pthread_detach(loc_eng_ni_data_p->thread); 169 if (rc) 191 int rc = 0; /* return code from pthread calls */ local 207 rc = pthread_cond_timedwait(&loc_eng_ni_data_p->tCond, 210 if (rc == ETIMEDOUT) 213 LOC_LOGD("ni_thread_proc-Thread time out after valting for specified time. Ret Val %d\n",rc ); 218 "pthread_cond_timedwait = %d\n",rc ); [all...] |
/system/core/logd/ |
LogAudit.cpp | 77 int rc = vasprintf(&str, fmt, args); local 80 if (rc < 0) { 81 return rc; 145 rc = -ENOMEM; 193 rc = -ENOMEM; 213 return rc; 225 int rc = klogctl(KLOG_READ_ALL, buf, len); local 229 for(char *tok = buf; (rc >= 0) && ((tok = strtok(tok, "\r\n"))); tok = NULL) { 239 rc = logPrint("%s %s", type, audit); 241 rc = logPrint("%s", audit) [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_firstpass.c | 338 ((int64_t)cpi->rc.av_per_frame_bandwidth * 343 else if (max_bits > cpi->rc.max_frame_bandwidth) 344 max_bits = cpi->rc.max_frame_bandwidth; 908 const RATE_CONTROL *const rc = &cpi->rc; local 915 return rc->worst_quality; // Highest value allowed 1436 RATE_CONTROL *const rc = &cpi->rc; local 1900 RATE_CONTROL *const rc = &cpi->rc; local 2205 RATE_CONTROL *const rc = &cpi->rc; local [all...] |
vp9_onyx_if.c | 216 const RATE_CONTROL *const rc = &cpi->rc; local 217 int start_index = rc->worst_quality; 218 int target_index = rc->worst_quality; 222 for (i = rc->best_quality; i < rc->worst_quality; ++i) { 229 for (i = rc->best_quality; i < rc->worst_quality; ++i) { 243 const RATE_CONTROL *const rc = &cpi->rc; local 265 const RATE_CONTROL *const rc = &cpi->rc; local 692 RATE_CONTROL *const rc = &cpi->rc; local 831 RATE_CONTROL *const rc = &cpi->rc; local 1161 RATE_CONTROL *const rc = cpi != NULL ? &cpi->rc : NULL; local 2011 const RATE_CONTROL *const rc = &cpi->rc; local 2283 RATE_CONTROL *const rc = &cpi->rc; local 2992 RATE_CONTROL *const rc = &cpi->rc; local [all...] |
/external/libselinux/src/ |
android.c | 686 int rc = -1; local 691 rc = getfilecon(pkgdir, &ctx_str); 692 if (rc < 0) 700 rc = seapp_context_lookup(SEAPP_TYPE, uid, 0, seinfo, pkgname, NULL, ctx); 701 if (rc == -1) 703 else if (rc == -2) 710 rc = security_check_context(ctx_str); 711 if (rc < 0) 715 rc = setfilecon(pkgdir, ctx_str); 716 if (rc < 0 743 int rc = -1; local 1046 int rc = 0; local 1132 int rc = 0; local 1330 int fd = -1, rc; local 1387 int rc; local [all...] |
/external/qemu/distrib/libselinux/src/ |
android.c | 679 int rc = -1; local 684 rc = getfilecon(pkgdir, &ctx_str); 685 if (rc < 0) 693 rc = seapp_context_lookup(SEAPP_TYPE, uid, 0, seinfo, pkgname, NULL, ctx); 694 if (rc == -1) 696 else if (rc == -2) 703 rc = security_check_context(ctx_str); 704 if (rc < 0) 708 rc = setfilecon(pkgdir, ctx_str); 709 if (rc < 0 736 int rc = -1; local 1020 int rc = 0; local 1106 int rc = 0; local 1292 int fd = -1, rc; local 1349 int rc; local [all...] |
/device/asus/flo/camera/QCamera2/HAL3/ |
QCamera3HWI.cpp | 266 int rc = 0; local 279 rc = openCamera(); 280 if (rc == 0) { 287 if (rc == 0) { 297 return rc; 341 int rc = NO_ERROR; local 343 rc = mCameraHandle->ops->close_camera(mCameraHandle->camera_handle); 348 if (rc == NO_ERROR) { 358 return rc; 375 int rc; local 411 int rc = 0; local 745 int rc = 0; local 817 int rc = NO_ERROR; local 1604 int rc = 0; local 1680 int rc = 0; local 1770 int rc = 0; local 2408 int rc = 0; local 2591 int rc = 0; local 2644 int rc = 0; local 3335 int rc = hw->initialize(callback_ops); local 3364 int rc = hw->configureStreams(stream_list); local 3389 int rc = hw->registerStreamBuffers(buffer_set); local 3447 int rc = hw->processCaptureRequest(request); local 3635 int32_t rc = NO_ERROR; local [all...] |
/external/chromium_org/net/tools/quic/ |
quic_server.cc | 102 int rc = QuicSocketUtils::SetGetAddressInfo(fd_, address_family); local 104 if (rc < 0) { 110 rc = setsockopt( 113 if (rc < 0) { 136 rc = bind(fd_, 139 if (rc < 0) {
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d10app/ |
d3d10winmain.cpp | 87 RECT rc; 88 GetClientRect(hwnd, &rc ); 89 width = rc.right - rc.left; 90 height = rc.bottom - rc.top;
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11app/ |
d3d11winmain.cpp | 87 RECT rc; 88 GetClientRect(hwnd, &rc ); 89 width = rc.right - rc.left; 90 height = rc.bottom - rc.top;
|
/external/fio/os/ |
os-mac.h | 77 int rc; local 89 rc = sigaction(SIGALRM, &sa, NULL); 91 if (!rc) 92 rc = setitimer(ITIMER_REAL, &tv, &tv_out); 94 if (!rc && ovalue != NULL) { 101 return rc;
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10app/ |
d3d10winmain.cpp | 87 RECT rc; 88 GetClientRect(hwnd, &rc ); 89 width = rc.right - rc.left; 90 height = rc.bottom - rc.top;
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/ |
d3d11winmain.cpp | 87 RECT rc; 88 GetClientRect(hwnd, &rc ); 89 width = rc.right - rc.left; 90 height = rc.bottom - rc.top;
|
/external/qemu/distrib/sdl-1.2.15/src/timer/os2/ |
SDL_systimer.c | 100 APIRET rc = NO_ERROR; /* Return code */ local 153 if (!(rc = DosSetPriority(PRTYS_THREAD, (priority>>8) & 0xFF, 0, 0))) 154 rc = DosSetPriority(PRTYS_THREAD, 0, priority & 0xFF, 0); 157 rc = DosExitMustComplete(&nesting); /* Ignore errors */ 171 if ((rc = DosCloseEventSem(hevEvent1)) && !e) { /* Get rid of semaphore */ 173 badrc = rc; 177 SDL_SetError("[SDL_Delay] : Had error in %s(), rc is 0x%x\n", e, badrc);
|
/frameworks/av/media/libstagefright/codecs/mp3dec/src/ |
pv_mp3dec_fxd_op_arm_gcc.h | 81 register int32 rc = (int32)L_add; local 90 "r"(rc)); 194 register int32 rc = (int32)L_add; local 202 "r"(rc)); 213 register int32 rc = (int32)L_sub; local 221 "r"(rc));
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/util/ |
ThreadPool.java | 204 ResourceCounter rc = modeToCounter(mMode); local 205 if (rc != null) releaseResource(rc); 209 rc = modeToCounter(mode); 210 if (rc != null) { 211 if (!acquireResource(rc)) {
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/detail/rc_binomial_heap_/ |
rc.hpp | 37 * @file rc.hpp 53 rc<Node, Allocator> 56 class rc class in namespace:__gnu_pbds::detail 91 rc(); 93 rc(const PB_DS_CLASS_C_DEC& other); 140 rc() : m_over_top(0) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC 145 rc(const PB_DS_CLASS_C_DEC& other) : m_over_top(0) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC 249 std::cout << "rc" << std::endl;
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/rc_binomial_heap_/ |
rc.hpp | 37 * @file rc.hpp 53 rc<Node, Allocator> 56 class rc class in namespace:__gnu_pbds::detail 91 rc(); 93 rc(const PB_DS_CLASS_C_DEC& other); 140 rc() : m_over_top(0) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC 145 rc(const PB_DS_CLASS_C_DEC& other) : m_over_top(0) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC 249 std::cout << "rc" << std::endl;
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/rc_binomial_heap_/ |
rc.hpp | 37 * @file rc.hpp 53 rc<Node, Allocator> 56 class rc class in namespace:__gnu_pbds::detail 91 rc(); 93 rc(const PB_DS_CLASS_C_DEC& other); 140 rc() : m_over_top(0) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC 145 rc(const PB_DS_CLASS_C_DEC& other) : m_over_top(0) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC 249 std::cout << "rc" << std::endl;
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/rc_binomial_heap_/ |
rc.hpp | 37 * @file rc.hpp 53 rc<Node, Allocator> 56 class rc class in namespace:__gnu_pbds::detail 91 rc(); 93 rc(const PB_DS_CLASS_C_DEC& other); 140 rc() : m_over_top(0) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC 145 rc(const PB_DS_CLASS_C_DEC& other) : m_over_top(0) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC 249 std::cout << "rc" << std::endl;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/rc_binomial_heap_/ |
rc.hpp | 37 * @file rc.hpp 53 rc<Node, Allocator> 56 class rc class in namespace:__gnu_pbds::detail 91 rc(); 93 rc(const PB_DS_CLASS_C_DEC& other); 140 rc() : m_over_top(0) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC 145 rc(const PB_DS_CLASS_C_DEC& other) : m_over_top(0) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC 249 std::cout << "rc" << std::endl;
|