| /third_party/protobuf/js/experimental/runtime/kernel/ |
| D | kernel_test.js | 23 function createArrayBuffer(...bytes) { 60 const bytes = createArrayBuffer(0x08, 0x01); constant 97 const bytes = createArrayBuffer(0x08, 0x01); constant 107 const bytes = createArrayBuffer(0x08, 0x01); constant 132 const bytes = createArrayBuffer(0x08, 0x01); constant 146 const bytes = createArrayBuffer(0x08, 0x01); constant 215 const bytes = createArrayBuffer(0x08, 0x01, 0x10, 0x01); constant 235 const bytes = createArrayBuffer(0x08, 0x01); constant 243 const bytes = createArrayBuffer(0x08, 0x01); constant 249 const bytes = createArrayBuffer(0x08, 0x01); constant [all …]
|
| /third_party/skia/fuzz/ |
| D | FuzzMain.cpp | 147 sk_sp<SkData> bytes(SkData::MakeFromFileName(path.c_str())); in fuzz_file() local 351 static void fuzz_json(sk_sp<SkData> bytes){ in fuzz_json() 359 static void fuzz_skottie_json(sk_sp<SkData> bytes){ in fuzz_skottie_json() 368 static void fuzz_svg_dom(sk_sp<SkData> bytes){ in fuzz_svg_dom() 379 static uint8_t calculate_option(SkData* bytes) { in calculate_option() 395 static void fuzz_api(sk_sp<SkData> bytes, SkString name) { in fuzz_api() 418 static void fuzz_animated_img(sk_sp<SkData> bytes) { in fuzz_animated_img() 428 static void fuzz_image_decode(sk_sp<SkData> bytes) { in fuzz_image_decode() 438 static void fuzz_image_decode_incremental(sk_sp<SkData> bytes) { in fuzz_image_decode_incremental() 448 static void fuzz_android_codec(sk_sp<SkData> bytes) { in fuzz_android_codec() [all …]
|
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| D | CodedInputStreamReader.java | 312 final int bytes = input.readUInt32(); in readDoubleList() local 338 final int bytes = input.readUInt32(); in readDoubleList() local 370 final int bytes = input.readUInt32(); in readFloatList() local 396 final int bytes = input.readUInt32(); in readFloatList() local 428 final int bytes = input.readUInt32(); in readUInt64List() local 454 final int bytes = input.readUInt32(); in readUInt64List() local 486 final int bytes = input.readUInt32(); in readInt64List() local 512 final int bytes = input.readUInt32(); in readInt64List() local 544 final int bytes = input.readUInt32(); in readInt32List() local 570 final int bytes = input.readUInt32(); in readInt32List() local [all …]
|
| D | BinaryReader.java | 326 ByteString bytes = in readBytes() local 376 final int bytes = readVarint32(); in readDoubleList() local 405 final int bytes = readVarint32(); in readDoubleList() local 440 final int bytes = readVarint32(); in readFloatList() local 469 final int bytes = readVarint32(); in readFloatList() local 504 final int bytes = readVarint32(); in readUInt64List() local 533 final int bytes = readVarint32(); in readUInt64List() local 568 final int bytes = readVarint32(); in readInt64List() local 597 final int bytes = readVarint32(); in readInt64List() local 632 final int bytes = readVarint32(); in readInt32List() local [all …]
|
| /third_party/protobuf/csharp/src/Google.Protobuf/ |
| D | ByteString.cs | 56 private readonly byte[] bytes; field in Google.Protobuf.ByteString 67 internal static ByteString FromBytes(byte[] bytes) in FromBytes() 76 internal static ByteString AttachBytes(byte[] bytes) in AttachBytes() 85 private ByteString(byte[] bytes) in ByteString() 164 public static ByteString FromBase64(string bytes) in FromBase64() 227 public static ByteString CopyFrom(params byte[] bytes) in CopyFrom() 235 public static ByteString CopyFrom(byte[] bytes, int offset, int count) in CopyFrom() 249 public static ByteString CopyFrom(ReadOnlySpan<byte> bytes) in CopyFrom()
|
| /third_party/skia/third_party/externals/freetype/tests/scripts/ |
| D | download-test-fonts.py | 93 def digest_data(data: bytes): 112 def install_file(content: bytes, dest_path: str): 127 def download_file(url: str, expected_digest: Optional[bytes] = None): 154 expected_digest: Optional[bytes] = None, 186 get_content: Callable[[], bytes], argument
|
| /third_party/openssl/test/ |
| D | cipherbytes_test.c | 30 const unsigned char bytes[] = {0x00}; in test_empty() local 49 const unsigned char bytes[] = {0xc0, 0x0f, 0x00, 0x2f, 0x01, 0x00}; in test_unsupported() local 74 const unsigned char bytes[] = {0x00, 0x00, 0x35, 0x01, 0x00, 0x80, in test_v2() local 104 const unsigned char bytes[] = {0x00, 0x2f, 0x00, 0x33, 0x00, 0x9f, 0x00, 0xff, in test_v3() local
|
| /third_party/musl/libc-test/src/functionalext/supplement/multibyte/ |
| D | c16rtomb.c | 30 char bytes[MB_LEN_MAX]; in c16rtomb_0100() local 111 char bytes[MB_LEN_MAX]; in c16rtomb_0300() local 126 char bytes[MB_LEN_MAX]; in c16rtomb_0400() local 154 char bytes[MB_LEN_MAX]; in c16rtomb_0500() local
|
| D | c32rtomb.c | 48 char bytes[MB_LEN_MAX]; in c32rtomb_0200() local 79 char bytes[MB_LEN_MAX]; in c32rtomb_0300() local 150 char bytes[MB_LEN_MAX]; in c32rtomb_0400() local
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
| D | ICUBinary.java | 58 static boolean validate(ByteBuffer bytes) { in validate() 81 private static boolean startsWithPackageName(ByteBuffer bytes, int start) { in startsWithPackageName() 97 static ByteBuffer getData(ByteBuffer bytes, CharSequence key) { in getData() 109 …static void addBaseNamesInFolder(ByteBuffer bytes, String folder, String suffix, Set<String> names… in addBaseNamesInFolder() 124 private static int binarySearch(ByteBuffer bytes, CharSequence key) { in binarySearch() 149 private static int getNameOffset(ByteBuffer bytes, int index) { in getNameOffset()
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| D | ICUBinary.java | 54 static boolean validate(ByteBuffer bytes) { in validate() 77 private static boolean startsWithPackageName(ByteBuffer bytes, int start) { in startsWithPackageName() 93 static ByteBuffer getData(ByteBuffer bytes, CharSequence key) { in getData() 105 …static void addBaseNamesInFolder(ByteBuffer bytes, String folder, String suffix, Set<String> names… in addBaseNamesInFolder() 120 private static int binarySearch(ByteBuffer bytes, CharSequence key) { in binarySearch() 145 private static int getNameOffset(ByteBuffer bytes, int index) { in getNameOffset()
|
| /third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
| D | IsValidUtf8Test.java | 123 private byte[] toByteArray(int... bytes) { in toByteArray() 131 private void assertValidUtf8(ByteStringFactory factory, int[] bytes, boolean not) { in assertValidUtf8() 151 private void assertValidUtf8(int... bytes) { in assertValidUtf8() 157 private void assertInvalidUtf8(int... bytes) { in assertInvalidUtf8()
|
| /third_party/protobuf/js/experimental/runtime/ |
| D | bytestring.js | 21 constructor(bytes, base64) { argument 49 static fromArrayBuffer(bytes, start = 0, end = undefined) { argument 60 static fromArrayBufferView(bytes) { argument 77 static fromUint8ArrayUnsafe(bytes) { argument
|
| D | bytestring_internal.js | 16 function byteStringFromUint8ArrayUnsafe(bytes) { argument 26 function byteStringToUint8ArrayUnsafe(bytes) { argument
|
| /third_party/pulseaudio/sonic/ |
| D | wave.c | 31 void *bytes, in writeBytes() 60 char bytes[4]; in writeInt() local 75 char bytes[2]; in writeShort() local 88 void *bytes, in readBytes() 100 void *bytes, in readExactBytes() 119 unsigned char bytes[4]; in readInt() local 134 unsigned char bytes[2]; in readShort() local 332 unsigned char bytes[WAVE_BUF_LEN]; in readFromWaveFile() local 356 unsigned char bytes[WAVE_BUF_LEN]; in writeToWaveFile() local
|
| /third_party/musl/libc-test/src/functionalext/supplement/unistd/ |
| D | readlinkat.c | 35 ssize_t bytes = write(fd, buf, sizeof(buf)); in create_file() local 80 ssize_t bytes = readlinkat(fd, linkpath, rbuf, sizeof(rbuf)); in readlinkat_0100() local 132 ssize_t bytes = readlinkat(fd, linkfilename, rbuf, sizeof(rbuf)); in readlinkat_0200() local 152 ssize_t bytes = readlinkat(-1, NULL, NULL, 0); in readlinkat_0300() local
|
| /third_party/python/Programs/ |
| D | _freeze_module.py | 23 def compile_and_marshal(name: str, text: bytes) -> bytes: 34 def write_code(outfile, marshalled: bytes, varname: str) -> None: 46 def write_frozen(outpath: str, inpath: str, name: str, marshalled: bytes) -> None:
|
| /third_party/skia/fuzz/oss_fuzz/ |
| D | FuzzSkRuntimeEffect.cpp | 32 static bool FuzzSkRuntimeEffect_Once(sk_sp<SkData> bytes, const SkRuntimeEffect::Options& options) { in FuzzSkRuntimeEffect_Once() 64 bool FuzzSkRuntimeEffect(sk_sp<SkData> bytes) { in FuzzSkRuntimeEffect() 82 auto bytes = SkData::MakeWithoutCopy(data, size); in LLVMFuzzerTestOneInput() local
|
| D | FuzzJSON.cpp | 12 void FuzzJSON(sk_sp<SkData> bytes) { in FuzzJSON() 21 auto bytes = SkData::MakeWithoutCopy(data, size); in LLVMFuzzerTestOneInput() local
|
| /third_party/pcre2/pcre2/src/ |
| D | pcre2_serialize.c | 76 uint8_t *bytes; in pcre2_serialize_encode() local 164 const uint8_t *bytes, pcre2_general_context *gcontext) in pcre2_serialize_decode() 259 pcre2_serialize_get_number_of_codes(const uint8_t *bytes) in pcre2_serialize_get_number_of_codes() 277 pcre2_serialize_free(uint8_t *bytes) in pcre2_serialize_free()
|
| /third_party/skia/src/gpu/ |
| D | GrSubRunAllocator.cpp | 16 GrBagOfBytes::GrBagOfBytes(char* bytes, size_t size, size_t firstHeapAllocation) in GrBagOfBytes() 53 void GrBagOfBytes::setupBytesAndCapacity(char* bytes, int size) { in setupBytesAndCapacity() 65 char* const bytes = new char[size]; in needMoreBytes() local 79 GrSubRunAllocator::GrSubRunAllocator(char* bytes, int size, int firstHeapAllocation) in GrSubRunAllocator()
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
| D | BytesTrie.java | 131 private byte[] bytes; field in BytesTrie.State 454 assert(node<kMinValueLead); in getNextBytes() 459 node=bytes_[pos++]&0xff; in getNextBytes() argument 764 private static int readValue(byte[] bytes, int pos, int leadByte) { in readValue() 792 private static int skipValue(byte[] bytes, int pos) { in skipValue() 803 public static int jumpByDelta(byte[] bytes, int pos) { in jumpByDelta() 822 private static int skipDelta(byte[] bytes, int pos) { in skipDelta() 985 private static long findUniqueValue(byte[] bytes, int pos, long uniqueValue) { in findUniqueValue() 1020 private static void getNextBranchBytes(byte[] bytes, int pos, int length, Appendable out) { in getNextBranchBytes()
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
| D | BytesTrie.java | 124 private byte[] bytes; field in BytesTrie.State 431 assert(node<kMinValueLead); in getNextBytes() 436 node=bytes_[pos++]&0xff; in getNextBytes() argument 729 private static int readValue(byte[] bytes, int pos, int leadByte) { in readValue() 757 private static int skipValue(byte[] bytes, int pos) { in skipValue() 763 private static int jumpByDelta(byte[] bytes, int pos) { in jumpByDelta() 782 private static int skipDelta(byte[] bytes, int pos) { in skipDelta() 945 private static long findUniqueValue(byte[] bytes, int pos, long uniqueValue) { in findUniqueValue() 980 private static void getNextBranchBytes(byte[] bytes, int pos, int length, Appendable out) { in getNextBranchBytes()
|
| /third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonTest/kotlin/com/google/flatbuffers/kotlin/ |
| D | BuffersTest.kt | 12 val bytes = text.encodeToByteArray() in readBufferStringTest() constant 35 val bytes = text.encodeToByteArray() in readWriteBufferPrimitivesTest() constant
|
| /third_party/cups-filters/cupsfilters/ |
| D | check.c | 30 cupsCheckBytes(const unsigned char *bytes, /* I - Bytes to check */ in cupsCheckBytes() 70 cupsCheckValue(const unsigned char *bytes, /* I - Bytes to check */ in cupsCheckValue()
|