Searched refs:fd1 (Results 76 - 94 of 94) sorted by relevance

1234

/external/python/cpython2/Lib/test/
H A Dtest_posix.py236 fd1 = os.open(test_support.TESTFN,
241 os.close(fd1)
H A Dtest_tempfile.py449 (fd1, name1) = self.make_temp()
450 os.close(fd1)
/external/python/cpython3/Lib/multiprocessing/
H A Dconnection.py512 fd1, fd2 = os.pipe()
513 c1 = Connection(fd1, writable=False)
/external/webrtc/webrtc/base/
H A Dphysicalsocketserver.cc899 int fd1 = afd_[0];
912 close(fd1);
/external/libevent/test/
H A Dregress_http.c909 evutil_socket_t fd1=-1, fd2=-1, fd3=-1; local
918 fd1 = http_connect("127.0.0.1", port);
919 tt_int_op(fd1, >=, 0);
925 bev1 = bufferevent_socket_new(data->base, fd1, 0);
1001 if (fd1 >= 0)
1002 evutil_closesocket(fd1);
/external/python/cpython3/Lib/test/
H A Dtest_posix.py378 fd1 = os.open(support.TESTFN,
383 os.close(fd1)
H A Dtest_tempfile.py506 (fd1, name1) = self.make_temp()
507 os.close(fd1)
H A Dtest_socket.py2846 fd0, fd1 = self.newFDs(2)
2853 array.array("i", [fd1]))]),
2872 fd0, fd1 = self.newFDs(2)
2879 array.array("i", [fd1]))]),
2947 fd0, fd1 = self.newFDs(2)
2955 array.array("i", [fd1]))])
H A Dtest_os.py2965 fd1 = os.open(__file__, os.O_RDONLY)
2966 self.addCleanup(os.close, fd1)
2968 fd2 = os.dup(fd1)
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-generic.c1467 Int fd1 = ((Int*)arg3)[0]; local
1471 if (!ML_(fd_allowed)(fd1, "socketcall.socketpair", tid, True) ||
1473 VG_(close)(fd1);
1479 ML_(record_fd_open_nameless)(tid, fd1);
H A Dsyswrap-solaris.c1798 /* int linkat(int fd1, const char *path1, int fd2,
1805 Int fd1 = (Int) ARG1; local
1809 fd1, ARG2, (HChar *) ARG2, fd2, ARG4, (HChar *) ARG4, SARG5);
1810 PRE_REG_READ5(long, "linkat", int, fd1, const char *, path1,
1815 /* Be strict but ignore fd1/fd2 for absolute path1/path2. */
1816 if (fd1 != VKI_AT_FDCWD
1819 && !ML_(fd_allowed)(fd1, "linkat", tid, False)) {
/external/valgrind/memcheck/tests/solaris/
H A Dscalar.stderr.exp38 Syscall param linkat(fd1) contains uninitialised byte(s)
/external/skqp/src/jumper/
H A DSkJumper_generated_win.S[all...]
/external/skia/src/jumper/
H A DSkJumper_generated_win.S[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 617 milliseconds

1234