Home
last modified time | relevance | path

Searched refs:this (Results 1251 - 1275 of 2752) sorted by relevance

1...<<51525354555657585960>>...111

/third_party/skia/third_party/externals/dawn/src/common/
H A Dityp_vector.h4 // you may not use this file except in compliance with the License.
64 return *this; in operator =()
69 return *this;
/third_party/optimized-routines/string/arm/
H A Dmemset.S22 @ this lets us check a flag in a 00/ff byte easily in either endianness
79 @ At this point we're still aligned and we have upto align-1 bytes left to right
/third_party/python/Modules/_decimal/libmpdec/
H A Dvcdiv64.asm9 ; notice, this list of conditions and the following disclaimer.
12 ; notice, this list of conditions and the following disclaimer in the
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
H A DStringView.h92 *this = dropFront(1); in consumeFront()
99 *this = dropFront(S.size()); in consumeFront()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DThreadSafeModule.h42 Lock(std::shared_ptr<State> S) : S(std::move(S)), L(this->S->Mutex) {} in Lock()
59 /// Returns a pointer to the LLVMContext that was used to construct this
63 /// Returns a pointer to the LLVMContext that was used to construct this
86 // We have to explicitly define this move operator to copy the fields in in operator =()
98 return *this; in operator =()
155 /// Returns the context for this ThreadSafeModule.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h24 // As of this writing, we don't separate IPO and the Post-IPO SOPT. They
95 void setCpu(StringRef MCpu) { this->MCpu = MCpu; } in setCpu()
96 void setAttr(StringRef MAttr) { this->MAttr = MAttr; } in setAttr()
107 /// local. Note that this option only affects the end result - globals may
130 /// Like \a setCodeGenDebugOptions(), this must be called before
152 /// As with compile_to_file(), this function compiles the merged module into
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/MCParser/
H A DMCAsmParserExtension.h59 return const_cast<MCAsmParserExtension *>(this)->getLexer(); in getLexer()
64 return const_cast<MCAsmParserExtension*>(this)->getParser(); in getParser()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DPath.h64 bool operator!=(const const_iterator &RHS) const { return !(*this == RHS); } in operator !=()
66 /// @brief Difference in bytes between this and RHS.
89 bool operator!=(const reverse_iterator &RHS) const { return !(*this == RHS); } in operator !=()
91 /// @brief Difference in bytes between this and RHS.
325 /// @brief Return the preferred separator for this platform.
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Dmutex.h4 // you may not use this file except in compliance with the License.
44 // wait_locked calls cv.wait() on this already locked mutex.
47 Predicate&& p) REQUIRES(this) { in REQUIRES()
53 // wait_until_locked calls cv.wait() on this already locked mutex.
57 Predicate&& p) REQUIRES(this) { in REQUIRES()
78 // wait calls cv.wait() on this lock.
84 // wait_until calls cv.wait() on this lock.
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceThreading.h65 Shrunk.wait(L, [this] { return size() < MaxSize || Sequential; }); in blockingPush()
75 GrewOrEnded.wait(L, [this] { return IsEnded || !empty() || Sequential; }); in blockingPop()
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
H A Dtest_helper.h4 // you may not use this file except in compliance with the License.
51 program = std::make_unique<Program>(std::move(*this)); in Build()
75 program = std::make_unique<Program>(std::move(*this));
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dscalar_constant.h4 // you may not use this file except in compliance with the License.
97 /// @returns true if this ScalarConstant is equal to `rhs`
105 /// @returns true if this ScalarConstant is not equal to `rhs`
107 return !(*this == rhs); in operator !=()
110 /// @returns this ScalarConstant as a specialization op with the given
114 auto ret = *this; in AsSpecOp()
H A Dtest_helper.h4 // you may not use this file except in compliance with the License.
49 program = std::make_unique<Program>(std::move(*this)); in Build()
71 program = std::make_unique<Program>(std::move(*this)); in SanitizeAndBuild()
/third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/
H A Drwmutex.h4 // you may not use this file except in compliance with the License.
103 /// @param other the other RLock to move into this RLock.
106 /// @param other the other RLock to move into this RLock.
107 /// @returns this RLock so calls can be chained
135 return *this; in operator =()
155 /// @param other the other WLock to move into this WLock.
158 /// @param other the other WLock to move into this WLock.
159 /// @returns this WLock so calls can be chained
187 return *this; in operator =()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DPointerEmbeddedInt.h61 PointerEmbeddedInt(IntT I) { *this = I; }
67 return *this;
70 // Note that this implicit conversion additionally allows all of the basic
H A Dfallible_iterator.h37 /// is returned via this reference, and the resulting iterator value set to an
79 /// A value created by this method can be dereferenced, incremented,
91 /// A value created by this method can be dereferenced (if the underlying
122 /// If the underlying 'inc' operation fails, this will set the Error value
123 /// and update this iterator value to point to end-of-range.
133 return *this; in operator ++()
138 /// If the underlying 'dec' operation fails, this will set the Error value
139 /// and update this iterator value to point to end-of-range.
149 return *this; in operator --()
157 /// If this i
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DLoopPass.h49 // Finalization hook does not supply Loop because at this time
53 // Check if this pass is suitable for the current LPPassManager, if
61 /// Assign pass manager to manage this pass
64 /// Return what kind of Pass Manager can manage this pass.
71 /// maintained by various passes. Note, if required this interface can
90 /// Optional passes call this function to check whether the pass should be
111 PMDataManager *getAsPMDataManager() override { return this; }
112 Pass *getAsPass() override { return this; }
114 /// Print passes managed by this manager
136 /// maintained by various passes. Note, if required this interfac
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineOutliner.h39 /// The start index of this \p Candidate in the instruction list.
42 /// The number of instructions in this \p Candidate.
45 // The first instruction in this \p Candidate.
48 // The last instruction in this \p Candidate.
51 // The basic block that contains this Candidate.
54 /// Cost of calling an outlined function from this point as defined by the
59 /// The index of this \p Candidate's \p OutlinedFunction in the list of
64 /// from this point. Defined by the target.
68 /// this \p Candidate.
75 /// instructions in this \
[all...]
H A DScheduleDFS.h32 /// When computed using bottom-up DFS, this metric assumes that the DAG is a
49 return RHS < *this; in operator >()
56 return RHS <= *this; in operator >=()
101 /// DFS results for each SUnit in this DAG.
122 /// Return true if this DFSResult is uninitialized.
162 /// The number of subtrees detected in this DAG.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/
H A DCostAllocator.h39 ~PoolEntry() { Pool.removeEntry(this); } in ~PoolEntry()
101 auto P = std::make_shared<PoolEntry>(*this, std::move(ValueKey)); in getValue()
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_date_time.h5 // NOTICE: Adobe permits you to use, modify, and distribute this file in
96 return !(*this == dt); in operator !=()
234 *this = dng_date_time_info (); in Clear()
H A Ddng_point.h5 // NOTICE: Adobe permits you to use, modify, and distribute this file in
57 return !(*this == pt); in operator !=()
100 return !(*this == pt); in operator !=()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_rep_flat.h4 // you may not use this file except in compliance with the License.
35 // If we allow for larger sizes, we need to change this to 8/64, 16/128, etc.
120 // Returns a pointer to the data inside this flat rep.
124 // Returns the maximum capacity (payload size) of this instance.
127 // Returns the allocated size (payload + overhead) of this instance.
134 return reinterpret_cast<CordRepFlat*>(this); in flat()
139 return reinterpret_cast<const CordRepFlat*>(this); in flat()
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dthread_identity.h4 // you may not use this file except in compliance with the License.
62 return reinterpret_cast<ThreadIdentity*>(this); in thread_identity()
68 // condition as this, and will be woken later
70 // is using this PerThreadSynch as a terminator. Its
119 // changed only by the thread that describes this PerThreadSynch. A
135 // The instances of this class are allocated in NewThreadIdentity() with an
140 // PerThreadSynch::kAlignment aligned. We provide this alignment on
168 // [*] Technically pthread_setspecific() does malloc on first use; however this
236 #error Thread-local storage not detected on this platform
244 // this entir
[all...]
/third_party/skia/experimental/xform/
H A DSkShape.h4 * Use of this source code is governed by a BSD-style license that can be
20 void push(Xform* parentXform) { this->onPush(parentXform); } in push()
21 void pop() { this->onPop(); } in pop()

Completed in 15 milliseconds

1...<<51525354555657585960>>...111