Home
last modified time | relevance | path

Searched defs:expected_length (Results 1 – 25 of 45) sorted by relevance

12

/aosp_15_r20/external/flac/src/test_libFLAC++/
H A Dmetadata_object.cpp252 uint32_t expected_length; in test_metadata_object_streaminfo() local
485 uint32_t expected_length; in test_metadata_object_padding() local
646 uint32_t expected_length; in test_metadata_object_application() local
816 uint32_t expected_length; in test_metadata_object_seektable() local
1015 uint32_t expected_length; in test_metadata_object_vorbiscomment() local
1431 uint32_t expected_length; in test_metadata_object_cuesheet() local
1810 uint32_t expected_length; in test_metadata_object_picture() local
/aosp_15_r20/external/icing/icing/util/
H A Dcharacter-iterator.cc104 int expected_length = utf8_index_ - utf8_index; in RewindToUtf8() local
176 int expected_length = utf8_index_ - utf8_index; in RewindToUtf16() local
244 int expected_length = utf8_index_ - utf8_index; in RewindToUtf32() local
/aosp_15_r20/external/pdfium/fxbarcode/pdf417/
H A DBC_PDF417HighLevelEncoder_unittest.cpp15 int expected_length; in TEST() member
64 int expected_length; in TEST() member
109 int expected_length; in TEST() member
/aosp_15_r20/external/vixl/test/aarch64/
H A Dtest-simulator-aarch64.cc317 unsigned expected_length) { in Test1Op()
471 unsigned expected_length) { in Test2Op()
623 unsigned expected_length) { in Test3Op()
766 unsigned expected_length) { in TestCmp()
897 unsigned expected_length) { in TestCmpZero()
1108 unsigned expected_length) { in TestFPToS()
1199 unsigned expected_length) { in TestFPToU()
1272 unsigned expected_length) { in TestFPToFixedS()
1368 unsigned expected_length) { in TestFPToFixedU()
1535 unsigned expected_length, in Test1OpNEON()
[all …]
/aosp_15_r20/external/webrtc/rtc_base/
H A Dfile_rotating_stream_unittest.cc85 size_t expected_length = expected_contents.size(); in VerifyStreamRead() local
97 size_t expected_length = expected_contents.size(); in VerifyFileContents() local
287 size_t expected_length = expected_contents.size(); in VerifyStreamRead() local
/aosp_15_r20/external/pigweed/pw_software_update/
H A Dupdate_bundle_accessor.cc705 protobuf::Uint64 expected_length, in VerifyTargetPayload()
730 [[maybe_unused]] protobuf::Uint64 expected_length, in VerifyOutOfBundleTargetPayload()
793 protobuf::Uint64 expected_length, in VerifyInBundleTargetPayload()
/aosp_15_r20/external/federated-compute/fcp/secagg/shared/
H A Dsecagg_vector_test.cc151 int expected_length = DivideRoundUp(num_elements * bit_width, 8); in TEST_P() local
162 int expected_length = DivideRoundUp(num_elements * bit_width, 8); in TEST_P() local
175 int expected_length = DivideRoundUp(raw_vector.size() * bit_width, 8); in TEST_P() local
/aosp_15_r20/external/webp/imageio/
H A Dpngdec.c70 size_t expected_length) { in HexStringToBytes()
101 int expected_length; in ProcessRawProfile() local
/aosp_15_r20/system/core/libutils/binder/
H A DUnicode_test.cpp44 ssize_t expected_length = 0) { in TestUTF8toUTF16()
65 ssize_t expected_length = 0) { in TestUTF16toUTF8()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/spdy/core/
H A Dspdy_framer.cc468 size_t expected_length = kRstStreamFrameSize; in SerializeRstStream() local
520 size_t expected_length = kGoawayFrameMinimumSize; in SerializeGoAway() local
1014 size_t expected_length = kRstStreamFrameSize; in SerializeRstStream() local
1066 size_t expected_length = kGoawayFrameMinimumSize; in SerializeGoAway() local
/aosp_15_r20/external/flac/src/test_libFLAC/
H A Dmetadata_object.c124 const uint32_t expected_length = num_points * FLAC__STREAM_METADATA_SEEKPOINT_LENGTH; in check_seektable_() local
516 uint32_t i, expected_length, seekpoints; in test_metadata_object() local
/aosp_15_r20/external/libchrome-gestures/src/
H A Dstring_util_unittest.cc25 int expected_length = (70*15)+15+1; in TEST() local
/aosp_15_r20/packages/modules/adb/crypto/
Drsa_2048_key.cpp35 size_t expected_length; in CalculatePublicKey() local
/aosp_15_r20/external/libxkbcommon/test/
H A Dutf8.c156 check_utf32_to_utf8(uint32_t unichar, int expected_length, const char *expected) { in check_utf32_to_utf8()
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests/http2/
H A Dnegative_http2_client.py25 def _validate_payload_type_and_length(response, expected_type, expected_length): argument
/aosp_15_r20/external/pigweed/pw_metric/
H A Dmetric_service_nanopb_test.cc136 int expected_length = 0; in TokenPathsMatch() local
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/adapter/
H A Dtest_utils.cc160 std::optional<size_t> expected_length, in MatchAndExplainOneFrame()
/aosp_15_r20/external/avb/libavb/
H A Davb_rsa.c50 size_t expected_length; in iavb_parse_key_data() local
/aosp_15_r20/external/libaom/test/
H A Daom_integer_test.cc35 const size_t expected_length = 3; in TEST() local
/aosp_15_r20/external/pdfium/fpdfsdk/
H A Dfpdf_text_embeddertest.cpp873 static constexpr unsigned long expected_length = sizeof(kExpectedFontName1); in TEST_F() local
908 static constexpr unsigned long expected_length = sizeof(kExpectedFontName2); in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/wav/
H A Dwav_io.cc130 Status ReadString(const std::string& data, int expected_length, in ReadString()
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests/interop/
H A Dmethods.py63 def _validate_payload_type_and_length(response, expected_type, expected_length): argument
/aosp_15_r20/external/harfbuzz_ng/test/api/
H A Dhb-test.h199 unsigned int expected_length, actual_length; in hb_test_assert_blobs_equal() local
/aosp_15_r20/external/cronet/net/test/url_request/
H A Durl_request_test_job_backed_by_file_unittest.cc197 int expected_length = in RunSuccessfulRequestWithString() local
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests/fork/
H A Dmethods.py51 def _validate_payload_type_and_length(response, expected_type, expected_length): argument

12