/third_party/flutter/skia/src/sksl/ir/ |
D | SkSLField.h | 24 struct Field : public Symbol { struct 25 Field(int offset, const Variable& owner, int fieldIndex) in Field() function 31 return fOwner.description() + "." + fOwner.fType.fields()[fFieldIndex].fName; in description() argument 35 const int fFieldIndex; argument 37 typedef Symbol INHERITED;
|
D | SkSLType.h | 29 struct Field { struct 30 Field(Modifiers modifiers, StringFragment name, const Type* type) in Field() argument 35 const String description() const { in description() 39 Modifiers fModifiers; 40 StringFragment fName; 41 const Type* fType;
|
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/arch-sa1100/ |
D | bitfield.h | 67 #define FSize(Field) ((Field) >> 16) argument 68 #define FShft(Field) ((Field) & 0x0000FFFF) argument 69 #define FMsk(Field) (((UData (1) << FSize (Field)) - 1) << FShft (Field)) argument 70 #define FAlnMsk(Field) ((UData (1) << FSize (Field)) - 1) argument 71 #define F1stBit(Field) (UData (1) << FShft (Field)) argument 89 #define FInsrt(Value, Field) \ argument 108 #define FExtr(Data, Field) \ argument
|
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/arch-pxa/ |
D | bitfield.h | 67 #define FSize(Field) ((Field) >> 16) argument 68 #define FShft(Field) ((Field) & 0x0000FFFF) argument 69 #define FMsk(Field) (((UData (1) << FSize (Field)) - 1) << FShft (Field)) argument 70 #define FAlnMsk(Field) ((UData (1) << FSize (Field)) - 1) argument 71 #define F1stBit(Field) (UData (1) << FShft (Field)) argument 89 #define FInsrt(Value, Field) \ argument 108 #define FExtr(Data, Field) \ argument
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | ComputeLayoutMemoryBufferTests.cpp | 76 struct Field { struct 86 // Returns this Field so calls can be chained. argument 87 Field& PaddedSize(uint32_t value) { in PaddedSize() argument 95 Field& Strided() { in Strided() argument 102 Field& StorageBufferOnly() { in StorageBufferOnly() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/Disassembler/ |
D | SystemZDisassembler.cpp | 291 static DecodeStatus decodeBDAddr12Operand(MCInst &Inst, uint64_t Field, in decodeBDAddr12Operand() 301 static DecodeStatus decodeBDAddr20Operand(MCInst &Inst, uint64_t Field, in decodeBDAddr20Operand() 311 static DecodeStatus decodeBDXAddr12Operand(MCInst &Inst, uint64_t Field, in decodeBDXAddr12Operand() 323 static DecodeStatus decodeBDXAddr20Operand(MCInst &Inst, uint64_t Field, in decodeBDXAddr20Operand() 335 static DecodeStatus decodeBDLAddr12Len4Operand(MCInst &Inst, uint64_t Field, in decodeBDLAddr12Len4Operand() 347 static DecodeStatus decodeBDLAddr12Len8Operand(MCInst &Inst, uint64_t Field, in decodeBDLAddr12Len8Operand() 359 static DecodeStatus decodeBDRAddr12Operand(MCInst &Inst, uint64_t Field, in decodeBDRAddr12Operand() 371 static DecodeStatus decodeBDVAddr12Operand(MCInst &Inst, uint64_t Field, in decodeBDVAddr12Operand() 383 static DecodeStatus decodeBDAddr32Disp12Operand(MCInst &Inst, uint64_t Field, in decodeBDAddr32Disp12Operand() 389 static DecodeStatus decodeBDAddr32Disp20Operand(MCInst &Inst, uint64_t Field, in decodeBDAddr32Disp20Operand() [all …]
|
/third_party/skia/src/sksl/ir/ |
D | SkSLType.h | 62 struct Field { struct 63 Field(Modifiers modifiers, skstd::string_view name, const Type* type) in Field() function 68 String description() const { in description() 72 Modifiers fModifiers; 73 skstd::string_view fName; 74 const Type* fType;
|
D | SkSLField.h | 27 Field(int line, const Variable* owner, int fieldIndex) in Field() function
|
/third_party/node/deps/icu-small/source/i18n/ |
D | formatted_string_builder.h | 59 struct U_I18N_API Field { struct 62 Field() = default; argument 224 constexpr FormattedStringBuilder::Field::Field(uint8_t category, uint8_t field) in Field() function
|
/third_party/icu/icu4c/source/i18n/ |
D | formatted_string_builder.h | 60 struct U_I18N_API Field { struct 63 Field() = default; argument 225 constexpr FormattedStringBuilder::Field::Field(uint8_t category, uint8_t field) in Field() function
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | formatted_string_builder.h | 59 struct U_I18N_API Field { struct 62 Field() = default; argument 224 constexpr FormattedStringBuilder::Field::Field(uint8_t category, uint8_t field) in Field() function
|
/third_party/protobuf/js/experimental/runtime/kernel/ |
D | field.js | 36 class Field { class 195 Field, property
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | ChineseDateFormat.java | 188 public static class Field extends DateFormat.Field { class in ChineseDateFormat 211 protected Field(String name, int calendarField) { in Field() method in ChineseDateFormat.Field
|
/third_party/typescript/tests/cases/compiler/ |
D | inferentialTypingUsingApparentType3.ts | 1 interface Field<T> { interface
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/ |
D | NaClBitcodeHeader.cpp | 209 NaClBitcodeHeaderField *Field = new NaClBitcodeHeaderField(); in ReadFields() local 309 NaClBitcodeHeaderField *Field = GetField(i); in InstallFields()
|
/third_party/skia/include/sksl/ |
D | DSL.h | 20 using Field = DSLField; variable
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
D | udbgutil.cpp | 61 struct Field { struct 68 * Define another field name. Used in an array of Field s argument
|
/third_party/icu/icu4c/source/tools/toolutil/ |
D | udbgutil.cpp | 61 struct Field { struct 68 * Define another field name. Used in an array of Field s argument
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
D | udbgutil.cpp | 61 struct Field { struct 68 * Define another field name. Used in an array of Field s argument
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/ |
D | udbgutil.cpp | 61 struct Field { struct 68 * Define another field name. Used in an array of Field s argument
|
/third_party/protobuf/src/google/protobuf/ |
D | reflection_internal.h | 268 typedef void Field; typedef 297 typedef void Field; typedef 336 typedef void Field; typedef
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | RecordSerialization.h | 106 T Field; in deserialize() local 129 StringRef Field; in deserialize() local
|
/third_party/skia/src/sfnt/ |
D | SkOTTable_gasp.h | 32 struct Field { struct
|
/third_party/flutter/skia/src/sfnt/ |
D | SkOTTable_gasp.h | 32 struct Field { struct
|
D | SkOTTable_OS_2_VA.h | 55 struct Field { struct 100 struct Field { struct
|