/frameworks/native/cmds/bugreportz/ |
bugreportz_test.cpp | 39 write_fd_ = fds[1]; 46 for (int fd : {read_fd_, write_fd_}) { 55 if (write_fd_ < 0) { 60 int actual = write(write_fd_, data.data(), data.length()); 74 close(write_fd_); 75 write_fd_ = -1; 89 int write_fd_; member in class:BugreportzTest
|
/system/core/adb/ |
shell_service_protocol_test.cpp | 46 write_fd_ = fds[1]; 48 write_protocol_ = new ShellProtocol(write_fd_); 58 for (int fd : {read_fd_, write_fd_}) { 79 int read_fd_ = -1, write_fd_ = -1; member in class:ShellProtocolTest 156 adb_close(write_fd_); 157 write_fd_ = -1; 164 adb_close(write_fd_); 165 write_fd_ = -1; 187 adb_close(write_fd_); 188 write_fd_ = -1 [all...] |
fdevent_test.cpp | 31 FdHandler(int read_fd, int write_fd) : read_fd_(read_fd), write_fd_(write_fd) { 34 fdevent_install(&write_fde_, write_fd_, FdEventCallback, this); 54 ASSERT_EQ(fd, handler->write_fd_); 67 const int write_fd_; member in class:FdHandler
|
/external/google-breakpad/src/testing/gtest/include/gtest/internal/ |
gtest-death-test-internal.h | 241 write_fd_(a_write_fd) {} 244 if (write_fd_ >= 0) 245 posix::Close(write_fd_); 251 int write_fd() const { return write_fd_; } 257 int write_fd_; member in class:testing::internal::InternalRunDeathTestFlag
|
/external/gtest/include/gtest/internal/ |
gtest-death-test-internal.h | 241 write_fd_(a_write_fd) {} 244 if (write_fd_ >= 0) 245 posix::Close(write_fd_); 251 int write_fd() const { return write_fd_; } 257 int write_fd_; member in class:testing::internal::InternalRunDeathTestFlag
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
gtest-death-test-internal.h | 228 write_fd_(a_write_fd) {} 231 if (write_fd_ >= 0) 232 posix::Close(write_fd_); 238 int write_fd() const { return write_fd_; } 244 int write_fd_; member in class:testing::internal::InternalRunDeathTestFlag
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
gtest-death-test-internal.h | 230 write_fd_(a_write_fd) {} 233 if (write_fd_ >= 0) 234 posix::Close(write_fd_); 240 int write_fd() const { return write_fd_; } 246 int write_fd_; member in class:testing::internal::InternalRunDeathTestFlag
|
/external/protobuf/gtest/include/gtest/internal/ |
gtest-death-test-internal.h | 197 write_fd_(a_write_fd) {} 200 if (write_fd_ >= 0) 201 posix::Close(write_fd_); 207 int write_fd() const { return write_fd_; } 213 int write_fd_; member in class:testing::internal::InternalRunDeathTestFlag
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/ |
gtest-death-test-internal.h | 241 write_fd_(a_write_fd) {} 244 if (write_fd_ >= 0) 245 posix::Close(write_fd_); 251 int write_fd() const { return write_fd_; } 257 int write_fd_; member in class:testing::internal::InternalRunDeathTestFlag
|
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
gtest-death-test-internal.h | 241 write_fd_(a_write_fd) {} 244 if (write_fd_ >= 0) 245 posix::Close(write_fd_); 251 int write_fd() const { return write_fd_; } 257 int write_fd_; member in class:testing::internal::InternalRunDeathTestFlag
|
/external/google-breakpad/src/testing/gtest/src/ |
gtest-death-test.cc | 369 write_fd_(-1) {} 387 int write_fd() const { return write_fd_; } 388 void set_write_fd(int fd) { write_fd_ = fd; } 411 // pipe in write_fd_. 416 int write_fd_; member in class:testing::internal::DeathTestImpl 479 // run after calling _exit(). On such systems, write_fd_ will be [all...] |
/external/gtest/src/ |
gtest-death-test.cc | 371 write_fd_(-1) {} 389 int write_fd() const { return write_fd_; } 390 void set_write_fd(int fd) { write_fd_ = fd; } 413 // pipe in write_fd_. 418 int write_fd_; member in class:testing::internal::DeathTestImpl 481 // run after calling _exit(). On such systems, write_fd_ will be [all...] |
/external/llvm/utils/unittest/googletest/src/ |
gtest-death-test.cc | 334 write_fd_(-1) {} 352 int write_fd() const { return write_fd_; } 353 void set_write_fd(int fd) { write_fd_ = fd; } 376 // pipe in write_fd_. 381 int write_fd_; member in class:testing::internal::DeathTestImpl 444 // run after calling _exit(). On such systems, write_fd_ will be [all...] |
/external/mesa3d/src/gtest/src/ |
gtest-death-test.cc | 331 write_fd_(-1) {} 349 int write_fd() const { return write_fd_; } 350 void set_write_fd(int fd) { write_fd_ = fd; } 373 // pipe in write_fd_. 378 int write_fd_; member in class:testing::internal::DeathTestImpl 441 // run after calling _exit(). On such systems, write_fd_ will be [all...] |
/external/protobuf/gtest/src/ |
gtest-death-test.cc | 318 write_fd_(-1) {} 336 int write_fd() const { return write_fd_; } 337 void set_write_fd(int fd) { write_fd_ = fd; } 360 // pipe in write_fd_. 365 int write_fd_; member in class:testing::internal::DeathTestImpl [all...] |
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/ |
gtest-death-test.cc | 371 write_fd_(-1) {} 389 int write_fd() const { return write_fd_; } 390 void set_write_fd(int fd) { write_fd_ = fd; } 413 // pipe in write_fd_. 418 int write_fd_; member in class:testing::internal::DeathTestImpl 481 // run after calling _exit(). On such systems, write_fd_ will be [all...] |
/ndk/sources/third_party/googletest/googletest/src/ |
gtest-death-test.cc | 371 write_fd_(-1) {} 389 int write_fd() const { return write_fd_; } 390 void set_write_fd(int fd) { write_fd_ = fd; } 413 // pipe in write_fd_. 418 int write_fd_; member in class:testing::internal::DeathTestImpl 481 // run after calling _exit(). On such systems, write_fd_ will be [all...] |
/external/protobuf/gtest/fused-src/gtest/ |
gtest-all.cc | [all...] |
gtest.h | 7568 int write_fd_; member in class:testing::internal::InternalRunDeathTestFlag [all...] |
/external/libvpx/libvpx/third_party/googletest/src/src/ |
gtest-all.cc | [all...] |
/external/opencv3/modules/ts/src/ |
ts_gtest.cpp | [all...] |
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/ |
gtest-all.cc | [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/ |
gtest-all.cc | [all...] |
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/ |
gtest.h | 8414 int write_fd_; member in class:testing::internal::InternalRunDeathTestFlag [all...] |
/external/opencv3/modules/ts/include/opencv2/ts/ |
ts_gtest.h | 8475 int write_fd_; member in class:testing::internal::InternalRunDeathTestFlag [all...] |