/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | rect.h | 4 * you may not use this file except in compliance with the License. 177 return *this; in operator +=() 184 return *this; in operator -=() 191 return *this; in operator +=() 198 return *this; in operator -=() 268 * Let's show some cases to illustrate how this method works: 338 * @return The offset that this rect need to moving into magnet. 359 *this += offset; in MagneticAttractedBy()
|
/foundation/arkui/ace_engine/frameworks/core/components/box/ |
H A D | render_box_base.h | 4 * you may not use this file except in compliance with the License. 54 width_.SetContextAndCallback(context_, [weak = WeakClaim(this)] { 60 height_.SetContextAndCallback(context_, [weak = WeakClaim(this)] { 66 marginOrigin_.SetContextAndCallback(context_, [weak = WeakClaim(this)] { 72 paddingOrigin_.SetContextAndCallback(context_, [weak = WeakClaim(this)] { 78 aspectRatio_.SetContextAndCallback(context_, [weak = WeakClaim(this)] {
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | event_listener.h | 4 * you may not use this file except in compliance with the License. 113 AsyncTaskManager::GetInstance().CancelWithContext(this); in ~ViewOnClickListener() 128 EventUtil::InvokeCallback(vm_, fn_, arg, this); 153 AsyncTaskManager::GetInstance().CancelWithContext(this); in ~ViewOnLongPressListener() 165 EventUtil::InvokeCallback(vm_, fn_, arg, this); 204 AsyncTaskManager::GetInstance().CancelWithContext(this); in ~ViewOnTouchListener()
|
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/ |
H A D | executor_pool.h | 4 * you may not use this file except in compliance with the License. 151 [this](std::shared_ptr<Executor> exe) { in Execute() 155 [this](std::shared_ptr<Executor> exe, bool force) -> bool { in Execute() 166 auto run = [this, func, id]() { in Schedule() 177 [this](std::shared_ptr<Executor> exe) { in Schedule() 186 [this](std::shared_ptr<Executor> exe, bool force) -> bool { in Schedule()
|
/foundation/distributeddatamgr/preferences/frameworks/native/include/ |
H A D | executor_pool.h | 4 * you may not use this file except in compliance with the License. 155 [this](std::shared_ptr<Executor> exe) { in Execute() 159 [this](std::shared_ptr<Executor> exe, bool force) -> bool { in Execute() 170 auto run = [this, func, id]() { in Schedule() 181 [this](std::shared_ptr<Executor> exe) { in Schedule() 190 [this](std::shared_ptr<Executor> exe, bool force) -> bool { in Schedule()
|
/kernel/linux/linux-5.10/drivers/fpga/ |
H A D | dfl-afu-dma-region.c | 155 struct dfl_afu_dma_region *this; in afu_dma_region_add() local 157 this = container_of(*new, struct dfl_afu_dma_region, node); in afu_dma_region_add() 161 if (dma_region_check_iova(this, region->iova, region->length)) in afu_dma_region_add() 164 if (region->iova < this->iova) in afu_dma_region_add() 166 else if (region->iova > this->iova) in afu_dma_region_add()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | dsos.c | 131 struct dso *this = rb_entry(*p, struct dso, rb_node); in __dsos__findnew_link_by_longname_id() local 132 int rc = __dso__cmp_long_name(name, id, this); in __dsos__findnew_link_by_longname_id() 141 if (!dso || (dso == this)) in __dsos__findnew_link_by_longname_id() 142 return this; /* Find matching dso */ in __dsos__findnew_link_by_longname_id() 145 * In this case, the short name should be different. in __dsos__findnew_link_by_longname_id() 148 rc = dso__cmp_short_name(dso, this); in __dsos__findnew_link_by_longname_id() 174 * this when needing memory, by looking at LRU dso instances in the in __dsos__add()
|
/kernel/linux/linux-6.6/drivers/fpga/ |
H A D | dfl-afu-dma-region.c | 155 struct dfl_afu_dma_region *this; in afu_dma_region_add() local 157 this = container_of(*new, struct dfl_afu_dma_region, node); in afu_dma_region_add() 161 if (dma_region_check_iova(this, region->iova, region->length)) in afu_dma_region_add() 164 if (region->iova < this->iova) in afu_dma_region_add() 166 else if (region->iova > this->iova) in afu_dma_region_add()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | dsos.c | 143 struct dso *this = rb_entry(*p, struct dso, rb_node); in __dsos__findnew_link_by_longname_id() local 144 int rc = __dso__cmp_long_name(name, id, this); in __dsos__findnew_link_by_longname_id() 153 if (!dso || (dso == this)) in __dsos__findnew_link_by_longname_id() 154 return this; /* Find matching dso */ in __dsos__findnew_link_by_longname_id() 157 * In this case, the short name should be different. in __dsos__findnew_link_by_longname_id() 160 rc = dso__cmp_short_name(dso, this); in __dsos__findnew_link_by_longname_id() 186 * this when needing memory, by looking at LRU dso instances in the in __dsos__add()
|
/kernel/linux/linux-6.6/tools/testing/selftests/rcutorture/bin/ |
H A D | kvm-test-1-run.sh | 7 # Execute this in the source tree. Do not run it as a background task 97 # Had to build a kernel for this test. 174 echo To run this scenario on bare metal: >> $resdir/bare-metal 176 echo " 1." Set your bare-metal build tree to the state shown in this file: >> $resdir/bare-metal 178 echo " 2." Update your bare-metal build tree"'"s .config based on this file: >> $resdir/bare-metal 189 echo " 8." Copy your bare-metal kernel"'"s .config file, overwriting this file: >> $resdir/bare-metal 192 echo " " the rmmod into this file: >> $resdir/bare-metal
|
/third_party/node/deps/v8/src/zone/ |
H A D | zone-handle-set.h | 2 // Use of this source code is governed by a BSD-style license that can be 96 // TODO(bmeurer): Optimize this case. in contains() 118 // TODO(bmeurer): Optimize this case. in remove() 126 std::swap(*this, that); in remove() 210 return !(*this == other); 215 return *this; 231 return ZoneHandleSet<T>::const_iterator(this, 0); 236 return ZoneHandleSet<T>::const_iterator(this, size());
|
/third_party/libphonenumber/cpp/src/phonenumbers/utf/ |
H A D | unicodetext.h | 4 // you may not use this file except in compliance with the License. 63 // can be used as a test for this property. 134 // unless this == &src, e.g., "x = x;", which is a no-op. 159 // convertible to char32. Typical uses of this method might include: 167 return *this; in append() 201 const_iterator result(*this); in operator ++() 202 ++*this; in operator ++() 208 const_iterator result(*this); in operator --() 209 --*this; in operator --() 276 // Returns whether this contain [all...] |
/third_party/node/deps/v8/src/base/ |
H A D | threaded-list.h | 2 // Use of this source code is governed by a BSD-style license that can be 101 return *this; 146 return *this; in operator ++() 160 return *this; in operator =() 197 return *this; in operator ++() 229 // of this list. 257 T* last = this->first(); in Verify()
|
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | heap-page.h | 2 // Use of this source code is governed by a BSD-style license that can be 118 bool operator!=(IteratorImpl other) const { return !(*this == other); } in operator !=() 127 return *this; in operator ++() 130 IteratorImpl temp(*this); in operator ++() 131 ++(*this); in operator ++() 307 ObjectHeaderFromInnerAddressImpl<mode>(this, address); in ObjectHeaderFromInnerAddress()
|
/third_party/node/deps/v8/src/heap/ |
H A D | spaces-inl.h | 2 // Use of this source code is governed by a BSD-style license that can be 25 return *this; in operator ++() 30 PageIteratorImpl<PAGE_TYPE> tmp(*this); in operator ++() 67 DCHECK(this->owner_identity() != NEW_SPACE); in MarkNeverAllocateForTesting() 71 reinterpret_cast<PagedSpace*>(owner())->free_list()->EvictFreeListItems(this); in MarkNeverAllocateForTesting() 79 reinterpret_cast<PagedSpace*>(owner())->free_list()->EvictFreeListItems(this); in MarkEvacuationCandidate()
|
H A D | marking-visitor.h | 2 // Use of this source code is governed by a BSD-style license that can be 28 // Declares that this marking state is not collecting retainers, so the 56 return static_cast<ConcreteState*>(this)->bitmap(p)->MarkBitFromIndex( in MarkBitFrom() 96 static_cast<ConcreteState*>(this)->IncrementLiveBytes( in GreyToBlack() 106 static_cast<ConcreteState*>(this)->bitmap(chunk)->Clear(); in ClearLiveness() 107 static_cast<ConcreteState*>(this)->SetLiveBytes(chunk, 0); in ClearLiveness() 222 return static_cast<ConcreteVisitor*>(this); in concrete_visitor()
|
/third_party/node/deps/v8/src/parsing/ |
H A D | parse-info.h | 2 // Use of this source code is governed by a BSD-style license that can be 97 return *this; \ 105 return *this; in set_script_id() 111 return *this; in set_function_kind() 119 return *this; in set_function_syntax_kind() 128 return *this; in set_parsing_while_debugging() 176 // Note that this is different from UnoptimizedCompileState, which has mutable 187 // parses that reuse this reusable state and its AstValueFactory.
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | ProgramLinkedResources.h | 3 // Use of this source code is governed by a BSD-style license that can be 109 // important that this class does not persist longer than the duration of Program::link. 207 this->name = name; in UnusedUniform() 208 this->isSampler = isSampler; in UnusedUniform() 209 this->isImage = isImage; in UnusedUniform() 210 this->isAtomicCounter = isAtomicCounter; in UnusedUniform() 211 this->isFragmentInOut = isFragmentInOut; in UnusedUniform()
|
/third_party/skia/src/gpu/ |
H A D | GrUserStencilSettings.h | 4 * Use of this source code is governed by a BSD-style license that can be 117 // Unfortunately, this is the only way to pass template arguments to a constructor. 191 return this->flags(hasStencilClip) & kDisabled_StencilFlag; in isDisabled() 194 return this->flags(hasStencilClip) & kTestAlwaysPasses_StencilFlag; in testAlwaysPasses() 197 return !(this->flags(hasStencilClip) & kSingleSided_StencilFlag); in isTwoSided() 200 return !(this->flags(hasStencilClip) & kNoWrapOps_StencilFlag); in usesWrapOp() 210 bool isUnused() const { return this == &kUnused; } in isUnused()
|
H A D | GrResourceProvider.h | 4 * Use of this source code is governed by a BSD-style license that can be 45 * Finds a resource in the cache, based on the specified key. Prior to calling this, the caller 52 return sk_sp<T>(static_cast<T*>(this->findResourceByUniqueKey(key).release())); in findByUniqueKey() 232 if (auto buffer = this->findByUniqueKey<const GrGpuBuffer>(key)) { in findOrCreatePatternedIndexBuffer() 235 return this->createPatternedIndexBuffer(pattern, patternSize, reps, vertCount, &key); in findOrCreatePatternedIndexBuffer() 247 fNonAAQuadIndexBuffer = this->createNonAAQuadIndexBuffer(); in refNonAAQuadIndexBuffer() 265 fAAQuadIndexBuffer = this->createAAQuadIndexBuffer(); in refAAQuadIndexBuffer() 316 * association is removed and replaced by this resource.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeViewRecordIO.h | 152 if (auto EC = Mapper(*this, X)) in mapVectorN() 161 if (auto EC = Mapper(*this, X)) in mapVectorN() 169 if (auto EC = Mapper(*this, Item)) in mapVectorN() 184 if (auto EC = Mapper(*this, Item)) in mapVectorTail() 191 if (auto EC = Mapper(*this, Field)) in mapVectorTail()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDie.h | 37 /// is relative to the compile/type unit. Prior to this class the DWARFUnit and 40 /// relative offset. This class helps to ensure that this doesn't happen and 56 /// Get the abbreviation declaration for this DIE. 93 /// Get the parent of this DIE object. 95 /// \returns a valid DWARFDie instance if this object has a parent or an 99 /// Get the sibling of this DIE object. 101 /// \returns a valid DWARFDie instance if this object has a sibling or an 105 /// Get the previous sibling of this DIE object. 107 /// \returns a valid DWARFDie instance if this object has a sibling or an 111 /// Get the first child of this DI [all...] |
/third_party/spirv-headers/tools/buildHeaders/ |
H A D | jsonToSpirv.h | 4 // of this software and/or associated documentation files (the "Materials"), 10 // The above copyright notice and this permission notice shall be included in 213 // For BitEnum, the index of the bit position represented by this mask. 228 // Returns true if this enum is valid, in isolation. 256 return (*this)[value].name.c_str(); in getName() 279 alias(this) { } in InstructionValue() 282 *this = v; in InstructionValue() 283 alias = this; in InstructionValue() 290 bool isAlias() const { return alias != this; } in isAlias() 298 const InstructionValue* alias; // correct only after discovering the aliases; otherwise points to this [all...] |
/third_party/vixl/src/ |
H A D | cpu-features.h | 8 // this list of conditions and the following disclaimer. 10 // this list of conditions and the following disclaimer in the documentation 13 // used to endorse or promote products derived from this software without 230 // about unavailable features. The Simulator uses this feature when 286 // this class supports. 313 // The presence of these features was assumed by version of VIXL before this 314 // API was added, so using this set by default ensures API compatibility. 332 // Combine another CPUFeatures object into this one. Features that already 333 // exist in this set are left unchanged. 336 // Combine a specific feature into this se [all...] |
/foundation/graphic/graphic_2d/rosen/modules/platform/utils/ |
H A D | parcel.h | 4 * you may not use this file except in compliance with the License. 40 * @note If this object is remote, its position intends to 51 * @param asRemote Specifies whether this object is remote. 60 * @note If this object is remote, its position will be saved in the parcel. 62 * you can get data from the given parcel into this parcelable object. 183 * @brief Get total size of existed data in this parcel. 190 * @brief Get the pointer to the beginning of data in this parcel. 197 * @brief Get position of every object written in this parcel. 213 * @brief Get total availiable bytes to write to this parcel. 220 * @brief Get total availiable bytes to read from this parce [all...] |