Home
last modified time | relevance | path

Searched refs:this (Results 2326 - 2350 of 5673) sorted by relevance

1...<<919293949596979899100>>...227

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DAny.h67 // We also disable this overload when an `Any` object can be
68 // converted to the parameter type because in that case, this
88 return *this; in swap()
93 return *this; in operator =()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DBranchProbabilityInfo.h75 return *this; in operator =()
85 /// (0%) and one (100%) of this edge executing, relative to other edges
102 /// Check whether this edge out of the source block is 'hot'. We define hot
158 BPI->Handles.erase(*this);
214 /// Provide the result type for this analysis pass.
H A DDominanceFrontierImpl.h12 // This should be considered deprecated, don't add any more uses of this data
179 DomSetType &S = this->Frontiers[currentBB]; in calculate()
185 // Does Node immediately dominate this successor? in calculate()
191 // At this point, S is DFlocal. Now we union in DFup's of our children... in calculate()
207 // If all children are visited or there is any child then pop this block in calculate()
216 DomSetType &parentSet = this->Frontiers[parentBB]; in calculate()
H A DLoopIterator.h142 /// Return true if this block has been preorder visited.
145 /// Return true if this block has a postorder number.
219 return po_ext_begin(DFS.L->getHeader(), *this); in begin()
223 return po_ext_end(DFS.L->getHeader(), *this); in end()
226 /// Called by po_iterator upon reaching a block via a CFG edge. If this block
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h56 Parent->addChild(this); in LexicalScope()
81 /// this scope.
105 if (S == this) in dominates()
122 LexicalScope *Parent; // Parent to this scope.
124 const DILocation *InlinedAtLocation; // Location at which this
131 const MachineInstr *LastInsn = nullptr; // Last instruction of this scope.
132 const MachineInstr *FirstInsn = nullptr; // First instruction of this scope.
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_camera_profile.h5 // NOTICE: Adobe permits you to use, modify, and distribute this file in
161 return !(*this == id); in operator !=()
171 /// Resets the name and fingerprint, thereby making this camera profile ID
176 *this = dng_camera_profile_id (); in Clear()
190 // Name of this camera profile.
214 // exist, then this implies that white balancing should be done by scaling
236 // Rules for how this profile can be embedded and/or copied.
257 // Baseline exposure offset. When using this profile, this offset value is
267 // The "as shot" tone curve for this profil
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dmap_field_lite.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.
53 // internal generated message implentation only. Users should never use this
107 typename Derived::template Parser<MapFieldLite, Map<Key, T>> parser(this); in _InternalParse()
115 typename Derived::template Parser<MapFieldLite, Map<Key, T>> parser(this); in ParseWithEnumValidation()
152 // expected to be message. It's useful to have this helper here to keep the
154 // We want the C++ compiler to inline this or not as it sees fit.
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dtest_instance_tracker.h4 // you may not use this file except in compliance with the License.
61 return *this; in operator =()
69 return *this; in operator =()
207 // comparisons, and swaps will compare to the situation at the point of this
H A Dhash_policy_testing.h4 // you may not use this file except in compliance with the License.
44 return *this; in operator =()
49 return *this; in operator =()
121 // Using old paradigm for this to ensure compatibility.
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/internal/
H A Dspy_hash_state.h4 // you may not use this file except in compliance with the License.
52 *this = std::move(other);
60 return *this;
75 // allows us to test that the user only uses this instance for combine calls in combine()
/third_party/skia/include/core/
H A DSkYUVAPixmaps.h4 * Use of this source code is governed by a BSD-style license that can be
82 * If the SkColorType is supported for YUVA pixmaps this will return the number of YUVA channels
83 * that can be stored in a plane of this color type and what the DataType is of those channels.
97 * must have the same DataType or this will be invalid.
115 bool operator!=(const SkYUVAPixmapInfo& that) const { return !(*this == that); } in operator !=()
121 /** The number of SkPixmap planes, 0 if this SkYUVAPixmapInfo is invalid. */
128 * Row bytes for the ith plane. Returns zero if i >= numPlanes() or this SkYUVAPixmapInfo is
139 * to SIZE_MAX. Returns 0 and fills planesSizes with 0 if this SkYUVAPixmapInfo is not valid.
146 * entries of pixmaps are default initialized. Fails if this SkYUVAPixmapInfo not valid.
151 * Returns true if this ha
[all...]
/third_party/skia/modules/sksg/include/
H A DSkSGRenderEffect.h4 * Use of this source code is governed by a BSD-style license that can be
20 // TODO: merge EffectNode.h with this header
36 SkASSERT(!this->hasInval()); in getShader()
105 SkASSERT(!this->hasInval()); in getFilter()
/kernel/linux/linux-5.10/mm/
H A Dmemblock.c43 * kernel; this may differ from the actual physical memory installed
138 * For architectures that do not keep memblock data after init, this
508 struct memblock_region *this = &type->regions[i]; in memblock_merge_regions() local
511 if (this->base + this->size != next->base || in memblock_merge_regions()
512 memblock_get_region_node(this) != in memblock_merge_regions()
514 this->flags != next->flags) { in memblock_merge_regions()
515 BUG_ON(this->base + this->size > next->base); in memblock_merge_regions()
520 this in memblock_merge_regions()
[all...]
/third_party/node/deps/v8/src/torque/
H A Dtypes.h2 // Use of this source code is governed by a BSD-style license that can be
137 virtual const Type* NonConstexprVersion() const { return this; } in NonConstexprVersion()
163 if (IsConstexpr()) return this; in ConstexprVersion()
184 // If {parent_} is not nullptr, then this type is a subtype of {parent_}.
220 // The byte offset of this field from the beginning of the containing class or
279 if (!IsConstexpr()) return this;
309 ReportError("Cannot find non-constexpr type corresponding to ", *this);
445 if (!IsConstexpr()) return this;
455 if (t->IsSubtypeOf(this)) return; in Extend()
574 for (base::Optional<const AggregateType*> current = this; in LastField()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h132 /// The GlobalValue corresponding to this summary. This is only used in
141 /// called, so it is safe to use this field during thin link. This field
292 /// In the future this will be used to update and optimize linkage
350 /// List of values referenced by this global value's definition
370 /// Initialize the original name hash in this summary.
373 /// Which kind of summary subclass this is.
376 /// Set the path to the module containing this function, for use in
380 /// Get the path to the module containing this function.
383 /// Get the flags for this GlobalValue (see \p struct GVFlags).
386 /// Return linkage type recorded for this globa
[all...]
H A DInstrTypes.h129 /// Also automatically insert this instruction to the end of the
221 /// operands. Also automatically insert this instruction to the end of the
406 /// Exchange the two operands to this instruction.
643 /// logic, this method is provided.
645 /// Determine if this is an integer-only cast.
652 /// Determine if this is a lossless cast.
669 /// Determine if this cast is a no-op cast.
691 /// Return the opcode of this CastInst
795 /// two operands. Also automatically insert this instruction to the end of
806 /// Return the predicate for this instructio
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx9.asm5 * copy of this software and associated documentation files (the "Software"),
11 * The above copyright notice and this permission notice shall be included in
23 /* To compile this assembly code:
50 var SQ_WAVE_GPR_ALLOC_SGPR_SIZE_SIZE = 3 //FIXME sq.blk still has 4 bits at this time while SQ programming guide has 3 bits
180 s_andn2_b32 s_save_status, s_save_status, SQ_WAVE_STATUS_SPI_PRIO_MASK //check whether this is for save
199 s_and_b32 ttmp2, s_save_trapsts, SQ_WAVE_TRAPSTS_SAVECTX_MASK //check whether this is for save
200 s_cbranch_scc1 L_SAVE //this is the operation for save
215 // If STATUS.HALT is set then this fault must come from SQC instruction fetch.
230 // Rewind the PC to prevent this from occurring. The debugger compensates for this
[all...]
/third_party/node/deps/v8/src/parsing/
H A Dparser-base.h2 // Use of this source code is governed by a BSD-style license that can be
242 // All implementation-specific methods must be called through this.
243 Impl* impl() { return static_cast<Impl*>(this); } in impl()
244 const Impl* impl() const { return static_cast<const Impl*>(this); } in impl()
353 // the body can use to continue this iteration statement. This is always a
377 *stack_ = this; in Target()
509 // How many suspends are needed for this function.
512 // How deeply nested we currently are in this function.
520 // A reason, if any, why this function should not be optimized.
531 // Track if a function or eval occurs within this FunctionStat
[all...]
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dphonemetadata.pb.h19 #error regenerate this file with a newer version of protoc.
90 *this = ::std::move(from); in NumberFormat()
95 return *this; in operator =()
99 if (this != &from) InternalSwap(&from);
103 return *this;
127 if (other == this) return; in Swap()
131 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other); in Swap()
135 if (other == this) return; in UnsafeArenaSwap()
341 *this = ::std::move(from); in PhoneNumberDesc()
346 return *this; in operator =()
[all...]
/third_party/skia/third_party/externals/imgui/
H A Dimgui.h25 Index of this file:
140 struct ImDrawList; // A single draw command list (generally one per window, conceptually you may see this as a dynamic "mesh" builder)
166 // Enums/Flags (declared as int for compatibility with old C++, to allow using as flags without overhead, and to not pollute the top of this file)
264 float operator[] (size_t idx) const { IM_ASSERT(idx <= 1); return (&x)[idx]; } // We very rarely use this [] operator, the assert overhead is fine. in operator []()
265 float& operator[] (size_t idx) { IM_ASSERT(idx <= 1); return (&x)[idx]; } // We very rarely use this [] operator, the assert overhead is fine. in operator []()
302 IMGUI_API void NewFrame(); // start a new Dear ImGui frame, you can submit any command from this point until Render()/EndFrame().
305 IMGUI_API ImDrawData* GetDrawData(); // valid after Render() and until the next call to NewFrame(). this is what you have to render.
308 IMGUI_API void ShowDemoWindow(bool* p_open = NULL); // create Demo window. demonstrate most ImGui features. call this to learn about the library! try to make it always available in your application!
331 // [Important: due to legacy reason, this is inconsistent with most other functions such as BeginMenu/EndMenu,
343 // [Important: due to legacy reason, this i
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/shape/
H A Drender_shape_container.h4 * you may not use this file except in compliance with the License.
36 const std::function<void()> callback = [weak = WeakClaim(this)] {
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid_row/
H A Dgrid_row_layout_property.h4 * you may not use this file except in compliance with the License.
36 value->LayoutProperty::UpdateLayoutProperty(this);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dtoggle_button_paint_property.h4 * you may not use this file except in compliance with the License.
35 value->PaintProperty::UpdatePaintProperty(DynamicCast<PaintProperty>(this));
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavdestination_layout_property_base.h4 * you may not use this file except in compliance with the License.
39 copy->LayoutProperty::UpdateLayoutProperty(DynamicCast<LayoutProperty>(this));
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/
H A Ddrag_bar_paint_property.h4 * you may not use this file except in compliance with the License.
45 paintProperty->PaintProperty::UpdatePaintProperty(AceType::DynamicCast<PaintProperty>(this));

Completed in 35 milliseconds

1...<<919293949596979899100>>...227