HomeSort by relevance Sort by last modified time
    Searched refs:IO (Results 276 - 300 of 376) sorted by null

<<111213141516

  /external/protobuf/csharp/src/Google.Protobuf/
InvalidJsonException.cs 33 using System.IO;
InvalidProtocolBufferException.cs 34 using System.IO;
  /prebuilts/go/darwin-x86/src/net/
fd_io_plan9.go 26 // the process running the IO operation.
46 // and store the pid in io so that Cancel can
  /prebuilts/go/linux-x86/src/net/
fd_io_plan9.go 26 // the process running the IO operation.
46 // and store the pid in io so that Cancel can
  /external/guice/extensions/struts2/lib/
jetty-util-6.1.0.jar 
  /external/llvm/lib/Target/AArch64/
AArch64CollectLOH.cpp     [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
streams.rb 47 ANTLR recognizers need a way to walk through input data in a serialized IO-style
68 A subclass of StringStream, FileStream simply wraps data read from an IO or
137 within the stream, basically like typical ruby <tt>IO#seek</tt> style methods.
138 However, unlike <tt>IO#seek</tt>, ANTLR streams currently always use absolute
143 <tt>ANTLR3::Stream</tt> is an abstract-ish base mixin for all IO-like stream
670 not actually use any buffered IO operations throughout the stream navigation
681 # If +file+ is an IO-like object (that responds to :read),
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
RemoteDebugEventSocketListener.cs 40 using IOException = System.IO.IOException;
44 using TextReader = System.IO.TextReader;
45 using TextWriter = System.IO.TextWriter;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
RemoteDebugEventSocketListener.cs 41 using IOException = System.IO.IOException;
46 using TextReader = System.IO.TextReader;
47 using TextWriter = System.IO.TextWriter;
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
PciTree.asl 31 IO(Decode16,0x70,0x70,0x01,0x08)
  /external/protobuf/csharp/src/Google.Protobuf.JsonDump/
Program.cs 34 using System.IO;
  /external/syslinux/utils/
mkdiskimage.in 24 use IO::Handle; # For flush()
  /build/kati/
evalcmd.go 356 logStats("%d/%d rules have IO", ioCnt, i+1)
367 logStats("%d/%d rules have IO", ioCnt, len(nodes))
  /external/python/cpython2/Lib/test/
test_file_eintr.py 2 # IO implementations. http://bugs.python.org/issue12268
42 subclasseses should override this to test different IO objects.
55 why: Text to go after "Error from IO process" in the message.
71 self.fail('Error from IO process %s:\nSTDOUT:\n%sSTDERR:\n%s\n' %
88 # Total pipe IO in this function is smaller than the minimum posix OS
95 'import io, signal, sys ;'
188 return ('infile = io.open(sys.stdin.fileno(), "rb") ;'
203 return ('infile = io.open(sys.stdin.fileno(), "rt", newline=None) ;'
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_file_eintr.py 2 # IO implementations. http://bugs.python.org/issue12268
42 subclasseses should override this to test different IO objects.
55 why: Text to go after "Error from IO process" in the message.
71 self.fail('Error from IO process %s:\nSTDOUT:\n%sSTDERR:\n%s\n' %
88 # Total pipe IO in this function is smaller than the minimum posix OS
95 'import io, signal, sys ;'
188 return ('infile = io.open(sys.stdin.fileno(), "rb") ;'
203 return ('infile = io.open(sys.stdin.fileno(), "rt", newline=None) ;'
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_file_eintr.py 2 # IO implementations. http://bugs.python.org/issue12268
42 subclasseses should override this to test different IO objects.
55 why: Text to go after "Error from IO process" in the message.
71 self.fail('Error from IO process %s:\nSTDOUT:\n%sSTDERR:\n%s\n' %
88 # Total pipe IO in this function is smaller than the minimum posix OS
95 'import io, signal, sys ;'
188 return ('infile = io.open(sys.stdin.fileno(), "rb") ;'
203 return ('infile = io.open(sys.stdin.fileno(), "rt", newline=None) ;'
  /prebuilts/go/darwin-x86/src/cmd/trace/
pprof.go 14 "io"
15 "io/ioutil"
22 http.HandleFunc("/io", serveSVGProfile(pprofIO))
35 // pprofIO generates IO pprof-like profile (time spent in IO wait).
36 func pprofIO(w io.Writer) error {
56 func pprofBlock(w io.Writer) error {
82 func pprofSyscall(w io.Writer) error {
103 func pprofSched(w io.Writer) error {
124 func serveSVGProfile(prof func(w io.Writer) error) http.HandlerFunc
    [all...]
  /prebuilts/go/linux-x86/src/cmd/trace/
pprof.go 14 "io"
15 "io/ioutil"
22 http.HandleFunc("/io", serveSVGProfile(pprofIO))
35 // pprofIO generates IO pprof-like profile (time spent in IO wait).
36 func pprofIO(w io.Writer) error {
56 func pprofBlock(w io.Writer) error {
82 func pprofSyscall(w io.Writer) error {
103 func pprofSched(w io.Writer) error {
124 func serveSVGProfile(prof func(w io.Writer) error) http.HandlerFunc
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_file_eintr.py 2 # IO implementations. http://bugs.python.org/issue12268
42 subclasseses should override this to test different IO objects.
55 why: Text to go after "Error from IO process" in the message.
71 self.fail('Error from IO process %s:\nSTDOUT:\n%sSTDERR:\n%s\n' %
88 # Total pipe IO in this function is smaller than the minimum posix OS
95 'import io, signal, sys ;'
188 return ('infile = io.open(sys.stdin.fileno(), "rb") ;'
203 return ('infile = io.open(sys.stdin.fileno(), "rt", newline=None) ;'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_file_eintr.py 2 # IO implementations. http://bugs.python.org/issue12268
42 subclasseses should override this to test different IO objects.
55 why: Text to go after "Error from IO process" in the message.
71 self.fail('Error from IO process %s:\nSTDOUT:\n%sSTDERR:\n%s\n' %
88 # Total pipe IO in this function is smaller than the minimum posix OS
95 'import io, signal, sys ;'
188 return ('infile = io.open(sys.stdin.fileno(), "rb") ;'
203 return ('infile = io.open(sys.stdin.fileno(), "rt", newline=None) ;'
  /external/lzma/CS/7zip/Compress/LZMA/
LzmaEncoder.cs 355 System.IO.Stream _inStream;
    [all...]
  /external/libvpx/libvpx/test/
test.mk 83 # files, so WebM IO is required.
  /external/ltp/
runltp 135 -i NUM_PROCS Run LTP under additional background Load on IO Bus
136 [NUM_PROCS = no. of processes creating IO Bus Load by spinning over sync()]
332 $LTPROOT/testcases/bin/genload --io $NUM_PROCS >/dev/null 2>&1 &
    [all...]
  /external/walt/docs/
AudioLatency.md 7 Low latency audio IO on Android can be achieved via JNI C/C++ code.
9 [High Performance Audio website](http://googlesamples.github.io/android-audio-high-performance/).
21 [recommended to constantly enqueue buffers containing silence](http://googlesamples.github.io/android-audio-high-performance/guides/audio-output-latency.html#avoid-warm-up-latency).
  /prebuilts/misc/common/swig/include/2.0.11/csharp/
csharphead.swg 191 SWIGPendingException.Set(new System.IO.IOException(message, SWIGPendingException.Retrieve()));

Completed in 2758 milliseconds

<<111213141516