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

1 2

  /external/strace/tests/
redirect-fds.test 38 fd0="$LOG.fd0"
51 rm -f "$LOG" "$fd0" "$fd1" "$fd2"
52 touch "$LOG" "$fd0" ||
64 check_fd "$fd0" "$fd1" "$fd2"
66 check_fd "$fd0" '' "$fd2"
67 check_fd "$fd0" "$fd1" ''
70 check_fd "$fd0" '' ''
  /external/strace/tests-m32/
redirect-fds.test 38 fd0="$LOG.fd0"
51 rm -f "$LOG" "$fd0" "$fd1" "$fd2"
52 touch "$LOG" "$fd0" ||
64 check_fd "$fd0" "$fd1" "$fd2"
66 check_fd "$fd0" '' "$fd2"
67 check_fd "$fd0" "$fd1" ''
70 check_fd "$fd0" '' ''
  /external/strace/tests-mx32/
redirect-fds.test 38 fd0="$LOG.fd0"
51 rm -f "$LOG" "$fd0" "$fd1" "$fd2"
52 touch "$LOG" "$fd0" ||
64 check_fd "$fd0" "$fd1" "$fd2"
66 check_fd "$fd0" '' "$fd2"
67 check_fd "$fd0" "$fd1" ''
70 check_fd "$fd0" '' ''
  /libcore/ojluni/src/main/java/sun/nio/ch/
PollSelectorImpl.java 44 private int fd0; field in class:PollSelectorImpl
58 fd0 = (int) (pipeFds >>> 32);
61 pollWrapper.initInterrupt(fd0, fd1);
83 IOUtil.drain(fd0);
95 FileDispatcherImpl.closeIntFD(fd0);
97 fd0 = -1;
PollArrayWrapper.java 56 void initInterrupt(int fd0, int fd1) {
58 putDescriptor(0, fd0);
  /external/ltp/testcases/kernel/syscalls/dup2/
dup203.c 61 int fd0, fd1, fd2, rval; local
83 if ((fd0 = creat(filename0, 0666)) == -1)
85 if (write(fd0, filename0, strlen(filename0)) == -1)
93 if (close(fd0) == -1)
94 tst_brkm(TBROK, cleanup, "close(2) fd0 failed");
95 if ((fd0 = open(filename0, O_RDONLY)) == -1)
103 TEST(dup2(fd0, fd1));
121 close(fd0);
136 if ((fd0 = creat(filename0, 0666)) == -1) {
139 if (fcntl(fd0, F_SETFD, 1) == -1)
    [all...]
  /external/ltp/testcases/kernel/io/stress_floppy/
stress_floppy 58 num_device=$(ls /dev | grep fd0 | wc -l)
62 tst_resm TINFO "Floppy diskette drive fd0 available."
72 fdformat /dev/fd0
85 tar -C $TCdat/dumpdir -cvf /dev/fd0 $the_file
92 tar -xvf /dev/fd0
120 dump -f /dev/fd0 dumpdir
131 restore -v -r -f /dev/fd0 2>/dev/null
164 echo $the_file | cpio -o > /dev/fd0
176 cpio -i < /dev/fd0
202 dd if=$TCdat/$the_file of=/dev/fd0 ibs=1b obs=90b conv=syn
    [all...]
  /external/syslinux/gpxe/src/arch/i386/
Makefile 104 # Some suffixes (e.g. %.fd0) are generated directly from other
107 # rule to write disk images to /dev/fd0
108 NON_AUTO_MEDIA += fd0
109 %fd0 : %dsk
111 $(Q)dd if=$< bs=512 conv=sync of=/dev/fd0
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mn10300/
am33-2.s 435 fmov (e3), fd0
458 fmov (sp), fd0
464 fmov fd0, (r10)
480 fmov fd0, (a2+)
498 fmov fd0, fd14
508 fmov (a1, r3), fd0
514 fmov fd0, (r10, d1)
540 fmov (a1+, 1), fd0
551 fmov (1, sp), fd0
562 fmov fd0, (-1, r13
    [all...]
am33-2.d 439 0*7fb <fmovd\+0x1b> f9 ?a0 ?30 ? * fmov \(r3\), ?fd0
462 0*840 <fmovd\+0x60> f9 ?a4 ?00 ? * fmov \(sp\), ?fd0
468 0*852 <fmovd\+0x72> f9 ?b0 ?0a ? * fmov fd0, ?\(a2\)
484 0*882 <fmovd\+0xa2> f9 ?b1 ?0a ? * fmov fd0, ?\(a2\+\)
502 0*8b8 <fmovd\+0xd8> f9 ?c0 ?0e ? * fmov fd0, ?fd14
512 0*8db <fmovd\+0xfb> fb ?47 ?93 ?00 ? * fmov \(a1, ?r3\), ?fd0
    [all...]
  /frameworks/base/core/java/android/os/
ParcelFileDescriptor.java 467 final FileDescriptor fd0 = new FileDescriptor(); local
469 Os.socketpair(AF_UNIX, type, 0, fd0, fd1);
471 new ParcelFileDescriptor(fd0),
497 final FileDescriptor fd0 = new FileDescriptor(); local
499 Os.socketpair(AF_UNIX, type, 0, fd0, fd1);
501 new ParcelFileDescriptor(fd0, comm[0]),
    [all...]
  /frameworks/base/media/java/android/media/midi/
MidiDeviceServer.java 174 final FileDescriptor fd0 = new FileDescriptor(); local
176 Os.socketpair(OsConstants.AF_UNIX, OsConstants.SOCK_SEQPACKET, 0, fd0, fd1);
177 return new FileDescriptor[] { fd0, fd1 };
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/score/
branch_32-lt.d 261 0fd0 00000000 00000000 00000000 00000000 .*
517 1fd0 00000000 00000000 00000000 00000000 .*
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
all-opcodes.d 348 152: 3fd0.*
349 153: 3fd0.*
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-spu/
icache1.d 161 fd0: 00 04 10 00.*
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-frv/
fdpic-shared-local-2.d 23 [0-9a-f ]+: 80 fc ff d0 setlos 0xf+fd0,gr0
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
armv8-a.d 73 0[0-9a-f]+ <[^>]+> e8ce 1fd0 stlexh r0, r1, \[lr\]
  /external/openssh/
monitor.c 1440 int res, fd0; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tilepro/
t_constants.d 260 0fd0 00000000 00000000 00000000 00000000 .*
  /prebuilts/go/darwin-x86/src/os/exec/
exec_test.go 287 fd0, lsof0 := numOpenFDS(t)
299 fdGrowth := open - fd0
  /prebuilts/go/linux-x86/src/os/exec/
exec_test.go 287 fd0, lsof0 := numOpenFDS(t)
299 fdGrowth := open - fd0
  /external/llvm/test/MC/X86/AlignedBundling/
autogen-inst-offset-align-to-end.s 1416 # CHECK: fd0: nop
    [all...]
autogen-inst-offset-padding.s 1298 # CHECK: fd0: incl
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
branch.d 74 [ ]+7fd0:[ ]+ff8d 96fe[ ]+bls (0x7e6a|7e6a <startm16>)
rd-branch-pic.d 75 [ ]+7fd0:[ ]+ff8d 96fe[ ]+bls (0x7e6a|7e6a <startm16>)

Completed in 1921 milliseconds

1 2