/external/icu/icu4c/source/test/intltest/ |
D | apicoll.cpp | 504 sortkNone.getByteArray(length); in TestCollationKey() 510 const uint8_t* byteArrayEmpty = sortkEmpty.getByteArray(length); in TestCollationKey() 523 sortkIgnorable.getByteArray(length); in TestCollationKey() 532 doAssert(sortk1.isBogus() && (sortk1.getByteArray(length), length) == 0, in TestCollationKey() 569 const uint8_t* byteArray1 = sortk1.getByteArray(cnt1); in TestCollationKey() 570 const uint8_t* byteArray2 = sortk2.getByteArray(cnt2); in TestCollationKey() 573 byteArray3 = sortk1.getByteArray(cnt3); in TestCollationKey() 576 byteArray4 = sortk2.getByteArray(cnt4); in TestCollationKey() 1110 const uint8_t *key2primary_alias = key2.getByteArray(keylength); in TestSortKey() 1118 const uint8_t *tempkey = key1.getByteArray(keylength); in TestSortKey() [all …]
|
D | collationtest.cpp | 967 const uint8_t *p = key.getByteArray(length); in printCollationKey() 1366 const uint8_t *keyBytes = key.getByteArray(keyLength); in getCollationKey() 1460 const uint8_t *key1Bytes = key1.getByteArray(key1Length); in getMergedCollationKey() 1461 const uint8_t *key2Bytes = key2.getByteArray(key2Length); in getMergedCollationKey() 1527 const uint8_t *prevBytes = prevKey.getByteArray(prevKeyLength); in getDifferenceLevel() 1529 const uint8_t *bytes = key.getByteArray(keyLength); in getDifferenceLevel()
|
D | tscoll.cpp | 370 const uint8_t *bytes = source.getByteArray(byteCount); in prettify()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | sortkey.h | 174 const uint8_t* getByteArray(int32_t& count) const; 330 CollationKey::getByteArray(int32_t &count) const in getByteArray() function
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | UnmodifiableLazyStringList.java | 92 public byte[] getByteArray(int index) { in getByteArray() method in UnmodifiableLazyStringList 93 return list.getByteArray(index); in getByteArray()
|
D | LazyStringList.java | 79 byte[] getByteArray(int index); in getByteArray() method
|
D | LazyStringArrayList.java | 248 public byte[] getByteArray(int index) { in getByteArray() method in LazyStringArrayList 337 return list.getByteArray(index); in get()
|
/external/emma/core/java12/com/vladium/emma/rt/ |
D | InstrClassLoader.java | 219 bytes = baos.getByteArray (); in findClass() 271 bytes = baos.getByteArray (); in findClass() 279 bytes = baos.getByteArray (); in findClass()
|
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/ |
D | BasicComponent.java | 52 byte[] getByteArray(); in getByteArray() method
|
/external/r8/src/main/java/com/android/tools/r8/dex/ |
D | DexFile.java | 86 byte[] getByteArray(int size) { in getByteArray() method in DexFile
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | BundleTest.java | 307 Assert.assertArrayEquals(arr, bundle.getByteArray("foo")); in testByteArray() 308 assertNull(bundle.getByteArray("bar")); in testByteArray()
|
/external/emma/core/java12/com/vladium/util/ |
D | ByteArrayOStream.java | 197 public final byte [] getByteArray () in getByteArray() method in ByteArrayOStream
|
/external/dagger2/compiler/src/it/functional-tests/src/test/java/test/ |
D | BasicTest.java | 83 assertThat(basicComponent.getByteArray()).isSameAs(BOUND_BYTE_ARRAY); in primitiveArrays()
|
/external/emma/tools/java/com/vladium/tools/ |
D | ClassDep.java | 162 final ClassDef cls = ClassDefParser.parseClass (baos.getByteArray (), baos.size ()); in getDependencies()
|
/external/emma/core/java12/com/vladium/jcd/cls/ |
D | ClassDef.java | 459 md.update (bout.getByteArray (), 0, bout.size ()); in computeSUID()
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowBundle.java | 309 public byte[] getByteArray(String key) { in getByteArray() method in ShadowBundle
|
D | ShadowIntent.java | 402 return extras.getByteArray(name); in getByteArrayExtra()
|
/external/emma/core/java12/com/vladium/emma/instr/ |
D | InstrVisitor.java | 657 code.setCode (buf.getByteArray (), buf.size ()); in visit() 1168 final byte [] _newcode = newcode.getByteArray (); // note: not cloned in visit()
|