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

  /external/elfutils/tests/
test-elf_cntl_gelf_getshdr.c 46 bool close_fd = false; local
50 close_fd = false;
55 close_fd = false;
60 close_fd = true;
86 if (! do_mmap && close_fd)
  /external/linux-kselftest/tools/testing/selftests/vm/
compaction_test.c 99 goto close_fd;
105 goto close_fd;
114 goto close_fd;
121 goto close_fd;
133 goto close_fd;
142 goto close_fd;
148 close_fd:
  /external/elfutils/libdwfl/
open.c 94 what_kind (int fd, Elf **elfp, Elf_Kind *kind, bool *close_fd)
107 *close_fd = true;
118 bool close_fd = false; local
123 Dwfl_Error error = what_kind (*fdp, &elf, &kind, &close_fd);
152 error = what_kind (*fdp, &elf, &kind, &close_fd);
168 if (error == DWFL_E_NOERROR ? close_fd : close_on_fail)
  /external/vboot_reference/cgpt/
cgpt_nor.c 169 goto close_fd;
176 goto close_fd;
180 close_fd:
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_winsys_dri3.c 237 goto close_fd;
309 close_fd:
483 goto close_fd;
535 close_fd:
811 goto close_fd;
815 goto close_fd;
849 close_fd:
vl_winsys_dri.c 400 goto close_fd;
440 close_fd:
  /external/google-breakpad/src/testing/gtest/src/
gtest-death-test.cc 925 int close_fd; \/\/ File descriptor to close; the read end of a pipe member in struct:testing::internal::ExecDeathTestArgs
    [all...]
  /external/googletest/googletest/src/
gtest-death-test.cc 938 int close_fd; \/\/ File descriptor to close; the read end of a pipe member in struct:testing::internal::ExecDeathTestArgs
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-death-test.cc 939 int close_fd; \/\/ File descriptor to close; the read end of a pipe member in struct:testing::internal::ExecDeathTestArgs
    [all...]
  /external/mesa3d/src/gtest/src/
gtest-death-test.cc 923 int close_fd; \/\/ File descriptor to close; the read end of a pipe member in struct:testing::internal::ExecDeathTestArgs
    [all...]
  /external/v8/testing/gtest/src/
gtest-death-test.cc 937 int close_fd; \/\/ File descriptor to close; the read end of a pipe member in struct:testing::internal::ExecDeathTestArgs
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-death-test.cc 923 int close_fd; \/\/ File descriptor to close; the read end of a pipe member in struct:testing::internal::ExecDeathTestArgs
    [all...]
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/src/
gtest-death-test.cc 923 int close_fd; \/\/ File descriptor to close; the read end of a pipe member in struct:testing::internal::ExecDeathTestArgs
    [all...]
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/src/
gtest-death-test.cc 923 int close_fd; \/\/ File descriptor to close; the read end of a pipe member in struct:testing::internal::ExecDeathTestArgs
    [all...]
  /external/python/cpython2/Lib/test/
audiotests.py 39 close_fd = False variable in class:AudioTests
218 self.assertEqual(testfile.closed, self.close_fd)
224 self.assertEqual(testfile.closed, self.close_fd)
test_aifc.py 15 close_fd = True variable in class:AifcTest
  /external/llvm/utils/unittest/googletest/src/
gtest-death-test.cc 883 int close_fd; \/\/ File descriptor to close; the read end of a pipe member in struct:testing::internal::ExecDeathTestArgs
    [all...]
  /external/protobuf/gtest/src/
gtest-death-test.cc 832 int close_fd; // File descriptor to close; the read end of a pipe member in struct:testing::internal::ExecDeathTestArgs
854 GTEST_DEATH_TEST_CHECK_SYSCALL_(close(args->close_fd));
    [all...]
  /external/selinux/policycoreutils/newrole/
newrole.c 734 goto close_fd;
744 goto close_fd;
755 goto close_fd;
762 close_fd:
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/
gtest-death-test.cc 880 int close_fd; \/\/ File descriptor to close; the read end of a pipe member in struct:testing::internal::ExecDeathTestArgs
    [all...]
  /external/mksh/src/
jobs.c 430 int close_fd)
544 if (close_fd >= 0 && (((flags & XPCLOSE) && cldpid) ||
546 close(close_fd);
    [all...]
  /external/fmtlib/test/
gmock-gtest-all.cc     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest-all.cc     [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest-all.cc     [all...]

Completed in 1872 milliseconds