Home
last modified time | relevance | path

Searched refs:this (Results 1451 - 1475 of 4550) sorted by relevance

1...<<51525354555657585960>>...182

/foundation/multimedia/media_foundation/engine/include/foundation/utils/
H A Dbuffer_pool.h4 * you may not use this file except in compliance with the License.
105 cv_.Wait(lock, [this] { return !isActive_ || !freeBuffers_.empty(); }); in AllocateBuffer()
160 std::weak_ptr<BufferPool<T>> weakRef(this->shared_from_this()); in AllocateBufferUnprotected()
177 cvFinishAlloc_.Wait(lock, [this] { return !allocInProgress.load(); }); in FinishAllocInProgress()
/foundation/multimedia/av_codec/services/utils/include/
H A Dblock_queue.h4 * you may not use this file except in compliance with the License.
67 condFull_.wait(lock, [this] { return !isActive_ || que_.size() < capacity_; }); in Push()
89 condEmpty_.wait(lock, [this] { return !isActive_ || !que_.empty(); }); in Pop()
112 condEmpty_.wait(lock, [this] { return !isActive_ || !que_.empty(); }); in Front()
/foundation/filemanagement/dfs_service/utils/system/include/
H A Ddfsu_actor.h4 * you may not use this file except in compliance with the License.
46 loop_ = std::thread([this]() { this->Main(); }); in StartActor()
127 std::async(std::launch::async, &DfsuActor<Ctx>::DelayRetry, this, std::move(currentCmd))); in ExceptionHandler()
/kernel/linux/linux-5.10/drivers/devfreq/
H A Dgovernor_passive.c56 * list of parent device. Because in this case, *freq is temporary in devfreq_passive_get_target_freq()
130 struct devfreq *devfreq = (struct devfreq *)data->this; in devfreq_passive_notifier_call()
163 if (!p_data->this) in devfreq_passive_event_handler()
164 p_data->this = devfreq; in devfreq_passive_event_handler()
/kernel/liteos_m/arch/arm/cortex-m3/keil/
H A Dlos_startup.s8 ; 1. Redistributions of source code must retain the above copyright notice, this list of
11 ; 2. Redistributions in binary form must reproduce the above copyright notice, this list
16 ; to endorse or promote products derived from this software without specific prior written
/third_party/curl/src/
H A Dmkhelp.pl12 # you should have received as part of this distribution. The terms
27 # this, but I'll tell ya:
48 # this should be removed:
69 # this line, then we ignore the newlines!
71 # We do this magic because a header may abort a paragraph at
89 * NEVER EVER edit this manually, fix the mkhelp.pl script instead!
118 #include "memdebug.h" /* keep this as LAST include */
121 Thanks to this operation, the size of this data shrank from $gzip
/third_party/node/deps/v8/src/objects/
H A Dslots-inl.h2 // Use of this source code is governed by a BSD-style license that can be
39 Object FullObjectSlot::load(PtrComprCageBase cage_base) const { return **this; } in load()
104 return **this; in load()
139 return **this; in load()
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dbitfield-method-same-name.rs115 pub fn Foo_type(this: *mut Foo) -> ::std::os::raw::c_char; in Foo_type()
119 pub fn Foo_set_type_(this: *mut Foo, c: ::std::os::raw::c_char); in Foo_set_type_()
123 pub fn Foo_set_type(this: *mut Foo, c: ::std::os::raw::c_char); in Foo_set_type()
H A Dderive-bitfield-method-same-name.rs94 /// Because this struct have array larger than 32 items
96 /// this struct should manually implement `Debug` and `PartialEq`.
133 pub fn Foo_type(this: *mut Foo) -> ::std::os::raw::c_char; in Foo_type()
137 pub fn Foo_set_type_(this: *mut Foo, c: ::std::os::raw::c_char); in Foo_set_type_()
141 pub fn Foo_set_type(this: *mut Foo, c: ::std::os::raw::c_char); in Foo_set_type()
/third_party/skia/src/gpu/geometry/
H A DGrQuad.h4 * Use of this source code is governed by a BSD-style license that can be
37 // Even more general-purpose than kGeneral, this allows the w coordinates to be non-unity.
71 w << this->point(cornerIdx); in writeVertex()
76 return this->projectedBounds(); in bounds()
108 skvx::Vec<4, float> iw4f() const { return 1.f / this->w4f(); } in iw4f()
114 // True if anti-aliasing affects this quad. Only valid when quadType == kAxisAligned
117 // True if this quad is axis-aligned and still has its top-left corner at v0. Equivalently,
/third_party/skia/src/gpu/ops/
H A DQuadPerEdgeAA.h4 * Use of this source code is governed by a BSD-style license that can be
88 bool hasVertexColors() const { return ColorType::kNone != this->colorType(); } in hasVertexColors()
103 bool needsIndexBuffer() const { return this->indexBufferOption() != in needsIndexBuffer()
107 switch (this->indexBufferOption()) { in primitiveType()
142 // necessary position and vertex attributes required by this Tessellator's VertexSpec into
144 // damage the provided GrQuads (as this is intended to work with GrQuadBuffer::Iter).
/third_party/skia/src/gpu/vk/
H A DGrVkRenderPass.h4 * Use of this source code is governed by a BSD-style license that can be
37 return !(*this == right); in operator !=()
41 // Used when importing an external render pass. In this case we have to explicitly be told the
69 return !(*this == right); in operator !=()
85 // The external attachment flag signals that this render pass is imported from an external
128 // this object. Specifically this compares that the number of attachments, format of
154 // Returns the number of clear colors needed to begin this render pass. Currently this will
171 (intptr_t)fRenderPass, this
[all...]
/third_party/skia/src/gpu/
H A DGrSamplerState.h4 * Use of this source code is governed by a BSD-style license that can be
70 return this->isRepeatedX() || this->isRepeatedY(); in isRepeated()
94 constexpr bool operator!=(const GrSamplerState& that) const { return !(*this == that); } in operator !=()
H A DGrSwizzle.h4 * Use of this source code is governed by a BSD-style license that can be
29 constexpr bool operator!=(const GrSwizzle& that) const { return !(*this == that); } in operator !=()
43 /** Applies this swizzle to the input color and returns the swizzled color. */
49 std::array<float, 4> result = this->applyTo(color.array()); in applyTo()
78 return *this; in operator =()
/third_party/skia/third_party/externals/spirv-tools/source/
H A Denum_set.h4 // you may not use this file except in compliance with the License.
54 EnumSet(const EnumSet& other) { *this = other; } in EnumSet()
64 if (&other != this) { in operator =()
69 return *this; in operator =()
100 // Returns true if this enum value is in the set.
161 // We shouldn't call Overflow() since this is a const method. in ContainsWord()
196 // Enums with values up to 63 are stored as bits in this mask.
198 // Enums with values larger than 63 are stored in this set.
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Denum_set.h4 // you may not use this file except in compliance with the License.
54 EnumSet(const EnumSet& other) { *this = other; } in EnumSet()
64 if (&other != this) { in operator =()
69 return *this; in operator =()
100 // Returns true if this enum value is in the set.
161 // We shouldn't call Overflow() since this is a const method. in ContainsWord()
196 // Enums with values up to 63 are stored as bits in this mask.
198 // Enums with values larger than 63 are stored in this set.
/third_party/skia/third_party/externals/oboe/src/common/
H A DFilterAudioStream.h5 * you may not use this file except in compliance with the License.
37 * Ownership of childStream will be passed to this object.
46 mStreamCallback = mChildStream->swapCallback(this); in FilterAudioStream()
192 mStreamCallback->onErrorBeforeClose(this, error);
197 // Close this parent stream because the callback will only close the child.
200 mStreamCallback->onErrorAfterClose(this, error);
206 std::unique_ptr<AudioStream> mChildStream; // this stream wraps the child stream
/third_party/skia/third_party/externals/dawn/src/common/
H A DBitSetIterator.h4 // you may not use this file except in compliance with the License.
86 return *this; in operator =()
104 return *this; in operator ++()
114 return !(*this == other); in operator !=()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DSymbolicFile.h42 DataRefImpl() { std::memset(this, 0, sizeof(DataRefImpl)); } in DataRefImpl()
85 return !(*this == other); in operator !=()
90 return *this; in operator ++()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DFormatAdapters.h39 auto Adapter = detail::build_format_adapter(std::forward<T>(this->Item)); in format()
53 auto Adapter = detail::build_format_adapter(std::forward<T>(this->Item)); in format()
68 auto Adapter = detail::build_format_adapter(std::forward<T>(this->Item)); in format()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineRegionInfo.h57 return this == reinterpret_cast<const MachineRegionNode *>(&RN); in operator ==()
69 return &RN == reinterpret_cast<const MachineRegionNode *>(this); in operator ==()
125 const_cast<RegionNodeBase<RegionTraits<MachineFunction>> *>(this); in getNodeAs()
/third_party/skia/include/core/
H A DSkYUVAInfo.h4 * Use of this source code is governed by a BSD-style license that can be
20 * is not part of this structure and depending on usage is in external textures or pixmaps.
178 return SkEncodedOriginToMatrix(fOrigin, this->width(), this->height()); in originMatrix()
205 * Given a set of channel flags for each plane, converts this->planeConfig() to YUVALocations
213 * Makes a SkYUVAInfo that is identical to this one but with the passed Subsampling. If the
214 * passed Subsampling is not k444 and this info's PlaneConfig is not compatible with chroma
221 * Makes a SkYUVAInfo that is identical to this one but with the passed dimensions. If the
227 bool operator!=(const SkYUVAInfo& that) const { return !(*this == that); } in operator !=()
/third_party/skia/include/gpu/
H A DGrRecordingContext.h4 * Use of this source code is governed by a BSD-style license that can be
49 * Reports whether the GrDirectContext associated with this GrRecordingContext is abandoned.
51 * device/context has been disconnected before reporting the status. If so, calling this
70 return this->maxSurfaceSampleCountForColorType(colorType) > 0; in colorTypeSupportedAsSurface()
90 * rendering is supported for the color type. 0 is returned if rendering to this color type
148 // There is no going back from this method. It should only be called to control the timing
178 // programInfo. The DDL context takes this opportunity to store programInfos as a sidecar
197 * NOTE: the drawing manager tracks this object as a raw pointer; it is up to the caller to
202 GrRecordingContext* asRecordingContext() override { return this; }
209 void reset() { *this
[all...]
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H A Dmxc_nand.c146 * (CONFIG1:INT_MSK is set). To handle this the driver uses
252 struct nand_chip *this = mtd_to_nand(mtd); in copy_spare() local
253 struct mxc_nand_host *host = nand_get_controller_data(this); in copy_spare()
290 * is used to index into the full page. So usually this function is called with
707 * NFC handles R/B internally. Therefore, this function in mxc_nand_dev_ready()
1162 * For tRC < 30ns we have to use EDO mode. In this case the controller in mxc_nand_v2_setup_interface()
1731 * into copying invalid data to/from the spare IO buffer, as this in mxcnd_attach_chip()
1762 struct nand_chip *this; in mxcnd_probe() local
1781 this = &host->nand; in mxcnd_probe()
1782 mtd = nand_to_mtd(this); in mxcnd_probe()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dvmm.c5 * copy of this software and associated documentation files (the "Software"),
11 * The above copyright notice and this permission notice shall be included in
441 /* SPT already exists covering the same range as this LPT, in nvkm_vmm_ref_hwpt()
647 /* Determine number of PTEs at this page size. */ in nvkm_vmm_ptes_sparse()
805 struct nvkm_vma *this = rb_entry(*ptr, typeof(*this), tree); in nvkm_vmm_free_insert() local
807 if (vma->size < this->size) in nvkm_vmm_free_insert()
810 if (vma->size > this->size) in nvkm_vmm_free_insert()
813 if (vma->addr < this->addr) in nvkm_vmm_free_insert()
816 if (vma->addr > this in nvkm_vmm_free_insert()
847 struct nvkm_vma *this = rb_entry(*ptr, typeof(*this), tree); nvkm_vmm_node_insert() local
1688 struct nvkm_vma *this = rb_entry(temp, typeof(*this), tree); nvkm_vmm_get_locked() local
1704 struct nvkm_vma *this = rb_entry(node, typeof(*this), tree); nvkm_vmm_get_locked() local
[all...]

Completed in 15 milliseconds

1...<<51525354555657585960>>...182