Home
last modified time | relevance | path

Searched defs:Color (Results 1 – 25 of 309) sorted by relevance

12345678910>>...13

/external/pytorch/test/jit/
Dtest_enum.py66 class Color(Enum): class
73 def enum_comp(x: Color, y: Color) -> bool:
103 class Color(Enum): class
109 def enum_comp(x: Color, y: Color) -> bool:
119 class Color(Enum): class
126 def enum_name(x: Color) -> str:
137 class Color(Enum): class
144 def enum_value(x: Color) -> int:
155 class Color(Enum): class
162 def enum_const(x: Color) -> bool:
[all …]
/external/flashrom/util/flashrom_tester/src/
Dtypes.rs36 pub struct Color { struct
45 pub const COLOR: Color = Color { argument
/external/angle/src/common/
DColor.h21 struct Color struct
29 static Color fromData(const T *data) { return Color(data[0], data[1], data[2], data[3]); } in fromData() argument
45 bool operator==(const Color<T> &a, const Color<T> &b); argument
99 using Color = angle::Color<T>; variable
/external/rust/android-crates-io/crates/winnow/examples/css/
Dparser.rs6 pub(crate) struct Color { struct
12 impl std::str::FromStr for Color { argument
21 pub(crate) fn hex_color(input: &mut &str) -> PResult<Color> { in hex_color()
/external/flatbuffers/samples/rust_generated/my_game/sample/
Dcolor_generated.rs26 pub struct Color(pub i8); struct
28 impl Color { impl
50 impl core::fmt::Debug for Color { implementation
59 impl<'a> flatbuffers::Follow<'a> for Color { implementation
68 impl flatbuffers::Push for Color { implementation
76 impl flatbuffers::EndianScalar for Color { implementation
90 impl<'a> flatbuffers::Verifiable for Color { implementation
100 impl flatbuffers::SimpleToVerifyInSlice for Color {} implementation
/external/skia/src/gpu/ganesh/
DGrDefaultGeoProcFactory.h25 struct Color { struct
31 explicit Color(const SkPMColor4f& color) in Color() function
34 Color(Type type) in Color() argument
41 SkPMColor4f fColor; argument
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/nom-7.1.3/tests/
Dcss.rs7 pub struct Color { struct
25 fn hex_color(input: &str) -> IResult<&str, Color> { in hex_color() argument
/external/rust/android-crates-io/crates/nom/tests/
Dcss.rs7 pub struct Color { struct
25 fn hex_color(input: &str) -> IResult<&str, Color> { in hex_color() argument
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/nom-7.1.3/tests/
Dcss.rs7 pub struct Color { struct
25 fn hex_color(input: &str) -> IResult<&str, Color> { in hex_color() argument
/external/flatbuffers/tests/monster_test_serialize/my_game/example/
Dcolor_generated.rs31 impl Serialize for Color { implementation
40 impl<'a> flatbuffers::Follow<'a> for Color { implementation
49 impl flatbuffers::Push for Color { implementation
57 impl flatbuffers::EndianScalar for Color { implementation
71 impl<'a> flatbuffers::Verifiable for Color { implementation
81 impl flatbuffers::SimpleToVerifyInSlice for Color {} implementation
/external/flatbuffers/tests/monster_test/my_game/example/
Dcolor_generated.rs29 impl<'a> flatbuffers::Follow<'a> for Color { implementation
38 impl flatbuffers::Push for Color { implementation
46 impl flatbuffers::EndianScalar for Color { implementation
60 impl<'a> flatbuffers::Verifiable for Color { implementation
70 impl flatbuffers::SimpleToVerifyInSlice for Color {} implementation
/external/skia/platform_tools/android/apps/jetski/src/main/java/org/skia/jetski/
DColor.java10 public class Color { class
13 public Color(float r, float g, float b, float a) { in Color() method in Color
20 public Color() { in Color() method in Color
28 public Color(int color) { in Color() method in Color
/external/swiftshader/third_party/marl/examples/
Dfractal.cpp30 struct Color { struct
33 inline Color<T>& operator+=(const Color<T>& rhs) { in operator +=() argument
40 inline Color<T>& operator/=(T rhs) { in operator /=() argument
/external/flatbuffers/tests/ts/my-game/example/
Dcolor.js6 export var Color; variable
7 (function (Color) { argument
/external/pdfium/core/fxcrt/css/
Dcfx_cssdata.h34 struct Color { struct
43 static const Color* GetColorByName(WideStringView wsName); argument
/external/clang/lib/AST/
DASTDumper.cpp42 raw_ostream::Colors Color; member
157 ColorScope Color(*this, IndentColor); in dumpChild() local
192 ColorScope(ASTDumper &Dumper, TerminalColor Color) in ColorScope()
584 ColorScope Color(*this, AddressColor); in dumpPointer() local
592 ColorScope Color(*this, LocationColor); in dumpLocation() local
636 ColorScope Color(*this, TypeColor); in dumpBareType() local
672 ColorScope Color(*this, NullColor); in dumpTypeAsChild() local
678 ColorScope Color(*this, TypeColor); in dumpTypeAsChild() local
687 ColorScope Color(*this, TypeColor); in dumpTypeAsChild() local
718 ColorScope Color(*this, NullColor); in dumpBareDeclRef() local
[all …]
/external/flatbuffers/tests/MyGame/Example/
DColor.java9 public final class Color { class
10 private Color() { } in Color() method in Color
DColor.kt9 class Color private constructor() { class
/external/clang/test/SemaTemplate/
Dinstantiate-c99.cpp30 struct Color { struct
35 Color color; argument
/external/kotlinx.serialization/guide/example/
Dexample-serializer-02.kt8 class Color(val rgb: Int) class
Dexample-serializer-06.kt8 class Color(val rgb: Int) class
Dexample-serializer-01.kt8 class Color(val rgb: Int) class
Dexample-serializer-03.kt8 class Color(val rgb: Int) class
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/immutable/
DColor.java16 public class Color { class
20 public Color(String name) { in Color() method in Color
/external/clang/test/Index/
Dcomplete-type-factors.m26 + (void)method:(enum Color)color priority:(enum Priority)priority;
27 - (void)method:(enum Color)color priority:(enum Priority)priority;

12345678910>>...13