Home
last modified time | relevance | path

Searched defs:inBytes (Results 1 – 25 of 38) sorted by relevance

12

/external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/
DAltsHandshakerClientTest.java124 ByteBuffer inBytes = ByteBuffer.allocate(IN_BYTES_SIZE); in startServerHandshakeFailure() local
137 ByteBuffer inBytes = ByteBuffer.allocate(IN_BYTES_SIZE); in startServerHandshakeSuccess() local
152 ByteBuffer inBytes = ByteBuffer.allocate(IN_BYTES_SIZE); in startServerHandshakeEmptyOutFrame() local
167 ByteBuffer inBytes = ByteBuffer.allocate(IN_BYTES_SIZE); in startServerHandshakeWithPrefixBuffer() local
185 ByteBuffer inBytes = ByteBuffer.allocate(IN_BYTES_SIZE); in nextFailure() local
198 ByteBuffer inBytes = ByteBuffer.allocate(IN_BYTES_SIZE); in nextSuccess() local
213 ByteBuffer inBytes = ByteBuffer.allocate(IN_BYTES_SIZE); in nextEmptyOutFrame() local
228 ByteBuffer inBytes = ByteBuffer.allocate(IN_BYTES_SIZE); in nextFinished() local
/external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/internal/
DAltsHandshakerClient.java98 private void setStartServerFields(HandshakerReq.Builder req, ByteBuffer inBytes) { in setStartServerFields()
198 public ByteBuffer startServerHandshake(ByteBuffer inBytes) throws GeneralSecurityException { in startServerHandshake()
222 public ByteBuffer next(ByteBuffer inBytes) throws GeneralSecurityException { in next()
/external/icu/icu4c/source/tools/toolutil/
Dswapimpl.cpp104 const uint8_t *inBytes=static_cast<const uint8_t *>(inData)+headerSize; in upname_swap() local
315 const uint8_t *inBytes; in ucase_swap() local
417 const uint8_t *inBytes; in ubidi_swap() local
527 const uint8_t *inBytes; in unorm_swap() local
651 const uint8_t *inBytes; in test_swap() local
Dpkgitems.cpp369 const uint8_t *inBytes, int32_t length, in ures_enumDependencies()
447 const uint8_t *inBytes, int32_t length, in ucnv_enumDependencies()
617 const uint8_t *inBytes=pItem->data+itemHeaderLength; in enumDependencies() local
/external/libese/apps/boot/card/src/com/android/verifiedboot/storage/
DBackupInterface.java27 boolean restore(byte[] inBytes, short inBytesOffset, short inBytesLength); in restore()
DDefaultOsBackupImpl.java54 public boolean restore(byte[] inBytes, short inBytesOffset) { in restore()
DOsBackupInterface.java51 boolean restore(byte[] inBytes, short inBytesOffset); in restore()
DVersionStorage.java92 public boolean restore(byte[] inBytes, short inBytesOffset, short inBytesLength) { in restore()
DBasicLock.java82 public boolean restore(byte[] inBytes, short inBytesOffset, in restore()
DCarrierLock.java505 public boolean restore(byte[] inBytes, short inBytesOffset, in restore()
/external/icu/icu4c/source/common/
Ducol_swp.cpp93 const uint8_t *inBytes; in swapFormatVersion3() local
309 const uint8_t *inBytes=(const uint8_t *)inData; in swapFormatVersion4() local
531 const uint8_t *inBytes; in ucol_swapInverseUCA() local
Ducnv_u8.cpp76 int32_t i, inBytes; in ucnv_toUnicode_UTF8() local
194 int32_t i, inBytes; in ucnv_toUnicode_UTF8_OFFSETS_LOGIC() local
Drbbidata.cpp324 const uint8_t *inBytes =(const uint8_t *)inData+headerSize; in ubrk_swap() local
Ddictionarydata.cpp166 const uint8_t *inBytes; in udict_swap() local
Dloadednormalizer2impl.cpp85 const uint8_t *inBytes=(const uint8_t *)udata_getMemory(memory); in load() local
/external/icu/icu4c/source/i18n/
Dcollationroot.cpp62 const uint8_t *inBytes = static_cast<const uint8_t *>(udata_getMemory(t->memory)); in load() local
Dcollationdatareader.cpp47 CollationDataReader::read(const CollationTailoring *base, const uint8_t *inBytes, int32_t inLength, in read()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationLoader.java203 ByteBuffer inBytes = binary.getBinary(); in loadTailoring() local
DCollationDataReader.java99 static void read(CollationTailoring base, ByteBuffer inBytes, in read()
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationLoader.java205 ByteBuffer inBytes = binary.getBinary(); in loadTailoring() local
DCollationDataReader.java100 static void read(CollationTailoring base, ByteBuffer inBytes, in read()
/external/icu/icu4c/source/tools/icuswap/
Dicuswap.cpp343 const uint8_t *inBytes; in udata_swapPackage() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUResourceBundleReader.java186 ByteBuffer inBytes; in createInstance() local
214 private ICUResourceBundleReader(ByteBuffer inBytes, in ICUResourceBundleReader()
241 private void init(ByteBuffer inBytes) throws IOException { in init()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DICUResourceBundleReader.java188 ByteBuffer inBytes; in createInstance() local
216 private ICUResourceBundleReader(ByteBuffer inBytes, in ICUResourceBundleReader()
243 private void init(ByteBuffer inBytes) throws IOException { in init()
/external/libpcap/msdos/
Dpktdrvr.h76 DWORD inBytes; /* # of bytes received */ member

12