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

1 2

  /external/sfntly/cpp/src/sfntly/port/
input_stream.h 25 class InputStream {
28 virtual ~InputStream() {}
41 class PushbackInputStream : public InputStream {
  /frameworks/base/tools/aapt2/io/
Io.h 25 // InputStream interface that mimics protobuf's ZeroCopyInputStream,
27 class InputStream {
29 virtual ~InputStream() = default;
43 // Returns true if this InputStream can rewind. If so, Rewind() can be called.
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
IToken.cs 90 ICharStream InputStream {
ClassicToken.cs 148 public ICharStream InputStream {
CommonToken.cs 92 input = oldToken.InputStream;
187 public ICharStream InputStream {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
IToken.cs 100 ICharStream InputStream
ClassicToken.cs 178 public ICharStream InputStream
CommonToken.cs 99 input = oldToken.InputStream;
218 public ICharStream InputStream
  /external/llvm/tools/llvm-pdbdump/fuzzer/
llvm-pdbdump-fuzzer.cpp 52 auto InputStream = llvm::make_unique<InputByteStream>(std::move(Buff));
53 std::unique_ptr<pdb::PDBFile> File(new pdb::PDBFile(std::move(InputStream)));
  /libcore/ojluni/src/main/java/java/io/
InputStream.java 32 * <p> Applications that need to define a subclass of <code>InputStream</code>
40 * @see java.io.InputStream#read()
45 public abstract class InputStream implements Closeable {
87 * <p> The <code>read(b)</code> method for class <code>InputStream</code>
98 * @see java.io.InputStream#read(byte[], int, int)
132 * for class <code>InputStream</code> simply calls the method
159 * @see java.io.InputStream#read()
197 * negative, the {@code skip} method for class {@code InputStream} always
241 * <p> Note that while some implementations of {@code InputStream} will return
250 * <p> The {@code available} method for class {@code InputStream} alway
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
SlimToken.cs 147 ICharStream IToken.InputStream
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
RemoteDebugEventSocketListener.cs 158 public ICharStream InputStream {
276 //InputStream @is = channel.getInputStream();
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
RemoteDebugEventSocketListener.cs 188 public ICharStream InputStream
339 //InputStream @is = channel.getInputStream();
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
streams.py 594 InputStream = ANTLRInputStream
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /external/robolectric/v1/lib/main/
sqlite-jdbc-3.7.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/common/m2/repository/com/firebase/firebase-client-jvm/2.5.2/
firebase-client-jvm-2.5.2.jar 
  /prebuilts/tools/windows/swt/
swt.jar 

Completed in 252 milliseconds

1 2