Home
last modified time | relevance | path

Searched +defs:is +defs:stream (Results 1 – 13 of 13) sorted by relevance

/external/antlr/runtime/C/src/
Dantlr3tokenstream.c95 pANTLR3_TOKEN_STREAM stream; in antlr3TokenStreamNew() local
115 antlr3TokenStreamFree(pANTLR3_TOKEN_STREAM stream) in antlr3TokenStreamFree()
121 antlr3CTSFree (pANTLR3_COMMON_TOKEN_STREAM stream) in antlr3CTSFree()
208 pANTLR3_COMMON_TOKEN_STREAM stream; in antlr3CommonTokenDebugStreamSourceNew() local
237 pANTLR3_COMMON_TOKEN_STREAM stream; in antlr3CommonTokenStreamSourceNew() local
256 pANTLR3_COMMON_TOKEN_STREAM stream; in antlr3CommonTokenStreamNew() local
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()
[all …]
Dantlr3commontreenodestream.c90 pANTLR3_TREE_NODE_STREAM stream; in antlr3TreeNodeStreamNew() local
110 antlr3TreeNodeStreamFree(pANTLR3_TREE_NODE_STREAM stream) in antlr3TreeNodeStreamFree()
118 pANTLR3_COMMON_TREE_NODE_STREAM stream; in antlr3CommonTreeNodeStreamNewTree() local
134 pANTLR3_COMMON_TREE_NODE_STREAM stream; in antlr3CommonTreeNodeStreamNewStream() local
272 pANTLR3_COMMON_TREE_NODE_STREAM stream; in antlr3CommonTreeNodeStreamNew() local
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()
[all …]
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/zip/
DBinaryTreeTest.java40 …final BitStream stream = new BitStream(new ByteArrayInputStream(new byte[] { (byte) 0x8D, (byte) 0… in testDecode() local
60 InputStream is = new ByteArrayInputStream(new byte[]{}); in testExceptions() local
DZipFileTest.java514 try (InputStream stream = zf.getInputStream(inflatedEntry)) { in testEntryAlignment()
527 try (InputStream stream = zf.getInputStream(storedEntry)) { in testEntryAlignment()
541 try (InputStream stream = zf.getInputStream(storedEntry2)) { in testEntryAlignment()
555 try (InputStream stream = zf.getInputStream(storedEntry3)) { in testEntryAlignment()
652 try (InputStream is = archive.getInputStream(e)) { in singleByteReadConsistentlyReturnsMinusOneAtEof()
694 try (InputStream is = archive.getInputStream(e)) { in multiByteReadConsistentlyReturnsMinusOneAtEof()
704 try (InputStream stream = zf.getInputStream(entry)) { in assertAllReadMethods()
713 try (InputStream stream = zf.getInputStream(entry)) { in assertAllReadMethods()
730 try (InputStream stream = zf.getInputStream(entry)) { in assertAllReadMethods()
757 …private byte[] readStreamRest(byte[] beginning, int length, InputStream stream) throws IOException… in readStreamRest()
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
DDownsampler.java103 …public Bitmap decode(InputStream is, BitmapPool pool, int outWidth, int outHeight, DecodeFormat de… in decode()
110 final ExceptionCatchingInputStream stream = in decode() local
190 …private Bitmap downsampleWithSize(ExceptionCatchingInputStream is, BitmapFactory.Options options, … in downsampleWithSize()
205 private static boolean shouldUsePool(InputStream is) { in shouldUsePool()
233 private static Bitmap.Config getConfig(InputStream is, DecodeFormat format) { in getConfig()
285 public int[] getDimensions(ExceptionCatchingInputStream is, BitmapFactory.Options options) { in getDimensions()
292 …private static Bitmap decodeStream(ExceptionCatchingInputStream is, BitmapFactory.Options options)… in decodeStream()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DImageUtil.java24 public static Point getImageSizeFromStream(InputStream is) { in getImageSizeFromStream()
50 Bitmap realBitmap, CompressFormat format, int quality, OutputStream stream) { in writeToStream()
/external/mesa3d/src/gallium/drivers/i915/
Di915_debug.c55 void i915_debug_init(struct i915_screen *is) in i915_debug_init()
71 struct debug_stream *stream, in PRINTF()
83 static boolean debug( struct debug_stream *stream, const char *name, unsigned len ) in debug()
128 static boolean debug_prim( struct debug_stream *stream, const char *name, in debug_prim()
158 static boolean debug_program( struct debug_stream *stream, const char *name, unsigned len ) in debug_program()
179 static boolean debug_chain( struct debug_stream *stream, const char *name, unsigned len ) in debug_chain()
203 static boolean debug_variable_length_prim( struct debug_stream *stream ) in debug_variable_length_prim()
227 struct debug_stream *stream, in BITS()
261 struct debug_stream *stream, in FLAG()
280 static boolean debug_load_immediate( struct debug_stream *stream, in debug_load_immediate()
[all …]
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/
DAbstractTestCase.java167 OutputStream stream = null; in createArchive() local
229 OutputStream stream = null; in createEmptyArchive() local
256 OutputStream stream = null; in createSingleEntryArchive() local
287 try (InputStream is = new FileInputStream(archive)) { in checkArchiveContent()
/external/skqp/platform_tools/android/apps/skottie/src/main/cpp/
Dnative-lib.cpp109 jlong runner, jobject is, in Java_org_skia_skottie_SkottieRunner_00024SkottieAnimationImpl_nCreateProxy()
116 std::unique_ptr<SkStream> stream(CopyJavaInputStream(env, is, storage)); in Java_org_skia_skottie_SkottieRunner_00024SkottieAnimationImpl_nCreateProxy() local
/external/skia/platform_tools/android/apps/skottie/src/main/cpp/
Dnative-lib.cpp109 jlong runner, jobject is, in Java_org_skia_skottie_SkottieRunner_00024SkottieAnimationImpl_nCreateProxy()
116 std::unique_ptr<SkStream> stream(CopyJavaInputStream(env, is, storage)); in Java_org_skia_skottie_SkottieRunner_00024SkottieAnimationImpl_nCreateProxy() local
/external/python/cpython3/Python/
Dpylifecycle.c1704 PyObject *buf = NULL, *stream = NULL, *text = NULL, *raw = NULL, *res; in create_stdio() local
2209 PyInterpreterState *is; in _Py_PyAtExit() local
/external/v8/tools/profviz/
Dgnuplot-4.6.3-emscripten.js998 …Path:"/",nextInode:2,streams:[null],ignorePermissions:true,createFileHandle:function (stream, fd) { argument
1548 }function _fwrite(ptr, size, nitems, stream) { argument
1933 }function _fprintf(stream, format, varargs) { argument
2003 function _ftell(stream) { argument
2042 }function _fseek(stream, offset, whence) { argument
2052 }function _rewind(stream) { argument
2170 }function _fread(ptr, size, nitems, stream) { argument
2209 }function _fclose(stream) { argument
2326 function _fputs(s, stream) { argument
2332 function _fflush(stream) { argument
[all …]
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustBufferAccessWithVariablePointersTests.cpp507 std::stringstream stream; in str() local
819 const char is = '='; in MakeShader() local