Home
last modified time | relevance | path

Searched refs:stream (Results 1 – 5 of 5) sorted by relevance

/dalvik/libdex/
DDexDebugInfo.cpp97 const u1* stream, in dexDecodeDebugInfo0() argument
101 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 …]
/dalvik/dx/src/com/android/dx/dex/
DDexOptions.java57 public DexOptions(PrintStream stream) { in DexOptions() argument
58 err = stream; in DexOptions()
/dalvik/dx/tests/135-invoke-custom/src/invokecustom/
DInvokeCustom.java27 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()
/dalvik/dx/src/com/android/dx/command/dexer/
DMain.java1002 private void closeOutput(OutputStream stream) throws IOException { in closeOutput() argument
1003 if (stream == null) { in closeOutput()
1007 stream.flush(); in closeOutput()
1009 if (stream != context.out) { in closeOutput()
1010 stream.close(); in closeOutput()
/dalvik/dx/tests/135-invoke-custom/
Dexpected.txt167 |[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.Stream
569 |[1f] java.util.stream.Stream proto(java.util.function.Function)
571 00051c: 2000 0000 | return_type_idx: 00000020 // java.util.stream.Stream
573 |[20] java.util.stream.Stream proto(java.util.function.Predicate)
575 000528: 2000 0000 | return_type_idx: 00000020 // java.util.stream.Stream
957 |[49] java.util.List.stream:()Ljava/util/stream/Stream;
[all …]