HomeSort by relevance Sort by last modified time
    Searched refs:rc (Results 401 - 425 of 1678) sorted by null

<<11121314151617181920>>

  /device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_app.c 57 int rc = 0; local
66 rc = pthread_cond_timedwait(&app_cond_v, &app_mutex,&tw);
70 return rc;
75 int rc = 0; local
82 return rc;
187 int rc = MM_CAMERA_OK; local
192 rc = -1;
195 return rc;
224 int rc = MM_CAMERA_OK; local
246 CDBG("%s:dev open error=%d\n", __func__, rc);
291 int rc = MM_CAMERA_OK; local
327 int rc = MM_CAMERA_OK; local
348 int rc = MM_CAMERA_OK; local
378 int rc = MM_CAMERA_OK; local
395 int rc = MM_CAMERA_OK; local
607 int i, rc = MM_CAMERA_OK; local
    [all...]
  /bionic/tests/
libgen_test.cpp 71 int rc = basename_r(in, buf, buf_size); local
72 ASSERT_EQ(expected_rc, rc) << in;
73 if (rc != -1 && buf != NULL) {
82 int rc = dirname_r(in, buf, buf_size); local
83 ASSERT_EQ(expected_rc, rc) << in;
84 if (rc != -1 && buf != NULL) {
  /external/chromium_org/pdf/
page_indicator.cc 36 pp::Rect rc; local
37 bool res = Control::Create(id, rc, visible, delegate);
44 pp::Rect rc(origin, background_.size());
45 Control::SetRect(rc, false);
55 void PageIndicator::Paint(pp::ImageData* image_data, const pp::Rect& rc) {
59 pp::Rect draw_rc = rc.Intersect(rect());
fading_controls.cc 30 uint32 id, const pp::Rect& rc, bool visible,
33 return Control::Create(id, rc, visible, owner);
36 void FadingControls::Paint(pp::ImageData* image_data, const pp::Rect& rc) {
44 (*iter)->Paint(image_data, rc);
155 void FadingControls::Invalidate(uint32 control_id, const pp::Rect& rc) {
156 owner()->Invalidate(control_id, rc);
221 pp::Rect rc; local
224 rc = rc.Union((*iter)->rect());
226 return rc;
230 pp::Rect rc = rect(); local
    [all...]
thumbnail_control.h 34 uint32 id, const pp::Rect& rc,
40 virtual void Paint(pp::ImageData* image_data, const pp::Rect& rc);
  /external/chromium_org/third_party/sqlite/src/tool/
rollback-test.c 29 int rc; local
31 rc = sqlite3_open(zFilename, &db);
32 if( rc ){
62 int rc; local
64 rc = sqlite3_exec(db, zSql, execCallback, 0, &zErr);
69 if( rc ){
  /external/libsepol/tests/
test-downgrade.c 207 int rc; local
221 rc = policydb_read(p, &f, 0);
225 return rc;
245 int rc; local
268 rc = policydb_write(p, &f);
272 return rc;
  /external/skia/src/core/
SkDeviceLooper.cpp 11 const SkRasterClip& rc,
14 , fBaseRC(rc)
22 if (!rc.isEmpty()) {
24 SkASSERT(SkIRect::MakeWH(base.width(), base.height()).contains(rc.getBounds()));
27 if (rc.isEmpty() || !fClippedBounds.intersect(bounds, rc.getBounds())) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
config.py 39 """Returns rc file path."""
44 rc = self._get_rc_file()
45 f = os.fdopen(os.open(rc, os.O_CREAT | os.O_WRONLY, 0600), 'w')
53 rc = self._get_rc_file()
54 if os.path.exists(rc):
55 self.announce('Using PyPI login from %s' % rc)
58 config.read(rc)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
config.py 39 """Returns rc file path."""
44 rc = self._get_rc_file()
45 f = os.fdopen(os.open(rc, os.O_CREAT | os.O_WRONLY, 0600), 'w')
53 rc = self._get_rc_file()
54 if os.path.exists(rc):
55 self.announce('Using PyPI login from %s' % rc)
58 config.read(rc)
  /external/wpa_supplicant_8/src/eap_peer/
eap_fast_pac.c 189 static int eap_fast_read_line(struct eap_fast_read_ctx *rc, char **value)
193 rc->line++;
194 if (rc->f) {
195 if (fgets(rc->buf, rc->buf_len, rc->f) == NULL)
200 if (rc->pos >= rc->end)
202 l_end = rc->pos;
203 while (l_end < rc->end && *l_end != '\n'
415 struct eap_fast_read_ctx rc; local
    [all...]
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Parm.cpp 561 LOGV("%s:rc= %d",__func__, mHasAutoFocusSupport);
566 bool rc = cam_config_is_parm_supported(mCameraId,MM_CAMERA_PARM_ASD_ENABLE); local
567 return rc;
571 bool rc = cam_config_is_parm_supported(mCameraId,MM_CAMERA_PARM_FD); local
572 return rc;
576 bool rc = cam_config_is_parm_supported(mCameraId,MM_CAMERA_PARM_FOCUS_RECT); local
577 return rc;
581 bool rc = cam_config_is_parm_supported(mCameraId,MM_CAMERA_PARM_REDEYE_REDUCTION); local
582 return rc;
681 int rc = MM_CAMERA_OK local
1306 status_t rc, final_rc = NO_ERROR; local
1395 char* rc = NULL; local
1476 int rc = MM_CAMERA_OK; local
1498 int rc = MM_CAMERA_OK; local
1524 int rc = MM_CAMERA_OK; local
1572 int rc = MM_CAMERA_OK; local
1599 status_t rc = NO_ERROR; local
1638 status_t rc = NO_ERROR; local
1808 status_t rc; local
1913 status_t rc; local
2063 status_t rc = NO_ERROR; local
2103 status_t rc = NO_ERROR; local
2131 status_t rc = NO_ERROR; local
2174 status_t rc = NO_ERROR; local
2197 status_t rc = NO_ERROR; local
2220 status_t rc = NO_ERROR; local
2248 status_t rc = NO_ERROR; local
2277 status_t rc = NO_ERROR; local
2307 status_t rc = NO_ERROR; local
2319 status_t rc = NO_ERROR; local
2369 status_t rc = NO_ERROR; local
2389 status_t rc = NO_ERROR; local
2550 int rc = NO_ERROR; local
2688 status_t rc = NO_ERROR; local
2712 status_t rc = NO_ERROR; local
2797 int rc = cam_config_is_parm_supported(mCameraId, MM_CAMERA_PARM_LED_MODE); local
2821 status_t rc = NO_ERROR; local
2855 status_t rc = NO_ERROR; local
2883 int rc = cam_config_is_parm_supported(mCameraId, MM_CAMERA_PARM_HFR); local
2930 int rc = cam_config_is_parm_supported(mCameraId, MM_CAMERA_PARM_ROLLOFF); local
3181 status_t rc = NO_ERROR; local
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/async/
sqlite3async.c 669 int rc = SQLITE_OK; local
681 rc = async.ioError;
687 rc = pBase->pMethods->xFileSize(pBase, &filesize);
688 if( rc!=SQLITE_OK ){
693 rc = pBase->pMethods->xRead(pBase, zOut, (int)nRead, iOffset);
698 if( rc==SQLITE_OK ){
733 if( rc==SQLITE_OK && filesize<(iOffset+iAmt) ){
734 rc = SQLITE_IOERR_SHORT_READ;
736 return rc;
766 int rc = SQLITE_OK local
814 int rc = SQLITE_OK; local
863 int rc = SQLITE_OK; local
898 int rc = SQLITE_OK; local
966 int rc = SQLITE_OK; local
1040 int rc = SQLITE_OK; local
1188 int rc; local
1231 int rc; local
1340 int rc = SQLITE_OK; local
1598 int rc = SQLITE_OK; local
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
vdbe.c 532 ** The error code is stored in p->rc and this routine returns SQLITE_ERROR.
535 ** immediately. There will be no error message but the p->rc field is
538 ** A memory allocation error causes p->rc to be set to SQLITE_NOMEM and this
552 int rc = SQLITE_OK; /* Value to return */ local
575 if( p->rc==SQLITE_NOMEM ){
580 assert( p->rc==SQLITE_OK || p->rc==SQLITE_BUSY );
581 p->rc = SQLITE_OK;
602 for(pc=p->pc; rc==SQLITE_OK; pc++){
648 rc = SQLITE_INTERRUPT
    [all...]
test_vfs.c 271 int rc; /* Return code from Tcl_EvalObj() */ local
304 rc = Tcl_EvalObjv(p->interp, nArg, p->apScript, TCL_EVAL_GLOBAL);
305 if( rc!=TCL_OK ){
321 int rc; local
339 rc = sqlite3OsClose(pFd->pReal);
342 return rc;
367 int rc = SQLITE_OK; local
375 tvfsResultCode(p, &rc);
378 if( rc==SQLITE_OK && tvfsInjectFullerr(p) ){
379 rc = SQLITE_FULL
395 int rc = SQLITE_OK; local
416 int rc = SQLITE_OK; local
530 int rc; local
608 int rc = SQLITE_OK; local
635 int rc; local
726 int rc = SQLITE_OK; \/* Return code *\/ local
788 int rc = SQLITE_OK; local
830 int rc = SQLITE_OK; local
902 int rc = SQLITE_OK; local
    [all...]
  /external/tcpdump/
print-babel.c 393 int rc; local
398 rc = network_address(message[2], message + 8, len - 6, address);
399 if(rc < 0) { printf("[|babel]"); break; }
421 int rc; local
425 rc = network_address(message[2], message + 4, len - 2, nh);
426 if(rc < 0) goto corrupt;
445 int rc; local
450 rc = network_prefix(message[2], message[4], message[5],
454 if(rc < 0) goto corrupt;
471 if((u_int)rc < len - 10
481 int rc; local
500 int rc; local
    [all...]
  /hardware/qcom/media/mm-core/omxcore/src/common/
qc_omx_core.c 136 int rc = -1,i=0; local
137 DEBUG_PRINT("before get_cmp_index **********%d\n", rc);
145 rc = i;
149 DEBUG_PRINT("returning index %d\n", rc);
150 return rc;
203 int rc = -1; local
206 return rc;
214 rc = i;
215 return rc;
219 return rc;
238 int rc = -1; local
275 int rc = 1; local
305 int rc = -1; local
    [all...]
  /external/libsepol/src/
services.c 215 int rc = 0; local
229 rc = ebitmap_get_bit(types, i);
230 if (rc == 0)
244 rc = ebitmap_get_bit(types, i);
245 if (rc == 0)
412 int rc = 0, x; local
440 rc = -ENOMEM;
455 rc = -ENOMEM;
694 rc = -ENOMEM;
716 rc = -ENOMEM
993 int rc = 0; local
1029 int rc = 0; local
1149 int rc = 0; local
1233 int rc = 0; local
1499 int rc = -EINVAL; local
1631 int rc = 0; local
1703 int rc = 0; local
1747 int rc = 0; local
1785 int rc = 0; local
1843 int rc = 0; local
1922 int rc = 0; local
2019 int rc = 0, cmp = 0; local
2061 int rc = 0; local
    [all...]
  /external/libcap-ng/libcap-ng-0.7/src/
cap-ng.c 264 int rc; local
271 rc = capget((cap_user_header_t)&m.hdr, (cap_user_data_t)&m.data);
272 if (rc == 0) {
275 rc = get_bounding_set();
276 if (rc < 0)
281 return rc;
332 int rc;
340 rc = fgetxattr(fd, XATTR_NAME_CAPS, &filedata, sizeof(filedata));
341 if (rc <= 0)
344 rc = load_data(&filedata, rc)
441 int rc; local
471 int rc = -1; local
571 int rc, need_setgid, need_setuid; local
665 int rc = prctl(PR_SET_SECUREBITS, local
    [all...]
  /bionic/libc/bionic/
getcwd.cpp 59 int rc = __getcwd(buf, allocated_size); local
60 if (rc == -1) {
mmap.cpp 53 int rc = madvise(result, size, MADV_MERGEABLE); local
54 if (rc == -1 && errno == EINVAL) {
  /device/asus/deb/
device.mk 24 device/asus/deb/init.deb.rc:root/init.flo.rc
  /device/lge/hammerhead/camera/QCamera2/util/
QCameraQueue.cpp 139 bool rc; local
154 rc = true;
157 rc = false;
160 return rc;
176 bool rc; local
197 rc = true;
200 rc = false;
203 return rc;
  /external/chromium_org/sandbox/win/src/
handle_closer_agent.cc 100 NTSTATUS rc;
104 rc = QueryObjectTypeInformation(handle, type_info, &size);
105 while (rc == STATUS_INFO_LENGTH_MISMATCH ||
106 rc == STATUS_BUFFER_OVERFLOW) {
110 rc = QueryObjectTypeInformation(handle, type_info, &size);
112 if (NT_SUCCESS(rc) && size == type_info_buffer.size())
113 rc = STATUS_INFO_LENGTH_MISMATCH;
115 if (!NT_SUCCESS(rc) || !type_info->Name.Buffer) {
  /external/chromium_org/third_party/npapi/npspy/windows/
loggerw.cpp 138 RECT rc; local
139 if(GetWindowRect(hWnd, &rc))
140 profile.setSizeAndPosition(rc.right - rc.left, rc.bottom - rc.top, rc.left, rc.top);

Completed in 1442 milliseconds

<<11121314151617181920>>