Home
last modified time | relevance | path

Searched defs:sizes (Results 1 – 25 of 218) sorted by relevance

123456789

/third_party/unity/docs/
DUnityAssertionsReference.md271 ##### `TEST_ASSERT_EQUAL_INT (expected, actual)`
273 ##### `TEST_ASSERT_EQUAL_INT8 (expected, actual)`
275 ##### `TEST_ASSERT_EQUAL_INT16 (expected, actual)`
277 ##### `TEST_ASSERT_EQUAL_INT32 (expected, actual)`
279 ##### `TEST_ASSERT_EQUAL_INT64 (expected, actual)`
281 ##### `TEST_ASSERT_EQUAL_UINT (expected, actual)`
283 ##### `TEST_ASSERT_EQUAL_UINT8 (expected, actual)`
285 ##### `TEST_ASSERT_EQUAL_UINT16 (expected, actual)`
287 ##### `TEST_ASSERT_EQUAL_UINT32 (expected, actual)`
289 ##### `TEST_ASSERT_EQUAL_UINT64 (expected, actual)`
[all …]
/third_party/cJSON/tests/unity/docs/
DUnityAssertionsReference.md221 ##### `TEST_ASSERT_EQUAL_INT (expected, actual)`
223 ##### `TEST_ASSERT_EQUAL_INT8 (expected, actual)`
225 ##### `TEST_ASSERT_EQUAL_INT16 (expected, actual)`
227 ##### `TEST_ASSERT_EQUAL_INT32 (expected, actual)`
229 ##### `TEST_ASSERT_EQUAL_INT64 (expected, actual)`
231 ##### `TEST_ASSERT_EQUAL (expected, actual)`
233 ##### `TEST_ASSERT_NOT_EQUAL (expected, actual)`
235 ##### `TEST_ASSERT_EQUAL_UINT (expected, actual)`
237 ##### `TEST_ASSERT_EQUAL_UINT8 (expected, actual)`
239 ##### `TEST_ASSERT_EQUAL_UINT16 (expected, actual)`
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/
Dstacktrace.cc69 ABSL_ATTRIBUTE_ALWAYS_INLINE inline int Unwind(void** result, int* sizes, in Unwind()
88 void** result, int* sizes, int max_depth, int skip_count) { in GetStackFrames()
94 GetStackFramesWithContext(void** result, int* sizes, int max_depth, in GetStackFramesWithContext()
118 int DefaultStackUnwinder(void** pcs, int* sizes, int depth, int skip, in DefaultStackUnwinder()
/third_party/skia/src/core/
DSkVertices.cpp110 Sizes sizes(desc); in init() local
209 Sizes sizes(desc); in MakeCopy() local
225 Sizes sizes({fMode, fVertexCount, fIndexCount, !!fTexs, !!fColors}); in getSizes() local
283 SkVertices::Sizes sizes = fVertices->getSizes(); in encode() local
320 SkVertices::Sizes sizes(desc); in Decode() local
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DMinimumBufferSizeValidationTests.cpp61 [&](const std::vector<uint64_t>& sizes) { func(sizes, false); }); in CheckSizeBounds()
68 [&](const std::vector<uint64_t>& sizes) { func(sizes, true); }); in CheckSizeBounds()
347 CheckSizeBounds({8, 4}, [&](const std::vector<uint64_t>& sizes, bool expectation) { in TEST_F()
372 CheckSizeBounds({8, 4, 12, 16}, [&](const std::vector<uint64_t>& sizes, bool expectation) { in TEST_F()
394 CheckSizeBounds({8, 4}, [&](const std::vector<uint64_t>& sizes, bool expectation) { in TEST_F()
436 CheckSizeBounds({8, 4}, [&](const std::vector<uint64_t>& sizes, bool expectation) { in TEST_F()
459 CheckSizeBounds({8, 4, 12}, [&](const std::vector<uint64_t>& sizes, bool expectation) { in TEST_F()
487 CheckSizeBounds({8, 4, 12, 16}, [&](const std::vector<uint64_t>& sizes, bool expectation) { in TEST_F()
507 CheckSizeBounds(correctSizes, [&](const std::vector<uint64_t>& sizes, bool expectation) { in CheckLayoutBindingSizeValidation()
/third_party/libuv/test/
Dbenchmark-sizes.c26 BENCHMARK_IMPL(sizes) { in BENCHMARK_IMPL() argument
/third_party/node/test/parallel/
Dtest-buffer-failed-alloc-typed-arrays.js15 const sizes = [1e10, 0, 0.1, -1, 'a', undefined, null, NaN]; variable
/third_party/ltp/testcases/kernel/syscalls/getrandom/
Dgetrandom03.c15 static unsigned int sizes[] = { variable
/third_party/ltp/lib/
Dtst_buffers.c79 static int count_iovec(int *sizes) in count_iovec()
88 struct iovec *tst_iovec_alloc(int sizes[]) in tst_iovec_alloc()
/third_party/mesa3d/src/intel/compiler/
Dbrw_ir_allocator.h69 unsigned *sizes; variable
/third_party/libdrm/radeon/
Dradeon_cs_space.c42 static inline int radeon_cs_setup_bo(struct radeon_cs_space_check *sc, struct rad_sizes *sizes) in radeon_cs_setup_bo()
114 struct rad_sizes sizes; in radeon_cs_do_space_check() local
/third_party/musl/ndk-test/sanitize/scudo/src/
Drealloc.cpp23 std::vector<size_t> sizes{1, 16, 1024, 32768, 1 << 16, 1 << 17, 1 << 20}; in main() local
Dinterface.cpp33 std::vector<ssize_t> sizes{1, 8, 16, 32, 1024, 32768, in main() local
/third_party/skia/third_party/externals/brotli/research/
Ddictionary_generator.cc75 const std::vector<size_t>& sizes, const uint8_t* data) { in writeSamples()
137 std::vector<size_t> sizes; in main() local
/third_party/musl/libc-test/src/regression/
Dmalloc-free-performance.c16 size_t sizes[SIZE_ARR_SIZE] = { variable
/third_party/ffmpeg/libavutil/tests/
Dimgutils.c39 size_t sizes[4]; in main() local
/third_party/musl/Benchmark/musl/
Dbenchmark_framework.cpp208 static args_vector GetArgs(const std::vector<int> &sizes) in GetArgs()
217 static args_vector GetArgs(const std::vector<int> &sizes, int value) in GetArgs()
226 static args_vector GetArgs(const std::vector<int> &sizes, int value1, int value2) in GetArgs()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_write/
D2-1.c50 ssize_t sizes[3] = { BUF_SIZE0, BUF_SIZE1, BUF_SIZE2 }; in main() local
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-aat-layout-trak-table.hh84 unsigned int sizes = nSizes; in interpolate_at() local
119 unsigned int sizes = nSizes; in get_tracking() local
/third_party/skia/gm/
Dbigrect.cpp79 static const SkScalar sizes[] = {SkIntToScalar(100), 5e10f, 1e6f}; variable
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_descriptors_lazy.c126 descriptor_program_num_sizes(VkDescriptorPoolSize *sizes, enum zink_descriptor_type type) in descriptor_program_num_sizes()
145 descriptor_program_num_sizes_compact(VkDescriptorPoolSize *sizes, unsigned desc_set) in descriptor_program_num_sizes_compact()
172 VkDescriptorPoolSize sizes[6] = {0}; //zink_descriptor_size_index in zink_descriptor_program_init_lazy() local
370 create_pool(struct zink_screen *screen, unsigned num_type_sizes, const VkDescriptorPoolSize *sizes,… in create_pool()
416 VkDescriptorPoolSize sizes[2]; in create_push_pool() local
/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_deint_filter.c124 struct vertex2f *sizes, bool spatial_filter) in create_deint_frag_shader()
244 struct vertex2f sizes; in vl_deint_filter_init() local
/third_party/node/deps/v8/src/heap/
Dmemory-measurement.h44 std::vector<size_t> sizes; member
/third_party/mesa3d/src/util/
Dvl_vlc.h45 const unsigned *sizes; member
176 const void *const *inputs, const unsigned *sizes) in vl_vlc_init()
/third_party/node/test/fixtures/wpt/streams/writable-streams/
Dbad-strategies.any.js69 const sizes = [NaN, -Infinity, Infinity, -1]; variable

123456789