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

1 2

  /frameworks/base/libs/rs/
rsFileA3D.h 53 class IO
56 IO(const uint8_t *, bool use64);
100 void processChunk_Mesh(Context *rsc, IO *io, A3DIndexEntry *ie);
101 void processChunk_Primitive(Context *rsc, IO *io, A3DIndexEntry *ie);
102 void processChunk_Verticies(Context *rsc, IO *io, A3DIndexEntry *ie);
103 void processChunk_Element(Context *rsc, IO *io, A3DIndexEntry *ie)
    [all...]
rsFileA3D.cpp 109 IO io(mData + ie->mOffset, mUse64BitOffsets);
115 processChunk_Element(rsc, &io, ie);
118 processChunk_ElementSource(rsc, &io, ie);
121 processChunk_Verticies(rsc, &io, ie);
124 processChunk_Mesh(rsc, &io, ie);
127 processChunk_Primitive(rsc, &io, ie);
139 IO io(mData + 12, mUse64BitOffsets);
144 io.loadU32(); // major version, already loade
    [all...]
  /external/webkit/WebKitTools/BuildSlaveSupport/
run-performance-tests 38 use IO::Socket;
59 my $sock = new IO::Socket::INET(LocalHost => $perfMaster,
  /external/chromium/third_party/icu/source/tools/genpname/
gensvpa.pl 20 use IO::File;
45 $propFH = IO::File->new($prop,"r")
47 $isoFH = IO::File->new($iso,"r")
49 $outFH = IO::File->new($outfile,"w")
  /external/icu4c/tools/genpname/
gensvpa.pl 20 use IO::File;
45 $propFH = IO::File->new($prop,"r")
47 $isoFH = IO::File->new($iso,"r")
49 $outFH = IO::File->new($outfile,"w")
  /bionic/libc/include/sys/
_sigdefs.h 66 __BIONIC_SIGDEF(IO,29,"I/O possible")
  /development/ndk/platforms/android-9/include/sys/
_sigdefs.h 66 __BIONIC_SIGDEF(IO,29,"I/O possible")
  /external/chromium/third_party/icu/source/tools/gensprep/
filterRFC3454.pl 16 use IO::File;
67 $inFH = IO::File->new($infile,"r")
72 $outFH = IO::File->new($outfile,"a")
218 $outFH = IO::File->new($outfile,"a")
227 $outFH = IO::File->new($outfile,"a")
236 $outFH = IO::File->new($outfile,"a")
245 $outFH = IO::File->new($outfile,"a")
258 $outFH = IO::File->new($outfile, "a")
269 $outFH = IO::File->new($outfile, "a")
286 $outFH = IO::File->new($outfile, "a"
    [all...]
  /external/icu4c/tools/gensprep/
filterRFC3454.pl 16 use IO::File;
67 $inFH = IO::File->new($infile,"r")
72 $outFH = IO::File->new($outfile,"a")
218 $outFH = IO::File->new($outfile,"a")
227 $outFH = IO::File->new($outfile,"a")
236 $outFH = IO::File->new($outfile,"a")
245 $outFH = IO::File->new($outfile,"a")
258 $outFH = IO::File->new($outfile, "a")
269 $outFH = IO::File->new($outfile, "a")
286 $outFH = IO::File->new($outfile, "a"
    [all...]
  /external/blktrace/
btrace.spec 20 Summary: Block IO tracer
26 device io queue. This is valuable for diagnosing and fixing
27 performance or application problems relating to block layer io.
  /external/blktrace/btt/doc/
btt.tex 32 \texttt{btt} is a post-processing tool for the block layer IO tracing
36 is a block layer IO tracing mechanism which provides detailed
41 form of multiple individual traces per IO executed during the traced
43 IO rates and the like. \texttt{btt} goes further and produces a variety
108 \item[average component times across all IOs] The time line of each IO
112 \item Time needed to insert or merge an incoming IO onto the request
113 queue. This is the average time from when the IO enters the block
114 IO layer (queue trace) until it is inserted (insert trace).
136 the IO is inserted or merged onto the request queue, until it is
145 actual IO was issued to the driver until is completed (completio
    [all...]
  /external/blktrace/btreplay/doc/
btreplay.tex 57 traces from the kernel for each IO processed by the block IO layer. The
58 traces provide a complete timeline for each IO processed, including
59 detailed information concerning when an IO was first received by the block
60 IO layer -- indicating the device, CPU number, time stamp, IO direction,
61 sector number and IO size (number of sectors). Using this information,
62 one is able to \emph{replay} the IO again on the same machine or another
81 \item You extract the pertinent IO information from the traces saved by
83 each trace file created by \texttt{blktrace}, and craft IO description
    [all...]
  /external/chromium/third_party/icu/source/tools/gendraft/
genheaders.pl 21 use IO::File;
75 $excludeFH = IO::File->new($exclude,"r")
108 $inFH = IO::File->new($infile,"r")
110 $outFH = IO::File->new($outfile,"w")
  /external/icu4c/tools/gendraft/
genheaders.pl 21 use IO::File;
77 $excludeFH = IO::File->new($exclude,"r")
111 $inFH = IO::File->new($infile,"r")
113 $outFH = IO::File->new($outfile,"w")
  /system/core/toolbox/
dd.h 55 } IO;
dd.c 85 extern IO in, out;
104 static void getfdtype(IO *);
109 IO in, out; /* input/output state */
286 getfdtype(IO *io)
291 if (fstat(io->fd, &sb)) {
293 io->name, strerror(errno));
298 io->flags |= /*ioctl(io->fd, MTIOCGET, &mt) ? ISCHR : ISTAPE; */ ISCHR;
299 else if (lseek(io->fd, (off_t)0, SEEK_CUR) == -1 && errno == ESPIPE
    [all...]
  /external/openssl/crypto/des/
read_pwd.c 329 status=sys$qiow(0,channel,IO$_SENSEMODE,&iosb,0,0,tty_orig,12,0,0,0,0);
353 status = sys$qiow(0,channel,IO$_SETMODE,&iosb,0,0,tty_new,12,0,0,0,0);
404 status = sys$qiow(0,channel,IO$_SETMODE,&iosb,0,0
  /external/dnsmasq/contrib/dynamic-dnsmasq/
dynamic-dnsmasq.pl 37 use IO::Socket;
94 my $sock = IO::Socket::INET->new(Listen => 5,
  /external/openssl/crypto/bio/
bss_rtcp.c 71 #include <iodef.h> /* VMS IO$_ definitions */
130 status = sys$qiow ( 0, chan, IO$_READVBLK, &iosb, 0, 0,
141 status = sys$qiow ( 0, chan, IO$_WRITEVBLK, &iosb, 0, 0,
  /external/openssl/ssl/
ssl_task.c 119 #include <iodef.h> /* VMS IO$_ definitions */
171 status = SYS$QIOW ( 0, chan, IO$_READVBLK, &iosb, 0, 0,
182 status = SYS$QIOW ( 0, chan, IO$_WRITEVBLK, &iosb, 0, 0,
  /external/blktrace/doc/
blktrace.tex 31 blktrace is a block layer IO tracing mechanism which provides detailed
96 \emph{Support for tracing block io actions.} To do this, run
103 and then down to \emph{Support for tracing block io actions} and hit Y.
167 IO unplugs: 0 Timer unplugs: 0
174 IO unplugs: 0 Timer unplugs: 0
181 IO unplugs: 0 Timer unplugs: 3
199 The previous section showed typical file system io actions, but blktrace
303 IO unplugs: 0 Timer unplugs: 0
309 IO unplugs: 0 Timer unplugs: 4
315 IO unplugs: 0 Timer unplugs:
    [all...]
  /external/openssl/crypto/ui/
ui_openssl.c 518 status=sys$qiow(0,channel,IO$_SENSEMODE,&iosb,0,0,tty_orig,12,0,0,0,0);
540 status = sys$qiow(0,channel,IO$_SETMODE,&iosb,0,0,tty_new,12,0,0,0,0);
562 status = sys$qiow(0,channel,IO$_SETMODE,&iosb,0,0,tty_new,12,0,0,0,0);
  /external/libvpx/examples/includes/geshi/geshi/
ruby.php 84 'Hash', 'IO', 'IOError', 'Iconv', 'Iconv::BrokenLibrary',
  /external/chromium/third_party/icu/source/tools/genrb/
gendtjar.pl 22 use IO::File;
  /external/icu4c/tools/genrb/
gendtjar.pl 22 use IO::File;

Completed in 467 milliseconds

1 2