Home
last modified time | relevance | path

Searched refs:PURPLE (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/
H A DGameConstants.h31 constexpr ScreenColor kTapLateColor = PURPLE;
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/ui/
H A DOpenGLFunctions.h32 constexpr ScreenColor PURPLE { 1.0f, 0.0f, 1.0f, 1.0f };
/third_party/python/Lib/test/
H A Dtest_enum.py2900 PURPLE = RED|BLUE variable in OldTestFlag.Color
3202 self.assertEqual(list(Color.PURPLE), [Color.RED, Color.BLUE])
3211 self.assertEqual(self.Color.__len__(self.Color.PURPLE), 2)
3407 PURPLE = RED|BLUE variable in OldTestIntFlag.Color
3780 self.assertEqual(list(Color.PURPLE), [Color.RED, Color.BLUE])
3788 self.assertEqual(self.Color.__len__(self.Color.PURPLE), 2)

Completed in 10 milliseconds