| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/runtime/ |
| D | szrt.c | 23 uint64_t __Sz_fptoui_f32_i64(float Value) { return (uint64_t)Value; } in __Sz_fptoui_f32_i64() 25 uint64_t __Sz_fptoui_f64_i64(double Value) { return (uint64_t)Value; } in __Sz_fptoui_f64_i64() 27 int64_t __Sz_fptosi_f32_i64(float Value) { return (int64_t)Value; } in __Sz_fptosi_f32_i64() 29 int64_t __Sz_fptosi_f64_i64(double Value) { return (int64_t)Value; } in __Sz_fptosi_f64_i64() 31 float __Sz_uitofp_i32_f32(uint32_t Value) { return (float)Value; } in __Sz_uitofp_i32_f32() 33 float __Sz_uitofp_i64_f32(uint64_t Value) { return (float)Value; } in __Sz_uitofp_i64_f32() 35 double __Sz_uitofp_i32_f64(uint32_t Value) { return (double)Value; } in __Sz_uitofp_i32_f64() 37 double __Sz_uitofp_i64_f64(uint64_t Value) { return (double)Value; } in __Sz_uitofp_i64_f64() 39 float __Sz_sitofp_i64_f32(int64_t Value) { return (float)Value; } in __Sz_sitofp_i64_f32() 41 double __Sz_sitofp_i64_f64(int64_t Value) { return (double)Value; } in __Sz_sitofp_i64_f64()
|
| /third_party/typescript/tests/cases/compiler/ |
| D | thisInAccessors.ts | 3 get Value() { method in GetterOnly 7 set Value(val) { method in GetterOnly 13 get Value() { method in SetterOnly 16 set Value(val) { method in SetterOnly 23 get Value() { method in GetterAndSetter 27 set Value(val) { method in GetterAndSetter
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/ |
| D | X86AsmParserCommon.h | 16 inline bool isImmSExti16i8Value(uint64_t Value) { in isImmSExti16i8Value() 21 inline bool isImmSExti32i8Value(uint64_t Value) { in isImmSExti32i8Value() 26 inline bool isImmSExti64i8Value(uint64_t Value) { in isImmSExti64i8Value() 30 inline bool isImmSExti64i32Value(uint64_t Value) { in isImmSExti64i32Value() 34 inline bool isImmUnsignedi8Value(uint64_t Value) { in isImmUnsignedi8Value() 38 inline bool isImmUnsignedi4Value(uint64_t Value) { in isImmUnsignedi4Value()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| D | ScopedPrinter.h | 33 T Value; member 55 uint64_t Value; member 61 template <class T> const std::string to_string(const T &Value) { in to_string() 92 template <typename T> HexNumber hex(T Value) { return HexNumber(Value); } in hex() 95 void printEnum(StringRef Label, T Value, in printEnum() 149 template <typename T> void printFlags(StringRef Label, T Value) { in printFlags() 162 void printNumber(StringRef Label, uint64_t Value) { in printNumber() 166 void printNumber(StringRef Label, uint32_t Value) { in printNumber() 170 void printNumber(StringRef Label, uint16_t Value) { in printNumber() 174 void printNumber(StringRef Label, uint8_t Value) { in printNumber() [all …]
|
| /third_party/boost/libs/property_map/test/ |
| D | property_map_cc.cpp | 21 typedef assignable_archetype<copy_constructible_archetype<> > Value; in main() typedef 27 typedef assignable_archetype<copy_constructible_archetype<> > Value; in main() typedef 33 typedef assignable_archetype<copy_constructible_archetype<> > Value; in main() typedef 39 typedef assignable_archetype<copy_constructible_archetype<> > Value; in main() typedef 45 typedef assignable_archetype<copy_constructible_archetype<> > Value; in main() typedef 61 typedef sgi_assignable_archetype<> Value; in main() typedef 73 typedef sgi_assignable_archetype<> Value; in main() typedef 86 Value; in main() typedef 94 Value; in main() typedef 109 typedef sgi_assignable_archetype<> Value; in main() typedef
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
| D | StringSwitch.h | 74 StringSwitch& Case(const char (&S)[N], const T& Value) { in Case() 85 StringSwitch& EndsWith(const char (&S)[N], const T &Value) { in EndsWith() 96 StringSwitch& StartsWith(const char (&S)[N], const T &Value) { in StartsWith() 108 const T& Value) { in Cases() 115 const char (&S2)[N2], const T& Value) { in Cases() 123 const T& Value) { in Cases() 131 const char (&S4)[N4], const T& Value) { in Cases() 141 const T &Value) { in Cases() 151 const char (&S6)[N6], const T &Value) { in Cases() 162 const T &Value) { in Cases() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| D | StringSwitch.h | 67 StringSwitch &Case(StringLiteral S, T Value) { in Case() 74 StringSwitch& EndsWith(StringLiteral S, T Value) { in EndsWith() 81 StringSwitch& StartsWith(StringLiteral S, T Value) { in StartsWith() 88 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, T Value) { in Cases() 93 T Value) { in Cases() 98 StringLiteral S3, T Value) { in Cases() 103 StringLiteral S3, StringLiteral S4, T Value) { in Cases() 109 T Value) { in Cases() 115 StringLiteral S6, T Value) { in Cases() 121 StringLiteral S6, StringLiteral S7, T Value) { in Cases() [all …]
|
| D | Any.h | 46 T Value; member 79 Any(T &&Value) { in Any() 114 template <typename T> bool any_isa(const Any &Value) { in any_isa() 122 template <class T> T any_cast(const Any &Value) { in any_cast() 128 template <class T> T any_cast(Any &Value) { in any_cast() 134 template <class T> T any_cast(Any &&Value) { in any_cast() 140 template <class T> const T *any_cast(const Any *Value) { in any_cast() 149 template <class T> T *any_cast(Any *Value) { in any_cast()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/ |
| D | AVRAsmBackend.cpp | 37 void signed_width(unsigned Width, uint64_t Value, std::string Description, in signed_width() 56 void unsigned_width(unsigned Width, uint64_t Value, std::string Description, in unsigned_width() 75 void adjustBranch(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in adjustBranch() 86 void adjustRelativeBranch(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in adjustRelativeBranch() 104 void fixup_call(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in fixup_call() 120 void fixup_7_pcrel(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in fixup_7_pcrel() 134 void fixup_13_pcrel(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in fixup_13_pcrel() 147 void fixup_6_adiw(const MCFixup &Fixup, uint64_t &Value, in fixup_6_adiw() 158 void fixup_port5(const MCFixup &Fixup, uint64_t &Value, in fixup_port5() 171 void fixup_port6(const MCFixup &Fixup, uint64_t &Value, in fixup_port6() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| D | IceELFStreamer.h | 43 void writeLE16(uint16_t Value) { in writeLE16() 48 void writeLE32(uint32_t Value) { in writeLE32() 53 void writeLE64(uint64_t Value) { in writeLE64() 58 template <bool IsELF64, typename T> void writeAddrOrOffset(T Value) { in writeAddrOrOffset() 65 template <bool IsELF64, typename T> void writeELFWord(T Value) { in writeELFWord() 69 template <bool IsELF64, typename T> void writeELFXword(T Value) { in writeELFXword() 95 void write8(uint8_t Value) override { Out << char(Value); } in write8()
|
| /third_party/gn/src/gn/ |
| D | value.cc | 15 Value::Value() {} in Value() function in Value 17 Value::Value(const ParseNode* origin, Type t) : type_(t), origin_(origin) { in Value() function in Value 39 Value::Value(const ParseNode* origin, bool bool_val) in Value() function in Value 42 Value::Value(const ParseNode* origin, int64_t int_val) in Value() function in Value 45 Value::Value(const ParseNode* origin, std::string str_val) in Value() function in Value 48 Value::Value(const ParseNode* origin, const char* str_val) in Value() function in Value 51 Value::Value(const ParseNode* origin, std::unique_ptr<Scope> scope) in Value() function in Value 54 Value::Value(const Value& other) : type_(other.type_), origin_(other.origin_) { in Value() function in Value 78 Value::Value(Value&& other) noexcept in Value() function in Value
|
| /third_party/typescript/tests/baselines/reference/ |
| D | thisInAccessors.js | 4 get Value() { getter in GetterOnly 8 set Value(val) { setter in GetterOnly 14 get Value() { getter in SetterOnly 17 set Value(val) { setter in SetterOnly 18 var fn = () => this; 24 get Value() { getter in GetterAndSetter 28 set Value(val) { setter in GetterAndSetter 29 var fn = () => this;
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | ARMAttributeParser.cpp | 77 uint64_t Value = decodeULEB128(Data + Offset, &DecodeLength); in ParseInteger() local 93 uint64_t Value = ParseInteger(Data, Offset); in IntegerAttribute() local 114 void ARMAttributeParser::PrintAttribute(unsigned Tag, unsigned Value, in PrintAttribute() 141 uint64_t Value = ParseInteger(Data, Offset); in CPU_arch() local 168 uint64_t Value = ParseInteger(Data, Offset); in ARM_ISA_use() local 178 uint64_t Value = ParseInteger(Data, Offset); in THUMB_ISA_use() local 191 uint64_t Value = ParseInteger(Data, Offset); in FP_arch() local 201 uint64_t Value = ParseInteger(Data, Offset); in WMMX_arch() local 213 uint64_t Value = ParseInteger(Data, Offset); in Advanced_SIMD_arch() local 225 uint64_t Value = ParseInteger(Data, Offset); in MVE_arch() local [all …]
|
| /third_party/flutter/skia/tests/ |
| D | LRUCacheTest.cpp | 11 struct Value { struct 12 Value(int value, int* counter) in Value() function 18 ~Value() { in ~Value() argument 22 int fValue; argument 30 SkLRUCache<int, std::unique_ptr<Value>> test(kSize); in DEF_TEST() argument
|
| /third_party/skia/tests/ |
| D | LRUCacheTest.cpp | 13 struct Value { struct 14 Value(int value, int* counter) in Value() function 20 ~Value() { in ~Value() argument 24 int fValue; argument 32 SkLRUCache<int, std::unique_ptr<Value>> test(kSize); in DEF_TEST() argument
|
| /third_party/skia/tools/gpu/ |
| D | MemoryCache.h | 66 struct Value { struct 68 Value(const SkData& data, const SkString& description) in Value() argument 73 Value& operator=(const Value&) = default; argument 90 std::unordered_map<Key, Value, Hash> fMap; argument
|
| /third_party/flutter/skia/tools/gpu/ |
| D | MemoryCache.h | 62 struct Value { struct 64 Value(const SkData& data) in Value() argument 68 Value& operator=(const Value&) = default; argument 83 std::unordered_map<Key, Value, Hash> fMap; argument
|
| /third_party/flutter/skia/src/core/ |
| D | SkImageFilterCache.cpp | 43 struct Value { struct in __anon44d38bee0311::CacheImpl 44 … Value(const Key& key, SkSpecialImage* image, const SkIPoint& offset, const SkImageFilter* filter) in Value() function 47 Key fKey; 48 sk_sp<SkSpecialImage> fImage; 49 SkIPoint fOffset; 50 const SkImageFilter* fFilter; 51 static const Key& GetKey(const Value& v) { in GetKey() 54 static uint32_t Hash(const Key& key) { in Hash()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/ |
| D | TextStubCommon.cpp | 21 void ScalarTraits<FlowStringRef>::output(const FlowStringRef &Value, void *Ctx, in output() 25 StringRef ScalarTraits<FlowStringRef>::input(StringRef Value, void *Ctx, in input() 128 void ScalarTraits<Architecture>::output(const Architecture &Value, void *, in output() 133 Architecture &Value) { in input() 141 void ScalarTraits<PackedVersion>::output(const PackedVersion &Value, void *, in output() 146 PackedVersion &Value) { in input() 155 void ScalarTraits<SwiftVersion>::output(const SwiftVersion &Value, void *, in output() 176 SwiftVersion &Value) { in input() 206 void ScalarTraits<UUID>::output(const UUID &Value, void *, raw_ostream &OS) { in output() 209 StringRef ScalarTraits<UUID>::input(StringRef Scalar, void *, UUID &Value) { in input()
|
| /third_party/flutter/skia/src/sksl/ir/ |
| D | SkSLProgram.h | 41 struct Value { struct 42 Value(bool b) in Value() function 46 Value(int i) in Value() function 50 Value(unsigned int i) in Value() function 54 Value(float f) in Value() function 60 case Program::Settings::Value::kBool_Kind: in literal() argument 78 enum { 82 } fKind; 84 int fValue;
|
| /third_party/skia/src/core/ |
| D | SkImageFilterCache.cpp | 37 struct Value { struct in __anon966706d90311::CacheImpl 38 Value(const Key& key, const skif::FilterResult& image, in Value() function 42 Key fKey; 43 skif::FilterResult fImage; 44 const SkImageFilter* fFilter; 45 static const Key& GetKey(const Value& v) { in GetKey() 48 static uint32_t Hash(const Key& key) { in Hash()
|
| /third_party/boost/boost/geometry/index/detail/rtree/node/ |
| D | variant_visitor.hpp | 33 inline V & get( in get() 36 variant_internal_node<Value, Parameters, Box, Allocators, Tag> in get() 45 inline void apply_visitor(Visitor & v, in apply_visitor() 48 variant_internal_node<Value, Parameters, Box, Allocators, Tag> in apply_visitor() 55 inline void apply_visitor(Visitor & v, in apply_visitor() 58 variant_internal_node<Value, Parameters, Box, Allocators, Tag> in apply_visitor()
|
| /third_party/boost/libs/optional/test/ |
| D | optional_test_empty_braces.cpp | 25 struct Value struct 27 explicit Value(int) {} in Value() argument
|
| D | optional_test_ref_to_val.cpp | 24 struct Value struct 27 explicit Value(int v) : val(v) {} in Value() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| D | RuntimeDyldELFMips.cpp | 15 uint64_t Value) { in resolveRelocation() 30 uint64_t Value, in evaluateRelocation() 42 uint64_t Value) { in applyRelocation() 54 uint64_t Offset, uint64_t Value, in evaluateMIPS32Relocation() 109 const SectionEntry &Section, uint64_t Offset, uint64_t Value, uint32_t Type, in evaluateMIPS64Relocation() 213 void RuntimeDyldELFMips::applyMIPSRelocation(uint8_t *TargetPtr, int64_t Value, in applyMIPSRelocation() 266 const SectionEntry &Section, uint64_t Offset, uint64_t Value, uint32_t Type, in resolveMIPSN32Relocation() 275 const SectionEntry &Section, uint64_t Offset, uint64_t Value, uint32_t Type, in resolveMIPSN64Relocation() 305 uint32_t Value, uint32_t Type, in resolveMIPSO32Relocation()
|