Home
last modified time | relevance | path

Searched refs:ONES (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/bt/vendor_libs/test_vendor_lib/types/test/bluetooth/
H A Duuid_unittest.cc24 static const Uuid ONES = Uuid::From128BitBE( variable
46 EXPECT_EQ((uint16_t)0x1111, ONES.As16Bit()); in TEST()
53 EXPECT_EQ((uint32_t)0x11111111, ONES.As32Bit()); in TEST()
60 EXPECT_FALSE(ONES.Is16Bit()); in TEST()
106 EXPECT_EQ(UUID_ONES_STR, ONES.ToString()); in TEST()
/aosp12/system/bt/types/test/bluetooth/
H A Duuid_unittest.cc24 static const Uuid ONES = Uuid::From128BitBE( variable
51 EXPECT_EQ((uint16_t)0x1111, ONES.As16Bit()); in TEST()
58 EXPECT_EQ((uint32_t)0x11111111, ONES.As32Bit()); in TEST()
65 EXPECT_FALSE(ONES.Is16Bit()); in TEST()
117 EXPECT_EQ(UUID_ONES_STR, ONES.ToString()); in TEST()
/aosp12/system/bt/gd/hci/
H A Duuid_unittest.cc26 static const Uuid ONES = Uuid::From128BitBE( variable
48 ASSERT_EQ((uint16_t)0x1111, ONES.As16Bit()); in TEST()
55 ASSERT_EQ((uint32_t)0x11111111, ONES.As32Bit()); in TEST()
62 ASSERT_FALSE(ONES.Is16Bit()); in TEST()
110 ASSERT_EQ(UUID_ONES_STR, ONES.ToString()); in TEST()
/aosp12/frameworks/base/core/tests/coretests/src/android/database/
H A DNewDatabasePerformanceTests.java133 result += ONES[(number / 100)] + " hundred"; in numberName()
147 result += ONES[number]; in numberName()
928 static final String[] ONES = field in NewDatabasePerformanceTests