HomeSort by relevance Sort by last modified time
    Searched refs:ElementsAre (Results 101 - 125 of 132) sorted by null

1 2 3 45 6

  /external/webrtc/webrtc/modules/video_coding/
video_sender_unittest.cc 30 using ::testing::ElementsAre;
229 Encode(_, _, Pointee(ElementsAre(kVideoFrameDelta, kVideoFrameDelta,
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
Path.cpp 249 EXPECT_THAT(GetComponents("/foo"), testing::ElementsAre("/", "foo"));
250 EXPECT_THAT(GetComponents("/"), testing::ElementsAre("/"));
251 EXPECT_THAT(GetComponents("//"), testing::ElementsAre("/"));
252 EXPECT_THAT(GetComponents("///"), testing::ElementsAre("/"));
254 testing::ElementsAre("c", "d", "e", "foo.txt"));
256 testing::ElementsAre(".c", ".d", "..", "."));
258 testing::ElementsAre("/", "c", "d", "e", "foo.txt"));
260 testing::ElementsAre("/", ".c", ".d", "..", "."));
262 testing::ElementsAre("c:", "\\", "c", "e", "foo.txt"));
263 EXPECT_THAT(GetComponents("//net/"), testing::ElementsAre("//net", "/"))
    [all...]
  /external/google-breakpad/src/testing/test/
gmock-matchers_test.cc     [all...]
gmock_link_test.h 87 // ElementsAre
137 using testing::ElementsAre;
580 // Tests the linkage of the ElementsAre matcher.
584 ON_CALL(mock, VoidFromVector(ElementsAre('a', _))).WillByDefault(Return());
  /external/nos/host/android/hals/authsecret/test/
test.cpp 26 using ::testing::ElementsAre;
  /external/tensorflow/tensorflow/compiler/xla/service/
call_inliner_test.cc 142 ElementsAre(op::Constant()));
while_loop_simplifier_test.cc 176 ElementsAre(op::Constant()))
hlo_dataflow_analysis_test.cc 39 using ::testing::ElementsAre;
    [all...]
  /external/tensorflow/tensorflow/core/grappler/graph_analyzer/
sig_node_test.cc 31 using ::testing::ElementsAre;
193 EXPECT_THAT(rhit->second.peers, ElementsAre(&sn1));
201 EXPECT_THAT(rhit->second.peers, ElementsAre(&sn2));
210 EXPECT_THAT(rhit->second.peers, ElementsAre(&sn3));
790 EXPECT_THAT(sig_.sig_full, ElementsAre(600, 700, 800));
986 EXPECT_THAT(hash_size, ElementsAre(4, 5, 5, 6, 6));
1021 EXPECT_THAT(hash_size, ElementsAre(3, 3, 4, 4));
    [all...]
  /external/googletest/googlemock/test/
gmock_link_test.h 86 // ElementsAre
140 using testing::ElementsAre;
585 // Tests the linkage of the ElementsAre matcher.
589 ON_CALL(mock, VoidFromVector(ElementsAre('a', _))).WillByDefault(Return());
gmock-actions_test.cc 558 EXPECT_THAT(result, ::testing::ElementsAre(0, 1, 2, 3, 4));
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/
literal_test.cc 39 using ::testing::ElementsAre;
239 EXPECT_THAT(literal.shape().dimensions(), ElementsAre(2, 3, 2));
300 EXPECT_THAT(literal.shape().dimensions(), ElementsAre(1, 2, 3, 2));
321 ElementsAre(2, 2, 3, 3));
748 EXPECT_THAT(mat_dim0minor.data<int32>(), ElementsAre(1, 4, 2, 5, 3, 6));
753 ElementsAre(1, 2, 3, 4, 5, 6));
759 EXPECT_THAT(mat_dim0major.data<int32>(), ElementsAre(1, 2, 3, 4, 5, 6));
764 ElementsAre(1, 4, 2, 5, 3, 6));
    [all...]
  /external/perfetto/src/perfetto_cmd/
pbtxt_to_pb_unittest.cc 33 using ::testing::ElementsAre;
  /external/tensorflow/tensorflow/lite/kernels/
concatenation_test.cc 109 EXPECT_THAT(m0.GetOutput(), ::testing::ElementsAre(5));
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_sender_unittest.cc 24 using ::testing::ElementsAre;
489 EXPECT_THAT(parser()->nack_item()->last_nack_list(), ElementsAre(0, 1, 16));
505 ElementsAre(kRemoteSsrc, kRemoteSsrc + 1));
rtcp_packet_unittest.cc 22 using ::testing::ElementsAre;
  /external/libchrome/base/
optional_unittest.cc 15 using ::testing::ElementsAre;
460 EXPECT_THAT(*opt, ElementsAre(3, 1));
467 EXPECT_THAT(*opt, ElementsAre(3, 1));
1155 EXPECT_THAT(*a, ElementsAre(2, 3));
1164 EXPECT_THAT(*a, ElementsAre(4, 5));
    [all...]
  /external/perfetto/src/base/
optional_unittest.cc 31 using ::testing::ElementsAre;
477 EXPECT_THAT(*opt, ElementsAre(3, 1));
484 EXPECT_THAT(*opt, ElementsAre(3, 1));
1169 EXPECT_THAT(*a, ElementsAre(2, 3));
1178 EXPECT_THAT(*a, ElementsAre(4, 5));
    [all...]
  /external/google-breakpad/src/testing/include/gmock/
gmock-generated-matchers.h 308 // Implements ElementsAre() of 1-10 arguments.
920 // ElementsAre(e0, e1, ..., e_n) matches an STL-style container with
923 // ElementsAre() can be either a value or a matcher. We support up to
926 // NOTE: Since ElementsAre() cares about the order of the elements, it
930 inline internal::ElementsAreMatcher0 ElementsAre() {
935 inline internal::ElementsAreMatcher1<T1> ElementsAre(const T1& e1) {
940 inline internal::ElementsAreMatcher2<T1, T2> ElementsAre(const T1& e1,
946 inline internal::ElementsAreMatcher3<T1, T2, T3> ElementsAre(const T1& e1,
952 inline internal::ElementsAreMatcher4<T1, T2, T3, T4> ElementsAre(const T1& e1,
959 T5> ElementsAre(const T1& e1, const T2& e2, const T3& e3, const T4& e4
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/
gmock-generated-matchers.h 554 // ElementsAre(e_1, e_2, ... e_n) matches an STL-style container with
557 // ElementsAre() can be either a value or a matcher. We support up to
560 // The use of DecayArray in the implementation allows ElementsAre()
564 // NOTE: Since ElementsAre() cares about the order of the elements, it
570 ElementsAre() {
579 ElementsAre(const T1& e1) {
590 ElementsAre(const T1& e1, const T2& e2) {
603 ElementsAre(const T1& e1, const T2& e2, const T3& e3) {
618 ElementsAre(const T1& e1, const T2& e2, const T3& e3, const T4& e4) {
635 ElementsAre(const T1& e1, const T2& e2, const T3& e3, const T4& e4
    [all...]
  /external/tensorflow/tensorflow/lite/delegates/nnapi/
nnapi_delegate_test.cc 38 using ::testing::ElementsAre;
599 EXPECT_THAT(m.GetOutput(), ElementsAre(24, 25, 26, 58, 59, 60));
    [all...]
  /external/grpc-grpc/test/cpp/end2end/
grpclb_end2end_test.cc     [all...]
  /external/libchrome/base/containers/
span_unittest.cc 18 using ::testing::ElementsAre;
894 EXPECT_THAT(results, ElementsAre(1, 6, 1, 8, 0));
    [all...]
  /external/libtextclassifier/actions/
actions-suggestions_test.cc     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DWARFDebugInfoTest.cpp     [all...]

Completed in 1414 milliseconds

1 2 3 45 6