HomeSort by relevance Sort by last modified time
    Searched full:getbyte (Results 26 - 50 of 109) sorted by null

12 3 4 5

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
ArrayTest.java 140 * java.lang.reflect.Array#getByte(java.lang.Object, int)
144 // java.lang.reflect.Array.getByte(java.lang.Object, int)
149 ret = Array.getByte(x, 0);
155 ret = Array.getByte(new Object(), 0);
165 ret = Array.getByte(x, 4);
175 ret = Array.getByte(null, 0);
679 assertEquals("Get returned incorrect value", 1, Array.getByte(x, 0));
FieldTest.java 260 res = new Byte(f.getByte(o));
341 * java.lang.reflect.Field#getByte(java.lang.Object)
607 * java.lang.reflect.Field#getByte(java.lang.Object)
611 // java.lang.reflect.Field.getByte(java.lang.Object)
617 val = f.getByte(x);
619 fail("Exception during getbyte test : " + e.getMessage());
626 f.getByte(x);
639 f.getByte(null);
652 byte staticValue = f.getByte(null);
    [all...]
  /external/libcxxabi/src/Unwind/
Unwind-EHABI.cpp 35 uint8_t getByte(const uint32_t* data, size_t offset) {
249 uint8_t byte = getByte(data, offset++);
265 (((uint32_t)getByte(data, offset++)) << 4);
299 uint8_t registers = getByte(data, offset++);
312 uint32_t v = getByte(data, offset++);
327 uint8_t v = getByte(data, offset++);
357 uint8_t v = getByte(data, offset++);
368 uint8_t v = getByte(data, offset++);
376 uint8_t v = getByte(data, offset++);
    [all...]
  /external/javassist/src/test/test/javassist/convert/
ArrayAccessReplaceTest.java 56 assertEquals(i, simple.getByte(i));
249 public byte getByte(int pos);
301 public byte getByte(int pos) {
  /external/lzma/CS/7zip/Compress/LZMA/
LzmaDecoder.cs 259 byte prevByte = m_OutWindow.GetByte(0);
262 (uint)nowPos64, prevByte, m_OutWindow.GetByte(rep0));
279 m_OutWindow.PutByte(m_OutWindow.GetByte(rep0));
  /external/okhttp/okio/okio/src/main/java/okio/
RealBufferedSource.java 209 byte b0 = buffer.getByte(0);
255 byte b = buffer.getByte(pos);
273 byte b = buffer.getByte(pos);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowBundle.java 117 public byte getByte(String key) {
118 return getByte(key, (byte) 0);
122 public Byte getByte(String key, byte defaultValue) {
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
BundleTest.java 71 assertEquals((byte) 0xA, bundle.getByte("foo"));
72 assertEquals((byte) 0x0, bundle.getByte("bar"));
73 assertEquals((byte) 0x37, bundle.getByte("bar", (byte) 0x37).byteValue());
  /external/opencv/otherlibs/highgui/
grfmt_bmp.cpp 300 x_shift3 = m_strm.GetByte()*nch;
301 y_shift = m_strm.GetByte();
393 x_shift3 = m_strm.GetByte()*nch;
394 y_shift = m_strm.GetByte();
grfmt_jpeg.cpp 540 int val = m_low_strm.GetByte();
547 val = m_low_strm.GetByte();
588 code = ((code&255) << 8) | m_low_strm.GetByte();
852 m_precision = lstrm.GetByte();
855 m_planes = lstrm.GetByte();
866 int idx = lstrm.GetByte();
876 ci.h = (char)lstrm.GetByte();
879 ci.tq = (char)lstrm.GetByte();
939 int tq = lstrm.GetByte();
984 int t = lstrm.GetByte();
    [all...]
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMasRequestGetMessagesListing.java 126 mNewMessage = ((oap.getByte(OAP_TAGID_NEW_MESSAGE) & 0x01) == 1);
BluetoothMnsObexServer.java 99 Byte inst = oap.getByte(BluetoothMasRequest.OAP_TAGID_MAS_INSTANCE_ID);
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/utils/
ObexAppParameters.java 132 public byte getByte(byte tag) {
  /frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/utils/
ObexAppParameters.java 132 public byte getByte(byte tag) {
  /libcore/luni/src/main/java/javax/net/ssl/
DistinguishedNameParser.java 185 encoded[i] = (byte) getByte(p);
269 int res = getByte(pos);
296 b = getByte(pos);
316 private int getByte(int position) {
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
DNParser.java 208 encoded[i] = (byte) getByte(p);
300 int res = getByte(pos);
327 b = getByte(pos);
349 private int getByte(int position) throws IOException {
  /external/lzma/Java/SevenZip/Compression/LZMA/
Decoder.java 220 prevByte = decoder2.DecodeWithMatchByte(m_RangeDecoder, m_OutWindow.GetByte(rep0));
304 prevByte = m_OutWindow.GetByte(0);
  /packages/apps/Tag/src/com/android/apps/tag/record/
SmartPoster.java 209 builder.put(action.getByte(), action);
219 private byte getByte() {
  /cts/tests/tests/os/src/android/os/cts/
BundleTest.java 176 assertEquals(0, mBundle.getByte(KEY));
178 assertEquals(b, mBundle.getByte(KEY));
180 assertEquals(b, mBundle.getByte(KEY));
187 assertEquals((Byte)b1, mBundle.getByte(KEY, b1));
189 assertEquals((Byte)b2, mBundle.getByte(KEY, b1));
191 assertEquals((Byte)b2, mBundle.getByte(KEY, b1));
  /art/runtime/
reflection.cc 276 DO_FIRST_ARG("Ljava/lang/Byte;", GetByte, Append)
285 DO_ARG("Ljava/lang/Byte;", GetByte, Append)
292 DO_ARG("Ljava/lang/Byte;", GetByte, Append)
300 DO_ARG("Ljava/lang/Byte;", GetByte, AppendWide)
309 DO_ARG("Ljava/lang/Byte;", GetByte, AppendFloat)
319 DO_ARG("Ljava/lang/Byte;", GetByte, AppendDouble)
789 boxed_value.SetB(primitive_field->GetByte(o));
    [all...]
  /external/dexmaker/src/test/java/com/google/dexmaker/stock/
ProxyBuilderTest.java 210 public byte getByte() { return 2; }
227 assertEquals(9, proxy.getByte());
247 public byte getByte(byte input) { return input; }
272 assertEquals((byte) 2, proxy.getByte((byte) 2));
273 assertEquals((byte) 3, proxy.getByte((byte) 3));
    [all...]
  /art/test/100-reflect2/src/
Main.java 36 System.out.println(f.getByte(null));
70 System.out.println(f.getByte(null));
105 System.out.println(f.getByte(null));
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
HifiUltrasoundSpeakerTestActivity.java 146 wavAnalyzerTask = new WavAnalyzerTask(audioRecorder.getByte());
331 play(SoundGenerator.getInstance().getByte(), Common.PLAYING_SAMPLE_RATE_HZ);
HifiUltrasoundTestActivity.java 128 wavAnalyzerTask = new WavAnalyzerTask(audioRecorder.getByte());
292 play(SoundGenerator.getInstance().getByte(), Common.PLAYING_SAMPLE_RATE_HZ);
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
ImageHeaderParser.java 100 int alpha = streamReader.getByte();
343 public int getByte() throws IOException {

Completed in 1258 milliseconds

12 3 4 5