Home
last modified time | relevance | path

Searched refs:this (Results 1626 - 1650 of 5146) sorted by relevance

1...<<61626364656667686970>>...206

/third_party/node/deps/v8/src/compiler/
H A Dbytecode-liveness-map.h2 // Use of this source code is governed by a BSD-style license that can be
109 Iterator begin() const { return Iterator(*this, Iterator::kStartTag); } in begin()
111 Iterator end() const { return Iterator(*this, Iterator::kEndTag); } in end()
/third_party/node/deps/v8/src/heap/cppgc-js/
H A Dcpp-heap.h2 // Use of this source code is governed by a BSD-style license that can be
120 HeapBase& AsBase() { return *this; } in AsBase()
121 const HeapBase& AsBase() const { return *this; } in AsBase()
171 // finalization is not needed) thus this method is left empty.
191 // atomic pause. Allocated bytes are buffer in case this is temporarily
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
H A DTemplate.pm5 # this file except in compliance with the License. You can obtain a copy
112 In this example, C<whatever> will only become part of the template output
146 this file except in compliance with the License. You can obtain a copy
H A Dfallback.pm4 # this file except in compliance with the License. You can obtain a copy
41 Just like with B<lib>, this only works with Unix filepaths.
42 Just like with L<lib>, this doesn't mean that it only works on Unix, but that
/third_party/openssl/util/perl/OpenSSL/
H A DTemplate.pm5 # this file except in compliance with the License. You can obtain a copy
112 In this example, C<whatever> will only become part of the template output
146 this file except in compliance with the License. You can obtain a copy
H A Dfallback.pm4 # this file except in compliance with the License. You can obtain a copy
41 Just like with B<lib>, this only works with Unix filepaths.
42 Just like with L<lib>, this doesn't mean that it only works on Unix, but that
/third_party/skia/src/core/
H A DSkMessageBus.h4 * Use of this source code is governed by a BSD-style license that can be
26 * We may want to consider providing a default template implementation, to avoid this requirement by
41 // Post a message to be received by Inboxes for this Message type. Checks
61 void receive(Message m); // SkMessageBus is a friend only to call this.
92 bus->fInboxes.push_back(this); in Inbox()
100 // This is a cheaper fInboxes.remove(fInboxes.find(this)) when order doesn't matter. in ~Inbox()
102 if (this == bus->fInboxes[i]) { in ~Inbox()
H A DSkAnalyticEdge.h4 * Use of this source code is governed by a BSD-style license that can be
27 // During aaa_walk_edges, if this edge is a left edge,
57 // Update fX, fY of this edge so fY = y
86 // return true if we're NOT done with this edge
98 SkASSERT(fPrev->fNext == this); in validate()
99 SkASSERT(fNext->fPrev == this); in validate()
H A DSkBitmapProcState.h4 * Use of this source code is governed by a BSD-style license that can be
33 return this->init(inv, color, sampling) in setup()
34 && this->chooseProcs(); in setup()
74 safe to call this inside the shader's shadeSpan() method.
140 // Overall, this code takes a point in destination space, and uses the center of the pixel
H A DSkGlyphRun.h4 * Use of this source code is governed by a BSD-style license that can be
59 // Font for this run modified to have glyph encoding and left alignment.
87 for (const SkGlyphRun& run : *this) { in totalGlyphCount()
94 for (const SkGlyphRun& run : *this) { in hasRSXForm()
H A DSkRecordPattern.h4 * Use of this source code is governed by a BSD-style license that can be
122 // If this pattern matches the SkRecord starting from i,
125 i = this->matchFirst(&fFirst, record, i); in match()
129 // Starting from *end, walk through the SkRecord to find the first span matching this pattern.
133 *end = this->match(record, *begin); in search()
/third_party/skia/src/gpu/
H A DGrClip.h4 * Use of this source code is governed by a BSD-style license that can be
72 * apply(). The results of this are returned the PreClipResults struct, where 'result.fEffect'
73 * corresponds to what 'apply' would return. If this value is kUnclipped or kNoDraw, then it
79 * action is taken to modify the draw, apply() will represent this round rect in the applied
83 * beyond it. If the render target bounds are the only clip effect on the draw, this is reported
88 bool outside = !SkIRect::Intersects(pixelBounds, this->getConservativeBounds()); in preApply()
107 * depending on what side its on. Outside of this range, the non-AA edge will snap using round()
221 Effect effect = this->apply(&out->hardClip(), &pixelBounds);
H A DSurfaceContext.h4 * Use of this source code is governed by a BSD-style license that can be
67 // TODO: See if it makes sense for this to return a const& instead and require the callers to
127 * @param numLevels Number of pixmaps in src. To succeed this must be 1 or the total
155 * and color space of info after rescaling. Note: this currently requires that the info have a
167 * rect within that context. The dst rect must be contained by the dst or this will fail.
177 return this->copy(std::move(src), srcRect, dstPoint) != nullptr; in testCopy()
182 return this->copy(std::move(src), rect, {0, 0}) != nullptr; in testCopy()
202 // If null then the transfer could not be performed. Otherwise this buffer will contain
205 // If this is null then the transfer buffer will contain the data in the requested
206 // color type. Otherwise, when the transfer is done this mus
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_patternstring.h25 // Note: the order of fields in this enum matters for parsing.
80 : state(this->pattern), currentSubpattern(nullptr) {} in ParsedPatternInfo()
84 // Need to declare this explicitly because of the destructor
119 return *this;
242 * a roundingIncrement of 0.006 is treated like 0.01 for this determination, i.e.
264 * created from the string returned by this function may not be the same as the original property bag.
H A Dnumber_types.h158 * Apply this Modifier to the string builder.
161 * The string builder to which to apply this modifier.
186 * Whether this modifier is strong. If a modifier is strong, it should always be applied immediately and not allowed
213 * Gets a set of "parameters" for this Modifier.
215 * TODO: Make this return a `const Parameters*` more like Java?
220 * Returns whether this Modifier is *semantically equivalent* to the other Modifier;
221 * in many cases, this is the same as equal, but parameters should be ignored.
249 * In other words, this interface is used for the parts of number processing that are <em>quantity-dependent</em>.
316 return *this; in operator =()
322 return *this; in operator =()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFExpression.h51 SizeNA = 0xFF ///< Unused operands get this encoding.
135 iterator begin() const { return iterator(this, 0); } in begin()
136 iterator end() const { return iterator(this, Data.getData().size()); } in end()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DLazyReexports.h40 /// a stub pointer. Instances of this class can be used to implement this.
92 this->TP = std::move(TP); in setTrampolinePool()
119 [this](JITTargetAddress TrampolineAddr) { in init()
H A DSymbolStringPool.h68 return *this; in operator =()
80 return *this; in operator =()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h145 /// to decide whether or not to act on this method. The memory manager will
147 /// permissions when this method is called. Code sections cannot be executed
148 /// until this function has been called. In addition, any cache coherency
158 /// address space can use this call to remap the section addresses for the
161 /// For clients that do not need access to an ExecutionEngine instance this
163 /// MCJITMemoryManager::notifyObjectLoaded as this method is compatible with
222 this->NotifyStubEmitted = std::move(NotifyStubEmitted); in setNotifyStubEmitted()
239 /// to this method will cause RuntimeDyld to pass all sections to its
247 this->ProcessAllSections = ProcessAllSections; in setProcessAllSections()
250 /// Perform all actions needed to make the code owned by this RuntimeDyl
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCSection.h37 /// Instances of this class represent a uniqued identifier for a section in the
61 /// The alignment requirement of this section.
65 /// The index of this section in the layout order.
78 /// Whether this section has had instructions emitted into it.
117 return const_cast<MCSection *>(this)->getBeginSymbol(); in getBeginSymbol()
154 return const_cast<MCSection *>(this)->getFragmentList(); in getFragmentList()
183 /// Check whether this section is "virtual", that is has no actual object
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DFormatVariadic.h67 // indexing capabilities. In order to enable runtime indexing, we use this
131 Stream << *this; in str()
139 Stream << *this; in sstr()
151 // have the base class store type-erased pointers into this tuple.
198 // '+' : The field is right aligned within the available space (this
201 // If this is less than the required length then the `char` and `loc`
203 // trailing padding. If this is greater than the required length,
238 // Then this method is invoked as described in Step 1.
240 // For this to work, (raw_ostream& << const T&) must return raw_ostream&.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h50 // Hold the underlying Value, if any, attached to this VPValue.
63 /// Return the underlying Value attached to this VPValue.
66 // Set \p Val as the underlying Value of this VPValue.
74 /// are actually instantiated. Values of this enumeration are kept in the
83 /// \return an ID for the concrete type of this object.
89 OS << "%vp" << (unsigned short)(unsigned long long)this; in printAsOperand()
158 Operand->addUser(*this); in addOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DFormatVariadic.h68 // indexing capabilities. In order to enable runtime indexing, we use this
123 Stream << *this; in str()
131 Stream << *this; in sstr()
143 // have the base class store type-erased pointers into this tuple.
182 // '+' : The field is right aligned within the available space (this
185 // If this is less than the required length then the `char` and `loc`
187 // trailing padding. If this is greater than the required length,
218 // Then this method is invoked to produce the formatted output. The
223 // Then this method is invoked as described in Step 1.
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceStringPool.h114 bool operator!=(const StringID &Other) const { return !(*this == Other); } in operator !=()
120 return this->toString() < Other.toString(); in operator <()
/third_party/skia/third_party/externals/tint/fuzzers/
H A Ddata_builder.h4 // you may not use this file except in compliance with the License.
54 return BuildImpl<T>::impl(this); in build()
80 out[i] = generate(this); in vector()

Completed in 16 milliseconds

1...<<61626364656667686970>>...206