Searched defs:stream (Results 1 – 2 of 2) sorted by relevance
149 const u1* stream, in dexDecodeDebugInfo0()321 const u1* stream = dexGetDebugInfoStream(pDexFile, pCode); in dexDecodeDebugInfo() local
719 private static void closeOutput(OutputStream stream) throws IOException { in closeOutput()