Home
last modified time | relevance | path

Searched refs:this (Results 1126 - 1150 of 4513) sorted by relevance

1...<<41424344454647484950>>...181

/third_party/skia/src/core/
H A DSkTMultiMap.h4 * Use of this source code is governed by a BSD-style license that can be
32 this->reset(); in ~SkTMultiMap()
68 // Temporarily making this safe for remove entries not in the map because of in remove()
79 this->internalRemove(prev, list, key); in remove()
89 this->internalRemove(prev, list, key); in remove()
122 this->internalRemove(prev, list, key); in findAndRemove()
/third_party/skia/src/pdf/
H A DSkPDFDocumentPriv.h4 * Use of this source code is governed by a BSD-style license that can be
100 SkPDFIndirectReference emit(const SkPDFObject& o) { return this->emit(o, this->reserveRef()); } in emit()
105 SkWStream* stream = this->beginObject(ref); in emitStream()
110 this->endObject(); in emitStream()
/third_party/skia/src/sksl/ir/
H A DSkSLSymbolTable.h4 * Use of this source code is governed by a BSD-style license that can be
89 this->addWithoutOwnership(ptr); in add()
90 this->takeOwnershipOfSymbol(std::move(symbol)); in add()
126 /** Returns true if this is a built-in SymbolTable. */
132 * Returns the built-in symbol table that this SymbolTable rests upon.
133 * If this symbol table is already a built-in, it will be returned as-is.
136 return this->isBuiltin() ? this : fParent->builtinParent(); in builtinParent()
/foundation/distributedhardware/distributed_input/services/source/sourcemanager/include/
H A Ddistributed_input_source_manager.h4 * you may not use this file except in compliance with the License.
313 return this->devId.compare(info.devId) < 0; in operator <()
318 return this->devId == info.devId; in operator ==()
328 return this->devId.compare(info.devId) < 0; in operator <()
333 return this->devId == info.devId; in operator ==()
364 return this->srcId.compare(info.srcId) < 0 || in operator <()
365 (this->srcId.compare(info.srcId) == 0 && this->sinkId.compare(info.sinkId) < 0); in operator <()
370 return this->srcId == info.srcId && this in operator ==()
[all...]
/third_party/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-param-util.h9 // notice, this list of conditions and the following disclaimer.
11 // copyright notice, this list of conditions and the following disclaimer
16 // this software without specific prior written permission.
130 if (this != &other) in operator =()
132 return *this; in operator =()
140 return *this; in operator ++()
152 return !(*this == other); in operator !=()
190 return *this; in operator =()
213 return new Iterator(this, begin_, 0, step_);
216 return new Iterator(this, end
[all...]
/third_party/node/deps/v8/src/objects/
H A Dshared-function-info-inl.h2 // Use of this source code is governed by a BSD-style license that can be
68 index + length <= this->data_length()); in copy_in()
79 DCHECK_LT(index, this->children_length()); in get_child_raw()
81 return RELAXED_READ_FIELD(*this, offset); in get_child_raw()
87 DCHECK_LT(index, this->children_length()); in set_child()
89 RELAXED_WRITE_FIELD(*this, offset, value); in set_child()
90 CONDITIONAL_WRITE_BARRIER(*this, offset, value, mode); in set_child()
118 Acquire_Load(cage_base, *this); in DEF_ACQUIRE_GETTER()
198 // TODO(v8:11429): Decide if this return bytecode or baseline code, when the in abstract_code()
232 // We may miss invocations if this functio in GetInlineability()
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dir_context.h4 // you may not use this file except in compliance with the License.
110 module_->SetContext(this); in IRContext()
128 module_->SetContext(this); in IRContext()
136 // Returns a vector of pointers to constant-creation instructions in this
141 // Iterators for annotation instructions contained in this context.
147 // Iterators for capabilities instructions contained in this module.
159 // Iterators for extension instructions contained in this module.
174 // in this module. These are for layout section 7a.
181 // in this module. These are for layout section 7b.
188 // in this modul
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dir_context.h4 // you may not use this file except in compliance with the License.
110 module_->SetContext(this); in IRContext()
128 module_->SetContext(this); in IRContext()
136 // Returns a vector of pointers to constant-creation instructions in this
141 // Iterators for annotation instructions contained in this context.
147 // Iterators for capabilities instructions contained in this module.
159 // Iterators for extension instructions contained in this module.
174 // in this module. These are for layout section 7a.
181 // in this module. These are for layout section 7b.
188 // in this modul
[all...]
/third_party/protobuf/src/google/protobuf/compiler/
H A Dplugin.pb.h19 #error regenerate this file with a newer version of protoc.
124 *this = ::std::move(from); in Version()
129 return *this; in operator =()
133 if (this != &from) InternalSwap(&from);
137 return *this;
170 if (other == this) return; in Swap()
174 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other); in Swap()
178 if (other == this) return; in UnsafeArenaSwap()
325 *this = ::std::move(from); in CodeGeneratorRequest()
330 return *this; in operator =()
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dobject_macros.h4 * you may not use this file except in compliance with the License.
33 if (auto i = this->GetInterface(::META_NS::ILifecycle::UID)) { \
36 delete this; \
/kernel/linux/linux-5.10/arch/arm/mach-omap1/
H A Dboard-nand.c20 void omap1_nand_cmd_ctl(struct nand_chip *this, int cmd, unsigned int ctrl) in omap1_nand_cmd_ctl() argument
31 writeb(cmd, this->legacy.IO_ADDR_W + mask); in omap1_nand_cmd_ctl()
/kernel/linux/linux-5.10/include/net/caif/
H A Dcffrml.h15 void cffrml_set_uplayer(struct cflayer *this, struct cflayer *up);
16 void cffrml_set_dnlayer(struct cflayer *this, struct cflayer *dn);
/kernel/linux/linux-6.6/include/net/caif/
H A Dcffrml.h15 void cffrml_set_uplayer(struct cflayer *this, struct cflayer *up);
16 void cffrml_set_dnlayer(struct cflayer *this, struct cflayer *dn);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DMetadata.h86 static_assert(sizeof(*this) == 8, "Metadata fields poorly packed"); in Metadata()
94 /// they must provide an implementation of this method.
107 /// Note: this uses an explicit overload instead of default arguments so that
117 /// Prints definition of \c this.
130 /// Prints reference of \c this.
172 /// Notably, this is the only thing in either hierarchy that is allowed to
299 /// Replace all uses of this with MD.
301 /// Replace all uses of this with \c MD, which is allowed to be null.
304 /// Resolve all uses of this.
306 /// Resolve all uses of this, turnin
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DImmutableSet.h75 ImutAVLTree *T = this; in find()
91 ImutAVLTree *T = this; in getMaxElement()
111 iterator begin() const { return iterator(this); } in begin()
136 /// if they are equal. This worst case performance of this operation is
139 if (&RHS == this) in isEqual()
166 /// contains - Returns true if this tree contains a subtree (node) that
253 /// (as well as height) can be changed. If this method returns false,
255 /// object should always have this method return true. Further, if this
257 /// will also have this metho
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h51 // Only clean the cache for this Region. Caches of child Regions will be in ~RegionBase()
58 this->entry.setPointer(BB); in replaceEntry()
72 RegionQueue.push_back(static_cast<RegionT *>(this)); in replaceEntryRecursive()
90 RegionQueue.push_back(static_cast<RegionT *>(this)); in replaceExitRecursive()
295 // Only do verification when user wants to, otherwise this expensive check in verifyRegion()
307 for (const std::unique_ptr<RegionT> &R : *this) in verifyRegionNest()
315 return GraphTraits<RegionT *>::nodes_begin(static_cast<RegionT *>(this)); in element_begin()
320 return GraphTraits<RegionT *>::nodes_end(static_cast<RegionT *>(this)); in element_end()
327 static_cast<const RegionT *>(this)); in element_begin()
334 static_cast<const RegionT *>(this)); in element_end()
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dcord.h4 // you may not use this file except in compliance with the License.
23 // separate, reference-counted "chunks." (Currently, this implementation is a
180 // the reference count for `data` reaches zero. As noted above, this data must
247 // *this. If pos >= size(), the result is empty(). If
275 // Returns the *approximate* number of bytes held in full or in part by this
283 // Compares 'this' Cord with rhs. This function and its relatives treat Cords
287 // -1 'this' Cord is smaller
289 // 1 'this' Cord is larger
316 // can reuse previously allocated capacity. However, this function does not
344 // * The iterator in this cas
[all...]
/foundation/ability/ability_runtime/services/dataobsmgr/include/
H A Dconcurrent_map.h4 * you may not use this file except in compliance with the License.
50 if (this == &other) {
51 return *this;
56 return *this;
66 if (this == &other) {
67 return *this;
72 return *this;
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_state_machine.h4 * you may not use this file except in compliance with the License.
702 std::unique_ptr<StateMachine::State> idl = std::make_unique<A2dpStateIdle>(A2DP_PROFILE_IDLE, *this); in A2dpStateMachine()
704 std::make_unique<A2dpStateConfigure>(A2DP_PROFILE_CONFIG, *this); in A2dpStateMachine()
705 std::unique_ptr<StateMachine::State> opening = std::make_unique<A2dpStateOpening>(A2DP_PROFILE_OPENING, *this); in A2dpStateMachine()
706 std::unique_ptr<StateMachine::State> open = std::make_unique<A2dpStateOpen>(A2DP_PROFILE_OPEN, *this); in A2dpStateMachine()
708 std::make_unique<A2dpStateStreaming>(A2DP_PROFILE_STREAMING, *this); in A2dpStateMachine()
709 std::unique_ptr<StateMachine::State> closing = std::make_unique<A2dpStateClosing>(A2DP_PROFILE_CLOSING, *this); in A2dpStateMachine()
/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/
H A Dser_nodes.h4 * you may not use this file except in compliance with the License.
39 v.Visit(*this);
70 v.Visit(*this);
94 v.Visit(*this);
154 v.Visit(*this);
181 v.Visit(*this);
210 v.Visit(*this);
/foundation/distributeddatamgr/kv_store/frameworks/common/
H A Dconcurrent_map.h4 * you may not use this file except in compliance with the License.
50 if (this == &other) {
51 return *this;
56 return *this;
66 if (this == &other) {
67 return *this;
72 return *this;
/foundation/distributeddatamgr/pasteboard/framework/framework/include/common/
H A Dconcurrent_map.h4 * you may not use this file except in compliance with the License.
45 if (this == &other) {
46 return *this;
51 return *this;
61 if (this == &other) {
62 return *this;
67 return *this;
/foundation/distributeddatamgr/relational_store/rdbmock/frameworks/native/rdb/
H A Dconcurrent_map.h4 * you may not use this file except in compliance with the License.
50 if (this == &other) {
51 return *this;
56 return *this;
66 if (this == &other) {
67 return *this;
72 return *this;
/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpiolib-devres.c27 struct gpio_desc **this = res, **gpio = data; in devm_gpiod_match() local
29 return *this == *gpio; in devm_gpiod_match()
41 struct gpio_descs **this = res, **gpios = data; in devm_gpiod_match_array() local
43 return *this == *gpios; in devm_gpiod_match_array()
52 * Managed gpiod_get(). GPIO descriptors returned from this function are
70 * Managed gpiod_get_optional(). GPIO descriptors returned from this function
89 * Managed gpiod_get_index(). GPIO descriptors returned from this function are
106 * For non-exclusive GPIO descriptors, check if this descriptor is in devm_gpiod_get_index()
107 * already under resource management by this device. in devm_gpiod_get_index()
161 * For non-exclusive GPIO descriptors, check if this descripto in devm_gpiod_get_from_of_node()
392 unsigned *this = res, *gpio = data; devm_gpio_match() local
[all...]
/kernel/linux/linux-6.6/arch/arc/kernel/
H A Dentry-arcv2.S81 # Note this disable is only for consistent book-keeping as further interrupts
82 # will be disabled anyways even w/o this. Hardware tracks active interrupts
84 # unless this one returns (or higher prio becomes pending in 2-prio scheme)
101 ; TODO: implement this
107 ; TODO: implement this
113 ; TODO: implement this
141 ; TBD: optimize - do this only if a callee reg was involved
181 # Interrpts are actually disabled from this point on, but will get
229 ; (since IRQ NOT allowed in DS in ARCv2, this can only happen if orig

Completed in 21 milliseconds

1...<<41424344454647484950>>...181