/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; 44 set: function (val) { method 59 set: function (val) { method [all …]
|
/third_party/skia/src/core/ |
D | SkImageFilterCache.cpp | 37 struct Value { struct in __anon298b98530311::CacheImpl 38 Value(const Key& key, const skif::FilterResult& image, in Value() argument 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() 70 void set(const Key& key, const SkImageFilter* filter, in set() function in __anon298b98530311::CacheImpl
|
/third_party/flutter/skia/src/core/ |
D | SkImageFilterCache.cpp | 43 struct Value { struct in __anonbb46f7680311::CacheImpl 44 … Value(const Key& key, SkSpecialImage* image, const SkIPoint& offset, const SkImageFilter* filter) in Value() argument 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() 73 …void set(const Key& key, SkSpecialImage* image, const SkIPoint& offset, const SkImageFilter* filte… in set() function in __anonbb46f7680311::CacheImpl
|
/third_party/flutter/skia/src/sksl/ |
D | SkSLByteCodeGenerator.h | 121 void set() { in set() function 155 union Value { union 156 Value(ByteCodeInstruction instruction) in Value() function 159 Value(SpecialIntrinsic special) in Value() function
|
/third_party/skia/third_party/externals/tint/src/utils/ |
D | enum_set_test.cc | 43 EnumSet<E> set; in TEST() local 51 EnumSet<E> set(E::B); in TEST() local 59 EnumSet<E> set(E::A, E::C); in TEST() local 67 EnumSet<E> set; in TEST() local 75 EnumSet<E> set(E::A); in TEST() local 83 EnumSet<E> set; in TEST() local 91 EnumSet<E> set(E::A, E::B); in TEST() local 99 EnumSet<E> set; in TEST() local 107 EnumSet<E> set(E::A, E::B); in TEST() local 115 EnumSet<E> set; in TEST() local [all …]
|
D | enum_set.h | 152 inline uint64_t Value() const { return set; } in Value() function 219 uint64_t set = 0; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | PointerSumType.h | 88 uintptr_t Value; member 100 void set(typename HelperT::template Lookup<N>::PointerT Pointer) { in set() function
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
D | jsval_layout_opaque.rs | 75 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set() function 477 pub struct Value { struct 482 const UNINIT: ::std::mem::MaybeUninit<Value> = in bindgen_test_layout_Value() argument 506 impl Default for Value { implementation
|
D | jsval_layout_opaque_1_0.rs | 75 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set() function 515 pub struct Value { struct 520 const UNINIT: ::std::mem::MaybeUninit<Value> = in bindgen_test_layout_Value() argument 544 impl Clone for Value { implementation
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceBitVector.h | 124 void set(unsigned Idx) { (*this)[Idx] = true; } in set() function 126 void set() { in set() function 261 uint64_t alignTo(uint64_t Value, uint64_t Align) { in alignTo() 448 BitVectorTmpl &set() { in set() function 454 BitVectorTmpl &set(unsigned Idx) { in set() function 461 BitVectorTmpl &set(unsigned I, unsigned E) { in set() function
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsLongStressCase.hpp | 58 union Value union 75 void set (float minValue_, float maxValue_) in set() function 83 …void set (const tcu::Vector<float, ValSize>& minValue_, const tcu::Vector<float, ValSize>& maxValu… in set() function 91 …void set (const tcu::Matrix<float, ValRows, ValCols>& minValue_, const tcu::Matrix<float, ValRows,… in set() function 98 void set (int minValue_, int maxValue_) in set() function 106 void set (const tcu::Vector<int, ValSize>& minValue_, const tcu::Vector<int, ValSize>& maxValue_) in set() function
|
/third_party/jsoncpp/src/lib_json/ |
D | json_value.cpp | 347 Value::Value(ValueType type) { in Value() function in Json::Value 376 Value::Value(Int value) { in Value() function in Json::Value 381 Value::Value(UInt value) { in Value() function in Json::Value 386 Value::Value(Int64 value) { in Value() function in Json::Value 390 Value::Value(UInt64 value) { in Value() function in Json::Value 396 Value::Value(double value) { in Value() function in Json::Value 401 Value::Value(const char* value) { in Value() function in Json::Value 409 Value::Value(const char* begin, const char* end) { in Value() function in Json::Value 415 Value::Value(const String& value) { in Value() function in Json::Value 421 Value::Value(const StaticString& value) { in Value() function in Json::Value [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Value.h | 125 friend class Value; variable 162 friend class Value; variable 623 void Use::set(Value *V) { in set() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Value.h | 128 friend class Value; variable 169 friend class Value; variable 730 void Use::set(Value *V) { in set() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | FunctionLoweringInfo.cpp | 81 void FunctionLoweringInfo::set(const Function &fn, MachineFunction &mf, in set() function in FunctionLoweringInfo 376 for (unsigned Value = 0, e = ValueVTs.size(); Value != e; ++Value) { in CreateRegs() local
|
/third_party/gstreamer/gstreamer/gst/parse/ |
D | grammar.tab.c | 336 static void gst_parse_free_delayed_set (DelayedSet *set) in gst_parse_free_delayed_set() 388 DelayedSet *set = (DelayedSet *) data; in gst_parse_new_child() local 1094 # define YY_INITIAL_VALUE(Value) Value argument 1101 # define YY_INITIAL_VALUE(Value) /* Nothing. */ argument 1439 #define YYBACKUP(Token, Value) \ argument 1482 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \ argument 1590 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) argument
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir.cpp | 125 ValueRef::set(const ValueRef &ref) in set() function in nv50_ir::ValueRef 134 ValueRef::set(Value *refVal) in set() function in nv50_ir::ValueRef 147 ValueDef::set(Value *defVal) in set() function in nv50_ir::ValueDef 213 Value::Value() : id(-1) in Value() function in nv50_ir::Value
|
D | nv50_ir_from_tgsi.cpp | 4293 Instruction *i, void (Instruction::*setArg)(int, Value *), in updateCallArgs() argument 4310 BitSet *set, void (Function::*updateSet)(), T (Function::*proto)) in updatePrototype()
|
/third_party/flutter/skia/src/gpu/effects/ |
D | GrSkSLFP.cpp | 476 void GrSkSLFPFactoryCache::set(int index, sk_sp<GrSkSLFPFactory> factory) { in set() function in GrSkSLFPFactoryCache 505 using Value = SkSL::Program::Settings::Value; typedef
|
/third_party/protobuf/src/google/protobuf/ |
D | descriptor_database.cc | 77 std::set<std::string> set; in ForAllFileProtos() local 97 [](const FileDescriptorProto& file_proto, std::set<std::string>* set) { in FindAllPackageNames() 106 [](const FileDescriptorProto& file_proto, std::set<std::string>* set) { in FindAllMessageNames() 394 using Value = std::pair<const void*, int>; typedef in google::protobuf::EncodedDescriptorDatabase::DescriptorIndex
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/ |
D | Record.h | 484 bool Value; variable 565 int64_t Value; variable 595 StringRef Value; variable 625 StringRef Value; variable 1400 Init *Value; variable 1912 void set(Init *Key, Init *Value) { Map[Key] = {Value, false}; } in set() function
|
/third_party/python/Lib/multiprocessing/ |
D | managers.py | 1011 class Value(object): class 1017 def set(self, value): member in Value 1088 def set(self): member in EventProxy 1138 def set(self, value): member in ValueProxy
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
D | InstrProf.h | 233 #define VALUE_PROF_KIND(Enumerator, Value, Descr) Enumerator = Value, argument 1063 void set(SummaryFieldKind K, uint64_t V) { in set() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | VPlan.h | 59 class Value; variable 282 void set(VPValue *Def, Value *V, unsigned Part) { in set() function
|
/third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
D | optional_test.cc | 647 absl::optional<volatile Listenable> empty, set(absl::in_place); in TEST() local 1016 TEST(optionalTest, Value) { in TEST() argument
|