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

<<31323334353637383940>>

  /art/runtime/gc/space/
malloc_space.h 40 int rc = call args; \
41 if (UNLIKELY(rc != 0)) { \
42 errno = rc; \
  /device/lge/mako/camera/
QCameraHWI.cpp 488 status_t rc = NO_ERROR; local
510 rc = setHistogram(1);
514 rc = setHistogram(0);
519 rc = NO_ERROR;
567 rc = NO_ERROR;
576 rc = NO_ERROR;
583 return rc;
1658 int frm_num = 1, rc = 0; local
2338 int rc = 0; local
2382 int rc = 0; local
2395 int rc = 0; local
2439 int rc = 0; local
2456 int rc = 0; local
2479 int rc = 0; local
2619 int rc = 0; local
2760 bool rc = false; local
    [all...]
  /device/moto/shamu/
device.mk 34 device/moto/shamu/init.shamu.rc:root/init.shamu.rc \
35 device/moto/shamu/init.shamu.power.rc:root/init.shamu.power.rc \
36 device/moto/shamu/init.shamu.usb.rc:root/init.shamu.usb.rc \
38 device/moto/shamu/ueventd.shamu.rc:root/ueventd.shamu.rc
304 device/moto/shamu/init.shamu.diag.rc.userdebug:root/init.shamu.diag.rc
    [all...]
  /external/chromium_org/net/tools/flip_server/
acceptor_thread.cc 85 int rc; local
87 rc = setsockopt(server_fd,
92 if (rc < 0) {
  /external/chromium_org/third_party/icu/source/tools/icuswap/
icuswap.cpp 110 int rc; local
169 rc=2;
176 rc=2;
189 rc=2;
198 rc=3;
211 rc=4;
239 rc=4;
249 rc=4;
257 rc=5;
263 rc=6
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/rtree/
rtree_util.tcl 86 set rc [catch {
89 if {$rc && $msg ne ""} { error $msg }
105 return $rc
  /external/chromium_org/third_party/sqlite/src/src/
analyze.c 605 int rc; local
630 rc = SQLITE_NOMEM;
632 rc = sqlite3_exec(db, zSql, analysisLoader, &sInfo, 0);
639 if( rc==SQLITE_OK && !sqlite3FindTable(db, "sqlite_stat2", sInfo.zDatabase) ){
640 rc = SQLITE_ERROR;
642 if( rc==SQLITE_OK ){
648 rc = SQLITE_NOMEM;
650 rc = sqlite3_prepare(db, zSql, -1, &pStmt, 0);
654 if( rc==SQLITE_OK ){
707 rc = sqlite3_finalize(pStmt)
    [all...]
status.c 107 int rc = SQLITE_OK; /* Return code */ local
222 rc = SQLITE_ERROR;
226 return rc;
test4.c 44 int rc; /* operation return code */ member in struct:Thread
130 int rc; local
148 rc = pthread_create(&x, 0, thread_main, &threadset[i]);
149 if( rc ){
375 switch( threadset[i].rc ){
443 p->rc = SQLITE_ERROR;
450 p->rc = sqlite3_prepare(p->db, p->zArg, -1, &p->pStmt, 0);
491 p->rc = SQLITE_ERROR;
494 p->rc = sqlite3_step(p->pStmt);
495 if( p->rc==SQLITE_ROW )
    [all...]
  /external/chromium_org/v8/build/
gyp_v8 110 rc = gyp.main(args)
119 if rc != 0:
121 sys.exit(rc)
  /external/icu/icu4c/source/tools/icuswap/
icuswap.cpp 110 int rc; local
169 rc=2;
176 rc=2;
189 rc=2;
198 rc=3;
211 rc=4;
239 rc=4;
249 rc=4;
257 rc=5;
263 rc=6
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
strlist.c 17 struct rb_node *rc = NULL; local
28 rc = &snode->rb_node;
31 return rc;
  /external/llvm/lib/CodeGen/
CalcSpillWeights.cpp 64 const TargetRegisterClass *rc = mri.getRegClass(reg); local
66 // Only allow physreg hints in rc.
68 return rc->contains(hreg) ? hreg : 0;
71 return tri.getMatchingSuperReg(hreg, sub, rc);
  /external/oprofile/libpp/
profile.cpp 87 int rc = odb_open(&db, filename.c_str(), ODB_RDONLY, local
90 if (rc)
91 throw op_fatal_error(filename + ": " + strerror(rc));
  /external/qemu/util/
qemu-sockets.c 131 int slisten,rc,to,try_next; local
162 rc = getaddrinfo(strlen(addr) ? addr : NULL, port, &ai, &res);
163 if (rc != 0) {
165 gai_strerror(rc));
239 int sock,rc; local
266 if (0 != (rc = getaddrinfo(addr, port, &ai, &res))) {
268 gai_strerror(rc));
316 int sock = -1, rc; local
339 if (0 != (rc = getaddrinfo(addr, port, &ai, &peer))) {
341 gai_strerror(rc));
    [all...]
  /external/smack/asmack-master/static-src/novell-openldap-jldap/com/novell/sasl/client/
DirectiveList.java 79 int rc = 0; local
217 if (0 != rc)
224 if (rc == 0)
  /external/smack/src/com/novell/sasl/client/
DirectiveList.java 79 int rc = 0; local
217 if (0 != rc)
224 if (rc == 0)
  /external/srec/shared/src/
IntArrayListImpl.c 61 ESR_ReturnCode rc; local
66 CHK(rc, IntArrayListCreate(self));
71 return rc;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_upload.py 75 self.write_file(self.rc, PYPIRC)
86 self.write_file(self.rc, PYPIRC_NOPASSWORD)
107 self.write_file(self.rc, PYPIRC_LONG_PASSWORD)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cmd_line.py 120 rc, out, err = assert_python_failure('-E', '-z')
126 rc, out, err = assert_python_failure('-z', without='-E')
130 rc, out, err = assert_python_failure('-a', '-z', without='-E')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_upload.py 75 self.write_file(self.rc, PYPIRC)
86 self.write_file(self.rc, PYPIRC_NOPASSWORD)
107 self.write_file(self.rc, PYPIRC_LONG_PASSWORD)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cmd_line.py 120 rc, out, err = assert_python_failure('-E', '-z')
126 rc, out, err = assert_python_failure('-z', without='-E')
130 rc, out, err = assert_python_failure('-a', '-z', without='-E')
  /external/chromium_org/net/tools/quic/
quic_client.cc 121 int rc = setsockopt(fd_, SOL_SOCKET, SO_RXQ_OVFL, &get_overflow, local
123 if (rc < 0) {
139 rc = QuicSocketUtils::SetGetAddressInfo(fd_, address_family);
140 if (rc < 0) {
161 rc = bind(fd_,
164 if (rc < 0) {
  /external/chromium_org/third_party/skia/src/opts/
SkXfermode_opts_SSE2.cpp 274 __m128i rc = _mm_or_si128(_mm_andnot_si128(cmp, rc1), local
276 return clamp_div255round_SSE2(_mm_add_epi32(rc, tmp));
384 __m128i rc = _mm_or_si128(rc1, rc2); local
385 rc = _mm_or_si128(rc, rc3);
387 return rc;
439 __m128i rc = _mm_or_si128(rc1, rc2); local
440 rc = _mm_or_si128(rc, rc3);
442 return rc;
476 __m128i rc = _mm_or_si128(rc1, rc2); local
548 __m128i rc = _mm_or_si128(rc1, rc2); local
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
linuxthreads.cc 165 ssize_t rc; local
166 NO_INTR(rc = sys_open(fname, flags, mode));
167 return rc;
607 int status, rc; local
608 while ((rc = sys0_waitpid(clone_pid, &status, __WALL)) < 0 &&
612 if (rc < 0) {

Completed in 2028 milliseconds

<<31323334353637383940>>