Searched refs:ONES (Results 1 – 4 of 4) sorted by relevance
24 static const Uuid ONES = Uuid::From128BitBE( variable46 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()
24 static const Uuid ONES = Uuid::From128BitBE( variable51 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()
26 static const Uuid ONES = Uuid::From128BitBE( variable48 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()
133 result += ONES[(number / 100)] + " hundred"; in numberName()147 result += ONES[number]; in numberName()928 static final String[] ONES = field in NewDatabasePerformanceTests