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

<<31323334353637383940>>

  /external/checkpolicy/
policy_define.c 204 int rc = 0; local
210 rc = -1;
219 rc = -1;
226 rc = -1;
232 rc = -1;
240 return rc;
2293 int rc; local
4267 int rc = 0; local
4353 int rc = 0; local
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc.cpp 152 int error_code = 0,rc=0,bytes_read = 0,bytes_written = 0; local
156 rc = poll(&pfd, 1, POLL_TIMEOUT);
157 if (!rc) {
160 } else if (rc < 0) {
161 DEBUG_PRINT_ERROR("Error while polling: %d", rc);
207 rc = ioctl(pfd.fd, VIDIOC_DQEVENT, &dqevent);
626 int i,rc; local
635 rc = ioctl(fd, VIDIOC_SUBSCRIBE_EVENT, &sub);
636 if (rc) {
645 rc = ioctl(fd, VIDIOC_UNSUBSCRIBE_EVENT, &sub)
660 int i,rc; local
723 int rc = 0; local
3073 int pic_order,rc=0; local
3159 int rc; local
3199 int rc = ioctl(drv_ctx.video_driver_fd, VIDIOC_S_CTRL,&control); local
4266 int rc; local
4619 int rc; local
5176 int rc; local
5335 int rc = 0; local
6085 int rc=1; local
6678 OMX_ERRORTYPE rc = OMX_ErrorNone; local
6700 OMX_ERRORTYPE rc = OMX_ErrorNone; local
6918 int rc = -EINVAL; local
7068 int rc = 0; local
    [all...]
  /device/lge/mako/
device.mk 73 device/lge/mako/init.mako.rc:root/init.mako.rc \
74 device/lge/mako/init.mako.usb.rc:root/init.mako.usb.rc \
76 device/lge/mako/ueventd.mako.rc:root/ueventd.mako.rc \
  /external/bluetooth/bluedroid/gki/ulinux/
gki_ulinux.c 205 int rc = bt_os_callouts->release_wake_lock(WAKE_LOCK_ID); local
206 if (rc != BT_STATUS_SUCCESS)
208 ALOGE("%s unable to release wake lock with no timers: %d", __func__, rc);
221 int rc = bt_os_callouts->acquire_wake_lock(WAKE_LOCK_ID); local
222 if (rc != BT_STATUS_SUCCESS)
224 ALOGE("%s unable to acquire wake lock: %d", __func__, rc);
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
ethreading.c 524 int rc = 0; local
574 rc = pthread_create(&cpi->h_encoding_thread[ithread], 0,
576 if(rc)
580 if(rc)
608 rc = pthread_create(&cpi->h_filter_thread, 0, thread_loopfilter,
611 if(rc)
  /external/chromium_org/third_party/lzma_sdk/
7zDec.c 97 CPpmd7z_RangeDec rc; local
98 Ppmd7z_RangeDec_CreateVTable(&rc);
99 rc.Stream = &s.p;
100 if (!Ppmd7z_RangeDec_Init(&rc))
109 int sym = Ppmd7_DecodeSymbol(&ppmd, &rc.p);
116 else if (s.processed + (s.cur - s.begin) != inSize || !Ppmd7z_RangeDec_IsFinishedOK(&rc))
  /external/libvpx/libvpx/vp8/encoder/
ethreading.c 509 int rc = 0; local
559 rc = pthread_create(&cpi->h_encoding_thread[ithread], 0,
561 if(rc)
565 if(rc)
593 rc = pthread_create(&cpi->h_filter_thread, 0, thread_loopfilter,
596 if(rc)
  /external/libvpx/libvpx/vp8/encoder/x86/
quantize_sse4.asm 147 ; downshift by quant_shift[rc]
148 pextrb ecx, xmm5, %1 ; quant_shift[rc]
154 pinsrw %5, edi, %2 ; qcoeff[rc]
  /external/lzma/C/
7zDec.c 97 CPpmd7z_RangeDec rc; local
98 Ppmd7z_RangeDec_CreateVTable(&rc);
99 rc.Stream = &s.p;
100 if (!Ppmd7z_RangeDec_Init(&rc))
109 int sym = Ppmd7_DecodeSymbol(&ppmd, &rc.p);
116 else if (s.processed + (s.cur - s.begin) != inSize || !Ppmd7z_RangeDec_IsFinishedOK(&rc))
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xxf86dga/
XF86DGA.c 478 APIRET rc; local
528 rc = DosOpen("/dev/pmap$", &hfd, &action, 0, FILE_NORMAL, FILE_OPEN,
530 if (rc != 0)
546 rc = DosDevIOCtl(hfd, XFREE86_PMAP, PMAP_MAP,
549 if (rc == 0) {
553 if (rc != 0)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
ethreading.c 509 int rc = 0; local
559 rc = pthread_create(&cpi->h_encoding_thread[ithread], 0,
561 if(rc)
565 if(rc)
593 rc = pthread_create(&cpi->h_filter_thread, 0, thread_loopfilter,
596 if(rc)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
quantize_sse4.asm 147 ; downshift by quant_shift[rc]
148 pextrb ecx, xmm5, %1 ; quant_shift[rc]
154 pinsrw %5, edi, %2 ; qcoeff[rc]
  /system/core/fs_mgr/
fs_mgr.c 377 int rc = fs_mgr_setup_verity(&fstab->recs[i]); local
378 if (device_is_debuggable() && rc == FS_MGR_SETUP_VERITY_DISABLED) {
380 } else if (rc != FS_MGR_SETUP_VERITY_SUCCESS) {
528 int rc = fs_mgr_setup_verity(&fstab->recs[i]); local
529 if (device_is_debuggable() && rc == FS_MGR_SETUP_VERITY_DISABLED) {
531 } else if (rc != FS_MGR_SETUP_VERITY_SUCCESS) {
  /system/core/libutils/
Threads.cpp 321 int rc = 0; local
327 rc = set_sched_policy(tid, SP_BACKGROUND);
329 rc = set_sched_policy(tid, SP_FOREGROUND);
332 if (rc) {
337 rc = INVALID_OPERATION;
343 return rc;
  /art/runtime/base/
logging.h 62 int rc = call args; \
63 if (rc != 0) { \
64 errno = rc; \
  /bionic/tests/
stdlib_test.cpp 105 int rc = readlink("/proc/self/exe", executable_path, sizeof(executable_path)); local
106 ASSERT_NE(rc, -1);
107 executable_path[rc] = '\0';
  /external/bluetooth/bluedroid/stack/avdt/
avdt_l2c.c 181 tBTM_STATUS rc; local
206 rc = btm_sec_mx_access_request (bd_addr, AVDT_PSM,
210 if(rc == BTM_CMD_STARTED)
  /external/bluetooth/bluedroid/stack/mcap/
mca_l2c.c 159 tBTM_STATUS rc; local
178 rc = btm_sec_mx_access_request (bd_addr, psm, FALSE, BTM_SEC_PROTO_MCA, 0,
180 if (rc == BTM_CMD_STARTED)
  /external/chromium_org/chrome/browser/resources/cryptotoken/
usbenrollhandler.js 114 * @param {number} rc The result of the prerequisite check.
119 function(rc, opt_gnubby) {
120 if (rc || this.timer_.expired()) {
152 * @param {number} rc result of version command.
156 UsbEnrollHandler.prototype.gnubbyVersioned_ = function(gnubby, rc, data) {
157 if (rc) {
  /external/chromium_org/tools/grit/grit/node/
misc_unittest.py 20 from grit.format import rc namespace
169 <output filename="uncond1.rc" type="rc_data" />
201 ['uncond1.rc', 'only_fr.adm', 'only_fr.plist', 'doc.html',
209 ['uncond1.rc', 'doc.html', 'uncond2.adm', 'iftest.h'])
216 ['uncond1.rc', 'only_fr.adm', 'only_fr.plist', 'uncond2.adm',
222 self.assertEquals(outputs, ['uncond1.rc', 'uncond2.adm', 'iftest.h'])
227 self.assertNotEquals(outputs, ['uncond1.rc', 'uncond2.adm', 'iftest.h'])
245 <structure type="dialog" name="IDD_ABOUTBOX" file="grit\\test\data\klonk.rc" encoding="utf-16" />
249 <structure type="dialog" name="IDD_ABOUTBOX" file="grit\\test\data\klonk.rc" encoding="utf-16" />
283 <structure type="dialog" name="IDD_ABOUTBOX" file="grit\\test\data\klonk.rc" encoding="utf-16" /
    [all...]
  /external/chromium_org/tools/grit/grit/tool/
rc2grd.py 20 from grit.gather import rc namespace
33 # Matches files referenced from an .rc file
65 # the ID of the message, and the (RC-escaped) message text.
95 '''A tool for converting .rc files to .grd files. This tool is only for
96 converting the source (nontranslated) .rc file to a .grd file. For importing
101 The tool takes a single argument, which is the path to the .rc file to convert.
102 It outputs a .grd file with the same name in the same directory as the .rc file.
108 -e ENCODING Specify the ENCODING of the .rc file. Default is 'cp1252'.
127 run on the text of the RC file before conversion occurs.
128 This can be used to support constructs in the RC file
    [all...]
resize.py 15 from grit.format import rc namespace
48 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
51 RelativePath=".\[[DIALOG_NAME]].rc">
60 # Template for the .rc file with a couple of [[REPLACEABLE]] parts.
62 # reopening of the RC file in Visual Studio. Currently you can only open it
114 '''Generates an RC file, header and Visual Studio project that you can use
116 the language of your choice. You then use the RC file, after you resize the
122 translateable elements in the RC file.
137 -l LANG Specifies that the RC file should contain a dialog translated
139 pseudotranslation, because Visual Studio's GUI RC editor onl
    [all...]
  /external/wpa_supplicant_8/src/utils/
os_internal.c 125 size_t rc; local
133 rc = fread(buf, 1, len, f);
136 return rc != len ? -1 : 0;
  /libcore/luni/src/main/java/java/nio/
SelectorImpl.java 178 int rc = -1; local
184 rc = Libcore.os.poll(pollFds.array(), (int) timeout);
196 int readyCount = (rc > 0) ? processPollFds() : 0;
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
TBSCertList.java 140 public boolean equals(Object rc) {
141 if (!(rc instanceof RevokedCertificate)) {
144 RevokedCertificate rcert = (RevokedCertificate) rc;

Completed in 1023 milliseconds

<<31323334353637383940>>