Searched refs:rc (Results 126 - 150 of 460) sorted by relevance

1234567891011>>

/external/skia/src/core/
H A DSkRasterClip.h82 SkAutoRasterClipValidate(const SkRasterClip& rc) : fRC(rc) { argument
93 #define AUTO_RASTERCLIP_VALIDATE(rc) SkAutoRasterClipValidate arcv(rc)
95 #define AUTO_RASTERCLIP_VALIDATE(rc)
/external/oprofile/libabi/
H A Dopimport.cpp158 int rc = odb_add_node(dest, key, val); local
159 if (rc != EXIT_SUCCESS) {
160 cerr << strerror(rc) << endl;
201 int rc; local
205 rc = fstat(in_fd, &statb);
206 assert(rc == 0);
210 rc = odb_open(&dest, output_filename.c_str(), ODB_RDWR,
212 if (rc) {
214 << strerror(rc) << endl;
226 rc
[all...]
/external/srec/srec/Vocabulary/src/
H A DVocabulary.c29 ESR_ReturnCode rc; local
31 CHK(rc, SR_VocabularyCreateImpl(&Interface));
38 rc = SR_CreateG2P(Interface);
39 if (rc != ESR_SUCCESS)
49 return rc;
55 ESR_ReturnCode rc; local
57 CHK(rc, SR_VocabularyLoadImpl(filename, &Interface));
62 return rc;
215 ESR_ReturnCode rc = getTable(locale, m); local
216 if (rc !
231 ESR_ReturnCode rc = getTable(locale, m); local
[all...]
/external/srec/tools/test_g2g/
H A Dtest_g2g.c87 ESR_ReturnCode rc; local
102 CHKLOG(rc, PMemInit());
103 /* CHKLOG(rc, PFileSystemCreate());
104 CHKLOG(rc, PANSIFileSystemCreate());
105 CHKLOG(rc, PANSIFileSystemAddPath(L("/dev/ansi"), L("/")));*/
108 /* CHKLOG(rc, PANSIFileSystemSetDefault(ESR_TRUE));*/
111 CHKLOG(rc, PANSIFileSystemGetcwd(cwd, &len));
112 CHKLOG(rc, PFileSystemChdir(cwd));*/
150 CHK(rc, PLogInit(NULL, log_level));
183 return rc;
188 ESR_ReturnCode rc; local
420 ESR_ReturnCode rc; local
441 ESR_ReturnCode rc; local
[all...]
/external/qemu/distrib/sdl-1.2.15/src/audio/dart/
H A DSDL_dart.c91 int rc; local
101 rc = mciSendCommand( 0, MCI_OPEN,
104 if (rc!=MCIERR_SUCCESS) // No audio available??
159 rc = mciSendCommand (iDeviceOrd, MCI_MIXSETUP,
162 if (rc!=MCIERR_SUCCESS)
170 rc = mciSendCommand(iDeviceOrd, MCI_MIXSETUP,
173 if (rc!=MCIERR_SUCCESS)
197 rc = mciSendCommand(iDeviceOrd, MCI_BUFFER,
200 if ((rc!=MCIERR_SUCCESS) || (iNumBufs != _this->hidden->BufferParms.ulNumBuffers) || (_this->hidden->BufferParms.ulBufferSize==0))
344 APIRET rc; local
358 int rc; local
[all...]
/external/dnsmasq/src/
H A Dnetlink.c79 ssize_t rc; local
91 while ((rc = recvmsg(daemon->netlinkfd, &msg, MSG_PEEK | MSG_TRUNC)) == -1 && errno == EINTR);
94 if (rc != -1 && (msg.msg_flags & MSG_TRUNC))
97 if ((size_t)rc == iov.iov_len)
99 if (expand_buf(&iov, rc + 100))
103 expand_buf(&iov, rc);
108 while ((rc = recvmsg(daemon->netlinkfd, &msg, 0)) == -1 && errno == EINTR);
111 if (rc == -1 || nladdr.nl_pid == 0)
118 rc = -1;
122 return rc;
[all...]
/external/srec/srec/crec/
H A Dtext_parser.c114 int rc; local
118 rc = check_word_path(context, atok, transcription, transcription_len);
119 return rc;
125 int i, j, rc; local
147 rc = FST_CheckPath_Simple(context, transcription);
148 if (rc == PARSE_PASS)
153 return rc;
177 rc = FST_CheckPath_Simple(context, copy_of_transcription);
178 if (rc == PARSE_PASS)
182 return rc;
[all...]
/external/dropbear/debian/
H A Ddropbear.postinst61 update-rc.d dropbear defaults >/dev/null
62 if test -x /usr/sbin/invoke-rc.d; then
63 invoke-rc.d dropbear restart
H A Ddropbear.postrm10 update-rc.d dropbear remove >/dev/null
/external/openssh/contrib/aix/
H A Dbuildbff.sh275 # otherwise add to rc.tcpip
276 if egrep "^\$oldstartcmd" /etc/rc.tcpip >/dev/null
278 if sed "s|^\$oldstartcmd|\$startupcmd|g" /etc/rc.tcpip >/etc/rc.tcpip.new
280 chmod 0755 /etc/rc.tcpip.new
281 mv /etc/rc.tcpip /etc/rc.tcpip.old && \
282 mv /etc/rc.tcpip.new /etc/rc.tcpip
284 echo "Updating /etc/rc
[all...]
/external/qemu/distrib/sdl-1.2.15/src/timer/os2/
H A DSDL_systimer.c100 APIRET rc = NO_ERROR; /* Return code */ local
153 if (!(rc = DosSetPriority(PRTYS_THREAD, (priority>>8) & 0xFF, 0, 0)))
154 rc = DosSetPriority(PRTYS_THREAD, 0, priority & 0xFF, 0);
157 rc = DosExitMustComplete(&nesting); /* Ignore errors */
171 if ((rc = DosCloseEventSem(hevEvent1)) && !e) { /* Get rid of semaphore */
173 badrc = rc;
177 SDL_SetError("[SDL_Delay] : Had error in %s(), rc is 0x%x\n", e, badrc);
/external/libselinux/src/
H A Dcallbacks.c17 int rc; local
20 rc = vfprintf(stderr, fmt, ap);
22 return rc;
/external/oprofile/libpopt/
H A Dpoptparse.c66 int rc = POPT_ERROR_MALLOC; local
68 if (argv == NULL) return rc;
78 rc = POPT_ERROR_BADQUOTE;
102 rc = POPT_ERROR_BADQUOTE;
116 rc = poptDupArgv(argc, argv, argcPtr, argvPtr);
120 return rc;
/external/chromium/net/tools/flip_server/
H A Dcreate_listener.cc89 int rc; local
90 rc = setsockopt(fd, IPPROTO_TCP, TCP_NODELAY,
92 if (rc < 0) {
153 int rc; local
154 rc = setsockopt(sock, SOL_SOCKET, SO_REUSEADDR,
156 if (rc < 0) {
167 int rc; local
168 rc = setsockopt(sock, SOL_SOCKET, SO_REUSEPORT,
170 if (rc < 0) {
/external/openssh/contrib/hpux/
H A Dsshd.rc4 # sshd.rc: SSH daemon start-up and shutdown script
19 # stdout and stderr are redirected to the /etc/rc.log file
28 WHAT_CONFIG=/etc/rc.config.d/sshd
/external/srec/shared/src/
H A DInt8ArrayListImpl.c62 ESR_ReturnCode rc; local
67 CHK(rc, Int8ArrayListCreate(self));
72 return rc;
189 ESR_ReturnCode rc; local
191 CHK(rc, clone->removeAll(clone));
192 CHK(rc, self->getSize(self, &size));
195 CHK(rc, self->get(self, i, &element));
196 CHK(rc, clone->add(clone, element));
200 return rc;
/external/srec/portable/src/
H A Dpmemory.c128 ESR_ReturnCode rc; local
130 rc = PStackTraceIsInitialized(&isInit);
131 if (rc == ESR_SUCCESS && isInit)
137 rc = PStackTraceGetValue(stackTrace, &bufferLen);
138 if (rc == ESR_SUCCESS)
142 rc = PStackTracePopLevel(stackTrace);
143 if (rc != ESR_SUCCESS)
145 pfprintf(PSTDERR, "[%s:%d] PStackTracePopLevel failed with %s\n", __FILE__, __LINE__, ESR_rc2str(rc));
157 else if (rc == ESR_NOT_SUPPORTED)
159 else if (rc !
341 ESR_ReturnCode rc; local
393 ESR_ReturnCode rc; local
584 ESR_ReturnCode rc; local
861 ESR_ReturnCode rc; local
932 ESR_ReturnCode rc; local
[all...]
/external/libxml2/
H A Dxmlwriter.c868 int rc; local
873 rc = xmlTextWriterWriteVFormatComment(writer, format, ap);
876 return rc;
893 int rc; local
906 rc = xmlTextWriterWriteComment(writer, buf);
909 return rc;
1296 int rc; local
1301 rc = xmlTextWriterWriteVFormatRaw(writer, format, ap);
1304 return rc;
1321 int rc; local
1422 int rc; local
1450 int rc; local
1969 int rc; local
1996 int rc; local
2066 int rc; local
2098 int rc; local
2172 int rc; local
2199 int rc; local
2269 int rc; local
2301 int rc; local
2523 int rc; local
2550 int rc; local
2738 int rc; local
2763 int rc; local
3049 int rc; local
3081 int rc; local
3292 int rc; local
3319 int rc; local
3529 int rc; local
3556 int rc; local
3787 int rc; local
3818 int rc; local
4381 int rc; local
4417 int rc; local
4441 int rc; local
[all...]
/external/libsepol/src/
H A Davtab.c379 int rc; local
385 rc = next_entry(buf32, fp, sizeof(uint32_t));
386 if (rc < 0) {
397 rc = next_entry(buf32, fp, sizeof(uint32_t) * items2);
398 if (rc < 0) {
440 rc = insertf(a, &key, &datum, p);
441 if (rc)
442 return rc;
454 rc = next_entry(buf16, fp, sizeof(uint16_t) * 4);
455 if (rc <
493 int rc; local
[all...]
/external/dnsmasq/contrib/slackware-dnsmasq/
H A Ddnsmasq.SlackBuild44 mkdir $PKG/etc/rc.d
45 zcat $CWD/rc.dnsmasq.gz > $PKG/etc/rc.d/rc.dnsmasq.new
/external/icu4c/common/
H A Dcstring.c233 int rc; local
249 rc=(int)(unsigned char)uprv_tolower(c1)-(int)(unsigned char)uprv_tolower(c2);
250 if(rc!=0) {
251 return rc;
272 int rc; local
288 rc=(int)(unsigned char)uprv_tolower(c1)-(int)(unsigned char)uprv_tolower(c2);
289 if(rc!=0) {
290 return rc;
H A Dpropname.cpp92 int32_t rc, r1, r2; local
105 rc=(r1&0xff)-(r2&0xff);
106 if(rc!=0) {
107 return rc;
118 int32_t rc, r1, r2; local
131 rc=(r1&0xff)-(r2&0xff);
132 if(rc!=0) {
133 return rc;
/external/libvpx/vp8/encoder/arm/armv6/
H A Dvp8_fast_quantize_b_armv6.asm130 ldrh r2, [r0, #30] ; rc=15, i=15
135 ldrh r3, [r0, #28] ; rc=14, i=14
141 ldrh r2, [r0, #22] ; rc=11, i=13
147 ldrh r3, [r0, #14] ; rc=7, i=12
152 ldrh r2, [r0, #20] ; rc=10, i=11
158 ldrh r3, [r0, #26] ; rc=13, i=10
163 ldrh r2, [r0, #24] ; rc=12, i=9
169 ldrh r3, [r0, #18] ; rc=9, i=8
174 ldrh r2, [r0, #12] ; rc=6, i=7
180 ldrh r3, [r0, #6] ; rc
[all...]
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtesthread.c14 static void quit(int rc) argument
17 exit(rc);
H A Dtorturethread.c17 static void quit(int rc) argument
20 exit(rc);

Completed in 507 milliseconds

1234567891011>>