/external/rust/android-crates-io/crates/zerotrie/tests/ |
D | builder_test.rs | 97 let expected_bytes = testdata::basic::TRIE_ASCII; in test_basic() localVariable 106 let expected_bytes = testdata::basic::TRIE_UNICODE; in test_basic() localVariable 111 let expected_bytes = testdata::basic::TRIE_BINARY; in test_basic() localVariable 136 let expected_bytes = &[0b10001010]; in test_single_empty_value() localVariable 156 let expected_bytes = &[b'x', 0b10001010]; in test_single_byte_string() localVariable 178 let expected_bytes = &[b'x', b'y', b'z', 0b10001010]; in test_single_string() localVariable 194 let expected_bytes = &[b'x', 0b10000000, b'y', 0b10000001]; in test_prefix_strings() localVariable 210 let expected_bytes = &[0b11000010, b'x', b'y', 1, 0b10000000, 0b10000001]; in test_single_byte_branch() localVariable 228 let expected_bytes = &[ in test_multi_byte_branch() localVariable 249 let expected_bytes = &[0x90, 0x54, b'x', 0x93, 0x64, b'y', b'z', 0x90, 0x96, 0x78]; in test_linear_varint_values() localVariable [all …]
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/src/collections/int_set/ |
D | sparse_bit_set.rs | 741 let expected_bytes = [ in generate_spec_example_2() localVariable 755 let expected_bytes = [0b00000000]; in generate_spec_example_3() localVariable 767 let expected_bytes = [0b00001101, 0b0000_0011, 0b0011_0001]; in generate_spec_example_4() localVariable 775 let expected_bytes = [0b0_00001_10, 0b01000100]; in encode_one_level() localVariable 782 let expected_bytes = [0b0_00001_10, 0b00000000]; in encode_one_level_filled() localVariable 789 let expected_bytes = [0b0_00010_10, 0b00000111, 0b11111000, 0b00000000, 0b00111111]; in encode_two_level_filled() localVariable 796 let expected_bytes = [0b0_00010_01, 0b0001_1111, 0b0001_0001, 0b0000_0001]; in encode_two_level_not_filled() localVariable 808 let expected_bytes = [ in encode_four_level_filled() localVariable 829 let expected_bytes = [ in encode_bf32() localVariable
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/src/collections/int_set/ |
D | sparse_bit_set.rs | 741 let expected_bytes = [ in generate_spec_example_2() localVariable 755 let expected_bytes = [0b00000000]; in generate_spec_example_3() localVariable 767 let expected_bytes = [0b00001101, 0b0000_0011, 0b0011_0001]; in generate_spec_example_4() localVariable 775 let expected_bytes = [0b0_00001_10, 0b01000100]; in encode_one_level() localVariable 782 let expected_bytes = [0b0_00001_10, 0b00000000]; in encode_one_level_filled() localVariable 789 let expected_bytes = [0b0_00010_10, 0b00000111, 0b11111000, 0b00000000, 0b00111111]; in encode_two_level_filled() localVariable 796 let expected_bytes = [0b0_00010_01, 0b0001_1111, 0b0001_0001, 0b0000_0001]; in encode_two_level_not_filled() localVariable 808 let expected_bytes = [ in encode_four_level_filled() localVariable 829 let expected_bytes = [ in encode_bf32() localVariable
|
/external/libaom/test/ |
D | aom_integer_test.cc | 51 const uint8_t expected_bytes[3] = { 0xE5, 0x8E, 0x26 }; in TEST() local 83 const uint8_t expected_bytes[4] = { 0xa3, 0x82, 0x80, 0x00 }; in TEST() local
|
/external/cronet/stable/net/third_party/quiche/src/quiche/http2/hpack/varint/ |
D | hpack_varint_round_trip_test.cc | 118 size_t expected_bytes) { in ValidateEncoding() 160 uint8_t prefix_length, size_t expected_bytes) { in EncodeAndDecodeValues() 207 size_t expected_bytes) { in EncodeAndDecodeValuesInRange()
|
/external/cronet/tot/net/third_party/quiche/src/quiche/http2/hpack/varint/ |
D | hpack_varint_round_trip_test.cc | 118 size_t expected_bytes) { in ValidateEncoding() 160 uint8_t prefix_length, size_t expected_bytes) { in EncodeAndDecodeValues() 207 size_t expected_bytes) { in EncodeAndDecodeValuesInRange()
|
/external/rust/android-crates-io/crates/uguid/tests/ |
D | test_guid.rs | 78 let expected_bytes = [ in test_from_random_bytes() localVariable
|
/external/google-breakpad/src/processor/ |
D | synth_minidump_unittest.cc | 181 static const uint8_t expected_bytes[] = { in TEST() local 209 static const uint8_t expected_bytes[] = { in TEST() local
|
/external/tensorflow/tensorflow/core/framework/ |
D | dataset_test.cc | 44 const int64_t expected_bytes; member
|
/external/openscreen/cast/streaming/ |
D | rtp_packetizer_unittest.cc | 120 const absl::Span<const uint8_t> expected_bytes( in TestGeneratePacket() local
|
/external/OpenCL-CTS/test_conformance/images/clFillImage/ |
D | test_fill_generic.cpp | 509 size_t expected_bytes = scanlineSize * imageRegion[1] * imageRegion[2]; in test_fill_image_generic() local
|
/external/pigweed/pw_bluetooth_proxy/ |
D | rfcomm_test.cc | 447 ConstByteSpan expected_bytes = as_bytes(span( in TEST_F() local 490 ConstByteSpan expected_bytes = as_bytes(span( in TEST_F() local
|
/external/webrtc/modules/rtp_rtcp/source/ |
D | byte_io_unittest.cc | 110 uint8_t expected_bytes[B + kAlignments]; in TestWrite() local
|
/external/cronet/tot/third_party/boringssl/src/crypto/trust_token/ |
D | trust_token_test.cc | 261 uint8_t expected_bytes[1 + 2 * EC_MAX_BYTES]; in TEST() local 281 uint8_t expected_bytes[1 + 2 * EC_MAX_BYTES]; in TEST() local 303 uint8_t expected_bytes[1 + 2 * EC_MAX_BYTES]; in TEST() local
|
/external/cronet/stable/third_party/boringssl/src/crypto/trust_token/ |
D | trust_token_test.cc | 261 uint8_t expected_bytes[1 + 2 * EC_MAX_BYTES]; in TEST() local 281 uint8_t expected_bytes[1 + 2 * EC_MAX_BYTES]; in TEST() local 303 uint8_t expected_bytes[1 + 2 * EC_MAX_BYTES]; in TEST() local
|
/external/boringssl/src/crypto/trust_token/ |
D | trust_token_test.cc | 261 uint8_t expected_bytes[1 + 2 * EC_MAX_BYTES]; in TEST() local 281 uint8_t expected_bytes[1 + 2 * EC_MAX_BYTES]; in TEST() local 303 uint8_t expected_bytes[1 + 2 * EC_MAX_BYTES]; in TEST() local
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/src/tables/postscript/ |
D | index.rs | 295 let expected_bytes = vec![i as u8; expected_len]; in test_index() localVariable
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/src/tables/postscript/ |
D | index.rs | 295 let expected_bytes = vec![i as u8; expected_len]; in test_index() localVariable
|
/external/grpc-grpc/test/core/transport/chttp2/ |
D | graceful_shutdown_test.cc | 214 std::string expected_bytes; in WaitForGoaway() local
|
/external/libchrome/base/files/ |
D | file_proxy_unittest.cc | 267 int expected_bytes = arraysize(expected_data); in TEST_F() local
|
/external/cronet/tot/net/third_party/quiche/src/quiche/common/ |
D | capsule_test.cc | 62 const std::string& expected_bytes) { in TestSerialization()
|
/external/cronet/stable/net/third_party/quiche/src/quiche/common/ |
D | capsule_test.cc | 62 const std::string& expected_bytes) { in TestSerialization()
|
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/trust_token/ |
D | trust_token_test.cc | 95 uint8_t expected_bytes[1 + 2 * EC_MAX_BYTES]; in TEST() local 117 uint8_t expected_bytes[1 + 2 * EC_MAX_BYTES]; in TEST() local
|
/external/webrtc/modules/audio_coding/neteq/ |
D | audio_decoder_unittest.cc | 156 void EncodeDecodeTest(size_t expected_bytes, in EncodeDecodeTest()
|
/external/rust/android-crates-io/extra_versions/crates/protobuf/src/ |
D | coded_output_stream.rs | 598 let expected_bytes = decode_hex(expected); in test_write() localVariable
|