| /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 __anon8de337f40311::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 __anon8de337f40311::CacheImpl
|
| /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/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/node/deps/v8/src/objects/ |
| D | objects.h | 326 #define IS_TYPE_FUNCTION_DECL(Type, Value) \ argument 962 static inline int set(int value, int bit_position, bool 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/node/deps/v8/src/codegen/riscv64/ |
| D | assembler-riscv64.h | 118 union Value { union 119 Value() {} in Value() function 1336 void set(Register rd, VSew sew, Vlmul lmul) { in set() function 1345 void set(Register rd, int8_t sew, int8_t lmul) { in set() function 1353 void set(RoundingMode mode) { in set() function 1360 void set(Register rd, Register rs1, VSew sew, Vlmul lmul) { in set() function 1369 void set(VSew sew, Vlmul lmul) { in set() function
|
| /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/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 | 1015 class Value(object): class 1021 def set(self, value): member in Value 1092 def set(self): member in EventProxy 1142 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
|
| /third_party/node/deps/v8/src/api/ |
| D | api.cc | 4378 v8::Local<v8::Value> set) in PropertyDescriptor() 4398 v8::Local<Value> v8::PropertyDescriptor::set() const { in set() function in v8::v8::PropertyDescriptor 5948 double Number::Value() const { in Value() function in v8::Number 5953 bool Boolean::Value() const { in Value() function in v8::Boolean 5958 int64_t Integer::Value() const { in Value() function in v8::Integer 5967 int32_t Int32::Value() const { in Value() function in v8::Int32 5976 uint32_t Uint32::Value() const { in Value() function in v8::Uint32 6845 void* External::Value() const { in Value() function in v8::External 9768 String::Value::Value(v8::Isolate* isolate, v8::Local<v8::Value> obj) in Value() function in v8::String::Value
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| D | hb-ot-layout-gpos-table.hh | 59 typedef HBUINT16 Value; typedef 1423 const PairSet& set = (this + _); in compute_effective_value_formats() local
|
| /third_party/typescript/lib/ |
| D | typescript.d.ts | 59 set(key: K, value: V): this; method 2639 Value = 111551, enumerator 4371 …set(fromFileName: Path, toFileName: Path, preferences: UserPreferences, options: ModuleSpecifierOp… method 5367 set(key: string, mode: ModuleKind.CommonJS | ModuleKind.ESNext | undefined, value: T): this; method 5401 set(directory: string, result: ResolvedModuleWithFailedLookupLocations): void; method 6220 set(response: CompletionInfo): void; method
|