| /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 __anon617d84340311::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 __anon617d84340311::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/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/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/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/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/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 | 76 std::set<std::string> set; in ForAllFileProtos() local 96 [](const FileDescriptorProto& file_proto, std::set<std::string>* set) { in FindAllPackageNames() 105 [](const FileDescriptorProto& file_proto, std::set<std::string>* set) { in FindAllMessageNames() 393 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/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/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/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/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 2668 Value = 111551, enumerator 4408 …set(fromFileName: Path, toFileName: Path, preferences: UserPreferences, options: ModuleSpecifierOp… method 5426 set(key: string, mode: ModuleKind.CommonJS | ModuleKind.ESNext | undefined, value: T): this; method 5460 set(directory: string, result: ResolvedModuleWithFailedLookupLocations): void; method 6309 set(response: CompletionInfo): void; method
|
| D | typescriptServices.d.ts | 59 set(key: K, value: V): this; method 2668 Value = 111551, enumerator 4408 …set(fromFileName: Path, toFileName: Path, preferences: UserPreferences, options: ModuleSpecifierOp… method 5426 set(key: string, mode: ModuleKind.CommonJS | ModuleKind.ESNext | undefined, value: T): this; method 5460 set(directory: string, result: ResolvedModuleWithFailedLookupLocations): void; method 6309 set(response: CompletionInfo): void; method
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | typescript.d.ts | 59 set(key: K, value: V): this; method 2668 Value = 111551, enumerator 4408 …set(fromFileName: Path, toFileName: Path, preferences: UserPreferences, options: ModuleSpecifierOp… method 5426 set(key: string, mode: ModuleKind.CommonJS | ModuleKind.ESNext | undefined, value: T): this; method 5460 set(directory: string, result: ResolvedModuleWithFailedLookupLocations): void; method 6309 set(response: CompletionInfo): void; method
|
| D | tsserverlibrary.d.ts | 59 set(key: K, value: V): this; method 2668 Value = 111551, enumerator 4408 …set(fromFileName: Path, toFileName: Path, preferences: UserPreferences, options: ModuleSpecifierOp… method 5426 set(key: string, mode: ModuleKind.CommonJS | ModuleKind.ESNext | undefined, value: T): this; method 5460 set(directory: string, result: ResolvedModuleWithFailedLookupLocations): void; method 6309 set(response: CompletionInfo): void; method
|