| /third_party/protobuf/csharp/src/Google.Protobuf/ |
| H A D | ByteString.cs | 56 private readonly byte[] bytes;
field in Google.Protobuf.ByteString 67 internal static ByteString FromBytes(byte[] bytes)
in FromBytes() argument 76 internal static ByteString AttachBytes(byte[] bytes)
in AttachBytes() argument 85 private ByteString(byte[] bytes)
in ByteString() argument 164 FromBase64(string bytes) FromBase64() argument 227 CopyFrom(params byte[] bytes) CopyFrom() argument 235 CopyFrom(byte[] bytes, int offset, int count) CopyFrom() argument 248 CopyFrom(ReadOnlySpan<byte> bytes) CopyFrom() argument [all...] |
| /third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/ |
| H A D | TextFormatTest.java | 227 private ByteString bytes(String str) throws Exception { in bytes() method in TextFormatTest 236 private ByteString bytes(int... bytesAsInts) { in bytes() method in TextFormatTest [all...] |
| /third_party/pulseaudio/sonic/ |
| H A D | wave.c | 60 char bytes[4]; in writeInt() local 75 char bytes[2]; in writeShort() local 29 writeBytes( waveFile file, void *bytes, int length) writeBytes() argument 86 readBytes( waveFile file, void *bytes, int length) readBytes() argument 98 readExactBytes( waveFile file, void *bytes, int length) readExactBytes() argument 119 unsigned char bytes[4]; readInt() local 134 unsigned char bytes[2]; readShort() local 332 unsigned char bytes[WAVE_BUF_LEN]; readFromWaveFile() local 356 unsigned char bytes[WAVE_BUF_LEN]; writeToWaveFile() local [all...] |
| /third_party/pulseaudio/src/modules/ |
| H A D | module-esound-sink.c | 259 size_t bytes; in thread_func() local
|
| /third_party/openssl/crypto/cms/ |
| H A D | cms_att.c | 102 CMS_signed_add1_attr_by_OBJ(CMS_SignerInfo *si, const ASN1_OBJECT *obj, int type, const void *bytes, int len) CMS_signed_add1_attr_by_OBJ() argument 111 CMS_signed_add1_attr_by_NID(CMS_SignerInfo *si, int nid, int type, const void *bytes, int len) CMS_signed_add1_attr_by_NID() argument 119 CMS_signed_add1_attr_by_txt(CMS_SignerInfo *si, const char *attrname, int type, const void *bytes, int len) CMS_signed_add1_attr_by_txt() argument 169 CMS_unsigned_add1_attr_by_OBJ(CMS_SignerInfo *si, const ASN1_OBJECT *obj, int type, const void *bytes, int len) CMS_unsigned_add1_attr_by_OBJ() argument 178 CMS_unsigned_add1_attr_by_NID(CMS_SignerInfo *si, int nid, int type, const void *bytes, int len) CMS_unsigned_add1_attr_by_NID() argument 187 CMS_unsigned_add1_attr_by_txt(CMS_SignerInfo *si, const char *attrname, int type, const void *bytes, int len) CMS_unsigned_add1_attr_by_txt() argument [all...] |
| /third_party/openssl/crypto/evp/ |
| H A D | evp_pkey.c | 197 EVP_PKEY_add1_attr_by_OBJ(EVP_PKEY *key, const ASN1_OBJECT *obj, int type, const unsigned char *bytes, int len) EVP_PKEY_add1_attr_by_OBJ() argument 206 EVP_PKEY_add1_attr_by_NID(EVP_PKEY *key, int nid, int type, const unsigned char *bytes, int len) EVP_PKEY_add1_attr_by_NID() argument 215 EVP_PKEY_add1_attr_by_txt(EVP_PKEY *key, const char *attrname, int type, const unsigned char *bytes, int len) EVP_PKEY_add1_attr_by_txt() argument
|
| /third_party/openssl/crypto/bn/ |
| H A D | bn_rand.c | 27 int b, ret = 0, bit, bytes, mask; in bnrand() local [all...] |
| /third_party/openssl/crypto/ |
| H A D | params_dup.c | 29 size_t ossl_param_bytes_to_blocks(size_t bytes) in ossl_param_bytes_to_blocks() argument
|
| /third_party/openssl/crypto/cmp/ |
| H A D | cmp_util.c | 266 ossl_cmp_asn1_octet_string_set1_bytes(ASN1_OCTET_STRING **tgt, const unsigned char *bytes, int len) ossl_cmp_asn1_octet_string_set1_bytes() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | BinaryStream.h | 252 void writeBytes(const unsigned char *bytes, size_t count) { write(bytes, count); } in writeBytes() argument
|
| /third_party/vk-gl-cts/executor/ |
| H A D | xeTestLogWriter.cpp | 227 inline Base64Formatter toBase64 (const deUint8* bytes, int numBytes) { return Base64Formatter(bytes, numBytes); } in toBase64() argument
|
| /third_party/vk-gl-cts/external/amber/src/src/ |
| H A D | pipeline_test.cc | 866 const uint32_t* bytes = buf.buffer->GetValues<uint32_t>(); in TEST_F() local 953 const uint8_t* bytes = buf->GetValues<uint8_t>(); in TEST_F() local
|
| /third_party/skia/third_party/externals/spirv-tools/test/ |
| H A D | unit_spirv.h | 55 unsigned char bytes[4]; member
|
| /third_party/skia/src/core/ |
| H A D | SkGlyphRun.cpp | 189 textToGlyphRunList( const SkFont& font, const SkPaint& paint, const void* bytes, size_t byteLength, SkPoint origin, SkTextEncoding encoding) textToGlyphRunList() argument 312 textToGlyphIDs( const SkFont& font, const void* bytes, size_t byteLength, SkTextEncoding encoding) textToGlyphIDs() argument
|
| /third_party/skia/src/gpu/ |
| H A D | GrSubRunAllocator.h | 180 char* bytes = fAlloc.template allocateBytesFor<T>(); makePOD() local 187 char* bytes = fAlloc.template allocateBytesFor<T>(); makeUnique() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
| H A D | ExecutableMemory.cpp | 67 void *allocateRaw(size_t bytes, size_t alignment) in allocateRaw() argument 236 void *allocate(size_t bytes, size_t alignment) in allocate() argument 273 allocateMemoryPages(size_t bytes, int permissions, bool need_exec) allocateMemoryPages() argument 364 protectMemoryPages(void *memory, size_t bytes, int permissions) protectMemoryPages() argument 391 deallocateMemoryPages(void *memory, size_t bytes) deallocateMemoryPages() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| H A D | VkDescriptorSetLayout.cpp | 437 int bytes = format.bytes(); local
|
| H A D | VkFormat.cpp | 1532 size_t Format::bytes() const bytes() function in vk::Format [all...] |
| /third_party/openssl/crypto/x509/ |
| H A D | x509_req.c | 242 X509_REQ_add1_attr_by_OBJ(X509_REQ *req, const ASN1_OBJECT *obj, int type, const unsigned char *bytes, int len) X509_REQ_add1_attr_by_OBJ() argument 257 X509_REQ_add1_attr_by_NID(X509_REQ *req, int nid, int type, const unsigned char *bytes, int len) X509_REQ_add1_attr_by_NID() argument 272 X509_REQ_add1_attr_by_txt(X509_REQ *req, const char *attrname, int type, const unsigned char *bytes, int len) X509_REQ_add1_attr_by_txt() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
| H A D | unit_spirv.h | 55 unsigned char bytes[4]; member
|
| /third_party/skia/third_party/externals/libgifcodec/ |
| H A D | SkGifImageReader.cpp | 363 const size_t bytes = m_colors * SK_BYTES_PER_COLORMAP_ENTRY; in buildTable() local [all...] |
| /third_party/skia/third_party/externals/icu/source/io/ |
| H A D | ufmt_cmn.cpp | 175 uint8_t bytes[sizeof(void*)]; in ufmt_utop() member
|
| /third_party/skia/third_party/externals/icu/source/tools/escapesrc/ |
| H A D | escapesrc.cpp | 147 uint8_t bytes[4]; in appendUtf8() local
|
| /third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
| H A D | ucm.h | 57 uint8_t bytes[4]; member 77 uint8_t *bytes; member [all...] |
| H A D | ucmstate.cpp | 978 ucm_countChars(UCMStates *states, const uint8_t *bytes, int32_t length) ucm_countChars() argument [all...] |