Home
last modified time | relevance | path

Searched refs:this (Results 401 - 425 of 4949) sorted by relevance

1...<<11121314151617181920>>...198

/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DMapEntry.php12 // notice, this list of conditions and the following disclaimer.
14 // copyright notice, this list of conditions and the following disclaimer
19 // this software without specific prior written permission.
52 $this->setValue($value);
57 $this->key = $key;
61 return $this->key;
65 $this->value = $value;
69 return $this->value;
/third_party/skia/include/core/
H A DSkBlurTypes.h4 * Use of this source code is governed by a BSD-style license that can be
41 this->srcRect = srcRect; in SkBlurArg()
42 this->dstRect = dstRect; in SkBlurArg()
43 this->sigma = sigma; in SkBlurArg()
44 this->saturation = saturation; in SkBlurArg()
45 this->brightness = brightness; in SkBlurArg()
H A DSkPaint.h4 * Use of this source code is governed by a BSD-style license that can be
248 this->setColor(color, colorSpace); in setColor4f()
258 uint8_t getAlpha() const { return sk_float_round2int(this->getAlphaf() * 255); } in getAlpha()
272 this->setAlphaf(a * (1.0f / 255)); in setAlpha()
408 return this->getFillPath(src, dst, nullptr, 1); in getFillPath()
469 /** If the current blender can be represented as a SkBlendMode enum, this returns that
498 * @return the SkBlender assigned to this paint, otherwise nullptr
507 * @return the SkBlender assigned to this paint, otherwise nullptr
629 Only call this if canComputeFastBounds() returned true. This takes a
655 SkPaint::Style style = this in computeFastBounds()
[all...]
H A DSkSurfaceCharacterization.h4 * Use of this source code is governed by a BSD-style license that can be
37 // This flag indicates that the backing VkImage for this Vulkan surface will have the
63 return !(*this == other); in operator !=()
117 // Is the provided backend texture compatible with this surface characterization?
157 *this = {}; in SkSurfaceCharacterization()
159 SkDEBUGCODE(this->validate()); in SkSurfaceCharacterization()
177 *this = {}; in set()
194 SkDEBUGCODE(this->validate()); in set()
221 return *this; in createResized()
225 return *this; in createColorSpace()
[all...]
H A DSkStringView.h4 * Use of this source code is governed by a BSD-style license that can be
92 return !this->empty() && this->front() == c; in starts_with()
99 return s.length() == 0 || !memcmp(this->end() - s.length(), s.fData, s.length()); in ends_with()
103 return !this->empty() && this->back() == c; in ends_with()
110 if (this->length() < needle.length()) { in find()
114 const char* start = this->data() + pos; in find()
115 const char* end = start + this->length() - needle.length() + 1; in find()
118 return (size_type)(match - this in find()
[all...]
/kernel/linux/linux-5.10/drivers/mmc/core/
H A Dsdio_cis.c246 struct sdio_func_tuple *this, **prev; in sdio_read_cis() local
250 * Note that this works for the common CIS (function number 0) as in sdio_read_cis()
302 this = kmalloc(sizeof(*this) + tpl_link, GFP_KERNEL); in sdio_read_cis()
303 if (!this) in sdio_read_cis()
308 ptr + i, 0, &this->data[i]); in sdio_read_cis()
313 kfree(this); in sdio_read_cis()
320 tpl_code, this->data, tpl_link); in sdio_read_cis()
326 this->next = NULL; in sdio_read_cis()
327 this in sdio_read_cis()
[all...]
/third_party/node/src/
H A Dbase_object-inl.h4 // copy of this software and associated documentation files (the
11 // The above copyright notice and this permission notice shall be included
103 delete this; in OnGCCollect()
117 const PointerData* pd = const_cast<BaseObject*>(this)->pointer_data(); in IsWeakOrDetached()
217 if (other.get() == get()) return *this; in operator =()
218 this->~BaseObjectPtrImpl(); in operator =()
219 return *new (this) BaseObjectPtrImpl(other); in operator =()
225 if (other.get() == get()) return *this; in operator =()
226 this->~BaseObjectPtrImpl(); in operator =()
227 return *new (this) BaseObjectPtrImp in operator =()
[all...]
/third_party/skia/src/gpu/
H A DGrSurfaceProxy.h4 * Use of this source code is governed by a BSD-style license that can be
111 * GrResourceAllocator should instantiate this proxy.
116 bool isLazy() const { return !this->isInstantiated() && SkToBool(fLazyInstantiateCallback); } in isLazy()
121 SkASSERT(!result || this->isLazy()); in isFullyLazy()
126 SkASSERT(!this->isFullyLazy());
129 int width() const { return this->dimensions().width(); } in width()
130 int height() const { return this->dimensions().height(); } in height()
137 SkRect getBoundsRect() const { return SkRect::Make(this->dimensions()); } in getBoundsRect()
139 /* A perhaps faster check for this->dimensions() == this
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h64 /// table. Access to this class should be serialized under a mutex.
112 /// ExecutionEngine across context, we don't enforce this rule but undefined
153 /// LazyFunctionCreator - If an unknown function is needed, this function
154 /// pointer is invoked to create it. If this returns null, the JIT will
183 /// Objects added using this function will not be made executable until
237 /// found, this function silently returns a null pointer. Otherwise,
250 llvm_unreachable("Re-mapping of section addresses not supported with this " in mapSectionAddress()
257 /// When this function has completed, all code and data for the specified
258 /// module, and any module on which this module depends, will be generated
275 /// object have been relocated using mapSectionAddress. When this metho
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DAllocatorList.h31 /// Because this list owns the allocator, calling \a splice() with a different
51 AllocatorT &getAlloc() { return *this; } in getAlloc()
52 const AllocatorT &getAlloc() const { return *this; } in getAlloc()
144 List.cloneFrom(X.List, Cloner(*this), Disposer(*this)); in AllocatorList()
151 return *this; in operator =()
155 List.cloneFrom(X.List, Cloner(*this), Disposer(*this)); in operator =()
156 return *this; in operator =()
205 return iterator(List.eraseAndDispose(I.wrapped(), Disposer(*this))); in erase()
[all...]
H A DSparseMultiSet.h110 /// Whether this node is a tombstone node, and thus is in our freelist.
292 return *this; in operator --()
297 return *this; in operator ++()
300 iterator_base I(*this); in operator --()
301 --*this; in operator --()
305 iterator_base I(*this); in operator ++()
306 ++*this; in operator ++()
317 /// Returns an iterator past this container. Note that such an iterator cannot
319 iterator end() { return iterator(this, SMSNode::INVALID, SMSNode::INVALID); } in end()
321 return const_iterator(this, SMSNod in end()
[all...]
H A DTinyPtrVector.h57 if (this == &RHS) in operator =()
58 return *this; in operator =()
60 this->clear(); in operator =()
61 return *this; in operator =()
71 return *this; in operator =()
81 return *this; in operator =()
89 if (this == &RHS) in operator =()
90 return *this; in operator =()
92 this->clear(); in operator =()
93 return *this; in operator =()
[all...]
H A DAPInt.h97 unsigned BitWidth; ///< The number of bits in this APInt.
111 /// Determine if this APInt just has one word to store value.
157 return *this; in clearUnusedBits()
166 /// Utility method to change the bit width of this APInt to new bit width,
255 /// Unsigned comparison. Returns -1, 0, or 1 if this APInt is less than, equal
259 /// Signed comparison. Returns -1, 0, or 1 if this APInt is less than, equal
298 /// deprecated because this constructor is prone to ambiguity with the
301 /// If this overload is ever deleted, care should be taken to prevent calls
319 /// Simply makes *this a copy of that.
343 /// This is useful for object deserialization (pair this wit
[all...]
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/hmm/
H A Dhmm_bo.c80 struct hmm_buffer_object *this, *ret_bo, *temp_bo; in __bo_search_and_remove_from_free_rbtree() local
82 this = rb_entry(node, struct hmm_buffer_object, node); in __bo_search_and_remove_from_free_rbtree()
83 if (this->pgnr == pgnr || in __bo_search_and_remove_from_free_rbtree()
84 (this->pgnr > pgnr && !this->node.rb_left)) { in __bo_search_and_remove_from_free_rbtree()
87 if (this->pgnr < pgnr) { in __bo_search_and_remove_from_free_rbtree()
88 if (!this->node.rb_right) in __bo_search_and_remove_from_free_rbtree()
91 this->node.rb_right, pgnr); in __bo_search_and_remove_from_free_rbtree()
94 this->node.rb_left, pgnr); in __bo_search_and_remove_from_free_rbtree()
97 if (this in __bo_search_and_remove_from_free_rbtree()
183 struct hmm_buffer_object *this; __bo_insert_to_free_rbtree() local
216 struct hmm_buffer_object *this; __bo_insert_to_alloc_rbtree() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DAPInt.h78 unsigned BitWidth; ///< The number of bits in this APInt.
104 /// \brief Determine if this APInt just has one word to store value.
147 return *this; in clearUnusedBits()
155 return *this; in clearUnusedBits()
260 /// deprecated because this constructor is prone to ambiguity with the
263 /// If this overload is ever deleted, care should be taken to prevent calls
281 /// Simply makes *this a copy of that.
304 /// This is useful for object deserialization (pair this with the static
308 /// \brief Returns whether this instance allocated memory.
319 /// \brief Determine sign of this APIn
[all...]
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H A Dams-delta.c46 u8 (*io_read)(struct gpio_nand *this);
47 void (*io_write)(struct gpio_nand *this, u8 byte);
139 static int gpio_nand_exec_op(struct nand_chip *this, in gpio_nand_exec_op() argument
142 struct gpio_nand *priv = nand_get_controller_data(this); in gpio_nand_exec_op()
178 nand_gpio_waitrdy(this, priv->gpiod_rdy, in gpio_nand_exec_op()
180 nand_soft_waitrdy(this, in gpio_nand_exec_op()
194 static int gpio_nand_setup_interface(struct nand_chip *this, int csline, in gpio_nand_setup_interface() argument
197 struct gpio_nand *priv = nand_get_controller_data(this); in gpio_nand_setup_interface()
199 struct device *dev = &nand_to_mtd(this)->dev; in gpio_nand_setup_interface()
242 struct nand_chip *this; in gpio_nand_probe() local
[all...]
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H A Dams-delta.c46 u8 (*io_read)(struct gpio_nand *this);
47 void (*io_write)(struct gpio_nand *this, u8 byte);
139 static int gpio_nand_exec_op(struct nand_chip *this, in gpio_nand_exec_op() argument
142 struct gpio_nand *priv = nand_get_controller_data(this); in gpio_nand_exec_op()
178 nand_gpio_waitrdy(this, priv->gpiod_rdy, in gpio_nand_exec_op()
180 nand_soft_waitrdy(this, in gpio_nand_exec_op()
194 static int gpio_nand_setup_interface(struct nand_chip *this, int csline, in gpio_nand_setup_interface() argument
197 struct gpio_nand *priv = nand_get_controller_data(this); in gpio_nand_setup_interface()
199 struct device *dev = &nand_to_mtd(this)->dev; in gpio_nand_setup_interface()
242 struct nand_chip *this; in gpio_nand_probe() local
[all...]
/kernel/linux/linux-6.6/kernel/futex/
H A Dwaitwake.c10 * READ this before attempting to hack on futexes!
28 * the hb spinlock can be avoided and simply return. In order for this
110 * The hash bucket lock must be held when this is called.
141 * Wake up waiters matching bitset queued on this futex (uaddr).
146 struct futex_q *this, *next; in futex_wake() local
166 plist_for_each_entry_safe(this, next, &hb->chain, list) { in futex_wake()
167 if (futex_match (&this->key, &key)) { in futex_wake()
168 if (this->pi_state || this->rt_waiter) { in futex_wake()
174 if (!(this in futex_wake()
243 struct futex_q *this, *next; futex_wake_op() local
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dmap_field_inl.h10 // notice, this list of conditions and the following disclaimer.
12 // copyright notice, this list of conditions and the following disclaimer
17 // this software without specific prior written permission.
179 if (this->MapFieldBase::repeated_field_ != nullptr) { in Clear()
182 this->MapFieldBase::repeated_field_); in Clear()
266 std::swap(this->MapFieldBase::repeated_field_, other_field->repeated_field_); in Swap()
270 auto this_state = this->MapFieldBase::state_.load(std::memory_order_relaxed); in Swap()
272 this->MapFieldBase::state_.store(other_state, std::memory_order_relaxed); in Swap()
280 if (this->MapFieldBase::repeated_field_ == NULL) { in SyncRepeatedFieldWithMapNoLock()
281 if (this in SyncRepeatedFieldWithMapNoLock()
[all...]
/kernel/linux/linux-5.10/net/caif/
H A Dcfctrl.c38 struct cfctrl *this = in cfctrl_create() local
40 if (!this) in cfctrl_create()
45 cfsrvl_init(&this->serv, 0, &dev_info, false); in cfctrl_create()
46 atomic_set(&this->req_seq_no, 1); in cfctrl_create()
47 atomic_set(&this->rsp_seq_no, 1); in cfctrl_create()
48 this->serv.layer.receive = cfctrl_recv; in cfctrl_create()
49 sprintf(this->serv.layer.name, "ctrl"); in cfctrl_create()
50 this->serv.layer.ctrlcmd = cfctrl_ctrlcmd; in cfctrl_create()
52 spin_lock_init(&this->loop_linkid_lock); in cfctrl_create()
53 this in cfctrl_create()
165 struct cfctrl *this = container_obj(layer); cfctrl_get_respfuncs() local
558 struct cfctrl *this = container_obj(layr); cfctrl_ctrlcmd() local
[all...]
/kernel/linux/linux-6.6/net/caif/
H A Dcfctrl.c38 struct cfctrl *this = in cfctrl_create() local
40 if (!this) in cfctrl_create()
45 cfsrvl_init(&this->serv, 0, &dev_info, false); in cfctrl_create()
46 atomic_set(&this->req_seq_no, 1); in cfctrl_create()
47 atomic_set(&this->rsp_seq_no, 1); in cfctrl_create()
48 this->serv.layer.receive = cfctrl_recv; in cfctrl_create()
49 sprintf(this->serv.layer.name, "ctrl"); in cfctrl_create()
50 this->serv.layer.ctrlcmd = cfctrl_ctrlcmd; in cfctrl_create()
52 spin_lock_init(&this->loop_linkid_lock); in cfctrl_create()
53 this in cfctrl_create()
165 struct cfctrl *this = container_obj(layer); cfctrl_get_respfuncs() local
558 struct cfctrl *this = container_obj(layr); cfctrl_ctrlcmd() local
[all...]
/third_party/skia/src/core/
H A DSkEnumerate.h4 * Use of this source code is governed by a BSD-style license that can be
44 constexpr Iterator operator++() { ++fIndex; ++fIt; return *this; } in operator ++()
45 constexpr Iterator operator++(int) { Iterator tmp(*this); operator++(); return tmp; } in operator ++()
66 return *this; in operator =()
69 constexpr Iterator end() const { return Iterator{fBeginIndex + this->ssize(), fEnd}; } in end()
74 SkASSERT(n <= this->size()); in first()
75 ptrdiff_t deltaEnd = this->ssize() - n; in first()
79 SkASSERT(n <= this->size()); in last()
80 ptrdiff_t deltaBegin = this->ssize() - n; in last()
84 SkASSERT(offset < this in subspan()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DBasicBlock.h79 /// \brief Get the context in which this basic block lives.
103 /// \brief Return the module owning the function this basic block belongs to,
106 /// Note: this is undefined behavior if the block does not have a parent.
116 /// prior to the terminating return instruction of this basic block, if such a
120 return const_cast<BasicBlock *>(this)->getTerminatingDeoptimizeCall(); in getTerminatingDeoptimizeCall()
124 /// terminating return instruction of this basic block, if such a call is
128 return const_cast<BasicBlock *>(this)->getTerminatingMustTailCall(); in getTerminatingMustTailCall()
131 /// \brief Returns a pointer to the first instruction in this block that is
139 return const_cast<BasicBlock*>(this)->getFirstNonPHI(); in getFirstNonPHI()
142 /// \brief Returns a pointer to the first instruction in this bloc
[all...]
/third_party/node/deps/v8/src/codegen/shared-ia32-x64/
H A Dmacro-assembler-shared-ia32-x64.h2 // Use of this source code is governed by a BSD-style license that can be
38 // inside this header.
59 PinsrHelper(this, &Assembler::vpinsrb, &Assembler::pinsrb, dst, src1, src2, in Pinsrb()
66 PinsrHelper(this, &Assembler::vpinsrw, &Assembler::pinsrw, dst, src1, src2, in Pinsrw()
74 CpuFeatureScope avx_scope(this, AVX); in Pshufb()
82 CpuFeatureScope sse_scope(this, SSSE3); in Pshufb()
164 AvxHelper<Dst, Arg, Args...>{this} \
183 AvxHelper<Dst, Arg, Args...>{this} \
191 AvxHelper<Dst, Arg, Args...>{this, base::Optional<CpuFeature>(SSE3)} \
199 AvxHelper<Dst, Arg, Args...>{this, bas
[all...]
/third_party/skia/include/private/
H A DSkSLProgramElement.h4 * Use of this source code is governed by a BSD-style license that can be
50 return this->kind() == T::kProgramElementKind; in is()
59 SkASSERT(this->is<T>()); in as()
60 return static_cast<const T&>(*this); in as()
65 SkASSERT(this->is<T>()); in as()
66 return static_cast<T&>(*this); in as()

Completed in 16 milliseconds

1...<<11121314151617181920>>...198