/external/ltp/testcases/kernel/syscalls/read/ |
D | read02.c | 52 static int fd2, fd3, fd4 = -1; variable 71 {&fd4, &addr4, 1, EINVAL}, 72 {&fd4, &addr5, 4096, EINVAL}, 79 if (tc->fd == &fd4 && *tc->fd == -1) { in verify_read() 87 if (*tc->fd == fd4 && TST_RET >= 0) { in verify_read() 124 fd4 = SAFE_OPEN("test_file", O_RDWR | O_DIRECT); in setup() 131 if (fd4 > 0) in cleanup() 132 SAFE_CLOSE(fd4); in cleanup()
|
/external/libpcap/ |
D | fad-glifc.c | 81 register int fd4, fd6, fd; in pcap_findalldevs_interfaces() local 98 fd4 = socket(AF_INET, SOCK_DGRAM, 0); in pcap_findalldevs_interfaces() 99 if (fd4 < 0) { in pcap_findalldevs_interfaces() 112 (void)close(fd4); in pcap_findalldevs_interfaces() 122 if (ioctl(fd4, SIOCGLIFNUM, (char *)&ifn) < 0) { in pcap_findalldevs_interfaces() 126 (void)close(fd4); in pcap_findalldevs_interfaces() 139 (void)close(fd4); in pcap_findalldevs_interfaces() 151 if (ioctl(fd4, SIOCGLIFCONF, (char *)&ifc) < 0) { in pcap_findalldevs_interfaces() 155 (void)close(fd4); in pcap_findalldevs_interfaces() 191 fd = fd4; in pcap_findalldevs_interfaces() [all …]
|
/external/ltp/testcases/kernel/syscalls/pwritev/ |
D | pwritev02.c | 49 static int fd4[2]; variable 78 {&fd4[1], wr_iovec2, 1, 0, ESPIPE} 105 SAFE_PIPE(fd4); in setup() 116 if (fd4[0] > 0) in cleanup() 117 SAFE_CLOSE(fd4[0]); in cleanup() 119 if (fd4[1] > 0) in cleanup() 120 SAFE_CLOSE(fd4[1]); in cleanup()
|
/external/ltp/testcases/kernel/syscalls/pwritev2/ |
D | pwritev202.c | 33 static int fd4[2]; variable 63 {&fd4[0], wr_iovec2, 1, 0, 0, ESPIPE}, 91 SAFE_PIPE(fd4); in setup() 104 if (fd4[0] > 0) in cleanup() 105 SAFE_CLOSE(fd4[0]); in cleanup() 107 if (fd4[1] > 0) in cleanup() 108 SAFE_CLOSE(fd4[1]); in cleanup()
|
/external/ltp/testcases/kernel/syscalls/execveat/ |
D | execveat01.c | 34 static int fd1, fd4; variable 46 {&fd4, "", AT_EMPTY_PATH}, 75 fd4 = SAFE_OPEN(TEST_REL_APP, O_PATH); in setup() 83 if (fd4 > 0) in cleanup() 84 SAFE_CLOSE(fd4); in cleanup()
|
/external/ltp/testcases/kernel/syscalls/preadv/ |
D | preadv02.c | 51 static int fd4; variable 81 {&fd4, rd_iovec2, 1, 0, EISDIR}, 110 fd4 = SAFE_OPEN(".", O_RDONLY); in setup() 122 if (fd4 > 0) in cleanup() 123 SAFE_CLOSE(fd4); in cleanup()
|
/external/ltp/testcases/kernel/syscalls/preadv2/ |
D | preadv202.c | 35 static int fd4; variable 66 {&fd4, rd_iovec2, 1, 0, 0, EISDIR}, 95 fd4 = SAFE_OPEN(".", O_RDONLY); in setup() 109 if (fd4 > 0) in cleanup() 110 SAFE_CLOSE(fd4); in cleanup()
|
/external/webrtc/webrtc/base/ |
D | linuxfdwalk_unittest.cc | 64 int fd4 = dup2(fd3, kArbitraryLargeFdNumber); in TEST() local 65 EXPECT_LE(0, fd4); in TEST() 69 EXPECT_TRUE(fds.insert(fd4).second); in TEST() 74 EXPECT_EQ(0, close(fd4)); in TEST()
|
/external/android-clat/ |
D | main.c | 111 if (tunfd_str != NULL && !parse_int(tunfd_str, &tunnel.fd4)) { in main() 115 if (!tunnel.fd4) { in main()
|
D | clatd.c | 447 { tunnel->fd4, POLLIN, 0 }, in event_loop() 460 ring_read(&tunnel->ring, tunnel->fd4, 0 /* to_ipv6 */); in event_loop() 475 read_packet(tunnel->fd4, tunnel->write_fd6, 1 /* to_ipv6 */); in event_loop()
|
D | tun.h | 31 int read_fd6, write_fd6, fd4; member
|
D | clatd_test.cpp | 568 .fd4 = socket(AF_UNIX, SOCK_DGRAM, 0), in makeTunData() 575 close(tunnel->fd4); in freeTunData()
|
/external/clang/test/CodeGen/ |
D | atomic-ops.c | 237 _Bool fd4(struct S *a, struct S *b, struct S *c) { in fd4() function
|
/external/arm-optimized-routines/test/testcases/directed/ |
D | rred3.tst | 382 func=rred op1=5b0eb060.92faf1f5 result=3cc5feb5.5123b1b6.fd4 res2=00000003 errno=0 393 func=rred op1=5b67b75a.b24291a6 result=bca918e7.9c321da3.fd4 res2=00000003 errno=0
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/ |
D | breakpad_unittests.sym | 1085 14fd4 2 484 85 1910 15fd4 4 49 0 1915 15fd4 4 114 65 1920 15fd4 4 148 83 1926 15fd4 4 490 91 1932 15fd4 4 484 85 1939 15fd4 4 484 85 1950 15fd4 4 484 85 1959 15fd4 4 484 85 1969 15fd4 4 484 85 [all …]
|
/external/google-breakpad/src/processor/testdata/symbols/overflow/B0E1FC01EF48E39CAF5C881D2DF0C3840/ |
D | overflow.sym | 1943 6fd4 4 1038 23 3127 9fd4 2 99 32
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/D6D1FEC9A15DE7F38A236898871A2E770/ |
D | breakpad_unittests.sym | 3449 26fd4 1c 1471 82 7376 30fd4 4 1139 87 7797 31fd4 18 417 135 9108 34fd4 4 94 20 9604 35fd4 14 333 122 11239 39fd4 8 212 27 14607 41fd4 4 1139 87 16259 45fd4 c 143 43 16673 46fd4 c 486 85 17062 47fd4 4 256 82 [all …]
|
/external/google-breakpad/src/tools/windows/dump_syms/testdata/ |
D | omap_reorder_funcs.sym | 2483 4fd4 b 295 1685
|
D | omap_stretched_filled.sym | 735 1fd4 1 360 3891
|
D | omap_stretched.sym | 756 1fd4 1 360 3891
|
D | omap_reorder_bbs.sym | 317 FUNC 1fd4 1c 0 type_info::`scalar deleting destructor'(unsigned int) 2716 4fd4 2 95 2789 3718 STACK WIN 4 1fd4 8 8 0 4 0 0 0 1 $T0 $ebp = $eip $T0 4 + ^ = $ebp $T0 ^ = $esp $T0 8 + =
|
/external/elfutils/tests/ |
D | testfile44.expect.bz2 | 1testfile44.o: elf32-elf_i386
2
3Disassembly of section .text:
4
5 0 ... |
D | testfile45.expect.bz2 | 1testfile45.o: elf64-elf_x86_64
2
3Disassembly of section .text:
4
5 0 ... |
/external/google-breakpad/src/processor/testdata/symbols/test_app.pdb/5A9832E5287241C1838ED98914E9B7FF1/ |
D | test_app.sym | 8251 4fd4 9 169 5916 19563 21fd4 3 87 693 20608 STACK WIN 4 6fd4 d3 10 0 10 4 14 0 1 $T2 $esp .cbLocals + .cbSavedRegs + = $T0 .raSearchStart = $ei…
|
/external/google-breakpad/src/processor/testdata/ |
D | module0.out | 8251 4fd4 9 169 5916 19563 21fd4 3 87 693 20608 STACK WIN 4 6fd4 d3 10 0 10 4 14 0 1 $T2 $esp .cbLocals + .cbSavedRegs + = $T0 .raSearchStart = $ei…
|