/external/llvm-project/clang/unittests/Sema/ |
D | CodeCompleteTest.cpp | 26 using ::testing::Each; 184 EXPECT_THAT(collectPreferredTypes(Code), Each("int")); in TEST() 192 EXPECT_THAT(collectPreferredTypes(Code), Each("float")); in TEST() 200 EXPECT_THAT(collectPreferredTypes(Code), Each("int *")); in TEST() 211 EXPECT_THAT(Types, Each(PtrDiff)); in TEST() 220 EXPECT_THAT(collectPreferredTypes(Code), Each("int")); in TEST() 228 EXPECT_THAT(collectPreferredTypes(Code), Each("int *")); in TEST() 237 EXPECT_THAT(collectPreferredTypes(Code), Each("_Bool")); in TEST() 245 EXPECT_THAT(collectPreferredTypes(Code), Each("long long")); in TEST() 253 EXPECT_THAT(collectPreferredTypes(Code), Each("enum A")); in TEST() [all …]
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | custom_call_test.cc | 94 EXPECT_THAT(result.data<float>(), ::testing::Each(42)); in TEST_F() 163 EXPECT_THAT(result.data<float>({0}), ::testing::Each(4)); in TEST_F() 164 EXPECT_THAT(result.data<float>({1, 0}), ::testing::Each(1)); in TEST_F() 165 EXPECT_THAT(result.data<float>({1, 1}), ::testing::Each(2)); in TEST_F() 166 EXPECT_THAT(result.data<float>({2}), ::testing::Each(3)); in TEST_F()
|
/external/webrtc/modules/audio_coding/acm2/ |
D | acm_remixing_unittest.cc | 22 using ::testing::Each; 42 EXPECT_THAT(out, AllOf(SizeIs(480), Each(1))); in TEST() 61 EXPECT_THAT(out, AllOf(SizeIs(480), Each(0))); in TEST() 80 EXPECT_THAT(out, AllOf(SizeIs(in.samples_per_channel_ * 6), Each(0))); in TEST() 145 EXPECT_THAT(out, AllOf(SizeIs(in.samples_per_channel_), Each(1))); in TEST() 162 EXPECT_THAT(out, AllOf(SizeIs(2 * in.samples_per_channel_), Each(1))); in TEST()
|
/external/webrtc/modules/audio_processing/aec3/ |
D | aec3_fft_unittest.cc | 94 EXPECT_THAT(X.re, ::testing::Each(0.f)); in TEST() 95 EXPECT_THAT(X.im, ::testing::Each(0.f)); in TEST() 100 EXPECT_THAT(X.re, ::testing::Each(1.f)); in TEST() 101 EXPECT_THAT(X.im, ::testing::Each(0.f)); in TEST() 108 EXPECT_THAT(X.im, ::testing::Each(0.f)); in TEST() 120 EXPECT_THAT(x, ::testing::Each(0.f)); in TEST() 132 EXPECT_THAT(x, ::testing::Each(64.f)); in TEST()
|
D | alignment_mixer_unittest.cc | 22 using ::testing::Each; 95 EXPECT_THAT(y, AllOf(Each(x[strongest_ch][0]))); in TEST() 147 EXPECT_THAT(y, AllOf(Each(expected_mixed_value))); in TEST() 171 EXPECT_THAT(y, AllOf(Each(x[0][0]))); in TEST()
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | array4d_test.cc | 53 fullof7.Each( in TEST() 70 arr.Each([&arr](absl::Span<const int64> idx, int* cell) { in TEST() 130 fullof7.Each( in TEST() 134 fullof7.Each( in TEST() 142 arr.Each([&arr](absl::Span<const int64> idx, float* cell) { in TEST()
|
/external/llvm-project/llvm/unittests/tools/llvm-cfi-verify/ |
D | GraphBuilder.cpp | 43 using ::testing::Each; 166 Each(Field(&ConditionalBranchNode::CFIProtection, Eq(true)))); in TEST_F() 193 Each(Field(&ConditionalBranchNode::CFIProtection, Eq(true)))); in TEST_F() 223 Each(Field(&ConditionalBranchNode::CFIProtection, Eq(true)))); in TEST_F() 262 Each(Field(&ConditionalBranchNode::CFIProtection, Eq(true)))); in TEST_F() 337 Each(AllOf(Field(&ConditionalBranchNode::CFIProtection, Eq(false)), in TEST_F() 408 Each(HasPath(Result, ElementsAre(0xDEADBEEF + 4, 0xDEADBEEF + 5, in TEST_F() 438 Each(AllOf( in TEST_F() 556 Each(AllOf(Eq(0x1000u + 11), in TEST_F()
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_DecodeCSV.pbtxt | 6 Each string is a record/row in the csv and all records should have 21 Each tensor will have the same shape as records. 44 summary: "Convert CSV records to tensors. Each column maps to one tensor."
|
D | api_def_StatelessMultinomial.pbtxt | 6 2-D Tensor with shape `[batch_size, num_classes]`. Each slice `[i, :]` 25 2-D Tensor with shape `[batch_size, num_samples]`. Each slice `[i, :]`
|
D | api_def_DecodeJSONExample.pbtxt | 6 Each string is a JSON object serialized according to the JSON 13 Each string is a binary Example protocol buffer corresponding
|
D | api_def_Multinomial.pbtxt | 6 2-D Tensor with shape `[batch_size, num_classes]`. Each slice `[i, :]` 19 2-D Tensor with shape `[batch_size, num_samples]`. Each slice `[i, :]`
|
/external/llvm-project/llvm/unittests/FuzzMutate/ |
D | OperationsTest.cpp | 50 using testing::Each; 107 AllOf(SizeIs(Ge(1u)), Each(TypesMatch(i32)))); in TEST() 118 Each(AnyOf(TypesMatch(i32), TypesMatch(f16), TypesMatch(v8i8)))); in TEST() 128 AllOf(SizeIs(Ge(1u)), Each(TypesMatch(i32)))); in TEST() 139 AllOf(SizeIs(Ge(1u)), Each(TypesMatch(f16)))); in TEST() 150 AllOf(SizeIs(Ge(3u)), Each(Truly(isPointer)))); in TEST() 168 EXPECT_THAT(First.generate({i8}, {}), Each(TypesMatch(i8))); in TEST() 170 Each(TypesMatch(f16))); in TEST() 171 EXPECT_THAT(First.generate({v8i8, i32}, {}), Each(TypesMatch(v8i8))); in TEST() 398 Each(AnyOf(HasType(Int32Ty), HasType(Int8PtrTy)))); in TEST()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | while_loop_all_reduce_code_motion_test.cc | 102 Each(Not(op::AllReduce()))); in TEST_F() 201 Each(Not(op::AllReduce()))); in TEST_F() 211 Each(Pointee(Property(&HloInstruction::channel_id, Ne(absl::nullopt))))); in TEST_F() 280 Each(Not(op::AllReduce()))); in TEST_F() 396 Each(Not(op::AllReduce()))); in TEST_F() 494 Each(Not(op::AllReduce()))); in TEST_F() 567 Each(Not(op::AllReduce()))); in TEST_F()
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.texture.format.txt | 64 Each test case renders one or more times a plain quad that samples a slice 68 * Cubemaps: Each cube face is rendered separately. 69 * 2D array textures: Each layer is rendered separately. 70 * 3D textures: Each slice is rendered separately.
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.program_interface_query.txt | 44 Program interface query tests are structured as follows. Each program 46 functional.program_interface_query.* level. Each program interface test 53 Each program interface query test, a program corresponding to the case's 91 respectively. Each test group contains separate tests for different 97 ARRAY_SIZE, NAME_LENGTH, and TYPE properties. Each test group contains
|
/external/igt-gpu-tools/runner/json_tests_data/ |
D | README.txt | 1 This directory is for testing igt_runner's results.json creation. Each 9 Each directory also contains a README file explaining what the
|
/external/clang/lib/ASTMatchers/Dynamic/ |
D | CMakeLists.txt | 4 # matcher. Each matcher appears to get a vtable and several methods. Each
|
/external/libopus/ |
D | LICENSE_PLEASE_READ.txt | 3 Each contributor represents and warrants that it has the right and 6 Each contributor agrees to license the copyright in the contributions
|
/external/tensorflow/tensorflow/core/util/ |
D | saved_tensor_slice.proto | 7 // Each checkpoint file has a record with the empty key (""), which corresponds 12 // Each of the rest of the records in a checkpoint stores the raw data of a 51 // Each SavedSliceMeta describes the slices for one tensor. 75 // Each record in a v3 checkpoint file is a serialized SavedTensorSlices
|
/external/webrtc/modules/rtp_rtcp/source/ |
D | rtp_format_unittest.cc | 23 using ::testing::Each; 66 EXPECT_THAT(payload_sizes, Each(Le(limits.max_payload_len))); in TEST() 135 EXPECT_THAT(payload_sizes, Each(Le(limits.max_payload_len))); in TEST() 199 EXPECT_THAT(payload_sizes, Each(Gt(0))); in TEST()
|
D | rtp_format_video_generic_unittest.cc | 30 using ::testing::Each; 55 EXPECT_THAT(payload_sizes, Each(Le(limits.max_payload_len))); in TEST() 107 EXPECT_THAT(payload_sizes, Each(Le(limits.max_payload_len))); in TEST()
|
/external/ltp/testcases/kernel/security/smack/ |
D | README | 18 Each test is designed to be independent. The tests can be built 25 Each test exits with 0 on success and an error code on failure.
|
/external/skqp/site/dev/testing/ |
D | fonts.md | 7 Each test in the gm directory draws a reference image. Their primary purpose is 17 Each gm specifies the typeface to use when drawing text. For now, to set the
|
/external/skia/site/docs/dev/testing/ |
D | fonts.md | 12 Each test in the gm directory draws a reference image. Their primary purpose is 22 Each gm specifies the typeface to use when drawing text. For now, to set the
|
/external/abseil-cpp/absl/random/internal/ |
D | seed_material_test.cc | 37 using testing::Each; 73 EXPECT_THAT(seed_material, Each(Eq(0xAAAAAAAA))); in TEST() 112 EXPECT_THAT(seed_material, Each(Eq(0xAAAAAAAA))); in TEST()
|