Home
last modified time | relevance | path

Searched refs:Each (Results 1 – 25 of 1970) sorted by relevance

12345678910>>...79

/external/llvm-project/clang/unittests/Sema/
DCodeCompleteTest.cpp26 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/
Dcustom_call_test.cc94 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/
Dacm_remixing_unittest.cc22 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/
Daec3_fft_unittest.cc94 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()
Dalignment_mixer_unittest.cc22 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/
Darray4d_test.cc53 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/
DGraphBuilder.cpp43 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/
Dapi_def_DecodeCSV.pbtxt6 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."
Dapi_def_StatelessMultinomial.pbtxt6 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, :]`
Dapi_def_DecodeJSONExample.pbtxt6 Each string is a JSON object serialized according to the JSON
13 Each string is a binary Example protocol buffer corresponding
Dapi_def_Multinomial.pbtxt6 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/
DOperationsTest.cpp50 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/
Dwhile_loop_all_reduce_code_motion_test.cc102 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/
Dfunctional.texture.format.txt64 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/
Dfunctional.program_interface_query.txt44 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/
DREADME.txt1 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/
DCMakeLists.txt4 # matcher. Each matcher appears to get a vtable and several methods. Each
/external/libopus/
DLICENSE_PLEASE_READ.txt3 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/
Dsaved_tensor_slice.proto7 // 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/
Drtp_format_unittest.cc23 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()
Drtp_format_video_generic_unittest.cc30 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/
DREADME18 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/
Dfonts.md7 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/
Dfonts.md12 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/
Dseed_material_test.cc37 using testing::Each;
73 EXPECT_THAT(seed_material, Each(Eq(0xAAAAAAAA))); in TEST()
112 EXPECT_THAT(seed_material, Each(Eq(0xAAAAAAAA))); in TEST()

12345678910>>...79