Home
last modified time | relevance | path

Searched defs:expected_size (Results 1 – 25 of 94) sorted by relevance

1234

/external/pdfium/testing/
Dtest_support.h30 uint32_t expected_size; member
37 uint32_t expected_size; member
/external/ltp/testcases/kernel/syscalls/fallocate/
Dfallocate01.c194 loff_t expected_size; in main() local
218 void runtest(int mode, int fd, loff_t expected_size) in runtest()
/external/avb/libavb/
Davb_kernel_cmdline_descriptor.c30 uint64_t expected_size; in avb_kernel_cmdline_descriptor_validate_and_byteswap() local
Davb_chain_partition_descriptor.c30 uint64_t expected_size; in avb_chain_partition_descriptor_validate_and_byteswap() local
Davb_hash_descriptor.c30 uint64_t expected_size; in avb_hash_descriptor_validate_and_byteswap() local
Davb_hashtree_descriptor.c30 uint64_t expected_size; in avb_hashtree_descriptor_validate_and_byteswap() local
/external/icing/icing/index/numeric/
Dposting-list-integer-index-serializer_test.cc120 int expected_size = sizeof(IntegerIndexData); in TEST() local
160 int expected_size = 2 * sizeof(IntegerIndexData); in TEST() local
202 int expected_size = sizeof(IntegerIndexData); in TEST() local
/external/tensorflow/tensorflow/lite/profiling/
Dprofile_buffer_test.cc93 size_t expected_size = std::min(i + 1, max_size); in TEST() local
113 const size_t expected_size = i + 1; in TEST() local
/external/tensorflow/tensorflow/lite/experimental/acceleration/mini_benchmark/
Djpeg_decompress_buffered_struct.h37 explicit JpegDecompressBufferedStruct(std::size_t expected_size) in JpegDecompressBufferedStruct()
/external/google-breakpad/src/processor/
Dminidump.cc448 bool MinidumpContext::Read(uint32_t expected_size) { in Read()
1693 bool MinidumpThreadList::Read(uint32_t expected_size) { in Read()
2670 bool MinidumpModuleList::Read(uint32_t expected_size) { in Read()
2976 bool MinidumpMemoryList::Read(uint32_t expected_size) { in Read()
3176 bool MinidumpException::Read(uint32_t expected_size) { in Read()
3320 bool MinidumpAssertion::Read(uint32_t expected_size) { in Read()
3394 bool MinidumpSystemInfo::Read(uint32_t expected_size) { in Read()
3783 bool MinidumpUnloadedModule::Read(uint32_t expected_size) { in Read()
3872 bool MinidumpUnloadedModuleList::Read(uint32_t expected_size) { in Read()
4061 bool MinidumpMiscInfo::Read(uint32_t expected_size) { in Read()
[all …]
/external/webrtc/modules/desktop_capture/linux/x11/
Dx_window_property.cc18 int expected_size) { in XWindowPropertyBase()
/external/tensorflow/tensorflow/python/debug/lib/
Ddebug_events_monitors_test.py347 self, tensor_value, dtype, expected_size, expected_num_neg_inf, argument
440 self, tensor_value, dtype, expected_size, expected_num_neg_inf, argument
/external/cronet/net/base/
Dmime_sniffer_perftest.cc89 size_t expected_size = plaintext.size() << base::bits::Log2Ceiling( in TEST() local
/external/webrtc/net/dcsctp/packet/
Dtlv_trait.cc16 void ReportInvalidSize(size_t actual_size, size_t expected_size) { in ReportInvalidSize()
/external/cronet/net/http/
Dhttp_basic_state.cc62 const size_t expected_size = in GenerateRequestLine() local
/external/libchrome/mojo/public/cpp/bindings/lib/
Darray_internal.cc25 size_t expected_size) { in MakeMessageWithExpectedArraySize()
/external/dtc/tests/
Dutilfdt_test.c53 static void check_sizes(char *modifier, int expected_size) in check_sizes()
/external/icing/icing/index/main/
Dposting-list-hit-serializer_test.cc64 int expected_size = sizeof(Hit); in TEST() local
119 int expected_size = sizeof(Hit::Value) + 2 + 2; in TEST() local
184 int expected_size = sizeof(Hit); in TEST() local
/external/webp/src/utils/
Dbit_writer_utils.c162 int VP8BitWriterInit(VP8BitWriter* const bw, size_t expected_size) { in VP8BitWriterInit()
237 int VP8LBitWriterInit(VP8LBitWriter* const bw, size_t expected_size) { in VP8LBitWriterInit()
/external/vixl/test/
Dtest-code-buffer.cc106 size_t expected_size = 0; in TEST() local
/external/tensorflow/tensorflow/core/kernels/
Dmfcc_test.cc64 int expected_size = 13; in TEST() local
/external/grpc-grpc/test/core/transport/
Dmetadata_test.cc298 size_t expected_size = 32 + strlen(key) + strlen(value); in verify_ascii_header_size() local
315 size_t expected_size = 32 + strlen(key) + GRPC_SLICE_LENGTH(base64_encoded); in verify_binary_header_size() local
/external/libchrome-gestures/src/
Dvector_unittest.cc15 void ExpectGrowingVectorOfSize(const test_vector& vector, int expected_size) { in ExpectGrowingVectorOfSize()
/external/tensorflow/tensorflow/compiler/jit/
Dxla_launch_util.h201 XlaTensorBuffer(const void* ptr, size_t expected_size, size_t actual_size, in XlaTensorBuffer()
/external/openscreen/discovery/dnssd/impl/
Dquerier_impl_unittest.cc159 size_t expected_size) { in ValidateRecordChangeStartsQuery()
167 size_t expected_size) { in ValidateRecordChangeStopsQuery()
225 size_t expected_size, in ValidateRecordChangeResult()

1234