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

1 2 3 45 6

  /external/perfetto/src/traced/probes/ftrace/
ftrace_config_muxer_unittest.cc 31 using testing::ElementsAreArray;
423 RunAtrace(ElementsAreArray(
435 EXPECT_CALL(atrace, RunAtrace(ElementsAreArray(
455 RunAtrace(ElementsAreArray(
467 EXPECT_CALL(atrace, RunAtrace(ElementsAreArray(
  /external/nos/host/generic/libnos_transport/test/
test.cpp 30 using ::testing::ElementsAreArray;
278 .With(Args<1,2>(ElementsAreArray((uint8_t*)(args), (args_len)))) \
290 .With(Args<1,2>(ElementsAreArray((uint8_t*)&command_info, command_info.length))) \
519 EXPECT_THAT(reply, ElementsAreArray(data, sizeof(data)));
541 EXPECT_THAT(reply, ElementsAreArray(data));
588 EXPECT_THAT(reply, ElementsAreArray(data, sizeof(data)));
624 EXPECT_THAT(reply, ElementsAreArray(data, sizeof(data)));
  /external/libtextclassifier/utils/
tokenizer_test.cc 27 using testing::ElementsAreArray;
177 ElementsAreArray({Token("Hello", 0, 5), Token("world!", 6, 12)}));
353 ElementsAreArray({Token("?", 0, 1),
flatbuffers_test.cc 304 testing::ElementsAreArray({"note A", "note B"}));
307 testing::ElementsAreArray({"note i", "note ii", "note iii"}));
  /external/tensorflow/tensorflow/lite/kernels/internal/
quantization_util_test.cc 23 using ::testing::ElementsAreArray;
451 ElementsAreArray(expected_effective_scale_significand));
453 ElementsAreArray(expected_effective_scale_shift));
  /external/libtextclassifier/annotator/datetime/
parser_test.cc 32 using testing::ElementsAreArray;
139 testing::Matches(ElementsAreArray(expected))(filtered_results);
  /external/nos/host/android/hals/oemlock/test/
test.cpp 28 using ::testing::ElementsAreArray;
331 EXPECT_THAT(unlock.signature(), ElementsAreArray(token));
  /external/webrtc/webrtc/modules/video_coding/
video_sender_unittest.cc 31 using ::testing::ElementsAreArray;
240 Encode(_, _, Pointee(ElementsAreArray(&frame_types[0],
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_format_h264_unittest.cc 68 ::testing::ElementsAreArray(&packet[2], expected_sizes[fua_index]))
134 ::testing::ElementsAreArray(&packet[expected_payload_offset],
149 ::testing::ElementsAreArray(packet, packet_length));
394 ::testing::ElementsAreArray(data, length));
fec_receiver_unittest.cc 27 using ::testing::ElementsAreArray;
65 .With(Args<0, 1>(ElementsAreArray(packet->data,
rtp_format_vp8_unittest.cc 421 ::testing::ElementsAreArray(data, length));
  /external/google-breakpad/src/testing/test/
gmock_link_test.h 88 // ElementsAreArray
138 using testing::ElementsAreArray;
587 // Tests the linkage of the ElementsAreArray matcher.
592 ON_CALL(mock, VoidFromVector(ElementsAreArray(arr))).WillByDefault(Return());
  /external/googletest/googlemock/test/
gmock_link_test.h 87 // ElementsAreArray
141 using testing::ElementsAreArray;
592 // Tests the linkage of the ElementsAreArray matcher.
597 ON_CALL(mock, VoidFromVector(ElementsAreArray(arr))).WillByDefault(Return());
gmock-matchers_test.cc     [all...]
  /external/tensorflow/tensorflow/lite/kernels/
lstm_test.cc 33 using ::testing::ElementsAreArray;
395 ElementsAreArray(ArrayFloatNear(expected, tolerance)));
    [all...]
unidirectional_sequence_lstm_test.cc 30 using ::testing::ElementsAreArray;
397 ElementsAreArray(ArrayFloatNear(expected, tolerance)));
    [all...]
  /device/google/cuttlefish_common/common/libs/net/
netlink_request_test.cpp 27 using ::testing::ElementsAreArray;
  /external/google-breakpad/src/common/dwarf/
dwarf2diehandler_unittest.cc 47 using ::testing::ElementsAreArray;
  /external/tensorflow/tensorflow/compiler/xla/tests/
prng_test.cc 61 EXPECT_THAT(dims, ::testing::ElementsAreArray(actual.shape().dimensions()));
  /external/googletest/googlemock/include/gmock/
gmock-matchers.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/
gmock-matchers.h     [all...]
  /external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
convert_nodes_test.cc 63 using ::testing::ElementsAreArray;
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/
literal_test.cc 787 testing::ElementsAreArray(expected_dim0minor));
793 testing::ElementsAreArray(expected_dim0major));
800 testing::ElementsAreArray(expected_dim0major));
805 testing::ElementsAreArray(expected_dim0minor));
    [all...]
  /external/perfetto/src/trace_processor/
proto_trace_parser_unittest.cc 55 using ::testing::ElementsAreArray;
    [all...]
  /external/perfetto/src/tracing/core/
tracing_service_impl_unittest.cc 47 using ::testing::ElementsAreArray;
    [all...]

Completed in 1160 milliseconds

1 2 3 45 6