HomeSort by relevance Sort by last modified time
    Searched refs:Pointee (Results 1 - 25 of 46) sorted by null

1 2

  /frameworks/base/tools/aapt2/
ResourceUtils_test.cpp 27 using ::testing::Pointee;
195 ASSERT_THAT(ResourceUtils::MakeNull(), Pointee(ValueEq(Reference())));
196 ASSERT_THAT(ResourceUtils::TryParseNullOrEmpty("@null"), Pointee(ValueEq(Reference())));
200 ASSERT_THAT(ResourceUtils::MakeEmpty(), Pointee(ValueEq(BinaryPrimitive(Res_value::TYPE_NULL, Res_value::DATA_NULL_EMPTY))));
201 ASSERT_THAT(ResourceUtils::TryParseNullOrEmpty("@empty"), Pointee(ValueEq(BinaryPrimitive(Res_value::TYPE_NULL, Res_value::DATA_NULL_EMPTY))));
206 Pointee(ValueEq(BinaryPrimitive(Res_value::TYPE_INT_DEC, 12u))));
208 Pointee(ValueEq(BinaryPrimitive(Res_value::TYPE_INT_BOOLEAN, 0xffffffffu))));
213 Pointee(ValueEq(BinaryPrimitive(Res_value::TYPE_FLOAT, expected_float_flattened))));
StringPool_test.cpp 31 using ::testing::Pointee;
215 EXPECT_THAT(str, Pointee(Eq(u'\u093f')));
  /system/connectivity/wifilogd/tests/
os_unittest.cpp 47 using ::testing::Pointee;
130 Nanosleep(Pointee(EqualsTimespec({0, kSleepTimeNsec})), _));
136 Nanosleep(Pointee(EqualsTimespec({0, Os::kMaxNanos})), _));
141 EXPECT_CALL(*raw_os_, Nanosleep(Pointee(EqualsTimespec({0, 0})), _));
147 Nanosleep(Pointee(EqualsTimespec({0, Os::kMaxNanos})), _));
159 EXPECT_CALL(*raw_os_, Nanosleep(Pointee(EqualsTimespec({0, 100})), _));
177 EXPECT_CALL(*raw_os_, Nanosleep(Pointee(EqualsTimespec({0, 50})), _));
325 ON_CALL(*raw_os_, Nanosleep(Pointee(EqualsTimespec({0, Os::kMaxNanos})), _))
  /external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_impl_unittest.cc 41 using ::testing::Pointee;
530 EXPECT_CALL(mock_decoder, DecodeInternal(Pointee(0), kPayloadLengthBytes,
573 EXPECT_CALL(mock_decoder, DecodeInternal(Pointee(2), kPayloadLengthBytes,
689 // Pointee(x) verifies that first byte of the payload equals x, this makes it
691 EXPECT_CALL(mock_decoder, DecodeInternal(Pointee(0), kPayloadLengthBytes,
698 EXPECT_CALL(mock_decoder, DecodeInternal(Pointee(1), kPayloadLengthBytes,
712 EXPECT_CALL(mock_decoder, DecodeInternal(Pointee(2), kPayloadLengthBytes,
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
  /external/google-breakpad/src/common/dwarf/
dwarf2reader_die_unittest.cc 66 using testing::Pointee;
344 Pointee('*'), 258))
407 Pointee(173), 29))
  /external/webrtc/webrtc/modules/video_coding/
video_sender_unittest.cc 34 using ::testing::Pointee;
229 Encode(_, _, Pointee(ElementsAre(kVideoFrameDelta, kVideoFrameDelta,
240 Encode(_, _, Pointee(ElementsAreArray(&frame_types[0],
video_coding_robustness_unittest.cc 27 using ::testing::Pointee;
  /frameworks/base/tools/aapt2/link/
TableMerger_test.cpp 27 using ::testing::Pointee;
175 Pointee(Field(&BinaryPrimitive::value, Field(&android::Res_value::data, Eq(0u)))));
363 EXPECT_THAT(style->entries, Contains(Field(&Style::Entry::value, Pointee(ValueEq(*expected)))));
  /external/google-breakpad/src/testing/test/
gmock_link_test.h 93 // Pointee
160 using testing::Pointee;
635 Matcher<int*> m = Pointee(Eq(1));
gmock-matchers_test.cc 109 using testing::Pointee;
    [all...]
gmock-generated-matchers_test.cc 74 using testing::Pointee;
488 EXPECT_THAT(&v, Pointee(ElementsAre(0, 1, _)));
489 EXPECT_THAT(&v, Not(Pointee(ElementsAre(0, _, 3))));
    [all...]
  /external/googletest/googlemock/test/
gmock_link_test.h 93 // Pointee
160 using testing::Pointee;
635 Matcher<int*> m = Pointee(Eq(1));
gmock-matchers_test.cc 120 using testing::Pointee;
    [all...]
  /external/v8/testing/gmock/test/
gmock_link_test.h 93 // Pointee
160 using testing::Pointee;
635 Matcher<int*> m = Pointee(Eq(1));
gmock-matchers_test.cc 120 using testing::Pointee;
    [all...]
  /system/bt/service/test/
low_energy_client_unittest.cc 30 using ::testing::Pointee;

Completed in 410 milliseconds

1 2