Home | History | Annotate | Download | only in dexbacked

Lines Matching refs:BaseDexBuffer

45         BaseDexBuffer dexBuf = new BaseDexBuffer(new byte[] {0x11, 0x22, 0x33, 0x44});
48 dexBuf = new BaseDexBuffer(new byte[] {0x00, 0x00, 0x00, 0x00});
51 dexBuf = new BaseDexBuffer(new byte[] {(byte)0xff, (byte)0xff, (byte)0xff, 0x7f});
57 BaseDexBuffer dexBuf = new BaseDexBuffer(new byte[] {0x00, 0x00, 0x00, (byte)0x80});
63 BaseDexBuffer dexBuf = new BaseDexBuffer(new byte[] {(byte)0xff, (byte)0xff, (byte)0xff, (byte)0x80});
69 BaseDexBuffer dexBuf = new BaseDexBuffer(new byte[] {(byte)0xff, (byte)0xff, (byte)0xff, (byte)0xff});
75 BaseDexBuffer dexBuf = new BaseDexBuffer(new byte[] {0x11, 0x22, 0x33, 0x44});
78 dexBuf = new BaseDexBuffer(new byte[] {0x00, 0x00, 0x00, 0x00});
81 dexBuf = new BaseDexBuffer(new byte[] {(byte)0xff, (byte)0xff, (byte)0xff, 0x7f});
84 dexBuf = new BaseDexBuffer(new byte[] {(byte)0xff, (byte)0xff, (byte)0xff, (byte)0xff});
90 BaseDexBuffer dexBuf = new BaseDexBuffer(new byte[] {0x00, 0x00, 0x00, (byte)0x80});
96 BaseDexBuffer dexBuf = new BaseDexBuffer(new byte[] {(byte)0xff, (byte)0xff, (byte)0xff, (byte)0x80});
102 BaseDexBuffer dexBuf = new BaseDexBuffer(new byte[] {(byte)0xfe, (byte)0xff, (byte)0xff, (byte)0xff});
108 BaseDexBuffer dexBuf = new BaseDexBuffer(new byte[] {0x11, 0x22});
111 dexBuf = new BaseDexBuffer(new byte[] {0x00, 0x00});
114 dexBuf = new BaseDexBuffer(new byte[] {(byte)0xff, (byte)0xff});
117 dexBuf = new BaseDexBuffer(new byte[] {(byte)0x00, (byte)0x80});
120 dexBuf = new BaseDexBuffer(new byte[] {(byte)0xff, (byte)0x7f});
127 BaseDexBuffer dexBuf = new BaseDexBuffer(buf);
137 BaseDexBuffer dexBuf = new BaseDexBuffer(new byte[] {0x00, 0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77});
140 dexBuf = new BaseDexBuffer(new byte[] {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00});
143 dexBuf = new BaseDexBuffer(new byte[] {(byte)0xff, (byte)0xff, (byte)0xff, (byte)0xff,
147 dexBuf = new BaseDexBuffer(new byte[] {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, (byte)0x80});
150 dexBuf = new BaseDexBuffer(new byte[] {(byte)0xff, (byte)0xff, (byte)0xff, (byte)0xff,
154 dexBuf = new BaseDexBuffer(new byte[] {(byte)0xff, (byte)0xff, (byte)0xff, (byte)0xff,
162 BaseDexBuffer dexBuf = new BaseDexBuffer(new byte[] {0x11, 0x22, 0x33, 0x44});
165 dexBuf = new BaseDexBuffer(new byte[] {0x00, 0x00, 0x00, 0x00});
168 dexBuf = new BaseDexBuffer(new byte[] {(byte)0xff, (byte)0xff, (byte)0xff, 0x7f});
171 dexBuf = new BaseDexBuffer(new byte[] {0x00, 0x00, 0x00, (byte)0x80});
174 dexBuf = new BaseDexBuffer(new byte[] {(byte)0xff, (byte)0xff, (byte)0xff, (byte)0x80});
177 dexBuf = new BaseDexBuffer(new byte[] {(byte)0xff, (byte)0xff, (byte)0xff, (byte)0xff});
183 BaseDexBuffer dexBuf = new BaseDexBuffer(new byte[] {0x11, 0x22});
186 dexBuf = new BaseDexBuffer(new byte[] {0x00, 0x00});
189 dexBuf = new BaseDexBuffer(new byte[] {(byte)0xff, (byte)0xff});
192 dexBuf = new BaseDexBuffer(new byte[] {(byte)0x00, (byte)0x80});
195 dexBuf = new BaseDexBuffer(new byte[] {(byte)0xff, (byte)0x7f});
198 dexBuf = new BaseDexBuffer(new byte[] {(byte)0xff, (byte)0x80});
205 BaseDexBuffer dexBuf = new BaseDexBuffer(buf);
218 BaseDexBuffer dexBuf = new BaseDexBuffer(buf);
252 BaseDexBuffer dexBuf = new BaseDexBuffer(buf);