HomeSort by relevance Sort by last modified time
    Searched refs:rc (Results 126 - 150 of 1875) sorted by null

1 2 3 4 56 7 8 91011>>

  /hardware/qcom/camera/QCamera2/stack/mm-lib2d-interface/src/
mm_lib2d.c 283 int32_t rc = IMG_SUCCESS; local
332 rc = lib2d_obj->img_lib.img_core_get_comp(IMG_COMP_LIB2D,
334 if (rc != IMG_SUCCESS) {
335 LOGE("rc %d", rc);
339 rc = IMG_COMP_LOAD(p_core_ops, NULL);
340 if (rc != IMG_SUCCESS) {
341 LOGE("rc %d", rc);
345 rc = IMG_COMP_CREATE(p_core_ops, p_comp)
447 int rc = IMG_SUCCESS; local
494 int rc = IMG_SUCCESS; local
    [all...]
  /external/selinux/libsepol/cil/src/
cil_binary.c 243 int rc = SEPOL_ERR; local
252 rc = symtab_insert(pdb, SYM_COMMONS, key, sepol_common, SCOPE_DECL, 0, &value);
253 if (rc != SEPOL_OK) {
259 rc = symtab_init(&sepol_common->permissions, PERM_SYMTAB_SIZE);
260 if (rc != SEPOL_OK) {
270 rc = hashtab_insert(sepol_common->permissions.table, key, sepol_perm);
271 if (rc != SEPOL_OK) {
286 return rc;
291 int rc = SEPOL_ERR; local
305 rc = symtab_insert(pdb, SYM_CLASSES, key, sepol_class, SCOPE_DECL, 0, &value)
368 int rc = SEPOL_ERR; local
403 int rc = SEPOL_ERR; local
426 int rc = SEPOL_ERR; local
459 int rc = SEPOL_ERR; local
488 int rc = SEPOL_ERR; local
511 int rc = SEPOL_ERR; local
541 int rc = SEPOL_ERR; local
562 int rc = SEPOL_ERR; local
596 int rc = SEPOL_ERR; local
624 int rc = SEPOL_ERR; local
663 int rc = SEPOL_ERR; local
683 int rc = SEPOL_ERR; local
707 int rc = SEPOL_ERR; local
730 int rc = SEPOL_ERR; local
768 int rc = SEPOL_ERR; local
792 int rc = SEPOL_ERR; local
823 int rc = SEPOL_ERR; local
852 int rc = SEPOL_ERR; local
889 int rc = SEPOL_ERR; local
927 int rc = SEPOL_OK; local
978 int rc = SEPOL_OK; local
1057 int rc = SEPOL_ERR; local
1118 int rc = SEPOL_ERR; local
1223 int rc; local
1247 int rc = SEPOL_ERR; local
1273 int rc = SEPOL_OK; local
1320 int rc = SEPOL_ERR; local
1361 int rc = SEPOL_ERR; local
1400 int rc = SEPOL_ERR; local
1554 int rc = SEPOL_OK; local
1615 int rc = SEPOL_ERR; local
1667 int rc = SEPOL_ERR; local
1707 int rc = SEPOL_ERR; local
1755 int rc; local
1917 int rc = __cil_cond_expr_to_sepol_expr_helper(pdb, l, head, tail); local
1933 int rc = SEPOL_ERR; local
2033 int rc; local
2047 int rc = SEPOL_ERR; local
2148 int rc = SEPOL_ERR; local
2236 int rc = SEPOL_ERR; local
2282 int rc = SEPOL_ERR; local
2383 int rc = SEPOL_ERR; local
2478 int rc = SEPOL_ERR; local
2575 int rc; local
2590 int rc = SEPOL_ERR; local
2624 int rc = SEPOL_ERR; local
2663 int rc = SEPOL_ERR; local
2678 int rc = SEPOL_ERR; local
2715 int rc = SEPOL_ERR; local
2748 int rc = SEPOL_ERR; local
2781 int rc = SEPOL_ERR; local
2808 int rc = SEPOL_ERR; local
2835 int rc = SEPOL_ERR; local
2861 int rc = SEPOL_ERR; local
2899 int rc = SEPOL_ERR; local
2934 int rc = SEPOL_ERR; local
3023 int rc = SEPOL_ERR; local
3061 int rc = SEPOL_ERR; local
3091 int rc = SEPOL_ERR; local
3128 int rc = SEPOL_ERR; local
3153 int rc = SEPOL_ERR; local
3197 int rc = SEPOL_ERR; local
3221 int rc = SEPOL_ERR; local
3246 int rc = SEPOL_ERR; local
3271 int rc = SEPOL_ERR; local
3295 int rc = SEPOL_ERR; local
3329 int rc = __cil_get_sepol_class_datum(pdb, DATUM(c->data), &sepol_class); local
3384 int rc = __cil_get_sepol_class_datum(pdb, DATUM(c->data), &sepol_class); local
3407 int rc = SEPOL_OK; local
3593 int rc = SEPOL_ERR; local
3621 int rc = SEPOL_ERR; local
3790 int rc = SEPOL_ERR; local
3885 int rc; local
3914 int rc = SEPOL_ERR; local
4061 int rc = SEPOL_ERR; local
4097 int rc = SEPOL_ERR; local
4148 int rc; local
4200 int rc = SEPOL_ERR; local
4334 int rc; local
4385 int rc = SEPOL_ERR; local
4478 int rc = SEPOL_OK; local
4532 int rc = SEPOL_ERR; local
4553 int rc = SEPOL_OK; local
4628 int rc = SEPOL_ERR; local
    [all...]
  /hardware/bsp/intel/peripheral/sensors/mraa/
AcquisitionThread.cpp 30 int rc = 0; local
64 rc = write(acquisitionThread->getWritePipeFd(), &data, sizeof(sensors_event_t));
65 if (rc != sizeof(sensors_event_t)) {
92 int rc; local
102 rc = pthread_condattr_init(&pthreadCondAttr);
103 if (rc != 0) {
107 rc = pthread_condattr_setclock(&pthreadCondAttr, CLOCK_MONOTONIC);
108 if (rc != 0) {
112 rc = pthread_cond_init(&pthreadCond, &pthreadCondAttr);
113 if (rc != 0)
165 int rc; local
    [all...]
  /device/moto/shamu/camera/QCamera/HAL2/wrapper/
QualcommCamera.cpp 126 int rc = -1; local
129 rc = android::HAL_getCameraInfo(camera_id, info);
132 return rc;
141 int rc = -1; local
154 return rc;
166 rc = 0;
179 ALOGE("%s: end rc %d", __func__, rc);
180 return rc;
186 int rc = -1 local
210 int rc = INVALID_OPERATION; local
221 int rc = INVALID_OPERATION; local
233 int rc = INVALID_OPERATION; local
244 int rc = INVALID_OPERATION; local
266 int rc = INVALID_OPERATION; local
285 int rc = INVALID_OPERATION; local
301 int rc = INVALID_OPERATION; local
314 int rc = INVALID_OPERATION; local
362 int rc = INVALID_OPERATION; local
374 int rc = INVALID_OPERATION; local
    [all...]
  /bionic/libc/bionic/
pthread_getschedparam.cpp 42 int rc = sched_getparam(thread->tid, param); local
43 if (rc == -1) {
pthread_setschedparam.cpp 42 int rc = sched_setscheduler(thread->tid, policy, param); local
43 if (rc == -1) {
  /device/google/marlin/recovery/oem-recovery/
oem-updater.cpp 38 int rc = -1; local
47 rc = decrypt_image(src_file, dst_file);
52 return StringValue(strdup(rc >= 0 ? "t" : ""));
57 int rc = 0; local
75 rc = -1;
80 if (!rc)
81 rc = prepare_boot_update(stage);
83 return StringValue(strdup(rc ? "" : "t"));
  /external/curl/tests/server/
resolve.c 66 int rc = 0; local
116 rc = !he;
124 rc = -1;
129 if (rc == 0) {
140 rc = (getaddrinfo)(host, "80", &hints, &ai);
141 if (rc == 0)
150 if(rc)
153 return !!rc;
  /external/strace/tests/
ftruncate64.c 44 int rc = ftruncate(-1, len); local
46 if (rc != -1 || EBADF != errno)
truncate64.c 46 int rc = truncate(fname, len); local
48 if (rc != -1 || ENOENT != errno)
  /hardware/bsp/intel/soc/edison/
soc.mk 41 $(LOCAL_PATH)/init.edison.rc:root/init.edison.rc \
42 system/core/rootdir/init.usb.rc:root/init.usb.rc \
43 system/core/rootdir/ueventd.rc:root/ueventd.rc \
44 $(LOCAL_PATH)/ueventd.edison.rc:root/ueventd.edison.rc \
  /prebuilts/gdb/linux-x86/bin/
gcore 81 rc=0
93 rc=0
96 rc=1
103 exit $rc
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_interface.c 154 int32_t rc = -1; local
165 rc = mm_camera_query_capability(my_obj);
169 CDBG("%s :X rc = %d", __func__, rc);
170 return rc;
192 int32_t rc = -1; local
201 rc = mm_camera_set_parms(my_obj, parms);
205 return rc;
229 int32_t rc = -1; local
238 rc = mm_camera_get_parms(my_obj, parms)
261 int32_t rc = -1; local
291 int32_t rc = -1; local
323 int32_t rc = -1; local
353 int32_t rc = -1; local
404 int32_t rc = -1; local
493 int32_t rc = -1; local
531 int32_t rc = -1; local
567 int32_t rc = -1; local
603 int32_t rc = -1; local
675 int32_t rc = -1; local
715 int32_t rc = -1; local
753 int32_t rc = -1; local
786 int32_t rc = -1; local
823 int32_t rc = -1; local
860 int32_t rc = -1; local
896 int32_t rc = -1; local
931 int32_t rc = -1; local
966 int32_t rc = -1; local
1003 int32_t rc = -1; local
1045 int32_t rc = -1; local
1080 int32_t rc = -1; local
1119 int32_t rc = -1; local
1164 int32_t rc = -1; local
1220 int32_t rc = -1; local
1274 int32_t rc = -1; local
1307 int rc = 0; local
1392 int rc = 0; local
1563 int32_t rc = -1; local
1635 int32_t rc = 0; local
    [all...]
  /device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_preview.c 66 int rc = 0; local
72 rc = ioctl(ion_fd, ION_IOC_ALLOC, alloc);
73 if (rc < 0) {
79 rc = ioctl(ion_fd, ION_IOC_SHARE, ion_info_fd);
80 if (rc < 0) {
114 int rc = 0; local
115 rc = munmap(addr, size);
121 return rc;
127 int rc = MM_CAMERA_OK; local
134 return rc;
139 int rc = MM_CAMERA_OK; local
151 int rc = MM_CAMERA_OK; local
163 int rc = MM_CAMERA_OK; local
176 int rc = MM_CAMERA_OK; local
217 int rc = MM_CAMERA_OK; local
245 int rc = MM_CAMERA_OK; local
273 int rc = MM_CAMERA_OK; local
402 int i, rc; local
517 int i, rc = MM_CAMERA_OK; local
614 int rc, cam = 0; local
654 int rc; local
678 int rc; local
702 int rc; local
726 int rc; local
750 int rc; local
800 int rc = MM_CAMERA_OK; local
906 int rc = MM_CAMERA_OK; local
950 int rc = MM_CAMERA_OK; local
956 int rc = MM_CAMERA_OK; local
1000 int rc = MM_CAMERA_OK; local
1021 int rc = MM_CAMERA_OK; local
1085 int rc = MM_CAMERA_OK; local
1123 int rc = MM_CAMERA_OK; local
1143 int rc = MM_CAMERA_OK; local
1178 int rc = MM_CAMERA_OK; local
1224 int rc = MM_CAMERA_OK; local
1264 int rc = MM_CAMERA_OK; local
1333 int rc = MM_CAMERA_OK; local
1359 int rc = MM_CAMERA_OK; local
1396 int rc = MM_CAMERA_OK; local
1432 int rc = MM_CAMERA_OK; local
1460 int rc = MM_CAMERA_OK; local
1496 int rc = MM_CAMERA_OK; local
1524 int rc = MM_CAMERA_OK; local
1544 int rc = MM_CAMERA_OK; local
1568 int rc = MM_CAMERA_OK; local
    [all...]
  /external/autotest/client/bin/self-test/
test 27 rc="$?"
28 echo "--SELFTEST-- exit $rc"
29 while [ "$rc" = "$rerun" ]; do
31 rc="$?"
32 echo "--SELFTEST-- exit $rc"
  /external/valgrind/memcheck/tests/
sigkill.c 20 int rc; local
35 rc = sigaction (i /*SIGKILL*/, &sa, NULL);
36 if (rc) perror ("");
39 rc = sigaction (i /*SIGKILL*/, NULL, &sa);
40 if (rc) perror ("");
  /device/huawei/angler/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_interface.c 110 int32_t rc = -1; local
115 return rc;
123 return rc;
125 rc = mm_jpeg_start_job(g_jpeg_obj, job, job_id);
127 return rc;
148 int32_t rc = -1; local
152 return rc;
160 return rc;
163 rc = mm_jpeg_create_session(g_jpeg_obj, client_hdl, p_params, p_session_id);
165 return rc;
182 int32_t rc = -1; local
216 int32_t rc = -1; local
250 int32_t rc = -1; local
294 int32_t rc = 0; local
    [all...]
  /device/lge/bullhead/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_interface.c 110 int32_t rc = -1; local
115 return rc;
123 return rc;
125 rc = mm_jpeg_start_job(g_jpeg_obj, job, job_id);
127 return rc;
148 int32_t rc = -1; local
152 return rc;
160 return rc;
163 rc = mm_jpeg_create_session(g_jpeg_obj, client_hdl, p_params, p_session_id);
165 return rc;
182 int32_t rc = -1; local
216 int32_t rc = -1; local
250 int32_t rc = -1; local
294 int32_t rc = 0; local
    [all...]
  /external/selinux/libselinux/src/
get_context_list.c 22 int rc; local
24 rc = get_ordered_context_list(user, fromcon, &conary);
25 if (rc <= 0)
40 rc = -1;
48 rc = 0;
51 return rc;
63 int rc = 0; local
72 rc = getcon(&fromcon);
73 if (rc < 0)
74 return rc;
104 int rc; local
172 int rc; local
276 int rc; local
336 int rc; local
380 int rc; local
401 int rc = 0; local
    [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_interface.c 183 int32_t rc = -1; local
194 rc = mm_camera_query_capability(my_obj);
198 LOGD("X rc = %d", rc);
199 return rc;
221 int32_t rc = -1; local
230 rc = mm_camera_set_parms(my_obj, parms);
234 return rc;
258 int32_t rc = -1; local
267 rc = mm_camera_get_parms(my_obj, parms)
290 int32_t rc = -1; local
320 int32_t rc = -1; local
352 int32_t rc = -1; local
382 int32_t rc = -1; local
412 int32_t rc = -1; local
507 int32_t rc = -1; local
545 int32_t rc = -1; local
581 int32_t rc = -1; local
617 int32_t rc = -1; local
651 int32_t rc = -1; local
685 int32_t rc = -1; local
798 int32_t rc = -1; local
838 int32_t rc = -1; local
876 int32_t rc = -1; local
909 int32_t rc = -1; local
944 int32_t rc = -1; local
980 int32_t rc = -1; local
1016 int32_t rc = -1; local
1051 int32_t rc = -1; local
1086 int32_t rc = -1; local
1123 int32_t rc = -1; local
1163 int32_t rc = -1; local
1198 int32_t rc = -1; local
1233 int32_t rc = -1; local
1272 int32_t rc = -1; local
1317 int32_t rc = -1; local
1369 int32_t rc = -1; local
1410 int32_t rc = -1; local
1462 int32_t rc = -1; local
1501 int32_t rc = -1; local
1536 int32_t rc = -1; local
1563 int rc = 0; local
1779 int rc = 0; local
1954 int32_t rc = -1; local
1995 int32_t rc = 0; local
2084 int32_t rc = 0; local
2200 cam_status_t rc = -1; local
2222 int32_t rc = -1; local
2244 int32_t rc = -1; local
    [all...]
  /device/google/marlin/
device-marlin.mk 45 device/google/marlin/init.common.rc:root/init.marlin.rc \
46 device/google/marlin/init.common.usb.rc:root/init.marlin.usb.rc \
48 device/google/marlin/ueventd.common.rc:root/ueventd.marlin.rc \
49 device/google/marlin/init.recovery.common.rc:root/init.recovery.marlin.rc
53 device/google/marlin/init.common.nanohub.rc:root/init.marlin.nanohub.rc
    [all...]
device-sailfish.mk 45 device/google/marlin/init.common.rc:root/init.sailfish.rc \
46 device/google/marlin/init.common.usb.rc:root/init.sailfish.usb.rc \
48 device/google/marlin/ueventd.common.rc:root/ueventd.sailfish.rc \
49 device/google/marlin/init.recovery.common.rc:root/init.recovery.sailfish.rc
53 device/google/marlin/init.common.nanohub.rc:root/init.sailfish.nanohub.rc
    [all...]
  /external/liblzf/
lzf.c 99 usage (int rc)
112 exit (rc);
118 ssize_t rc = 0, offset = 0; local
121 while (len && (rc = read (fd, &p[offset], len)) > 0)
123 offset += rc;
124 len -= rc;
129 if (rc < 0)
130 return rc;
139 ssize_t rc; local
145 rc = write (fd, b, l)
226 ssize_t rc, cs, us, bytes, over = 0; local
372 int rc; local
453 int rc = 0; local
    [all...]
  /device/moto/shamu/camera/QCamera/HAL/wrapper/
QualcommCamera.cpp 170 int rc = -1; local
185 rc = 0;
191 return rc;
200 int rc = -1; local
219 return rc;
230 rc = 0;
243 ALOGE("%s: end rc %d", __func__, rc);
244 return rc;
250 int rc = -1 local
275 int rc = -1; local
318 int rc = -1; local
329 int rc = -1; local
350 int rc = -1; local
361 int rc = -1; local
372 int rc = -1; local
392 int rc = -1; local
413 int rc = -1; local
424 int rc = -1; local
435 int rc = -1; local
447 int rc = -1; local
459 int rc = -1; local
498 int rc = -1; local
520 int rc = -1; local
    [all...]
  /system/core/trusty/libtrusty/tipc-test/
tipc_test.c 275 ssize_t rc; local
295 rc = write(fd[j], buf, sizeof(buf));
296 if (rc != sizeof(buf)) {
299 __func__, j, fd[j], rc);
313 rc = write(fd[j], buf, sizeof(buf));
314 if (rc != sizeof(buf)) {
317 __func__, j, fd[j], rc);
342 ssize_t rc; local
368 rc = write(echo_fd, tx_buf, msg_len);
369 if ((size_t)rc != msg_len)
405 ssize_t rc; local
451 int rc; local
505 ssize_t rc; local
550 ssize_t rc; local
638 ssize_t rc; local
697 int rc = 0; local
    [all...]

Completed in 5932 milliseconds

1 2 3 4 56 7 8 91011>>