Searched refs:stream (Results 1 – 5 of 5) sorted by relevance
97 const u1* stream, in dexDecodeDebugInfo0() argument101 u4 line = readUnsignedLeb128(&stream); in dexDecodeDebugInfo0()102 u4 parametersSize = readUnsignedLeb128(&stream); in dexDecodeDebugInfo0()136 name = readStringIdx(pDexFile, &stream); in dexDecodeDebugInfo0()159 u1 opcode = *stream++; in dexDecodeDebugInfo0()167 address += readUnsignedLeb128(&stream); in dexDecodeDebugInfo0()171 line += readSignedLeb128(&stream); in dexDecodeDebugInfo0()176 reg = readUnsignedLeb128(&stream); in dexDecodeDebugInfo0()186 localInReg[reg].name = readStringIdx(pDexFile, &stream); in dexDecodeDebugInfo0()187 localInReg[reg].descriptor = readTypeIdx(pDexFile, &stream); in dexDecodeDebugInfo0()[all …]
57 public DexOptions(PrintStream stream) { in DexOptions() argument58 err = stream; in DexOptions()
27 import java.util.stream.Collectors;197 String sample = strings.stream().filter(x -> "One".equals(x.trim())) in lambdaTest()199 strings.stream().forEach(System.out::println); in lambdaTest()
1002 private void closeOutput(OutputStream stream) throws IOException { in closeOutput() argument1003 if (stream == null) { in closeOutput()1007 stream.flush(); in closeOutput()1009 if (stream != context.out) { in closeOutput()1010 stream.close(); in closeOutput()
167 |[44] "Ljava/util/stream/Stream;"299 |[86] "stream"431 |[20] Ljava/util/stream/Stream;565 |[1e] java.util.stream.Stream proto()567 000510: 2000 0000 | return_type_idx: 00000020 // java.util.stream.Stream569 |[1f] java.util.stream.Stream proto(java.util.function.Function)571 00051c: 2000 0000 | return_type_idx: 00000020 // java.util.stream.Stream573 |[20] java.util.stream.Stream proto(java.util.function.Predicate)575 000528: 2000 0000 | return_type_idx: 00000020 // java.util.stream.Stream957 |[49] java.util.List.stream:()Ljava/util/stream/Stream;[all …]