/external/libese/ready_se/google/weaver/Applet/src/com/android/weaver/core/ |
D | CoreSlots.java | 53 public void write(short rawSlotId, byte[] key, short keyOffset, in write() 60 public byte read(short rawSlotId, byte[] key, short keyOffset, in read() 107 byte[] keyBuffer, short keyOffset, byte[] valueBuffer, short valueOffset) { in write() 150 public byte read(byte[] keyBuffer, short keyOffset, byte[] outBuffer, short outOffset) { in read()
|
/external/libese/ready_se/google/weaver/Applet/src/com/android/weaver/ |
D | Slots.java | 32 void write(short slotId, byte[] key, short keyOffset, byte[] value, short valueOffset); in write() 46 byte read(short slotId, byte[] key, short keyOffset, byte[] value, short valueOffset); in read()
|
/external/guava/android/guava/src/com/google/common/collect/ |
D | RegularImmutableMap.java | 154 @Nullable Object[] alternatingKeysAndValues, int n, int tableSize, int keyOffset) { in createHashTable() 287 @Nullable Object[] alternatingKeysAndValues, int n, int tableSize, int keyOffset) { in createHashTableOrThrow() 330 int keyOffset, in get() 389 private final transient int keyOffset; field in RegularImmutableMap.EntrySet 395 int keyOffset, in EntrySet()
|
D | RegularImmutableBiMap.java | 39 private final transient int keyOffset; // 0 for K-to-V, 1 for V-to-K field in RegularImmutableBiMap
|
/external/flatbuffers/ts/flexbuffers/ |
D | reference-util.ts | 86 const keyOffset = offset + index * width; constant 102 const keyOffset = indirectOffset + index * _byteWidth; constant
|
/external/flatbuffers/tests/ts/reflection/ |
D | key-value.js | 35 static addKey(builder, keyOffset) { argument 46 static createKeyValue(builder, keyOffset, valueOffset) { argument
|
/external/flatbuffers/java/src/main/java/com/google/flatbuffers/reflection/ |
D | KeyValue.java | 38 int keyOffset, in createKeyValue() 47 …public static void addKey(FlatBufferBuilder builder, int keyOffset) { builder.addOffset(keyOffset)… in addKey()
|
/external/flatbuffers/swift/Sources/FlatBuffers/ |
D | Verifiable.swift | 172 let keyOffset: UOffset = try verifier.getValue(at: keyPosition) variable
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | ICUResourceBundleReader.java | 449 private static String makeKeyStringFromBytes(byte[] keyBytes, int keyOffset) { in makeKeyStringFromBytes() 457 private String getKey16String(int keyOffset) { in getKey16String() 464 private String getKey32String(int keyOffset) { in getKey32String() 471 private void setKeyFromKey16(int keyOffset, UResource.Key key) { in setKeyFromKey16() 478 private void setKeyFromKey32(int keyOffset, UResource.Key key) { in setKeyFromKey32() 485 private int compareKeys(CharSequence key, char keyOffset) { in compareKeys() 492 private int compareKeys32(CharSequence key, int keyOffset) { in compareKeys32()
|
D | UResource.java | 57 private Key(byte[] keyBytes, int keyOffset, int keyLength) { in Key() 73 public Key setBytes(byte[] keyBytes, int keyOffset) { in setBytes()
|
D | RelativeDateFormat.java | 262 int keyOffset; in put() local
|
/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/ |
D | ICUResourceBundleReader.java | 447 private static String makeKeyStringFromBytes(byte[] keyBytes, int keyOffset) { in makeKeyStringFromBytes() 455 private String getKey16String(int keyOffset) { in getKey16String() 462 private String getKey32String(int keyOffset) { in getKey32String() 469 private void setKeyFromKey16(int keyOffset, UResource.Key key) { in setKeyFromKey16() 476 private void setKeyFromKey32(int keyOffset, UResource.Key key) { in setKeyFromKey32() 483 private int compareKeys(CharSequence key, char keyOffset) { in compareKeys() 490 private int compareKeys32(CharSequence key, int keyOffset) { in compareKeys32()
|
D | UResource.java | 54 private Key(byte[] keyBytes, int keyOffset, int keyLength) { in Key() 70 public Key setBytes(byte[] keyBytes, int keyOffset) { in setBytes()
|
D | RelativeDateFormat.java | 259 int keyOffset; in put() local
|
/external/cronet/stable/third_party/icu/source/common/ |
D | uresdata.cpp | 43 #define RES_GET_KEY16(pResData, keyOffset) \ argument 48 #define RES_GET_KEY32(pResData, keyOffset) \ argument 1173 int32_t keyOffset=ds->readUInt16(pKey16[i]); in ures_swapResource() local 1178 int32_t keyOffset=udata_readInt32(ds, pKey32[i]); in ures_swapResource() local
|
/external/cronet/tot/third_party/icu/source/common/ |
D | uresdata.cpp | 43 #define RES_GET_KEY16(pResData, keyOffset) \ argument 48 #define RES_GET_KEY32(pResData, keyOffset) \ argument 1173 int32_t keyOffset=ds->readUInt16(pKey16[i]); in ures_swapResource() local 1178 int32_t keyOffset=udata_readInt32(ds, pKey32[i]); in ures_swapResource() local
|
/external/icu/icu4c/source/common/ |
D | uresdata.cpp | 43 #define RES_GET_KEY16(pResData, keyOffset) \ argument 48 #define RES_GET_KEY32(pResData, keyOffset) \ argument 1170 int32_t keyOffset=ds->readUInt16(pKey16[i]); in ures_swapResource() local 1175 int32_t keyOffset=udata_readInt32(ds, pKey32[i]); in ures_swapResource() local
|
/external/cronet/stable/third_party/icu/source/tools/genrb/ |
D | reslist.cpp | 1397 int32_t keyOffset = static_cast<int32_t>(keys - fKeys); in compactKeys() local
|
/external/icu/icu4c/source/tools/genrb/ |
D | reslist.cpp | 1399 int32_t keyOffset = static_cast<int32_t>(keys - fKeys); in compactKeys() local
|
/external/cronet/tot/third_party/icu/source/tools/genrb/ |
D | reslist.cpp | 1397 int32_t keyOffset = static_cast<int32_t>(keys - fKeys); in compactKeys() local
|