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

1 2 3

  /system/core/include/cutils/
fs.h 30 typeof (exp) _rc; \
32 _rc = (exp); \
33 } while (_rc == -1 && errno == EINTR); \
34 _rc; })
  /libcore/luni/src/main/native/
NetFd.h 59 typeof (exp) _rc; \
61 _rc = (exp); \
62 if (_rc == -1) { \
67 } while (_rc == -1); \
68 _rc; })
  /external/compiler-rt/lib/asan/
asan_mac.h 35 u32 _rc; member in struct:__CFRuntimeBase
  /external/elfutils/host-darwin-fixup/
AndroidFixup.h 32 typeof (exp) _rc; \
34 _rc = (exp); \
35 } while (_rc == -1 && errno == EINTR); \
36 _rc; })
  /development/tools/emulator/system/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; })
  /bionic/libc/include/
unistd.h 208 typeof (exp) _rc; \
210 _rc = (exp); \
211 } while (_rc == -1 && errno == EINTR); \
212 _rc; })
  /development/ndk/platforms/android-3/include/
unistd.h 200 typeof (exp) _rc; \
202 _rc = (exp); \
203 } while (_rc == -1 && errno == EINTR); \
204 _rc; })
  /development/ndk/platforms/android-8/include/
unistd.h 201 typeof (exp) _rc; \
203 _rc = (exp); \
204 } while (_rc == -1 && errno == EINTR); \
205 _rc; })
  /development/ndk/platforms/android-9/include/
unistd.h 204 typeof (exp) _rc; \
206 _rc = (exp); \
207 } while (_rc == -1 && errno == EINTR); \
208 _rc; })
  /gdk/headers/include/
unistd.h 203 typeof (exp) _rc; \
205 _rc = (exp); \
206 } while (_rc == -1 && errno == EINTR); \
207 _rc; })
  /libnativehelper/include/nativehelper/
JNIHelp.h 186 typeof (exp) _rc; \
188 _rc = (exp); \
189 } while (_rc == -1 && errno == EINTR); \
190 _rc; })
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
unistd.h 196 typeof (exp) _rc; \
198 _rc = (exp); \
199 } while (_rc == -1 && errno == EINTR); \
200 _rc; })
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
unistd.h 196 typeof (exp) _rc; \
198 _rc = (exp); \
199 } while (_rc == -1 && errno == EINTR); \
200 _rc; })
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
unistd.h 199 typeof (exp) _rc; \
201 _rc = (exp); \
202 } while (_rc == -1 && errno == EINTR); \
203 _rc; })
  /prebuilts/ndk/5/platforms/android-8/arch-arm/usr/include/
unistd.h 200 typeof (exp) _rc; \
202 _rc = (exp); \
203 } while (_rc == -1 && errno == EINTR); \
204 _rc; })
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/
unistd.h 203 typeof (exp) _rc; \
205 _rc = (exp); \
206 } while (_rc == -1 && errno == EINTR); \
207 _rc; })
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
unistd.h 199 typeof (exp) _rc; \
201 _rc = (exp); \
202 } while (_rc == -1 && errno == EINTR); \
203 _rc; })
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
unistd.h 199 typeof (exp) _rc; \
201 _rc = (exp); \
202 } while (_rc == -1 && errno == EINTR); \
203 _rc; })
  /prebuilts/ndk/6/platforms/android-8/arch-arm/usr/include/
unistd.h 200 typeof (exp) _rc; \
202 _rc = (exp); \
203 } while (_rc == -1 && errno == EINTR); \
204 _rc; })
  /prebuilts/ndk/6/platforms/android-8/arch-x86/usr/include/
unistd.h 200 typeof (exp) _rc; \
202 _rc = (exp); \
203 } while (_rc == -1 && errno == EINTR); \
204 _rc; })
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/
unistd.h 203 typeof (exp) _rc; \
205 _rc = (exp); \
206 } while (_rc == -1 && errno == EINTR); \
207 _rc; })
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/
unistd.h 203 typeof (exp) _rc; \
205 _rc = (exp); \
206 } while (_rc == -1 && errno == EINTR); \
207 _rc; })
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
unistd.h 204 typeof (exp) _rc; \
206 _rc = (exp); \
207 } while (_rc == -1 && errno == EINTR); \
208 _rc; })
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
unistd.h 204 typeof (exp) _rc; \
206 _rc = (exp); \
207 } while (_rc == -1 && errno == EINTR); \
208 _rc; })

Completed in 406 milliseconds

1 2 3