/third_party/unity/docs/ |
D | UnityAssertionsReference.md | 271 ##### `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/boost/boost/mpi/collectives/ |
D | all_gatherv.hpp | 36 T* out_values, int const* sizes, int const* displs, mpl::true_) in all_gatherv_impl() 57 T* out_values, int const* sizes, int const* displs, in all_gatherv_impl() 70 const std::vector<int>& sizes) in all_gatherv() 81 const std::vector<int>& sizes) in all_gatherv() 91 const std::vector<int>& sizes) in all_gatherv() 104 const std::vector<int>& sizes, const std::vector<int>& displs) in all_gatherv() 116 const std::vector<int>& sizes, const std::vector<int>& displs) in all_gatherv() 128 const std::vector<int>& sizes, const std::vector<int>& displs) in all_gatherv()
|
D | gatherv.hpp | 32 T* out_values, const int* sizes, const int* displs, int root, mpl::true_) in gatherv_impl() 62 T* out_values, const int* sizes, const int* displs, int root, mpl::false_) in gatherv_impl() 85 T* out_values, const std::vector<int>& sizes, const std::vector<int>& displs, in gatherv() 99 T* out_values, const std::vector<int>& sizes, const std::vector<int>& displs, in gatherv() 125 T* out_values, const std::vector<int>& sizes, int root) in gatherv() 140 T* out_values, const std::vector<int>& sizes, int root) in gatherv()
|
D | scatterv.hpp | 29 const int* sizes, const int* displs, int root, mpl::true_) in scatterv_impl() 63 int const* sizes, int const* displs, int root, mpl::false_) in scatterv_impl() 100 const std::vector<int>& sizes, const std::vector<int>& displs, in scatterv() 111 const std::vector<int>& sizes, const std::vector<int>& displs, in scatterv() 132 const std::vector<int>& sizes, T* out_values, int root) in scatterv() 143 const std::vector<int>& sizes, T* out_values, int root) in scatterv()
|
/third_party/boost/libs/mpi/src/ |
D | offsets.cpp | 17 sizes2offsets(int const* sizes, int* offsets, int n) in sizes2offsets() 28 sizes2offsets(std::vector<int> const& sizes, std::vector<int>& offsets) in sizes2offsets() 40 offsets2skipped(int const* sizes, int const* offsets, int* skipped, int n) in offsets2skipped() 54 make_offsets(communicator const& comm, int const* sizes, int const* displs, int root) in make_offsets() 78 make_skipped_slots(communicator const& comm, int const* sizes, int const* displs, int root) in make_skipped_slots()
|
/third_party/cJSON/tests/unity/docs/ |
D | UnityAssertionsReference.md | 221 ##### `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/abseil-cpp/absl/debugging/ |
D | stacktrace.cc | 67 ABSL_ATTRIBUTE_ALWAYS_INLINE inline int Unwind(void** result, int* sizes, in Unwind() 86 void** result, int* sizes, int max_depth, int skip_count) { in GetStackFrames() 92 GetStackFramesWithContext(void** result, int* sizes, int max_depth, in GetStackFramesWithContext() 116 int DefaultStackUnwinder(void** pcs, int* sizes, int depth, int skip, in DefaultStackUnwinder()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/ |
D | stacktrace.cc | 69 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/boost/libs/compute/perf/ |
D | perf.py | 115 def run_benchmark(name, sizes, vs=[]): argument 211 sizes = [ pow(2, x) for x in range(1, 26) ] variable 213 sizes = sorted(sizes) variable
|
D | perfdoc.py | 46 sizes = [pow(2, x) for x in range(10, 26)] variable
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/kash/ |
D | kernel_pack.cc | 125 std::vector<size_t> sizes = workspace.at("size"); in ReadFromJsonFile() local 185 std::vector<size_t> sizes = js.at("parameters"); in ParseKernelJson() local 192 std::vector<size_t> sizes = workspace.at("size"); in ParseKernelJson() local
|
/third_party/flutter/skia/src/core/ |
D | SkVertices.cpp | 105 const SkVertices::Sizes& sizes) { in Builder() 110 const SkVertices::Sizes& sizes) { in init() 284 Sizes sizes(mode, in MakeCopy() local 309 Sizes sizes(fMode, in approximateSize() local 349 Sizes sizes(fMode, in encode() local 397 Sizes sizes(mode, vertexCount, indexCount, hasTexs, hasColors, hasBones); in Decode() local
|
/third_party/skia/src/core/ |
D | SkVertices.cpp | 110 Sizes sizes(desc); in init() local 209 Sizes sizes(desc); in MakeCopy() local 225 Sizes sizes({fMode, fVertexCount, fIndexCount, !!fTexs, !!fColors}); in getSizes() local 250 SkVertices::Sizes sizes = fVertices->getSizes(); in encode() local 287 SkVertices::Sizes sizes(desc); in Decode() local
|
/third_party/libuv/test/ |
D | benchmark-sizes.c | 26 BENCHMARK_IMPL(sizes) { in BENCHMARK_IMPL() argument
|
/third_party/boost/libs/mpl/test/ |
D | transform_view.cpp | 31 > sizes; in MPL_TEST_CASE() typedef
|
/third_party/node/test/parallel/ |
D | test-buffer-failed-alloc-typed-arrays.js | 15 const sizes = [1e10, 0, 0.1, -1, 'a', undefined, null, NaN]; variable
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
D | MinimumBufferSizeValidationTests.cpp | 61 [&](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/ltp/testcases/kernel/syscalls/getrandom/ |
D | getrandom03.c | 15 static unsigned int sizes[] = { variable
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_ir_allocator.h | 69 unsigned *sizes; variable
|
/third_party/ltp/lib/ |
D | tst_buffers.c | 79 static int count_iovec(int *sizes) in count_iovec() 88 struct iovec *tst_iovec_alloc(int sizes[]) in tst_iovec_alloc()
|
/third_party/musl/ndk-test/sanitize/scudo/src/ |
D | realloc.cpp | 23 std::vector<size_t> sizes{1, 16, 1024, 32768, 1 << 16, 1 << 17, 1 << 20}; in main() local
|
D | interface.cpp | 33 std::vector<ssize_t> sizes{1, 8, 16, 32, 1024, 32768, in main() local
|
/third_party/libdrm/radeon/ |
D | radeon_cs_space.c | 42 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/ffmpeg/libavutil/tests/ |
D | imgutils.c | 39 size_t sizes[4]; in main() local
|
/third_party/musl/libc-test/src/regression/ |
D | malloc-free-performance.c | 16 size_t sizes[SIZE_ARR_SIZE] = { variable
|