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

1 2

  /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
158 adb_close(write_fd_);
159 write_fd_ = -1;
166 adb_close(write_fd_);
167 write_fd_ = -1;
189 adb_close(write_fd_);
190 write_fd_ = -1
    [all...]
fdevent_test.cpp 32 FdHandler(int read_fd, int write_fd) : read_fd_(read_fd), write_fd_(write_fd) {
35 fdevent_install(&write_fde_, write_fd_, FdEventCallback, this);
55 ASSERT_EQ(fd, handler->write_fd_);
68 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/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/libvpx/libvpx/third_party/googletest/src/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 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/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/swiftshader/third_party/LLVM/utils/unittest/googletest/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/v8/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/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
  /prebuilts/ndk/r11/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
  /prebuilts/ndk/r13/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/protobuf/conformance/
conformance_test_runner.cc 103 CheckedWrite(write_fd_, &len, sizeof(uint32_t));
104 CheckedWrite(write_fd_, request.c_str(), request.size());
171 write_fd_ = toproc_pipe_fd[1];
234 int write_fd_; member in class:ForkPipeRunner
  /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/googletest/googletest/src/
gtest-death-test.cc 382 write_fd_(-1) {}
400 int write_fd() const { return write_fd_; }
401 void set_write_fd(int fd) { write_fd_ = fd; }
424 // pipe in write_fd_.
429 int write_fd_; member in class:testing::internal::DeathTestImpl
492 // run after calling _exit(). On such systems, write_fd_ will be
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-death-test.cc 382 write_fd_(-1) {}
400 int write_fd() const { return write_fd_; }
401 void set_write_fd(int fd) { write_fd_ = fd; }
424 // pipe in write_fd_.
429 int write_fd_; member in class:testing::internal::DeathTestImpl
492 // 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 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/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/swiftshader/third_party/LLVM/utils/unittest/googletest/
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/v8/testing/gtest/src/
gtest-death-test.cc 380 write_fd_(-1) {}
398 int write_fd() const { return write_fd_; }
399 void set_write_fd(int fd) { write_fd_ = fd; }
422 // pipe in write_fd_.
427 int write_fd_; member in class:testing::internal::DeathTestImpl
490 // run after calling _exit(). On such systems, write_fd_ will be
    [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...]
  /prebuilts/ndk/r11/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...]

Completed in 1856 milliseconds

1 2