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

<<31323334353637383940>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_register.py 102 self.assertTrue(not os.path.exists(self.rc))
121 self.assertTrue(os.path.exists(self.rc))
124 f = open(self.rc)
151 self.write_file(self.rc, PYPIRC_NOPASSWORD)
  /art/runtime/jdwp/
jdwp_adb.cc 162 int rc = TEMP_FAILURE_RETRY(recvmsg(control_sock_, &msg, 0)); local
164 if (rc <= 0) {
165 if (rc == -1) {
  /bootable/recovery/
ui.cpp 229 int rc = 0; local
230 while (key_queue_len == 0 && rc != ETIMEDOUT) {
231 rc = pthread_cond_timedwait(&key_queue_cond, &key_queue_mutex,
  /external/chromium_org/build/android/pylib/device/
adb_wrapper.py 179 rc = output[output_end:].strip()
181 if int(rc) != expect_rc:
184 'shell command exited with code: %s' % rc,
  /external/chromium_org/third_party/sqlite/src/src/
test_devsym.c 273 int rc; local
276 rc = sqlite3OsOpen(g.pVfs, zName, p->pReal, flags, pOutFlags);
280 return rc;
test_server.c 467 int rc; local
469 rc = pthread_create(&x, 0, sqlite3_server, 0);
470 if( rc==0 ){
test_wholenumber.c 258 int rc = SQLITE_OK; local
260 rc = sqlite3_create_module(db, "wholenumber", &wholenumberModule, 0);
262 return rc;
pcache.c 255 int rc; local
256 rc = pCache->xStress(pCache->pStress, pPg);
257 if( rc!=SQLITE_OK && rc!=SQLITE_BUSY ){
258 return rc;
  /external/deqp/scripts/log/
log_parser.py 59 rc = []
62 rc.append(node.data)
63 return ''.join(rc)
  /external/emma/core/java12/com/vladium/emma/
Command.java 208 protected final void exit (final boolean showBuildID, final String msg, final Throwable t, final int rc)
221 if (rc != RC_OK)
230 System.exit (rc);
  /external/fio/os/
os-windows.h 116 int rc = 0; local
131 rc = EIO;
138 return rc;
  /external/libpcap/
pcap-snf.c 44 int rc; local
46 if ((rc = snf_ring_getstats(ps->snf_ring, &stats))) {
48 pcap_strerror(rc));
  /external/libselinux/src/
label_android_property.c 52 int rc = 0; local
60 rc = -1;
80 return rc;
  /external/ppp/pppd/
ipv6cp.c 900 int rc = CONFACK; /* Final packet return code */ local
1013 rc != CONFACK) /* but prior CI wasnt? */
1020 if (rc == CONFREJ) /* Rejecting prior CI? */
1022 if (rc == CONFACK) { /* Ack'd all prior CIs? */
1023 rc = CONFNAK; /* Not anymore... */
1030 rc != CONFREJ) { /* but no prior ones? */
1031 rc = CONFREJ;
1050 if (rc != CONFREJ && !ho->neg_ifaceid &&
1052 if (rc == CONFACK) {
1053 rc = CONFNAK
    [all...]
ipxcp.c 1000 int rc = CONFACK; /* Final packet return code */ local
1228 rc != CONFACK) /* but prior CI wasnt? */
1234 if (rc == CONFREJ) /* Rejecting prior CI? */
1236 if (rc == CONFACK) { /* Ack'd all prior CIs? */
1237 rc = CONFNAK; /* Not anymore... */
1243 rc != CONFREJ) { /* but no prior ones? */
1244 rc = CONFREJ;
1264 if (rc != CONFREJ && !ho->neg_node &&
1266 if (rc == CONFACK) {
1267 rc = CONFNAK
    [all...]
  /external/qemu/distrib/libselinux/src/
label_android_property.c 52 int rc = 0; local
60 rc = -1;
80 return rc;
  /external/qemu/util/
qemu-thread-win32.c 213 int rc = WaitForSingleObject(sem->sema, ms); local
214 if (rc == WAIT_OBJECT_0) {
217 if (rc != WAIT_TIMEOUT) {
  /external/srec/srec/clib/
voc_read.c 74 ESR_ReturnCode rc; local
111 CHKLOG(rc, lstrcasecmp(token, L("#lang"), &result));
121 CHKLOG(rc, ESR_str2locale(token, locale));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
__init__.py 100 rc = sys.gettotalrefcount()
106 rc = sys.gettotalrefcount()
109 refcounts[i] = sys.gettotalrefcount() - rc
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
CallTips.py 129 rc = _find_constructor(base)
130 if rc is not None: return rc
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
__init__.py 100 rc = sys.gettotalrefcount()
106 rc = sys.gettotalrefcount()
109 refcounts[i] = sys.gettotalrefcount() - rc
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
CallTips.py 129 rc = _find_constructor(base)
130 if rc is not None: return rc
  /bionic/tests/
dlfcn_test.cpp 306 int rc = dladdr(addr, &info); local
307 ASSERT_NE(rc, 0); // Zero on error, non-zero on success.
311 rc = readlink("/proc/self/exe", executable_path, sizeof(executable_path));
312 ASSERT_NE(rc, -1);
313 executable_path[rc] = '\0';
  /external/chromium_org/third_party/sqlite/src/test/
malloc_common.tcl 267 error "nfail=$testnfail rc=$testrc result=$testresult"
334 set rc [catch $O(-body) res]
342 set rc [catch [list faultsim_test_proc $rc $res $nfail] res]
343 if {$rc == 0} {set res ok}
344 do_test $testname.$iFail [list list $rc $res] {0 ok}
  /external/libpng/contrib/gregbook/
rpng-win.c 171 int rc, alen, flen; local
342 if ((rc = readpng_init(infile, &image_width, &image_height)) != 0) {
343 switch (rc) {
692 int rc; local
702 rc = StretchDIBits(hdc, 0, 0, image_width, image_height,

Completed in 1114 milliseconds

<<31323334353637383940>>