HomeSort by relevance Sort by last modified time
    Searched refs:byteData (Results 1 - 25 of 46) sorted by null

1 2

  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/util/
H2Test.java 24 byte[] byteData = byteString.getBytes();
30 values.put("byte_data", byteData);
SQLite_Test.java 20 byte[] byteData = byteString.getBytes();
26 values.put("byte_data", byteData);
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
AnnotationSetItem.java 116 MixedItemSection byteData = file.getByteData();
120 items[i] = byteData.intern(items[i]);
DexFile.java 86 private final MixedItemSection byteData;
113 byteData = new MixedItemSection("byte_data", this, 1, SortType.TYPE);
128 classDefs, wordData, typeLists, stringData, byteData,
386 return byteData;
486 byteData.prepare();
CodeItem.java 117 MixedItemSection byteData = file.getByteData();
122 byteData.add(debugInfo);
ClassDefItem.java 132 MixedItemSection byteData = file.getByteData();
146 byteData.intern(new EncodedArrayItem(staticValues));
  /dalvik/dx/src/com/android/dx/dex/file/
AnnotationSetItem.java 117 MixedItemSection byteData = file.getByteData();
121 items[i] = byteData.intern(items[i]);
DexFile.java 89 private final MixedItemSection byteData;
118 byteData = new MixedItemSection("byte_data", this, 1, SortType.TYPE);
133 classDefs, wordData, typeLists, stringData, byteData,
405 return byteData;
503 byteData.prepare();
CodeItem.java 108 MixedItemSection byteData = file.getByteData();
113 byteData.add(debugInfo);
ClassDefItem.java 130 MixedItemSection byteData = file.getByteData();
144 byteData.intern(new EncodedArrayItem(staticValues));
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
AnnotationSetItem.java 116 MixedItemSection byteData = file.getByteData();
120 items[i] = byteData.intern(items[i]);
DexFile.java 91 private final MixedItemSection byteData;
120 byteData = new MixedItemSection("byte_data", this, 1, SortType.TYPE);
135 classDefs, wordData, typeLists, stringData, byteData,
407 return byteData;
505 byteData.prepare();
CodeItem.java 117 MixedItemSection byteData = file.getByteData();
122 byteData.add(debugInfo);
ClassDefItem.java 130 MixedItemSection byteData = file.getByteData();
144 byteData.intern(new EncodedArrayItem(staticValues));
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
SQLiteCursorTest.java 212 byte[] byteData = sql.getBytes();
215 statement.setObject(1, byteData);
222 assertThat(byteData.length, equalTo(retrievedByteData.length));
224 for (int i = 0; i < byteData.length; i++) {
225 assertThat(byteData[i], equalTo(retrievedByteData[i]));
  /external/webrtc/talk/app/webrtc/objctests/
RTCPeerConnectionTest.mm 267 NSData* byteData = [NSData dataWithBytes:bytes length:byteLength];
268 buffer = [[RTCDataBuffer alloc] initWithData:byteData isBinary:YES];
269 [answeringExpectations expectMessage:[byteData copy] isBinary:YES];
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
WavAnalyzer.java 25 public WavAnalyzer(byte[] byteData, int sampleRate, Listener listener) {
29 short[] shortData = new short[byteData.length >> 1];
30 ByteBuffer.wrap(byteData).order(ByteOrder.LITTLE_ENDIAN).asShortBuffer().get(shortData);
  /cts/tests/tests/media/src/android/media/cts/
AudioRecordTest.java 166 byte[] byteData = new byte[BUFFER_SIZE];
172 mAudioRecord.read(byteData, 0, BUFFER_SIZE);
225 mAudioRecord.read(byteData, 0, BUFFER_SIZE);
    [all...]
AudioTrackSurroundTest.java 193 byte[] byteData = loadRawResourceBytes(R.raw.sinesweepraw);
194 assertTrue(TEST_NAME + ": load sinesweepraw as bytes", byteData.length > shortData.length);
  /external/libunwind_llvm/src/
Unwind-EHABI.cpp 35 const uint8_t* byteData = reinterpret_cast<const uint8_t*>(data);
36 return byteData[(offset & ~(size_t)0x03) + (3 - (offset & (size_t)0x03))];
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
Unwind-EHABI.cpp 36 const uint8_t* byteData = reinterpret_cast<const uint8_t*>(data);
37 return byteData[(offset & ~(size_t)0x03) + (3 - (offset & (size_t)0x03))];
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
jsoup-1.7.2.jar 
  /prebuilts/tools/common/m2/repository/org/jsoup/jsoup/1.6.3/
jsoup-1.6.3.jar 
  /external/vulkan-validation-layers/demos/smoke/android/gradle/wrapper/
gradle-wrapper.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 

Completed in 2056 milliseconds

1 2