/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
D | DigestInputStreamTest.java | 91 InputStream is = new ByteArrayInputStream(myMessage); in testDigestInputStream01() local 124 InputStream is = new ByteArrayInputStream(myMessage); in testRead01() local 157 InputStream is = new ByteArrayInputStream(myMessage); in testRead02() local 192 InputStream is = new ByteArrayInputStream(myMessage); in testRead03() local 252 InputStream is = new ByteArrayInputStream(myMessage); in testRead05() local 276 InputStream is = new ByteArrayInputStream(myMessage); in testRead06() local 301 InputStream is = new ByteArrayInputStream(myMessage); in testReadbyteArrayintint01() local 338 InputStream is = new ByteArrayInputStream(myMessage); in testReadbyteArrayintint02() local 378 InputStream is = new ByteArrayInputStream(myMessage); in testReadbyteArrayintint03() local 422 InputStream is = new ByteArrayInputStream(myMessage); in testReadbyteArrayintint04() local [all …]
|
/external/antlr/antlr-3.4/runtime/C/src/ |
D | antlr3inputstream.c | 193 antlr38BitGetSourceName(pANTLR3_INT_STREAM is) in antlr38BitGetSourceName() 315 antlr38BitConsume(pANTLR3_INT_STREAM is) in antlr38BitConsume() 350 antlr38BitLA(pANTLR3_INT_STREAM is, ANTLR3_INT32 la) in antlr38BitLA() 377 antlr38BitLA_ucase (pANTLR3_INT_STREAM is, ANTLR3_INT32 la) in antlr38BitLA_ucase() 416 antlr38BitIndex(pANTLR3_INT_STREAM is) in antlr38BitIndex() 445 antlr38BitMark (pANTLR3_INT_STREAM is) in antlr38BitMark() 498 antlr38BitRewindLast (pANTLR3_INT_STREAM is) in antlr38BitRewindLast() 511 antlr38BitRewind (pANTLR3_INT_STREAM is, ANTLR3_MARKER mark) in antlr38BitRewind() 550 antlr38BitRelease (pANTLR3_INT_STREAM is, ANTLR3_MARKER mark) in antlr38BitRelease() 570 antlr38BitSeek (pANTLR3_INT_STREAM is, ANTLR3_MARKER seekPoint) in antlr38BitSeek() [all …]
|
D | antlr3tokenstream.c | 416 consumeInitialHiddenTokens(pANTLR3_INT_STREAM is) in consumeInitialHiddenTokens() 600 consume (pANTLR3_INT_STREAM is) in consume() 620 dbgConsume (pANTLR3_INT_STREAM is) in dbgConsume() 800 _LA (pANTLR3_INT_STREAM is, ANTLR3_INT32 i) in _LA() 822 dbgLA (pANTLR3_INT_STREAM is, ANTLR3_INT32 i) in dbgLA() 837 mark (pANTLR3_INT_STREAM is) in mark() 846 dbgMark (pANTLR3_INT_STREAM is) in dbgMark() 859 release (pANTLR3_INT_STREAM is, ANTLR3_MARKER mark) in release() 865 size (pANTLR3_INT_STREAM is) in size() 882 tindex (pANTLR3_INT_STREAM is) in tindex() [all …]
|
D | antlr3baserecognizer.c | 277 pANTLR3_INT_STREAM is; in antlr3RecognitionExceptionNew() local 420 pANTLR3_INT_STREAM is; in match() local 493 pANTLR3_INT_STREAM is; in matchAny() local 529 mismatchIsUnwantedToken(pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM is, ANTLR3_UINT32 tt… in mismatchIsUnwantedToken() 552 mismatchIsMissingToken(pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM is, pANTLR3_BITSET_LI… in mismatchIsMissingToken() 646 pANTLR3_INT_STREAM is; in mismatch() local 1012 pANTLR3_INT_STREAM is; in displayRecognitionError() local 1327 pANTLR3_INT_STREAM is; in recover() local 1436 pANTLR3_INT_STREAM is; in recoverFromMismatchedToken() local 1559 pANTLR3_INT_STREAM is; in recoverFromMismatchedSet() local [all …]
|
D | antlr3cyclicdfa.c | 79 antlr3dfapredict (void * ctx, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_INT_STREAM is, pANTLR3_CYCLIC_DF… in antlr3dfapredict() 193 …tateTransition (void * ctx, pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM is, pANTLR3_C… in antlr3dfaspecialStateTransition() 201 …ialTransition (void * ctx, pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM is, pANTLR3_C… in antlr3dfaspecialTransition()
|
D | antlr3commontreenodestream.c | 615 consume (pANTLR3_INT_STREAM is) in consume() 631 _LA (pANTLR3_INT_STREAM is, ANTLR3_INT32 i) in _LA() 656 mark (pANTLR3_INT_STREAM is) in mark() 677 release (pANTLR3_INT_STREAM is, ANTLR3_MARKER marker) in release() 688 rewindMark (pANTLR3_INT_STREAM is, ANTLR3_MARKER marker) in rewindMark() 694 rewindLast (pANTLR3_INT_STREAM is) in rewindLast() 703 seek (pANTLR3_INT_STREAM is, ANTLR3_MARKER index) in seek() 715 tindex (pANTLR3_INT_STREAM is) in tindex() 731 size (pANTLR3_INT_STREAM is) in size()
|
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/ |
D | JarInputStreamTest.java | 60 InputStream is = new URL(jarName).openConnection().getInputStream(); in test_ConstructorLjava_io_InputStream() local 77 InputStream is = Support_Resources.getStream("Broken_entry.jar"); in test_closeAfterException() local 99 InputStream is = new URL(jarName).openConnection().getInputStream(); in test_getNextJarEntry_Ex() local 136 InputStream is = new URL(jarName2).openConnection().getInputStream(); in test_getManifest() local 154 InputStream is = new URL(jarName).openConnection().getInputStream(); in test_getNextJarEntry() local 167 InputStream is = new URL(intJarName).openConnection() in test_JarInputStream_Integrate_Jar_getNextEntry() local 183 InputStream is = new URL(modJarName).openConnection() in test_JarInputStream_Modified_Class_getNextEntry() local 210 InputStream is = new URL(modJarName).openConnection() in test_JarInputStream_Modified_Manifest_MainAttributes_getNextEntry() local 231 InputStream is = new URL(modJarName).openConnection() in test_JarInputStream_Modified_Manifest_EntryAttributes_getNextEntry() local 258 InputStream is = new URL(modJarName).openConnection() in test_JarInputStream_Modified_SF_EntryAttributes_getNextEntry() local [all …]
|
/external/hamcrest/src/org/hamcrest/core/ |
D | Is.java | 41 public static <T> Matcher<T> is(Matcher<T> matcher) { in is() method in Is 52 public static <T> Matcher<T> is(T value) { in is() method in Is 63 public static Matcher<Object> is(Class<?> type) { in is() method in Is
|
/external/stlport/test/unit/ |
D | strstream_test.cpp | 35 istrstream is("652208307"); in input() local 41 istrstream is("-652208307"); in input() local
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/ |
D | CertificateFactory4Test.java | 71 InputStream is = Support_Resources.getResourceStream("hyts_badpem.cer"); in test_generateCertificateLjava_io_InputStream() local 91 InputStream is = certUrl.openStream(); in test_generateCertificatesLjava_io_InputStream() local 113 InputStream is = certUrl.openStream(); in test_generateCRLLjava_io_InputStream() local 134 InputStream is = certUrl.openStream(); in test_generateCRLsLjava_io_InputStream() local
|
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/ |
D | ZipFileTest.java | 34 public byte[] getAllBytesFromStream(InputStream is) throws IOException { in getAllBytesFromStream() 233 java.io.InputStream is = null; in test_getInputStreamLjava_util_zip_ZipEntry() local 275 InputStream is = zfile.getInputStream(zentry); in test_reset() local 321 InputStream is = zfile.getInputStream(zentry); in test_reset_subtest0() local 381 InputStream is = Support_Resources.getStream("hyts_ZipFile.zip"); in setUp() local
|
D | InflaterInputStreamTest.java | 148 InputStream is = new ByteArrayInputStream(new byte[10]); in test_markI() local 160 InputStream is = new ByteArrayInputStream(new byte[10]); in test_markSupported() local 279 InputStream is = new ByteArrayInputStream(baos.toByteArray()); in test_read$BII() local 335 InputStream is = new ByteArrayInputStream(new byte[10]); in test_reset() local 349 InputStream is = Support_Resources.getStream("hyts_available.tst"); in test_skipJ() local 446 InputStream is = Support_Resources.getStream("hyts_available.tst"); in test_available() local
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
D | ClassLoaderTest.java | 171 java.io.InputStream is = null; in test_getResourceLjava_lang_String() local 189 java.io.InputStream is = null; in test_getResourceAsStreamLjava_lang_String() local 206 java.io.InputStream is = cl.getResourceAsStream("hyts_Foo.c"); in test_getSystemClassLoader() local 264 InputStream is = getResourceAsStream(path + "A.class"); in define() local
|
D | ProcessTest.java | 47 InputStream is = proc.getInputStream(); in test_getInputStream() local 94 InputStream is = proc.getInputStream(); in test_getOutputStream() local
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/ |
D | StreamForwarder.java | 24 InputStream is; field in StreamForwarder 31 …StreamForwarder(Channel c, StreamForwarder sibling, Socket s, InputStream is, OutputStream os, Str… in StreamForwarder()
|
/external/hamcrest/src/org/hamcrest/ |
D | CoreMatchers.java | 13 public static <T> org.hamcrest.Matcher<T> is(org.hamcrest.Matcher<T> matcher) { in is() method in CoreMatchers 23 public static <T> org.hamcrest.Matcher<T> is(T value) { in is() method in CoreMatchers 33 public static org.hamcrest.Matcher<java.lang.Object> is(java.lang.Class<?> type) { in is() method in CoreMatchers
|
/external/mesa3d/docs/ |
D | MESA_pixmap_colormap.spec | 39 The glXCreateGLXPixmapMESA function is an alternative to glXCreateGLXPixmap function
|
D | MESA_texture_array.spec | 526 following function is used to describe the texture sampling in the function
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
D | DataInputStreamTest.java | 159 DataInputStream is = new DataInputStream(new ByteArrayInputStream( in test_readFully$BII_Exception() local 210 DataInputStream is = new DataInputStream(new ByteArrayInputStream( in test_readFully$BII_NullArray() local 273 DataInputStream is = new DataInputStream(null); in test_readFully$BII_NullStream() local 334 DataInputStream is = new DataInputStream(null); in test_readFully$BII_NullStream_NullArray() local
|
D | FilterInputStreamTest.java | 31 public MyFilterInputStream(InputStream is) { in MyFilterInputStream() 38 private InputStream is; field in FilterInputStreamTest
|
D | BufferedInputStreamTest.java | 36 private BufferedInputStream is; field in BufferedInputStreamTest 102 MockBufferedInputStream(InputStream is) throws IOException { in MockBufferedInputStream() 107 MockBufferedInputStream(InputStream is, int size) throws IOException { in MockBufferedInputStream()
|
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/export/binary/ |
D | BinaryImporter.java | 107 InputStream is = null; in load() local 125 public Savable load(InputStream is) throws IOException { in load() 129 public Savable load(InputStream is, ReadListener listener) throws IOException { in load() 133 …public Savable load(InputStream is, ReadListener listener, ByteArrayOutputStream baos) throws IOEx… in load() 259 InputStream is = f.openStream(); in load() local
|
/external/clang/test/CodeGen/ |
D | debug-info-block.c | 10 } is; variable
|
/external/tcpdump/ |
D | llc.h | 47 #define LLC_S_CMD(is) (((is) >> 2) & 0x03) argument 52 #define LLC_IS_NR(is) (((is) >> 9) & 0x7f) argument 53 #define LLC_I_NS(is) (((is) >> 1) & 0x7f) argument
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/ |
D | StreamGobbler.java | 109 private InputStream is; field in StreamGobbler 121 public StreamGobbler(InputStream is) in StreamGobbler()
|