Home
last modified time | relevance | path

Searched refs:ByteSequence (Results 1 – 25 of 28) sorted by relevance

12

/external/tensorflow/tensorflow/core/lib/strings/
Dordered_code_test.cc212 string ByteSequence(const char (&arr)[N]) { in ByteSequence() function
539 {0x0ull, ByteSequence("\000")}, in TEST()
540 {0x1ull, ByteSequence("\001\001")}, in TEST()
541 {0x2ull, ByteSequence("\001\002")}, in TEST()
542 {0x1ull, ByteSequence("\001\001")}, in TEST()
543 {0x2ull, ByteSequence("\001\002")}, in TEST()
544 {0x3ull, ByteSequence("\001\003")}, in TEST()
545 {0x3ull, ByteSequence("\001\003")}, in TEST()
546 {0x4ull, ByteSequence("\001\004")}, in TEST()
547 {0x5ull, ByteSequence("\001\005")}, in TEST()
[all …]
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DTextFormatEscaper.java37 private interface ByteSequence { interface in TextFormatEscaper
49 static String escapeBytes(final ByteSequence input) { in escapeBytes()
110 new ByteSequence() { in escapeBytes()
126 new ByteSequence() {
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DLDC_W.java22 import org.apache.bcel.util.ByteSequence;
50 protected void initFromFile( final ByteSequence bytes, final boolean wide ) throws IOException { in initFromFile()
DGOTO_W.java23 import org.apache.bcel.util.ByteSequence;
62 protected void initFromFile( final ByteSequence bytes, final boolean wide ) throws IOException { in initFromFile()
DJSR_W.java23 import org.apache.bcel.util.ByteSequence;
62 protected void initFromFile( final ByteSequence bytes, final boolean wide ) throws IOException { in initFromFile()
DBIPUSH.java23 import org.apache.bcel.util.ByteSequence;
76 protected void initFromFile( final ByteSequence bytes, final boolean wide ) throws IOException { in initFromFile()
DSIPUSH.java23 import org.apache.bcel.util.ByteSequence;
74 protected void initFromFile( final ByteSequence bytes, final boolean wide ) throws IOException { in initFromFile()
DNEWARRAY.java24 import org.apache.bcel.util.ByteSequence;
98 protected void initFromFile( final ByteSequence bytes, final boolean wide ) throws IOException { in initFromFile()
DRET.java23 import org.apache.bcel.util.ByteSequence;
84 protected void initFromFile( final ByteSequence bytes, final boolean wide ) throws IOException { in initFromFile()
DLOOKUPSWITCH.java23 import org.apache.bcel.util.ByteSequence;
70 protected void initFromFile( final ByteSequence bytes, final boolean wide ) throws IOException { in initFromFile()
DINVOKEINTERFACE.java26 import org.apache.bcel.util.ByteSequence;
86 protected void initFromFile( final ByteSequence bytes, final boolean wide ) throws IOException { in initFromFile()
DTABLESWITCH.java23 import org.apache.bcel.util.ByteSequence;
78 protected void initFromFile( final ByteSequence bytes, final boolean wide ) throws IOException { in initFromFile()
DCPInstruction.java26 import org.apache.bcel.util.ByteSequence;
111 protected void initFromFile( final ByteSequence bytes, final boolean wide ) throws IOException { in initFromFile()
DIINC.java23 import org.apache.bcel.util.ByteSequence;
96 protected void initFromFile( final ByteSequence bytes, final boolean wide ) throws IOException { in initFromFile()
DMULTIANEWARRAY.java25 import org.apache.bcel.util.ByteSequence;
73 protected void initFromFile( final ByteSequence bytes, final boolean wide ) throws IOException { in initFromFile()
DINVOKEDYNAMIC.java28 import org.apache.bcel.util.ByteSequence;
73 protected void initFromFile( final ByteSequence bytes, final boolean wide ) throws IOException { in initFromFile()
DBranchInstruction.java23 import org.apache.bcel.util.ByteSequence;
178 protected void initFromFile( final ByteSequence bytes, final boolean wide ) throws IOException { in initFromFile()
DLocalVariableInstruction.java24 import org.apache.bcel.util.ByteSequence;
129 protected void initFromFile( final ByteSequence bytes, final boolean wide ) throws IOException { in initFromFile()
DLDC.java24 import org.apache.bcel.util.ByteSequence;
90 protected void initFromFile( final ByteSequence bytes, final boolean wide ) throws IOException { in initFromFile()
DSelect.java23 import org.apache.bcel.util.ByteSequence;
153 protected void initFromFile( final ByteSequence bytes, final boolean wide ) throws IOException { in initFromFile()
DInstruction.java25 import org.apache.bcel.util.ByteSequence;
144 protected void initFromFile( final ByteSequence bytes, final boolean wide ) throws IOException { in initFromFile()
159 public static Instruction readInstruction( final ByteSequence bytes ) throws IOException { in readInstruction()
DInstructionList.java32 import org.apache.bcel.util.ByteSequence;
159 try (ByteSequence bytes = new ByteSequence(code)) { in InstructionList()
957 try (ByteSequence bytes = new ByteSequence(getByteCode())) { in getInstructions()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/util/
DByteSequence.java30 public final class ByteSequence extends DataInputStream { class
35 public ByteSequence(final byte[] bytes) { in ByteSequence() method in ByteSequence
DCodeHTML.java80 …private String codeToHTML( final ByteSequence bytes, final int method_number ) throws IOException { in codeToHTML()
385 private void findGotos( final ByteSequence bytes, final Code code ) throws IOException { in findGotos()
552 try (ByteSequence stream = new ByteSequence(code)) { in writeMethod()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DUtility.java38 import org.apache.bcel.util.ByteSequence;
150 try (ByteSequence stream = new ByteSequence(code)) { in codeToString()
183 public static String codeToString( final ByteSequence bytes, final ConstantPool constant_pool, in codeToString()
450 public static String codeToString( final ByteSequence bytes, final ConstantPool constant_pool ) in codeToString()

12