HomeSort by relevance Sort by last modified time
    Searched refs:Stream (Results 1 - 12 of 12) sorted by null

  /dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
Logger.java 30 public static class Stream extends PrintStream {
34 public Stream(String name) {
113 public static Stream getStream(String name) {
116 return new Stream(name);
ConnectionState.java 62 protected Logger.Stream logger = Logger.getStream("conn_state");
66 * Generic[Stream|Generic]Cipher structure under this
75 * Returns the size of the Generic[Stream|Generic]Cipher structure
84 * into the Generic[Stream|Generic]Cipher structure of specified size.
85 * For stream ciphers the returned value will be exact value.
AlertProtocol.java 139 private Logger.Stream logger = Logger.getStream("alert");
PRF.java 37 private static Logger.Stream logger = Logger.getStream("prf");
SSLRecordProtocol.java 82 // input stream of record protocol
95 private Logger.Stream logger = Logger.getStream("record");
315 * case stream: GenericStreamCipher;
326 * @throws EndOfSourceException if underlying input stream
SSLEngineImpl.java 61 // input stream for record protocol
69 // outcoming application data stream
84 private Logger.Stream logger = Logger.getStream("engine");
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
system.h 51 #define freopen(PATH,MODE,STREAM) freopen_unlocked(PATH,MODE,STREAM)
70 # define putc(C, Stream) putc_unlocked (C, Stream)
78 # define getc(Stream) getc_unlocked (Stream)
86 # define fputc(C, Stream) fputc_unlocked (C, Stream)
91 # define clearerr(Stream) clearerr_unlocked (Stream)
    [all...]
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
mistream.h 39 /// Overreading the end of the stream will also cause a crash (an assert in
46 /// - After completion, \ref istream::align the stream to at least 4.
53 /// array of uint16_t-sized objects may leave the stream uint16_t aligned
54 /// as long as you know about it and will default-align the stream after
113 template <typename T, typename Stream>
114 inline size_t required_stream_size (T, const Stream&) { return (1); }
118 template <typename Stream>
119 inline bool stream_at_eof (const Stream& stm) { return (stm.eof()); }
128 template <typename T, typename Stream = istream>
138 explicit istream_iterator (Stream& is) : m_pis (&is), m_v() { Read();
    [all...]
mostream.h 36 /// Overwriting the end of the stream will also cause a crash (an assert in
106 template <typename T, typename Stream = ostream>
115 inline explicit ostream_iterator (Stream& os)
119 /// Writes \p v into the stream.
131 Stream& m_Os;
201 /// Writes the contents of \p buf into the stream as a raw dump.
207 /// Writes type T into the stream via a direct pointer cast.
  /bionic/libc/netbsd/isc/
eventlib_p.h 172 enum { Accept, File, Stream, Timer, Wait, Free, Null } type;
176 struct { evStream *this; } stream; member in union:evEvent_p::__anon467
  /external/blktrace/btreplay/doc/
btreplay.tex 91 \subsection{IO Stream Replay Characteristics}
92 The major characteristics of the IO stream that are kept intact include:
110 \item[Device IO Stream Ordering] All IOs on a device are submitted in
116 devices is not necessarily maintained. (Each device with an IO stream
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 630 milliseconds