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

1 2

  /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/unbundled/include/
NetFd.h 61 typeof(exp) _rc; \
63 _rc = (exp); \
64 if (_rc == -1) { \
69 } while (_rc == -1); \
70 _rc; \
  /libcore/luni/src/main/native/
NetFd.h 61 typeof (exp) _rc; \
63 _rc = (exp); \
64 if (_rc == -1) { \
69 } while (_rc == -1); \
70 _rc; })
Portability.h 43 __typeof__(exp) _rc; \
45 _rc = (exp); \
46 } while (_rc == -1 && errno == EINTR); \
47 _rc; })
libcore_io_Linux.cpp 117 return_type _rc = -1; \
131 _rc = NET_FAILURE_RETRY(jni_env, return_type, syscall_name, java_fd, ##args, _sa, _salen); \
132 if (_rc == -1 && errno == EAFNOSUPPORT && _salen && isIPv4MappedAddress(_sa)) { \
140 _rc = NET_FAILURE_RETRY(jni_env, return_type, syscall_name, java_fd, ##args, _sa, _salen); \
143 _rc; }) \
157 return_type _rc = -1; \
164 _rc = syscall_name(_fd, __VA_ARGS__); \
170 _rc = -1; \
173 if (_rc == -1 && _syscallErrno != EINTR) { \
178 } while (_rc == -1); /* _syscallErrno == EINTR && !_wasSignaled */
    [all...]
  /frameworks/base/cmds/idmap/
idmap.h 16 typeof (exp) _rc; \
18 _rc = (exp); \
19 } while (_rc == -1 && errno == EINTR); \
20 _rc; })
  /system/core/libcutils/include/cutils/
fs.h 31 typeof (exp) _rc; \
33 _rc = (exp); \
34 } while (_rc == -1 && errno == EINTR); \
35 _rc; })
  /system/core/liblog/
log_portability.h 76 __typeof__(exp) _rc; \
78 _rc = (exp); \
79 } while (_rc == -1 && errno == EINTR); \
80 _rc; \
  /system/core/libutils/include/utils/
Compat.h 74 typeof (exp) _rc; \
76 _rc = (exp); \
77 } while (_rc == -1 && errno == EINTR); \
78 _rc; })
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICURWLock.java 53 public int _rc; field in class:ICURWLock.Stats
79 this._rc = rc;
87 this(rhs._rc, rhs._mrc, rhs._wrc, rhs._wc, rhs._wwc);
95 return " rc: " + _rc +
141 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++;
  /system/core/base/include/android-base/
macros.h 27 decltype(exp) _rc; \
29 _rc = (exp); \
30 } while (_rc == -1 && errno == EINTR); \
31 _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; })
  /frameworks/base/libs/androidfw/
StreamingZipInflater.cpp 37 typeof (exp) _rc; \
39 _rc = (exp); \
40 } while (_rc == -1 && errno == EINTR); \
41 _rc; })
ObbFile.cpp 65 typeof (exp) _rc; \
67 _rc = (exp); \
68 } while (_rc == -1 && errno == EINTR); \
69 _rc; })
AssetManager.cpp 51 typeof (exp) _rc; \
53 _rc = (exp); \
54 } while (_rc == -1 && errno == EINTR); \
55 _rc; })
    [all...]
  /libnativehelper/include/nativehelper/
JNIHelp.h 215 typeof (exp) _rc; \
217 _rc = (exp); \
218 } while (_rc == -1 && errno == EINTR); \
219 _rc; })
  /bionic/libc/include/
unistd.h 230 __typeof__(exp) _rc; \
232 _rc = (exp); \
233 } while (_rc == -1 && errno == EINTR); \
234 _rc; })
  /system/core/liblog/tests/
liblog_benchmark.cpp 43 typeof(exp) _rc; \
45 _rc = (exp); \
46 } while (((_rc == -1) && ((errno == EINTR) || (errno == EAGAIN))) || \
47 (_rc == -EINTR) || (_rc == -EAGAIN)); \
48 _rc; \
liblog_test.cpp 82 typeof(exp) _rc; \
84 _rc = (exp); \
85 } while (((_rc == -1) && ((errno == EINTR) || (errno == EAGAIN))) || \
86 (_rc == -EINTR) || (_rc == -EAGAIN)); \
87 _rc; \
    [all...]
  /test/vts/runners/target/gtest/
gtest_main.cpp 42 __typeof__(exp) _rc; \
44 _rc = (exp); \
45 } while (_rc == -1 && errno == EINTR); \
46 _rc; \
    [all...]
  /system/core/logcat/tests/
logcat_test.cpp 69 typeof(exp) _rc; \
71 _rc = (exp); \
72 } while (((_rc == -1) && ((errno == EINTR) || (errno == EAGAIN))) || \
73 (_rc == -EINTR) || (_rc == -EAGAIN)); \
74 _rc; \
    [all...]
  /bionic/tests/
gtest_main.cpp 47 __typeof__(exp) _rc; \
49 _rc = (exp); \
50 } while (_rc == -1 && errno == EINTR); \
51 _rc; })
    [all...]
  /external/opencv/ml/src/
mltree.cpp 2185 int* _rc = _lc + mi + 1; local
    [all...]

Completed in 1115 milliseconds

1 2