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

1 2 3 4 5 6 78 91011>>

  /external/curl/tests/unit/
unit1602.c 55 int rc = 0; variable
57 rc = Curl_hash_init(&hash_static, 7, Curl_hash_str,
60 if(rc)
  /external/libcxx/utils/not/
not.py 26 rc = subprocess.call(argv)
27 if rc < 0:
31 return rc == 0
  /external/mesa3d/src/gallium/drivers/radeon/
SIRegisterInfo.cpp 43 SIRegisterInfo::getISARegClass(const TargetRegisterClass * rc) const
45 switch (rc->getID()) {
48 default: return rc;
  /external/selinux/libselinux/utils/
getfilecon.c 9 int rc, i; local
17 rc = getfilecon(argv[i], &buf);
18 if (rc < 0) {
getpidcon.c 10 int rc; local
22 rc = getpidcon(pid, &buf);
23 if (rc < 0) {
sefcontext_compile.c 35 int rc; local
49 rc = 0;
51 rc = process_line(rec, filename, prefix, line_buf, ++line_num);
52 if (rc || ctx_err) {
58 rc = -1;
65 return rc;
103 int rc; local
216 rc = pcre_fullinfo(re, NULL, PCRE_INFO_SIZE, &size);
217 if (rc < 0)
232 rc = pcre_fullinfo(re, sd, PCRE_INFO_STUDYSIZE, &size)
302 int fd, rc, opt; local
    [all...]
  /cts/tests/tests/security/jni/
android_security_cts_EncryptionTest.cpp 67 jboolean rc = !strcmp(prop_value, "encrypted"); local
68 ALOGE("EncryptionTest::deviceIsEncrypted: %d", rc);
70 return rc;
82 jboolean rc = false; local
87 rc = (features & ANDROID_CPU_ARM_FEATURE_AES) != 0;
89 rc = (features & ANDROID_CPU_ARM64_FEATURE_AES) != 0;
92 ALOGE("EncryptionTest::cpuHasAes: %d", rc);
93 return rc;
105 jboolean rc = false; local
109 rc = (android_getCpuFeatures() & ANDROID_CPU_ARM_FEATURE_NEON) != 0
128 jboolean rc = CRYPTO_is_NEON_capable(); local
    [all...]
  /external/pcre/dist/
pcredemo.c 61 int rc, i; local
121 rc = pcre_exec(
133 if (rc < 0)
135 switch(rc)
141 default: printf("Matching error %d\n", rc); break;
160 if (rc == 0)
162 rc = OVECCOUNT/3;
163 printf("ovector only has room for %d captured substrings\n", rc - 1);
169 for (i = 0; i < rc; i++)
313 rc = pcre_exec
    [all...]
  /hardware/qcom/camera/QCamera2/HAL/
QCameraStream.cpp 435 int rc = NO_ERROR; local
438 rc = mCamOps->unmap_stream_buf(mCamHandle,
445 if (rc < 0) {
450 return rc;
466 int rc = NO_ERROR; local
474 return rc;
490 int rc = NO_ERROR; local
499 return rc;
538 int32_t rc = NO_ERROR; local
548 rc = mCamOps->unmap_stream_buf(mCamHandle, mChannelHandle, mHandle
584 int32_t rc = NO_ERROR; local
637 int32_t rc = stream->allocateBuffers(); local
657 int32_t rc = stream->mapBuffers(); local
687 int32_t rc = OK; local
779 int32_t rc = 0; local
860 int32_t rc = 0; local
889 int32_t rc = 0; local
950 int32_t rc = 0; local
1152 int32_t rc = NO_ERROR; local
1180 int32_t rc = NO_ERROR; local
1224 int32_t rc = -1; local
1257 int rc = NO_ERROR; local
1422 int32_t rc = NO_ERROR; local
1459 int rc = NO_ERROR; local
1505 int32_t rc = NO_ERROR; local
1625 int32_t rc = NO_ERROR; local
1692 int rc = NO_ERROR; local
1894 int rc = NO_ERROR; local
1937 int rc = NO_ERROR; local
1986 int32_t rc = NO_ERROR; local
2090 int rc = NO_ERROR; local
2454 int32_t rc = QCameraBufferMaps::makeSingletonBufMapList( local
2532 int32_t rc = NO_ERROR; local
2560 int32_t rc = NO_ERROR; local
2607 int rc = NO_ERROR; local
2647 int32_t rc = NO_ERROR; local
    [all...]
  /external/selinux/libsepol/cil/src/
cil_build_ast.c 60 int rc = SEPOL_ERR; local
68 rc = __cil_verify_syntax(current, syntax, syntax_len);
69 if (rc != SEPOL_OK) {
82 return rc;
87 int rc = SEPOL_ERR; local
90 rc = __cil_verify_name((const char*)key);
91 if (rc != SEPOL_OK) {
95 rc = cil_get_symtab(ast_node->parent, &symtab, sflavor);
96 if (rc != SEPOL_OK) {
104 rc = cil_symtab_insert(symtab, (hashtab_key_t)key, datum, ast_node)
164 int rc = SEPOL_ERR; local
218 int rc = SEPOL_ERR; local
263 int rc = SEPOL_ERR; local
308 int rc = SEPOL_ERR; local
358 int rc = SEPOL_ERR; local
420 int rc = SEPOL_ERR; local
482 int rc = SEPOL_ERR; local
518 int rc = SEPOL_ERR; local
556 int rc = SEPOL_ERR; local
582 int rc = SEPOL_ERR; local
642 int rc = SEPOL_ERR; local
710 int rc = SEPOL_ERR; local
769 int rc = SEPOL_ERR; local
831 int rc = SEPOL_ERR; local
864 int rc = SEPOL_ERR; local
929 int rc = SEPOL_ERR; local
975 int rc = SEPOL_ERR; local
1023 int rc = SEPOL_ERR; local
1073 int rc = SEPOL_ERR; local
1134 int rc = SEPOL_ERR; local
1195 int rc = SEPOL_ERR; local
1247 int rc = SEPOL_ERR; local
1314 int rc = SEPOL_ERR; local
1368 int rc = SEPOL_ERR; local
1429 int rc = SEPOL_ERR; local
1490 int rc = SEPOL_ERR; local
1537 int rc = SEPOL_ERR; local
1585 int rc = SEPOL_ERR; local
1646 int rc = SEPOL_ERR; local
1698 int rc = SEPOL_ERR; local
1745 int rc = SEPOL_ERR; local
1794 int rc = SEPOL_ERR; local
1843 int rc = SEPOL_ERR; local
1890 int rc = SEPOL_ERR; local
1960 int rc = SEPOL_ERR; local
2015 int rc = SEPOL_ERR; local
2077 int rc = SEPOL_ERR; local
2118 int rc = SEPOL_ERR; local
2178 int rc = SEPOL_ERR; local
2231 int rc = SEPOL_ERR; local
2281 int rc = SEPOL_ERR; local
2336 int rc = SEPOL_ERR; local
2408 int rc = SEPOL_ERR; local
2474 int rc = SEPOL_ERR; local
2542 int rc = SEPOL_ERR; local
2583 int rc = SEPOL_ERR; local
2611 int rc = SEPOL_ERR; local
2664 int rc = SEPOL_ERR; local
2729 int rc = SEPOL_ERR; local
2799 int rc = SEPOL_ERR; local
2832 int rc = SEPOL_ERR; local
2918 int rc = SEPOL_ERR; local
2993 int rc = SEPOL_ERR; local
3048 int rc = SEPOL_ERR; local
3103 int rc = SEPOL_ERR; local
3165 int rc = SEPOL_ERR; local
3217 int rc = SEPOL_ERR; local
3255 int rc = SEPOL_ERR; local
3358 int rc = SEPOL_ERR; local
3423 int rc = SEPOL_ERR; local
3476 int rc = SEPOL_ERR; local
3527 int rc = SEPOL_ERR; local
3585 int rc = SEPOL_ERR; local
3646 int rc = SEPOL_ERR; local
3707 int rc = SEPOL_ERR; local
3761 int rc = SEPOL_ERR; local
3818 int rc = SEPOL_ERR; local
3868 int rc = SEPOL_ERR; local
3932 int rc = SEPOL_ERR; local
3990 int rc = SEPOL_ERR; local
4047 int rc = SEPOL_ERR; local
4093 int rc = SEPOL_ERR; local
4153 int rc = SEPOL_ERR; local
4244 int rc = SEPOL_ERR; local
4343 int rc = SEPOL_ERR; local
4433 int rc = SEPOL_ERR; local
4497 int rc = SEPOL_ERR; local
4573 int rc = SEPOL_ERR; local
4637 int rc = SEPOL_ERR; local
4723 int rc = SEPOL_ERR; local
4809 int rc = SEPOL_ERR; local
4873 int rc = SEPOL_ERR; local
4937 int rc = SEPOL_ERR; local
5012 int rc = SEPOL_ERR; local
5173 int rc = SEPOL_ERR; local
5280 int rc = SEPOL_ERR; local
5329 int rc = SEPOL_ERR; local
5379 int rc = SEPOL_ERR; local
5426 int rc = SEPOL_ERR; local
5452 int rc = SEPOL_ERR; local
5478 int rc = SEPOL_ERR; local
5509 int rc = SEPOL_ERR; local
5543 int rc = SEPOL_ERR; local
5577 int rc = SEPOL_ERR; local
5629 int rc = SEPOL_ERR; local
5695 int rc = SEPOL_ERR; local
5782 int rc = SEPOL_ERR; local
5835 int rc = SEPOL_ERR; local
5892 int rc = SEPOL_ERR; local
6285 int rc = SEPOL_ERR; local
6334 int rc = SEPOL_ERR; local
    [all...]
cil_find.c 79 int rc = SEPOL_OK; local
105 rc = ebitmap_and(matches, a1->types, a2->types);
108 return rc;
116 int rc; local
119 rc = cil_type_match_any(s1, t2);
124 rc = cil_type_matches(&map, s2, t2);
125 if (rc < 0) {
130 rc = CIL_FALSE;
133 rc = ebitmap_match_any(&map, a->types);
138 return rc;
161 int rc; local
190 int rc; local
268 int rc = CIL_FALSE; local
292 int rc = SEPOL_OK; local
348 int rc = SEPOL_OK; local
372 int rc; local
    [all...]
  /device/huawei/angler/camera/QCamera2/HAL/
QCamera2HWI.cpp 117 int rc = NO_ERROR; local
127 rc = hw->processAPI(QCAMERA_SM_EVT_SET_PREVIEW_WINDOW, (void *)window);
128 if (rc == NO_ERROR) {
130 rc = apiResult.status;
134 return rc;
176 int32_t rc = hw->processAPI(QCAMERA_SM_EVT_SET_CALLBACKS, (void *)&payload); local
177 if (rc == NO_ERROR) {
205 int32_t rc = hw->processAPI(QCAMERA_SM_EVT_ENABLE_MSG_TYPE, (void *)&msg_type); local
206 if (rc == NO_ERROR) {
234 int32_t rc = hw->processAPI(QCAMERA_SM_EVT_DISABLE_MSG_TYPE, (void *)&msg_type) local
822 int32_t rc = hw->processAPI(QCAMERA_SM_EVT_GET_PARAMS, NULL); local
1189 int rc = NO_ERROR; local
1232 int32_t rc = 0; local
1305 int rc = NO_ERROR; local
1383 int rc = NO_ERROR; local
1448 int rc = NO_ERROR; local
1706 int rc = NO_ERROR; local
1822 int rc = NO_ERROR; local
1845 int rc = NO_ERROR; local
1899 int rc = NO_ERROR; local
2061 int rc = NO_ERROR; local
2256 int32_t rc = NO_ERROR; local
2280 int32_t rc = NO_ERROR; local
2342 int32_t rc = NO_ERROR; local
2383 int rc = stopChannel(QCAMERA_CH_TYPE_VIDEO); local
2407 int32_t rc = UNKNOWN_ERROR; local
2430 int rc = NO_ERROR; local
2465 int rc = NO_ERROR; local
2562 int32_t rc = NO_ERROR; local
2623 int32_t rc = NO_ERROR; local
2685 int32_t rc = NO_ERROR; local
2734 int32_t rc = NO_ERROR; local
2799 int32_t rc = NO_ERROR; local
2823 int32_t rc = NO_ERROR; local
2850 int32_t rc = NO_ERROR; local
2912 int32_t rc = NO_ERROR; local
2948 int32_t rc = NO_ERROR; local
2982 int rc = NO_ERROR; local
3246 int rc = NO_ERROR; local
3292 int rc = NO_ERROR; local
3321 int32_t rc = NO_ERROR; local
3358 int rc = NO_ERROR; local
3439 int32_t rc = processEvt(QCAMERA_SM_EVT_EVT_INTERNAL, payload); local
3482 int rc = NO_ERROR; local
3520 int rc = NO_ERROR; local
3538 int rc = NO_ERROR; local
3557 int rc = NO_ERROR; local
3626 int rc = NO_ERROR; local
3714 int rc = NO_ERROR; local
3751 int rc = NO_ERROR; local
3851 int rc = NO_ERROR; local
3959 int rc = NO_ERROR; local
4060 int rc = NO_ERROR; local
4240 int rc = NO_ERROR; local
4594 int rc = NO_ERROR; local
4618 int rc = NO_ERROR; local
4655 int rc = NO_ERROR; local
4818 int32_t rc = m_cbNotifier.notifyCallback(cbArg); local
4970 int32_t rc = NO_ERROR; local
5036 int32_t rc = NO_ERROR; local
5144 int32_t rc = NO_ERROR; local
5221 int32_t rc = NO_ERROR; local
5272 int32_t rc = NO_ERROR; local
5328 int32_t rc = NO_ERROR; local
5387 int32_t rc = NO_ERROR; local
5500 int32_t rc = NO_ERROR; local
5608 int32_t rc = NO_ERROR; local
5657 int32_t rc = NO_ERROR; local
5707 int32_t rc = NO_ERROR; local
5880 int32_t rc = NO_ERROR; local
6002 int32_t rc = NO_ERROR; local
6069 int32_t rc = UNKNOWN_ERROR; local
6143 int32_t rc = UNKNOWN_ERROR; local
6168 int32_t rc = UNKNOWN_ERROR; local
6190 int32_t rc = NO_ERROR; local
6403 int32_t rc = m_cbNotifier.notifyCallback(cbArg); local
6498 int32_t rc = m_cbNotifier.notifyCallback(cbArg); local
6607 int32_t rc = m_cbNotifier.notifyCallback(cbArg); local
6836 int rc = NO_ERROR; local
6868 int rc = NO_ERROR; local
7199 int32_t rc = NO_ERROR; local
    [all...]
QCameraStream.cpp 371 int rc = NO_ERROR; local
374 rc = mCamOps->unmap_stream_buf(mCamHandle,
381 if (rc < 0) {
386 return rc;
402 int rc = NO_ERROR; local
410 return rc;
426 int rc = NO_ERROR; local
434 return rc;
473 int32_t rc = NO_ERROR; local
483 rc = mCamOps->unmap_stream_buf(mCamHandle, mChannelHandle, mHandle
519 int32_t rc = NO_ERROR; local
593 int32_t rc = OK; local
672 int32_t rc = 0; local
751 int32_t rc = 0; local
775 int32_t rc = 0; local
834 int32_t rc = 0; local
1002 int32_t rc = NO_ERROR; local
1029 int32_t rc = NO_ERROR; local
1076 int32_t rc = -1; local
1109 int rc = NO_ERROR; local
1249 int rc = NO_ERROR; local
1368 int rc = NO_ERROR; local
1536 int rc = NO_ERROR; local
1578 int rc = NO_ERROR; local
1627 int32_t rc = NO_ERROR; local
1708 int rc = NO_ERROR; local
2084 int32_t rc = NO_ERROR; local
2112 int32_t rc = NO_ERROR; local
2159 int rc = NO_ERROR; local
    [all...]
  /device/lge/bullhead/camera/QCamera2/HAL/
QCamera2HWI.cpp 117 int rc = NO_ERROR; local
127 rc = hw->processAPI(QCAMERA_SM_EVT_SET_PREVIEW_WINDOW, (void *)window);
128 if (rc == NO_ERROR) {
130 rc = apiResult.status;
134 return rc;
176 int32_t rc = hw->processAPI(QCAMERA_SM_EVT_SET_CALLBACKS, (void *)&payload); local
177 if (rc == NO_ERROR) {
205 int32_t rc = hw->processAPI(QCAMERA_SM_EVT_ENABLE_MSG_TYPE, (void *)&msg_type); local
206 if (rc == NO_ERROR) {
234 int32_t rc = hw->processAPI(QCAMERA_SM_EVT_DISABLE_MSG_TYPE, (void *)&msg_type) local
822 int32_t rc = hw->processAPI(QCAMERA_SM_EVT_GET_PARAMS, NULL); local
1189 int rc = NO_ERROR; local
1232 int32_t rc = 0; local
1305 int rc = NO_ERROR; local
1383 int rc = NO_ERROR; local
1448 int rc = NO_ERROR; local
1706 int rc = NO_ERROR; local
1822 int rc = NO_ERROR; local
1845 int rc = NO_ERROR; local
1899 int rc = NO_ERROR; local
2061 int rc = NO_ERROR; local
2256 int32_t rc = NO_ERROR; local
2280 int32_t rc = NO_ERROR; local
2342 int32_t rc = NO_ERROR; local
2383 int rc = stopChannel(QCAMERA_CH_TYPE_VIDEO); local
2407 int32_t rc = UNKNOWN_ERROR; local
2430 int rc = NO_ERROR; local
2465 int rc = NO_ERROR; local
2562 int32_t rc = NO_ERROR; local
2623 int32_t rc = NO_ERROR; local
2685 int32_t rc = NO_ERROR; local
2734 int32_t rc = NO_ERROR; local
2799 int32_t rc = NO_ERROR; local
2823 int32_t rc = NO_ERROR; local
2850 int32_t rc = NO_ERROR; local
2912 int32_t rc = NO_ERROR; local
2948 int32_t rc = NO_ERROR; local
2982 int rc = NO_ERROR; local
3246 int rc = NO_ERROR; local
3292 int rc = NO_ERROR; local
3321 int32_t rc = NO_ERROR; local
3358 int rc = NO_ERROR; local
3439 int32_t rc = processEvt(QCAMERA_SM_EVT_EVT_INTERNAL, payload); local
3482 int rc = NO_ERROR; local
3520 int rc = NO_ERROR; local
3538 int rc = NO_ERROR; local
3557 int rc = NO_ERROR; local
3626 int rc = NO_ERROR; local
3714 int rc = NO_ERROR; local
3751 int rc = NO_ERROR; local
3851 int rc = NO_ERROR; local
3959 int rc = NO_ERROR; local
4060 int rc = NO_ERROR; local
4240 int rc = NO_ERROR; local
4594 int rc = NO_ERROR; local
4618 int rc = NO_ERROR; local
4655 int rc = NO_ERROR; local
4818 int32_t rc = m_cbNotifier.notifyCallback(cbArg); local
4970 int32_t rc = NO_ERROR; local
5036 int32_t rc = NO_ERROR; local
5144 int32_t rc = NO_ERROR; local
5221 int32_t rc = NO_ERROR; local
5272 int32_t rc = NO_ERROR; local
5328 int32_t rc = NO_ERROR; local
5387 int32_t rc = NO_ERROR; local
5500 int32_t rc = NO_ERROR; local
5608 int32_t rc = NO_ERROR; local
5657 int32_t rc = NO_ERROR; local
5707 int32_t rc = NO_ERROR; local
5880 int32_t rc = NO_ERROR; local
6002 int32_t rc = NO_ERROR; local
6069 int32_t rc = UNKNOWN_ERROR; local
6143 int32_t rc = UNKNOWN_ERROR; local
6168 int32_t rc = UNKNOWN_ERROR; local
6190 int32_t rc = NO_ERROR; local
6403 int32_t rc = m_cbNotifier.notifyCallback(cbArg); local
6498 int32_t rc = m_cbNotifier.notifyCallback(cbArg); local
6607 int32_t rc = m_cbNotifier.notifyCallback(cbArg); local
6836 int rc = NO_ERROR; local
6868 int rc = NO_ERROR; local
7199 int32_t rc = NO_ERROR; local
    [all...]
QCameraStream.cpp 371 int rc = NO_ERROR; local
374 rc = mCamOps->unmap_stream_buf(mCamHandle,
381 if (rc < 0) {
386 return rc;
402 int rc = NO_ERROR; local
410 return rc;
426 int rc = NO_ERROR; local
434 return rc;
473 int32_t rc = NO_ERROR; local
483 rc = mCamOps->unmap_stream_buf(mCamHandle, mChannelHandle, mHandle
519 int32_t rc = NO_ERROR; local
593 int32_t rc = OK; local
672 int32_t rc = 0; local
751 int32_t rc = 0; local
775 int32_t rc = 0; local
834 int32_t rc = 0; local
1002 int32_t rc = NO_ERROR; local
1029 int32_t rc = NO_ERROR; local
1076 int32_t rc = -1; local
1109 int rc = NO_ERROR; local
1249 int rc = NO_ERROR; local
1368 int rc = NO_ERROR; local
1536 int rc = NO_ERROR; local
1578 int rc = NO_ERROR; local
1627 int32_t rc = NO_ERROR; local
1708 int rc = NO_ERROR; local
2084 int32_t rc = NO_ERROR; local
2112 int32_t rc = NO_ERROR; local
2159 int rc = NO_ERROR; local
    [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_snapshot.c 85 int rc = -MM_CAMERA_E_GENERAL; local
93 return rc;
126 rc = test_obj->jpeg_ops.start_job(&job, &test_obj->current_job_id);
127 if ( 0 != rc ) {
132 return rc;
269 int rc; local
287 rc = -1;
300 rc = -1;
313 rc = -1;
337 int rc = 0 local
487 int rc = MM_CAMERA_OK; local
533 int32_t rc = MM_CAMERA_OK; local
577 int rc = MM_CAMERA_OK; local
605 int32_t rc = MM_CAMERA_OK; local
660 int rc = MM_CAMERA_OK; local
676 int rc = MM_CAMERA_OK; local
    [all...]
  /device/huawei/angler/camera/QCamera2/HAL3/
QCamera3Stream.cpp 70 int32_t rc = NO_ERROR; local
76 rc = stream->getBufs(offset, num_bufs, initial_reg_flag, bufs, ops_tbl);
77 if (NO_ERROR != rc) {
84 rc = stream->getBatchBufs(num_bufs, initial_reg_flag,
87 return rc;
107 int32_t rc = NO_ERROR; local
115 rc = stream->putBatchBufs(ops_tbl);
116 if (NO_ERROR != rc) {
120 rc = stream->putBufs(ops_tbl);
121 return rc;
139 int32_t rc = NO_ERROR; local
179 int32_t rc = NO_ERROR; local
266 int rc = mCamOps->unmap_stream_buf(mCamHandle, local
316 int32_t rc = OK; local
447 int32_t rc = 0; local
469 int32_t rc = 0; local
489 int32_t rc; local
618 int32_t rc = NO_ERROR; local
681 int32_t rc = NO_ERROR; local
732 int rc = NO_ERROR; local
845 int rc = NO_ERROR; local
1054 int32_t rc = NO_ERROR; local
1115 int rc = NO_ERROR; local
1250 int rc = NO_ERROR; local
1288 int rc = NO_ERROR; local
1321 int32_t rc = NO_ERROR; local
1361 int32_t rc = NO_ERROR; local
1408 int32_t rc = NO_ERROR; local
    [all...]
  /device/lge/bullhead/camera/QCamera2/HAL3/
QCamera3Stream.cpp 70 int32_t rc = NO_ERROR; local
76 rc = stream->getBufs(offset, num_bufs, initial_reg_flag, bufs, ops_tbl);
77 if (NO_ERROR != rc) {
84 rc = stream->getBatchBufs(num_bufs, initial_reg_flag,
87 return rc;
107 int32_t rc = NO_ERROR; local
115 rc = stream->putBatchBufs(ops_tbl);
116 if (NO_ERROR != rc) {
120 rc = stream->putBufs(ops_tbl);
121 return rc;
139 int32_t rc = NO_ERROR; local
179 int32_t rc = NO_ERROR; local
266 int rc = mCamOps->unmap_stream_buf(mCamHandle, local
316 int32_t rc = OK; local
447 int32_t rc = 0; local
469 int32_t rc = 0; local
489 int32_t rc; local
618 int32_t rc = NO_ERROR; local
681 int32_t rc = NO_ERROR; local
732 int rc = NO_ERROR; local
845 int rc = NO_ERROR; local
1054 int32_t rc = NO_ERROR; local
1115 int rc = NO_ERROR; local
1250 int rc = NO_ERROR; local
1288 int rc = NO_ERROR; local
1321 int32_t rc = NO_ERROR; local
1361 int32_t rc = NO_ERROR; local
1408 int32_t rc = NO_ERROR; local
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL/
QCamera2HWI.cpp 123 int rc = NO_ERROR; local
133 rc = hw->processAPI(QCAMERA_SM_EVT_SET_PREVIEW_WINDOW, (void *)window);
134 if (rc == NO_ERROR) {
136 rc = apiResult.status;
140 return rc;
181 int32_t rc = hw->processAPI(QCAMERA_SM_EVT_SET_CALLBACKS, (void *)&payload); local
182 if (rc == NO_ERROR) {
209 int32_t rc = hw->processAPI(QCAMERA_SM_EVT_ENABLE_MSG_TYPE, (void *)msg_type); local
210 if (rc == NO_ERROR) {
237 int32_t rc = hw->processAPI(QCAMERA_SM_EVT_DISABLE_MSG_TYPE, (void *)msg_type) local
798 int32_t rc = hw->processAPI(QCAMERA_SM_EVT_GET_PARAMS, NULL); local
1129 int rc = NO_ERROR; local
1196 int32_t rc = m_postprocessor.init(jpegEvtHandle, this); local
1237 int rc = NO_ERROR; local
1305 int rc = NO_ERROR; local
1369 int rc = NO_ERROR; local
1394 int rc = NO_ERROR; local
1622 int rc = NO_ERROR; local
1739 int rc = NO_ERROR; local
1762 int rc = NO_ERROR; local
2023 int32_t rc = NO_ERROR; local
2093 int32_t rc = NO_ERROR; local
2137 int rc = stopChannel(QCAMERA_CH_TYPE_VIDEO); local
2164 int32_t rc = UNKNOWN_ERROR; local
2187 int rc = NO_ERROR; local
2221 int rc = NO_ERROR; local
2319 int32_t rc = NO_ERROR; local
2355 int32_t rc = NO_ERROR; local
2398 int32_t rc = NO_ERROR; local
2428 int32_t rc = NO_ERROR; local
2488 int32_t rc = NO_ERROR; local
2512 int32_t rc = NO_ERROR; local
2542 int32_t rc = NO_ERROR; local
2572 int rc = NO_ERROR; local
2787 int rc = NO_ERROR; local
2816 int32_t rc = NO_ERROR; local
2959 int rc = NO_ERROR; local
2977 int rc; local
3009 int rc = NO_ERROR; local
3110 int rc = NO_ERROR; local
3177 int rc = NO_ERROR; local
3341 int rc = NO_ERROR; local
3592 int rc = NO_ERROR; local
3735 int32_t rc = m_cbNotifier.notifyCallback(cbArg); local
3888 int32_t rc = NO_ERROR; local
3954 int32_t rc = NO_ERROR; local
4053 int32_t rc = NO_ERROR; local
4124 int32_t rc = NO_ERROR; local
4175 int32_t rc = NO_ERROR; local
4223 int32_t rc = NO_ERROR; local
4282 int32_t rc = NO_ERROR; local
4390 int32_t rc = NO_ERROR; local
4496 int32_t rc = NO_ERROR; local
4546 int32_t rc = NO_ERROR; local
4721 int32_t rc = NO_ERROR; local
4788 int32_t rc = UNKNOWN_ERROR; local
4859 int32_t rc = UNKNOWN_ERROR; local
4884 int32_t rc = UNKNOWN_ERROR; local
4905 int32_t rc = NO_ERROR; local
5114 int32_t rc = m_cbNotifier.notifyCallback(cbArg); local
5209 int32_t rc = m_cbNotifier.notifyCallback(cbArg); local
5316 int32_t rc = m_cbNotifier.notifyCallback(cbArg); local
5547 int rc = NO_ERROR; local
5579 int rc = NO_ERROR; local
5911 int32_t rc = NO_ERROR; local
    [all...]
  /device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_video.c 57 int rc = 0; local
59 return rc; /* disable dump */
71 rc = -1;
79 return rc;
84 int rc = MM_CAMERA_OK; local
91 return rc;
100 int i, rc = MM_CAMERA_OK;
104 rc = my_cam_app.hal_lib.mm_camera_do_munmap_ion (pme->ionfd, &(pme->video_buf.frame[i].fd_data),
106 if(rc != MM_CAMERA_OK) {
107 CDBG_ERROR("%s: mm_camera_do_munmap err, pmem_fd = %d, rc = %d"
199 int rc; local
230 int rc = MM_CAMERA_OK; local
262 int rc = MM_CAMERA_OK; local
299 int rc = MM_CAMERA_OK; local
319 int rc = MM_CAMERA_OK; local
342 int rc = MM_CAMERA_OK; local
362 int rc = MM_CAMERA_OK; local
378 int rc = MM_CAMERA_OK; local
401 int rc = MM_CAMERA_OK; local
452 int rc = MM_CAMERA_OK; local
488 int rc = MM_CAMERA_OK; local
    [all...]
  /external/libselinux/utils/
sefcontext_compile.c 24 int rc; local
38 rc = 0;
40 rc = process_line(rec, filename, prefix, line_buf, ++line_num);
41 if (rc)
47 return rc;
85 int rc; local
198 rc = pcre_fullinfo(re, NULL, PCRE_INFO_SIZE, &size);
199 if (rc < 0)
214 rc = pcre_fullinfo(re, sd, PCRE_INFO_STUDYSIZE, &size);
215 if (rc < 0
282 int fd, rc, opt; local
    [all...]
  /build/target/product/
embedded.mk 36 init.environ.rc \
37 init.rc \
95 system/core/rootdir/init.usb.rc:root/init.usb.rc \
96 system/core/rootdir/init.usb.configfs.rc:root/init.usb.configfs.rc \
97 system/core/rootdir/ueventd.rc:root/ueventd.rc \
  /device/generic/qemu/
ranchu_arm64.mk 32 $(LOCAL_PATH)/init.ranchu.rc:root/init.ranchu.rc \
34 $(LOCAL_PATH)/ueventd.ranchu.rc:root/ueventd.ranchu.rc)
  /external/autotest/client/site_tests/security_ptraceRestrictions/src/
root-ptrace-restrictions.sh 42 rc=0
53 rc=1
66 rc=1
70 exit $rc
  /external/dnsmasq/contrib/dnsmasq_MacOSX/
DNSmasq 2 . /etc/rc.common

Completed in 1456 milliseconds

1 2 3 4 5 6 78 91011>>