| /external/libsepol/src/ | 
| hierarchy.c | 333 	int rc;  local 357 			rc = check_avtab_hierarchy_callback(&cur_av->node->key,
 359 			if (rc)
 382 			rc = check_avtab_hierarchy_callback(&cur_av->node->key,
 384 			if (rc)
 
 | 
| write.c | 243 	int rc;  local 259 			rc = -1;
 278 				rc = -1;
 290 			rc = -1;
 297 					rc = -1;
 304 	rc = 0;
 308 	return rc;
 349 	int rc;  local
 351 	rc = mls_write_semantic_level_helper(&r->level[0], fp);
 352 	if (rc)
 655  int rc = -1;  local
 1374  int rc = POLICYDB_ERROR;  local
 1811  int rc;  local
 [all...]
 | 
| /external/nist-sip/java/gov/nist/javax/sip/message/ | 
| SIPResponse.java | 76     public static String getReasonPhrase(int rc) { 78         switch (rc) {
 355      *@param rc is the return code.
 358     public static boolean isFinalResponse(int rc) {
 359         return rc >= 200 && rc < 700;
 
 | 
| /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/ | 
| cmsio0.c | 1331  cmsBool rc;  local 1347  cmsBool rc;  local
 1363  cmsBool rc;  local
 1392  cmsBool rc = TRUE;  local
 1708  cmsUInt32Number rc;  local
 [all...]
 | 
| cmsps2.c | 867     int rc;  local 918             rc = EmitCIEBasedDEF(m, DeviceLink, Intent, &BlackPointAdaptedToD50);
 920             if (rc == 0) return 0;
 951     int rc;  local
 961         rc = EmitCIEBasedA(m, ShaperCurve[0], &BlackPointAdaptedToD50);
 976             rc = EmitCIEBasedABC(m,  (cmsFloat64Number *) &Mat,
 986         return rc;
 1526  cmsUInt32Number rc;  local
 [all...]
 | 
| /external/qemu/distrib/sdl-1.2.15/src/video/x11/ | 
| SDL_x11gl.c | 292 		int rc = -1;  local 294 			rc = this->gl_data->glXSwapIntervalEXT(GFX_Display, SDL_Window,
 297 			rc = this->gl_data->glXSwapIntervalMESA(this->gl_config.swap_control);
 299 			rc = this->gl_data->glXSwapIntervalSGI(this->gl_config.swap_control);
 301 		if (rc == 0) {
 
 | 
| /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ | 
| mp4enc_lib.h | 180     PV_STATUS RC_VopQPSetting(VideoEncData *video, rateControl *rc[]); 181     PV_STATUS RC_VopUpdateStat(VideoEncData *video, rateControl *rc);
 182     PV_STATUS RC_MBQPSetting(VideoEncData *video, rateControl *rc, Int start_packet_header);
 183     PV_STATUS RC_MBUpdateStat(VideoEncData *video, rateControl *rc, Int Bi, Int Hi);
 184     PV_STATUS RC_Cleanup(rateControl *rc[], Int numLayers);
 
 | 
| /system/extras/tests/memtest/ | 
| bandwidth.cpp | 261     int rc;  local 264         rc = pthread_create(&threads[i], NULL, runBandwidthThread,
 266         if (rc != 0) {
 283         rc = pthread_join(threads[i], NULL);
 284         if (rc != 0) {
 
 | 
| /external/chromium_org/build/ | 
| install-chroot.sh | 456   local s t rc 457   rc=0
 466       rc=1
 469     sudo schroot -c "${s}" -e || rc=1
 471   exit ${rc}
 515 rc=$?
 557 exit $rc
 715               rc=$?;
 719               exit $rc"
 720         rc=$
 [all...]
 | 
| /frameworks/base/core/jni/ | 
| android_hardware_Camera.cpp | 500     status_t rc = Camera::getCameraInfo(cameraId, &cameraInfo);  local 501     if (rc != NO_ERROR) {
 849     status_t rc = camera->sendCommand(CAMERA_CMD_START_SMOOTH_ZOOM, value, 0);
 850     if (rc == BAD_VALUE) {
 854     } else if (rc != NO_ERROR) {
 890     status_t rc = camera->sendCommand(CAMERA_CMD_ENABLE_SHUTTER_SOUND, value, 0);  local
 891     if (rc == NO_ERROR) {
 893     } else if (rc == PERMISSION_DENIED) {
 909     status_t rc = camera->sendCommand(CAMERA_CMD_START_FACE_DETECTION, type, 0);
 910     if (rc == BAD_VALUE)
 [all...]
 | 
| /external/chromium_org/tools/telemetry/third_party/pyserial/serial/ | 
| serialwin32.py | 257                     rc = win32.DWORD() 258                     err = win32.ReadFile(self.hComPort, buf, n, ctypes.byref(rc), ctypes.byref(self._overlappedRead))
 262                     read = buf.raw[:rc.value]
 267                 rc = win32.DWORD()
 268                 err = win32.ReadFile(self.hComPort, buf, size, ctypes.byref(rc), ctypes.byref(self._overlappedRead))
 271                 err = win32.GetOverlappedResult(self.hComPort, ctypes.byref(self._overlappedRead), ctypes.byref(rc), True)
 272                 read = buf.raw[:rc.value]
 
 | 
| /external/linux-tools-perf/perf-3.12.0/tools/perf/ | 
| builtin-lock.c | 785 	int rc = 0;  local 792 		rc = -1;
 796 	return rc;
 954 	int rc = 0;  local
 990 			rc = -1;
 992 			rc = dump_info();
 997 	return rc;
 
 | 
| builtin-kvm.c | 972 	int rc = -1;  local 991 	rc = 0;
 993 	return rc;
 999 	int rc;  local
 1001 	rc = read(kvm->timerfd, &c, sizeof(uint64_t));
 1002 	if (rc < 0) {
 1010 	if (rc != sizeof(uint64_t)) {
 1125 		int rc;  local
 1127 		rc = perf_kvm__mmap_read(kvm);
 1128 		if (rc < 0
 1161  int err, rc = -1;  local
 [all...]
 | 
| /external/pdfium/fpdfsdk/src/ | 
| fpdf_flatten.cpp | 54 		CPDF_Rect rc;
  local 55 		rc.left = pPageObject->m_Left;
 56 		rc.right = pPageObject->m_Right;
 57 		rc.bottom = pPageObject->m_Bottom;
 58 		rc.top = pPageObject->m_Top;
 60 		if (IsValiableRect(rc, pDict->GetRect("MediaBox")))
 62 			pRectArray->Add(rc);
 
 | 
| /device/moto/shamu/camera/QCamera/HAL/core/src/ | 
| QCameraHWI.cpp | 711      status_t rc = NO_ERROR;  local 737          rc = pme->sendDataNotify(CAMERA_MSG_COMPRESSED_IMAGE,
 742          if (rc != NO_ERROR) {
 757     status_t rc = NO_ERROR;  local
 807         rc = pme->sendDataNotify(CAMERA_MSG_COMPRESSED_IMAGE,
 812         if (rc != NO_ERROR) {
 1299  int rc = mJpegHandle.close(mJpegClientHandle);  local
 1403  status_t rc = NO_ERROR;  local
 2853  int rc = 0;  local
 2905  int rc = 0;  local
 2929  int rc = 0;  local
 3019  int rc = 0;  local
 3084  bool rc = FALSE;  local
 3606  int32_t rc = 0;  local
 [all...]
 | 
| /external/chromium_org/chrome/browser/resources/cryptotoken/ | 
| gnubbies.js | 105     cb = function(rc, indexes) { 106       var msg = 'defaultEnumerateCallback(' + rc;
 258   function notifyOpenResult(rc) {
 262         client.cb(rc);
 286   function openCb(rc, opt_gnubby) {
 287     if (rc) {
 288       notifyOpenResult(rc);
 
 | 
| /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/ | 
| vp9_encodemb.c | 149     const int rc = scan[i];  local 150     int x = qcoeff[rc];
 173       dx = mul * (dqcoeff[rc] - coeff[rc]);
 186       if ((abs(x) * dequant_ptr[rc != 0] > abs(coeff[rc]) * mul) &&
 187           (abs(x) * dequant_ptr[rc != 0] < abs(coeff[rc]) * mul +
 188                                                dequant_ptr[rc != 0]))
 228         dx -= (dequant_ptr[rc != 0] + sz) ^ sz
 279  const int rc = scan[i];  local
 [all...]
 | 
| /hardware/intel/img/psb_video/src/ | 
| pnw_hostjpeg.c | 599     IMG_ERRORCODE rc = IMG_ERR_OK;  local 1690  IMG_ERRORCODE rc;  local
 [all...]
 | 
| /bionic/tests/ | 
| stdio_test.cpp | 57   int rc = fstat(fd, &sb);  local 58   ASSERT_NE(rc, -1);
 61   rc = fprintf(fp, "hello\n");
 62   ASSERT_EQ(rc, 6);
 77   int rc = dprintf(tf.fd, "hello\n");  local
 78   ASSERT_EQ(rc, 6);
 97   int rc = fprintf(fp, "%s", line_written);  local
 98   ASSERT_EQ(rc, static_cast<int>(strlen(line_written)));
 160     int rc = fprintf(fp, "%s", line_written);  local
 161     ASSERT_EQ(rc, static_cast<int>(strlen(line_written)))
 [all...]
 | 
| /external/fio/os/windows/ | 
| posix.c | 259 	int rc = 0;  local 267 		rc = -1;
 269 	return rc;
 421 	int rc = 0;  local
 454 		rc = -1;
 457 	return rc;
 742 	int rc;  local
 769 	rc = select(nfds, &readfds, &writefds, &exceptfds, to);
 771 	if (rc != SOCKET_ERROR) {
 788 	return rc;
 [all...]
 | 
| /external/tinyalsa/ | 
| pcm.c | 449     int rc;  local 455     rc = pcm_sync_ptr(pcm, SNDRV_PCM_SYNC_PTR_APPL|SNDRV_PCM_SYNC_PTR_HWSYNC);
 456     if (rc < 0)
 847     int rc;  local
 968     rc = pcm_hw_mmap_status(pcm);
 969     if (rc < 0) {
 970         oops(pcm, rc, "mmap status failed");
 977         rc = ioctl(pcm->fd, SNDRV_PCM_IOCTL_TTSTAMP, &arg);
 978         if (rc < 0) {
 979             oops(pcm, rc, "cannot set timestamp type")
 [all...]
 | 
| /cts/tests/tests/widget/src/android/widget/cts/ | 
| TextViewTest.java | 1403  Rect rc = new Rect();  local 1534  Rect rc = new Rect();  local
 [all...]
 | 
| /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/ | 
| entropy_coding.c | 590   /* find RC coefficients */ 593   /* quantize & code RC Coef */
 599   /* RC -> AR coefficients */
 673   int16_t rc;  local
 678     rc = WEBRTC_SPL_ABS_W16(rcQ15[k]); //Q15
 680     /* Calculate larAbsQ17 in Q17 from rc in Q15 */
 682     if (rc<24956) {  //0.7615966 in Q15
 684       larAbsQ17 = WEBRTC_SPL_MUL_16_16_RSFT(rc, 21512, 11);
 685     } else if (rc<30000) { //0.91552734375 in Q15
 687       larAbsQ17 = -465024 + WEBRTC_SPL_MUL_16_16_RSFT(rc, 29837, 10)
 714  int32_t rc;  local
 [all...]
 | 
| /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ | 
| entropy_coding.c | 556   /* find RC coefficients */ 559   /* quantize & code RC Coef */
 565   /* RC -> AR coefficients */
 639   WebRtc_Word16 rc;  local
 644     rc = WEBRTC_SPL_ABS_W16(rcQ15[k]); //Q15
 646     /* Calculate larAbsQ17 in Q17 from rc in Q15 */
 648     if (rc<24956) {  //0.7615966 in Q15
 650       larAbsQ17 = WEBRTC_SPL_MUL_16_16_RSFT(rc, 21512, 11);
 651     } else if (rc<30000) { //0.91552734375 in Q15
 653       larAbsQ17 = -465024 + WEBRTC_SPL_MUL_16_16_RSFT(rc, 29837, 10)
 680  WebRtc_Word32 rc;  local
 [all...]
 | 
| /system/vold/ | 
| VolumeManager.cpp | 1045     int i, rc;  local 1047         rc = umount(mountPoint);
 1048         if (!rc) {
 1051         if (rc && (errno == EINVAL || errno == ENOENT)) {
 1053             rc = 0;
 1072     if (rc) {
 1735  int rc;  local
 1750  int rc = 0;  local
 1835  int rc = 0;  local
 [all...]
 |