/external/pytorch/test/jit/ |
D | test_enum.py | 66 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/ |
D | types.rs | 36 pub struct Color { struct 45 pub const COLOR: Color = Color { argument
|
/external/angle/src/common/ |
D | Color.h | 21 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/ |
D | parser.rs | 6 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/ |
D | color_generated.rs | 26 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/ |
D | GrDefaultGeoProcFactory.h | 25 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/ |
D | css.rs | 7 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/ |
D | css.rs | 7 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/ |
D | css.rs | 7 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/ |
D | color_generated.rs | 31 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/ |
D | color_generated.rs | 29 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/ |
D | Color.java | 10 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/ |
D | fractal.cpp | 30 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/ |
D | color.js | 6 export var Color; variable 7 (function (Color) { argument
|
/external/pdfium/core/fxcrt/css/ |
D | cfx_cssdata.h | 34 struct Color { struct 43 static const Color* GetColorByName(WideStringView wsName); argument
|
/external/clang/lib/AST/ |
D | ASTDumper.cpp | 42 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/ |
D | Color.java | 9 public final class Color { class 10 private Color() { } in Color() method in Color
|
D | Color.kt | 9 class Color private constructor() { class
|
/external/clang/test/SemaTemplate/ |
D | instantiate-c99.cpp | 30 struct Color { struct 35 Color color; argument
|
/external/kotlinx.serialization/guide/example/ |
D | example-serializer-02.kt | 8 class Color(val rgb: Int) class
|
D | example-serializer-06.kt | 8 class Color(val rgb: Int) class
|
D | example-serializer-01.kt | 8 class Color(val rgb: Int) class
|
D | example-serializer-03.kt | 8 class Color(val rgb: Int) class
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/immutable/ |
D | Color.java | 16 public class Color { class 20 public Color(String name) { in Color() method in Color
|
/external/clang/test/Index/ |
D | complete-type-factors.m | 26 + (void)method:(enum Color)color priority:(enum Priority)priority; 27 - (void)method:(enum Color)color priority:(enum Priority)priority;
|