HomeSort by relevance Sort by last modified time
    Searched refs:_rc (Results 1 - 13 of 13) sorted by null

  /device/google/cuttlefish_common/common/libs/fs/
gce_fs.h 30 decltype (exp) _rc; \
32 _rc = (exp); \
33 } while (_rc == -1 && errno == EINTR); \
34 _rc; })
  /external/conscrypt/common/src/jni/main/include/conscrypt/
NetFd.h 60 typeof(exp) _rc; \
62 _rc = (exp); \
63 if (_rc == -1) { \
68 } while (_rc == -1); \
69 _rc; \
  /external/honggfuzz/libhfcommon/
common.h 48 __typeof(exp) _rc; \
50 _rc = (exp); \
51 } while (_rc == -1 && errno == EINTR); \
52 _rc; \
  /frameworks/base/cmds/idmap/
idmap.h 16 typeof (exp) _rc; \
18 _rc = (exp); \
19 } while (_rc == -1 && errno == EINTR); \
20 _rc; })
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICURWLock.java 54 public int _rc; field in class:ICURWLock.Stats
80 this._rc = rc;
88 this(rhs._rc, rhs._mrc, rhs._wrc, rhs._wc, rhs._wwc);
96 return " rc: " + _rc +
142 stats._rc++;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ICURWLock.java 51 public int _rc; field in class:ICURWLock.Stats
77 this._rc = rc;
85 this(rhs._rc, rhs._mrc, rhs._wrc, rhs._wc, rhs._wwc);
93 return " rc: " + _rc +
139 stats._rc++;
  /device/generic/goldfish/libqemu/
test_host_2.c 37 typeof (exp) _rc; \
39 _rc = (exp); \
40 } while (_rc == -1 && errno == EINTR); \
41 _rc; })
test_host_1.c 39 typeof (exp) _rc; \
41 _rc = (exp); \
42 } while (_rc == -1 && errno == EINTR); \
43 _rc; })
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
qemu_pipe.h 50 __typeof__(exp) _rc; \
52 _rc = (exp); \
53 } while (_rc == -1 && errno == EINTR); \
54 _rc; })
  /dalvik/libdex/
SysUtil.cpp 41 typeof (exp) _rc; \
43 _rc = (exp); \
44 } while (_rc == -1 && errno == EINTR); \
45 _rc; })
  /bionic/libc/include/
unistd.h 309 __typeof__(exp) _rc; \
311 _rc = (exp); \
312 } while (_rc == -1 && errno == EINTR); \
313 _rc; })
  /external/linux-kselftest/tools/testing/selftests/seccomp/
seccomp_bpf.c     [all...]
  /external/cldr/tools/java/libs/
icu4j.jar 

Completed in 4460 milliseconds