Home
last modified time | relevance | path

Searched refs:AllOf (Results 1 – 25 of 153) sorted by relevance

1234567

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcublas_gemm_pad_for_tensor_cores_test.cc53 AllOf( in TEST_F()
55 op::Slice(AllOf( in TEST_F()
57 op::Dot(AllOf(op::Shape("f16[2048, 1024]"), in TEST_F()
58 op::Pad(AllOf(op::Shape("f16[2048, 1024]"), in TEST_F()
60 AllOf(op::Shape("f16[]"), op::Constant()))), in TEST_F()
61 AllOf(op::Shape("f16[1024, 33712]"), in TEST_F()
62 op::Pad(AllOf(op::Shape("f16[1024, 33708]"), in TEST_F()
64 AllOf(op::Shape("f16[]"), op::Constant()))), in TEST_F()
92 AllOf( in TEST_F()
94 op::Slice(AllOf( in TEST_F()
[all …]
/external/llvm-project/clang-tools-extra/clangd/unittests/
DFindSymbolsTests.cpp23 using ::testing::AllOf;
65 ElementsAre(AllOf(QName("MACRO"), WithKind(SymbolKind::String)))); in TEST()
92 AllOf(QName("GlobalStruct"), WithKind(SymbolKind::Struct)), in TEST()
93 AllOf(QName("global_func"), WithKind(SymbolKind::Function)), in TEST()
94 AllOf(QName("global_var"), WithKind(SymbolKind::Variable)))); in TEST()
107 ElementsAre(AllOf(QName("UnnamedStruct"), in TEST()
110 ElementsAre(AllOf(QName("(anonymous struct)::InUnnamed"), in TEST()
214 AllOf(QName("Foo"), WithKind(SymbolKind::Class)), in TEST()
215 AllOf(QName("foo"), WithKind(SymbolKind::Function)), in TEST()
216 AllOf(QName("ns"), WithKind(SymbolKind::Namespace)))); in TEST()
[all …]
DSymbolCollectorTests.cpp37 using ::testing::AllOf;
346 {AllOf(QName("Foo"), ForCodeCompletion(true)), in TEST_F()
347 AllOf(QName("Foo::Foo"), ForCodeCompletion(false)), in TEST_F()
348 AllOf(QName("Foo::Foo"), ForCodeCompletion(false)), in TEST_F()
349 AllOf(QName("Foo::f"), ForCodeCompletion(false)), in TEST_F()
350 AllOf(QName("Foo::~Foo"), ForCodeCompletion(false)), in TEST_F()
351 AllOf(QName("Foo::operator="), ForCodeCompletion(false)), in TEST_F()
352 AllOf(QName("Foo::Nested"), ForCodeCompletion(false)), in TEST_F()
353 AllOf(QName("Foo::Nested::f"), ForCodeCompletion(false)), in TEST_F()
355 AllOf(QName("Friend"), ForCodeCompletion(true)), in TEST_F()
[all …]
DCodeCompleteTests.cpp42 using ::testing::AllOf;
88 return Contains(AllOf(Named(std::move(Name)), Kind(K))); in Has()
255 AllOf(Has("FooBar"), Has("FooBaz"), Not(Has("Qux")))); in TEST()
262 AllOf(Has("Car"), Not(Has("MotorCar")), Not(Has("MotorCarIndex")))); in TEST()
264 AllOf(Has("MotorCar"), Has("MotorCarIndex"))); in TEST()
303 AllOf(Has("method"), Has("field"), Not(Has("ClassWithMembers")), in testAfterDotCompletion()
355 AllOf(Has("global_var"), Has("index_var"), Has("global_func"), in testGlobalScopeCompletion()
362 AllOf(Has("local_var"), Has("LocalClass"), in testGlobalScopeCompletion()
401 AllOf(Has("priv"), Has("prot"), Has("pub"))); in TEST()
415 AllOf(Has("pub"), Not(Has("prot")), Not(Has("priv")))); in TEST()
[all …]
DURITests.cpp24 using ::testing::AllOf;
97 AllOf(Scheme("file"), Authority("auth"), Body("/x/y/z"))); in TEST()
100 AllOf(Scheme("file"), Authority("au=th"), Body("/(x)/y/\\ z"))); in TEST()
103 AllOf(Scheme("file"), Authority(""), Body("/(x)/y/\\ z"))); in TEST()
105 AllOf(Scheme("file"), Authority(""), Body("/x/y/z"))); in TEST()
107 AllOf(Scheme("file"), Authority(""), Body(""))); in TEST()
109 AllOf(Scheme("file"), Authority(""), Body("/x/y/z%2"))); in TEST()
111 AllOf(Scheme("http"), Authority("llvm.org"), Body(""))); in TEST()
113 AllOf(Scheme("http"), Authority("llvm.org"), Body("/"))); in TEST()
115 AllOf(Scheme("http"), Authority("llvm.org"), Body("/D"))); in TEST()
[all …]
DCallHierarchyTests.cpp31 using ::testing::AllOf;
76 ElementsAre(AllOf(From(WithName("caller1")), in TEST()
81 ElementsAre(AllOf(From(WithName("caller2")), in TEST()
84 AllOf(From(WithName("caller3")), in TEST()
89 ElementsAre(AllOf(From(WithName("caller3")), in TEST()
120 ElementsAre(AllOf(From(WithName("caller1")), in TEST()
125 ElementsAre(AllOf(From(WithName("caller2")), in TEST()
153 ElementsAre(AllOf(From(WithName("caller1")), in TEST()
155 AllOf(From(WithName("caller2")), in TEST()
219 ElementsAre(AllOf(From(WithName("caller1")), in TEST()
[all …]
DDiagnosticsTests.cpp33 using ::testing::AllOf;
138 AllOf(Diag(Test.range("typo"), in TEST()
148 AllOf(Diag(Test.range("semicolon"), "expected ';' after expression"), in TEST()
158 AllOf(Diag(Test.range("macro"), in TEST()
163 AllOf(Diag(Test.range("constructor"), in TEST()
174 ElementsAre(AllOf(Diag(Test.range(), "'main' must return 'int'"), in TEST()
181 ElementsAre(AllOf( in TEST()
193 ElementsAre(::testing::AllOf( in TEST()
210 UnorderedElementsAre(::testing::AllOf( in TEST()
230 UnorderedElementsAre(::testing::AllOf( in TEST()
[all …]
DTypeHierarchyTests.cpp30 using ::testing::AllOf;
373 AllOf( in TEST()
375 Parents(AllOf(WithName("Parent1"), WithKind(SymbolKind::Struct), in TEST()
378 AllOf(WithName("Parent3"), WithKind(SymbolKind::Struct), in TEST()
380 Parents(AllOf( in TEST()
412 AllOf(WithName("S<0>"), WithKind(SymbolKind::Struct), in TEST()
414 AllOf(WithName("S"), WithKind(SymbolKind::Struct), in TEST()
416 Parents(AllOf(WithName("S"), WithKind(SymbolKind::Struct), in TEST()
446 AllOf(WithName("S<2>"), WithKind(SymbolKind::Struct), in TEST()
447 Parents(AllOf( in TEST()
[all …]
DIndexActionTests.cpp20 using ::testing::AllOf;
130 AllOf(IsTU(), IncludesAre({Level1HeaderPath}), in TEST_F()
133 AllOf(Not(IsTU()), IncludesAre({Level2HeaderPath}), in TEST_F()
136 AllOf(Not(IsTU()), IncludesAre({}), in TEST_F()
159 Pair(toUri(MainFilePath), AllOf(IsTU(), IncludesAre({HeaderPath}), in TEST_F()
161 Pair(toUri(HeaderPath), AllOf(Not(IsTU()), IncludesAre({HeaderPath}), in TEST_F()
194 AllOf(IsTU(), IncludesAre({HeaderPath, CommonHeaderPath}), in TEST_F()
197 AllOf(Not(IsTU()), IncludesAre({CommonHeaderPath}), in TEST_F()
200 AllOf(Not(IsTU()), IncludesAre({}), in TEST_F()
227 AllOf(IsTU(), IncludesAre({MainFilePath, HeaderPath}), in TEST_F()
[all …]
DParsedASTTests.cpp46 using ::testing::AllOf;
121 {AllOf(DeclNamed("main"), DeclKind("Function")), in TEST()
122 AllOf(DeclNamed("X"), DeclKind("VarTemplate"))})); in TEST()
194 ElementsAreArray({AllOf(DeclNamed("f"), WithTemplateArgs("")), in TEST()
195 AllOf(DeclNamed("f"), WithTemplateArgs("<bool>")), in TEST()
196 AllOf(DeclNamed("f"), WithTemplateArgs("<double>")), in TEST()
197 AllOf(DeclNamed("V"), WithTemplateArgs("")), in TEST()
198 AllOf(DeclNamed("V"), WithTemplateArgs("<T *>")), in TEST()
199 AllOf(DeclNamed("V"), WithTemplateArgs("<bool>")), in TEST()
200 AllOf(DeclNamed("foo"), WithTemplateArgs("")), in TEST()
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner_test.cc33 using ::testing::AllOf;
100 EXPECT_THAT(root, AllOf(op::Copy(op::AllReduce( in TEST_F()
119 EXPECT_THAT(root, op::Copy(AllOf(op::Copy(op::AllReduce(op::Select( in TEST_F()
141 AllOf( in TEST_F()
165 op::Copy(op::AllReduce(AllOf( in TEST_F()
167 op::Broadcast(), AllOf(op::Constant(), op::Shape("s32[1,3]")), in TEST_F()
187 op::Copy(op::Copy(op::AllReduce(AllOf( in TEST_F()
189 op::Broadcast(), AllOf(op::Constant(), op::Shape("s32[1,3]")), in TEST_F()
210 AllOf(op::Copy(op::Reshape(op::Transpose(op::AllToAll(AllOf( in TEST_F()
230 AllOf(op::Copy(op::Slice(op::Reshape(AllOf(op::Transpose(op::AllToAll( in TEST_F()
[all …]
Dcanonicalize_all_gather_for_cse_test.cc32 using ::testing::AllOf;
69 AllOf(op::Reshape(op::AllGather(_)), op::Shape("s32[2,8]"))); in TEST_F()
89 AllOf(op::Reshape(op::AllGather(_)), op::Shape("s32[2,8,1,1]"))); in TEST_F()
109 AllOf(op::Reshape(op::AllGather(_)), op::Shape("s32[2,8,1,1]"))); in TEST_F()
128 EXPECT_THAT(reshape, AllOf(op::AllGather(op::Reshape(op::Reshape(_))), in TEST_F()
148 EXPECT_THAT(reshape, AllOf(op::AllGather(op::Reshape(op::Reshape(_))), in TEST_F()
169 AllOf(op::Reshape(op::AllGather(_)), op::Shape("s32[2,8,1,1]"))); in TEST_F()
/external/libtextclassifier/native/annotator/duration/
Dduration_test.cc35 using testing::AllOf;
128 AllOf(Field(&ClassificationResult::collection, "duration"), in TEST_F()
139 AllOf(Field(&ClassificationResult::collection, "duration"), in TEST_F()
160 AllOf(Field(&AnnotatedSpan::span, CodepointSpan(14, 24)), in TEST_F()
162 ElementsAre(AllOf( in TEST_F()
179 AllOf(Field(&AnnotatedSpan::span, CodepointSpan(16, 34)), in TEST_F()
181 ElementsAre(AllOf( in TEST_F()
198 AllOf(Field(&AnnotatedSpan::span, CodepointSpan(14, 35)), in TEST_F()
200 ElementsAre(AllOf( in TEST_F()
217 AllOf(Field(&AnnotatedSpan::span, CodepointSpan(13, 65)), in TEST_F()
[all …]
/external/llvm-project/llvm/unittests/XRay/
DProfileTest.cpp18 using ::testing::AllOf;
73 P1, UnorderedElementsAre(AllOf( in TEST()
78 AllOf(Field(&Profile::Data::CallCount, Eq(1u)), in TEST()
82 AllOf(Field(&Profile::Data::CallCount, Eq(10u)), in TEST()
97 P1, UnorderedElementsAre(AllOf( in TEST()
102 AllOf(Field(&Profile::Data::CallCount, Eq(1u)), in TEST()
106 AllOf(Field(&Profile::Data::CallCount, Eq(10u)), in TEST()
138 AllOf(Field(&Profile::Block::Thread, Eq(Profile::ThreadID{1})), in TEST()
142 AllOf(Field(&Profile::Data::CallCount, Eq(2u)), in TEST()
146 AllOf(Field(&Profile::Data::CallCount, Eq(1u)), in TEST()
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/
Dconvert_operand_folding_test.cc47 AllOf(op::Dot(op::Parameter(0), op::Parameter(1)), in TEST_F()
69 AllOf(op::Dot(op::Parameter(0), op::Parameter(1)), in TEST_F()
92 AllOf( in TEST_F()
94 AllOf(op::Convert(op::Parameter(0)), op::Shape("f16[2,3]{1,0}")), in TEST_F()
95 AllOf(op::Convert(op::Parameter(1)), op::Shape("f32[3,2]{0,1}"))), in TEST_F()
118 AllOf( in TEST_F()
120 AllOf(op::Convert(op::Parameter(0)), op::Shape("s16[2,3]{1,0}")), in TEST_F()
121 AllOf(op::Convert(op::Parameter(1)), op::Shape("s8[3,2]{0,1}"))), in TEST_F()
144 AllOf(op::Dot(op::Parameter(0), AllOf(op::Convert(op::Parameter(1)), in TEST_F()
Dconditional_code_motion_test.cc78 EXPECT_THAT(root, AllOf(op::Tuple(op::Convert(), op::GetTupleElement()))); in TEST_F()
163 EXPECT_THAT(root, AllOf(op::Tuple(op::Convert()))); in TEST_F()
204 EXPECT_THAT(root, AllOf(op::Tuple(op::Convert()))); in TEST_F()
291 AllOf(op::Tuple(op::Add( in TEST_F()
358 AllOf(op::Add(op::Multiply(op::GetTupleElement(op::Conditional()), in TEST_F()
414 AllOf(op::Add( in TEST_F()
620 AllOf(op::Tuple(op::Add( in TEST_F()
705 EXPECT_THAT(root, AllOf(op::Tuple(op::Convert(op::AllReduce( in TEST_F()
750 EXPECT_THAT(root, AllOf(op::GetTupleElement(op::Conditional()))); in TEST_F()
828 root, AllOf(op::Power(op::Add(op::GetTupleElement(op::Conditional()), in TEST_F()
[all …]
/external/llvm-project/clang/unittests/Index/
DIndexTests.cpp145 using testing::AllOf;
207 AllOf(Contains(AllOf(QName("Foo"), WrittenAt(Position(8, 7)), in TEST()
209 Contains(AllOf(QName("Foo"), WrittenAt(Position(7, 7)), in TEST()
228 Contains(AllOf(QName("Foo"), WrittenAt(Position(8, 7)), in TEST()
243 EXPECT_THAT(Index->Symbols, AllOf(Not(Contains(QName("Foo::T"))), in TEST()
252 AllOf(Contains(AllOf(QName("Foo::T"), in TEST()
254 Contains(AllOf(QName("Foo::I"), in TEST()
256 Contains(AllOf(QName("Foo::C"), in TEST()
272 Contains(AllOf(QName("std::foo"), Kind(SymbolKind::Using)))); in TEST()
288 AllOf(QName("Foo"), Kind(SymbolKind::Struct), in TEST()
[all …]
/external/llvm-project/compiler-rt/lib/xray/tests/unit/
Dfdr_controller_test.cpp36 using ::testing::AllOf;
75 AllOf(FuncId(1), RecordType(llvm::xray::RecordTypes::ENTER)), in TEST_F()
76 AllOf(FuncId(1), RecordType(llvm::xray::RecordTypes::EXIT))))); in TEST_F()
99 AllOf(FuncId(FId), RecordType(llvm::xray::RecordTypes::ENTER)), in TEST_F()
100 AllOf(FuncId(FId), RecordType(llvm::xray::RecordTypes::EXIT)), in TEST_F()
101 AllOf(FuncId(FId), RecordType(llvm::xray::RecordTypes::ENTER_ARG)), in TEST_F()
102 AllOf(FuncId(FId), RecordType(llvm::xray::RecordTypes::TAIL_EXIT))))); in TEST_F()
135 AllOf(FuncId(1), RecordType(llvm::xray::RecordTypes::ENTER_ARG), in TEST_F()
137 AllOf(FuncId(1), RecordType(llvm::xray::RecordTypes::EXIT))))); in TEST_F()
159 AllOf(FuncId(1), RecordType(llvm::xray::RecordTypes::ENTER), in TEST_F()
[all …]
/external/llvm-project/llvm/unittests/tools/llvm-cfi-verify/
DGraphBuilder.cpp42 using ::testing::AllOf;
169 Contains(AllOf(Field(&ConditionalBranchNode::Address, Eq(0xDEADBEEF)), in TEST_F()
196 Contains(AllOf(Field(&ConditionalBranchNode::Address, Eq(0xDEADBEEF)), in TEST_F()
226 Contains(AllOf( in TEST_F()
235 Contains(AllOf( in TEST_F()
265 Contains(AllOf( in TEST_F()
274 Contains(AllOf( in TEST_F()
337 Each(AllOf(Field(&ConditionalBranchNode::CFIProtection, Eq(false)), in TEST_F()
362 AllOf(Field(&ConditionalBranchNode::Address, Eq(0xDEADBEEF)), in TEST_F()
438 Each(AllOf( in TEST_F()
[all …]
/external/llvm-project/libc/benchmarks/
DJSONTest.cpp17 using testing::AllOf;
50 return ExplainMatchResult(AllOf(Field(&CacheInfo::Type, B.Type),
58 return AllOf( in Equals()
65 return AllOf( in Equals()
78 return AllOf(Field(&SizeRange::From, SR.From), Field(&SizeRange::To, SR.To), in Equals()
83 return AllOf( in Equals()
95 return ExplainMatchResult(AllOf(Field(&Measurement::Size, B.Size),
104 AllOf(Field(&FunctionMeasurements::Name, B.Name),
111 return AllOf( in Equals()
/external/llvm-project/llvm/unittests/tools/llvm-exegesis/Mips/
DTargetTest.cpp25 using testing::AllOf;
32 return AllOf(Property(&MCOperand::isImm, Eq(true)), in IsImm()
37 return AllOf(Property(&MCOperand::isReg, Eq(true)), in IsReg()
48 return AllOf(OpcodeIs(ORi), in IsLoadLow16BitImm()
54 return AllOf(OpcodeIs(LUi), ElementsAre(IsReg(Reg), IsImm(Value))); in IsLoadHigh16BitImm()
59 return AllOf(OpcodeIs(SLL), in IsShift()
/external/libprotobuf-mutator/src/libfuzzer/
Dlibfuzzer_test.cc22 using ::testing::AllOf;
61 mock, TestOneInput(AllOf(IsMessageEq(std::cref(msg)), IsInitialized()))); in TEST()
66 mock, TestOneInput(AllOf(IsMessageEq(std::cref(msg)), IsInitialized()))); in TEST()
75 mock, TestOneInput(AllOf(IsMessageEq(std::cref(msg)), IsInitialized()))); in TEST()
88 mock, TestOneInput(AllOf(IsMessageEq(std::cref(msg)), IsInitialized()))); in TEST()
/external/llvm-project/clang/unittests/Tooling/Syntax/
DTokensTest.cpp57 using ::testing::AllOf;
77 return AllOf(Field(&TokenBuffer::Expansion::Spelled, Spelled), in IsExpansion()
266 AllOf(HasText("main"), Kind(tok::identifier)), in TEST_F()
272 AllOf(HasText("a"), Kind(tok::identifier)), in TEST_F()
275 ElementsAre(AllOf(HasText("main"), Kind(tok::identifier)), in TEST_F()
279 ElementsAre(AllOf(HasText("main"), Kind(tok::identifier)), in TEST_F()
285 ElementsAre(AllOf(HasText("ain"), Kind(tok::identifier)), in TEST_F()
359 ElementsAre(AllOf(Kind(tok::kw_int), RangeIs(Code.range("r1"))), in TEST_F()
360 AllOf(Kind(tok::identifier), RangeIs(Code.range("r2"))), in TEST_F()
361 AllOf(Kind(tok::equal), RangeIs(Code.range("r3"))), in TEST_F()
[all …]
/external/grpc-grpc/test/cpp/ext/filters/census/
Dstats_plugin_end2end_test.cc199 ::testing::AllOf(::testing::Property(&Distribution::count, 1), in TEST_F()
205 ::testing::AllOf(::testing::Property(&Distribution::count, 1), in TEST_F()
211 ::testing::AllOf(::testing::Property(&Distribution::count, 1), in TEST_F()
217 ::testing::AllOf(::testing::Property(&Distribution::count, 1), in TEST_F()
248 ::testing::AllOf( in TEST_F()
263 ::testing::AllOf( in TEST_F()
279 ::testing::AllOf( in TEST_F()
341 ::testing::AllOf(::testing::Property(&Distribution::count, i + 1), in TEST_F()
348 ::testing::AllOf(::testing::Property(&Distribution::count, i + 1), in TEST_F()
355 ::testing::AllOf(::testing::Property(&Distribution::count, i + 1), in TEST_F()
[all …]
/external/webrtc/modules/audio_coding/acm2/
Dacm_remixing_unittest.cc21 using ::testing::AllOf;
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()

1234567