Home
last modified time | relevance | path

Searched defs:is (Results 1 – 25 of 153) sorted by relevance

1234567

/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
DDigestInputStreamTest.java91 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/
Dantlr3inputstream.c193 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 …]
Dantlr3tokenstream.c416 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 …]
Dantlr3baserecognizer.c277 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 …]
Dantlr3cyclicdfa.c79 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()
Dantlr3commontreenodestream.c615 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/
DJarInputStreamTest.java60 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/
DIs.java41 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/
Dstrstream_test.cpp35 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/
DCertificateFactory4Test.java71 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/
DZipFileTest.java34 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
DInflaterInputStreamTest.java148 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/
DClassLoaderTest.java171 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
DProcessTest.java47 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/
DStreamForwarder.java24 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/
DCoreMatchers.java13 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/
DMESA_pixmap_colormap.spec39 The glXCreateGLXPixmapMESA function is an alternative to glXCreateGLXPixmap function
DMESA_texture_array.spec526 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/
DDataInputStreamTest.java159 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
DFilterInputStreamTest.java31 public MyFilterInputStream(InputStream is) { in MyFilterInputStream()
38 private InputStream is; field in FilterInputStreamTest
DBufferedInputStreamTest.java36 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/
DBinaryImporter.java107 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/
Ddebug-info-block.c10 } is; variable
/external/tcpdump/
Dllc.h47 #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/
DStreamGobbler.java109 private InputStream is; field in StreamGobbler
121 public StreamGobbler(InputStream is) in StreamGobbler()

1234567