/third_party/mesa3d/src/compiler/glsl/ |
H A D | string_to_uint_map.h | 5 * copy of this software and associated documentation files (the "Software"), 11 * The above copyright notice and this permission notice (including the next 57 * Because of the way this class interacts with the \c hash_table 64 this->ht = _mesa_hash_table_create(NULL, _mesa_hash_string, in string_to_uint_map() 70 hash_table_call_foreach(this->ht, delete_key, NULL); in ~string_to_uint_map() 71 _mesa_hash_table_destroy(this->ht, NULL); in ~string_to_uint_map() 75 * Remove all mappings from this map. 79 hash_table_call_foreach(this->ht, delete_key, NULL); in clear() 80 _mesa_hash_table_clear(this->ht, NULL); in clear() 98 hash_table_call_foreach(this in iterate() [all...] |
/third_party/skia/src/gpu/ |
H A D | GrDeferredProxyUploader.h | 4 * Use of this source code is governed by a BSD-style license that can be 45 // In normal usage (i.e., through GrTDeferredProxyUploader) this will be redundant in ~GrDeferredProxyUploader() 46 this->wait(); in ~GrDeferredProxyUploader() 55 auto uploadMask = [this, proxy](GrDeferredTextureUploadWritePixelsFn& writePixelsFn) { in scheduleUpload() 56 this->wait(); in scheduleUpload() 57 GrColorType pixelColorType = SkColorTypeToGrColorType(this->fPixels.info().colorType()); in scheduleUpload() 58 // If the worker thread was unable to allocate pixels, this check will fail, and we'll in scheduleUpload() 60 if (this->fPixels.addr()) { in scheduleUpload() 64 this->fPixels.addr(), in scheduleUpload() 65 this in scheduleUpload() [all...] |
H A D | GrStyle.h | 4 * Use of this source code is governed by a BSD-style license that can be 82 this->initPathEffect(std::move(pe)); in GrStyle() 88 this->initPathEffect(paint.refPathEffect()); in GrStyle() 93 this->initPathEffect(paint.refPathEffect()); in GrStyle() 100 return *this; in operator =() 113 /** Is this style a fill with no path effect? */ 116 /** Is this style a hairline with no path effect? */ 124 bool hasNonDashPathEffect() const { return fPathEffect.get() && !this->isDashed(); } in hasNonDashPathEffect() 128 SkASSERT(this->isDashed()); in dashPhase() 132 SkASSERT(this in dashIntervalCnt() [all...] |
/third_party/skia/src/gpu/mock/ |
H A D | GrMockOpsRenderPass.h | 4 * Use of this source code is governed by a BSD-style license that can be 33 this->markRenderTargetDirty(); 45 void onDraw(int, int) override { this->noopDraw(); } 46 void onDrawIndexed(int, int, uint16_t, uint16_t, int) override { this->noopDraw(); } 47 void onDrawInstanced(int, int, int, int) override { this->noopDraw(); } 48 void onDrawIndexedInstanced(int, int, int, int, int) override { this->noopDraw(); } 49 void onDrawIndirect(const GrBuffer*, size_t, int) override { this->noopDraw(); } 50 void onDrawIndexedIndirect(const GrBuffer*, size_t, int) override { this->noopDraw(); } 52 this->markRenderTargetDirty(); 56 this in noopDraw() [all...] |
/third_party/skia/src/utils/win/ |
H A D | SkTScopedComPtr.h | 4 * Use of this source code is governed by a BSD-style license that can be 40 ~SkTScopedComPtr() { this->reset();} in ~SkTScopedComPtr() 43 this->reset(that.release()); in operator =() 44 return *this; in operator =() 47 SkTScopedComPtr& operator=(std::nullptr_t) { this->reset(); return *this; } in operator =() 73 T* temp = this->fPtr; in swap() 74 this->fPtr = that.fPtr; in swap() 79 T* temp = this->fPtr; in release() 80 this in release() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | Statistic.h | 16 // simplified, optimized or removed by various transformations, like this: 61 // Allow use of this class as the value itself. 92 return *this; in operator +=() 99 return *this; in operator -=() 107 return *this; in operator =() 111 return *this; in operator ++() 119 return *this; in operator --() 127 return *this; in operator +=() 131 return *this; in operator -=() 141 TsanHappensAfter(this); in init() [all...] |
H A D | SmallString.h | 47 this->SmallVectorImpl<char>::assign(NumElts, Elt); in assign() 53 this->clear(); in assign() 59 this->clear(); in assign() 65 this->clear(); in assign() 108 /// Compare two strings; the result is -1, 0, or 1 if this string is 129 /// startswith - Check if this string starts with the given \p Prefix. 134 /// endswith - Check if this string ends with the given \p Suffix. 257 /// substring. If this is npos, or less than \p Start, or exceeds the 267 StringRef str() const { return StringRef(this->begin(), this [all...] |
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | constants-mips.h | 2 // Use of this source code is governed by a BSD-style license that can be 434 // We use this presentation to stay close to the table representation in 1004 // On MIPS we use this enum to abstract from conditional branch instructions. 1062 // for condition < 0, this will work as expected. 1239 return *reinterpret_cast<const Instr*>(this); 1244 *reinterpret_cast<Instr*>(this) = value; 1324 int op = this->FunctionFieldRaw(); 1333 return (((this->InstructionBits() & kMsaI5I10Mask) == LDI) 1356 switch (this->RsFieldRawNoAssert()) { 1387 DCHECK(this [all...] |
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/serialization/ |
H A D | serializer.h | 4 * you may not use this file except in compliance with the License. 57 return *this; in SetState() 79 return *this; in operator &() 86 *this& NamedValue(nv.name, p); in operator &() 90 return *this; in operator &() 97 *this& NamedValue(nv.name, p); in operator &() 101 return *this; in operator &() 110 return *this; in operator &() 118 return *this; in operator &() 143 return *this; in operator &() [all...] |
/foundation/resourceschedule/ffrt/src/util/ |
H A D | linked_list.h | 4 * you may not use this file except in compliance with the License. 25 LinkedList() : prev(this), next(this) in LinkedList() 48 return ContainerOf(this, member); 168 InsertAfter(this, &node); 173 InsertAfter(this, node); 178 InsertBefore(this, &node); 183 InsertBefore(this, node); 188 return Next(this); 194 return Next(this, membe [all...] |
/third_party/googletest/googlemock/include/gmock/ |
H A D | gmock-nice-strict.h | 9 // notice, this list of conditions and the following disclaimer. 11 // copyright notice, this list of conditions and the following disclaimer 16 // this software without specific prior written permission. 103 // We need to mark these classes with this declspec to ensure that 114 ::testing::Mock::AllowUninterestingCalls(reinterpret_cast<uintptr_t>(this)); in NiceMockImpl() 118 ::testing::Mock::UnregisterCallReaction(reinterpret_cast<uintptr_t>(this)); in ~NiceMockImpl() 126 ::testing::Mock::WarnUninterestingCalls(reinterpret_cast<uintptr_t>(this)); in NaggyMockImpl() 130 ::testing::Mock::UnregisterCallReaction(reinterpret_cast<uintptr_t>(this)); in ~NaggyMockImpl() 138 ::testing::Mock::FailUninterestingCalls(reinterpret_cast<uintptr_t>(this)); in StrictMockImpl() 142 ::testing::Mock::UnregisterCallReaction(reinterpret_cast<uintptr_t>(this)); in ~StrictMockImpl() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | SmallString.h | 46 this->SmallVectorImpl<char>::assign(NumElts, Elt); in assign() 52 this->clear(); in assign() 58 this->clear(); in assign() 64 this->clear(); in assign() 107 /// Compare two strings; the result is -1, 0, or 1 if this string is 128 /// startswith - Check if this string starts with the given \p Prefix. 133 /// endswith - Check if this string ends with the given \p Suffix. 256 /// substring. If this is npos, or less than \p Start, or exceeds the 266 StringRef str() const { return StringRef(this->begin(), this [all...] |
H A D | SmallBitVector.h | 41 // The number of bits in this class. 49 // Theoretically this is a ceil-log2. These bits are encoded in the most 76 *this = bool(t); in operator =() 77 return *this; in operator =() 85 return *this; in operator =() 110 // Return all the bits used for the "small" representation; this includes 173 return const_set_bits_iterator(*this); in set_bits_begin() 177 return const_set_bits_iterator(*this, -1); in set_bits_end() 186 /// Tests whether there are no bits in this bitvector. 191 /// Returns the number of bits in this bitvecto [all...] |
/foundation/ability/dmsfwk/services/dtbschedmgr/include/continue/ |
H A D | dsched_continue.h | 4 * you may not use this file except in compliance with the License. 55 std::string compareInfo = this->sourceDeviceId_ + this->sourceBundleName_ + this->sinkDeviceId_ + in operator ==() 56 this->sinkBundleName_; in operator ==() 64 std::string compareInfo = this->sourceDeviceId_ + this->sourceBundleName_ + this->sinkDeviceId_ + in operator <() 65 this->sinkBundleName_; in operator <() 73 return "SrcDevId: " + GetAnonymStr(this in ToStringIgnoreMissionId() [all...] |
/third_party/skia/include/private/ |
H A D | SkPathRef.h | 4 * Use of this source code is governed by a BSD-style license that can be 73 fBoundsIsDirty = true; // this also invalidates fIsFinite in SkPathRef() 83 this->computeBounds(); // do this now, before we worry about multiple owners/threads in SkPathRef() 84 SkDEBUGCODE(this->validate();) in SkPathRef() 102 * Gets the ith point. Shortcut for this->points() + i 175 /** Return the next verb in this iteration of the path. When all 203 * Returns true if all of the points in this path are finite, meaning there 208 this->computeBounds(); in isFinite() 222 * @param rect returns the bounding rect of this ova [all...] |
/third_party/skia/include/sksl/ |
H A D | DSLVar.h | 4 * Use of this source code is governed by a BSD-style license that can be 63 return DSLExpression(*this, PositionInfo()).x(); in x() 67 return DSLExpression(*this, PositionInfo()).y(); in y() 71 return DSLExpression(*this, PositionInfo()).z(); in z() 75 return DSLExpression(*this, PositionInfo()).w(); in w() 79 return DSLExpression(*this, PositionInfo()).r(); in r() 83 return DSLExpression(*this, PositionInfo()).g(); in g() 87 return DSLExpression(*this, PositionInfo()).b(); in b() 91 return DSLExpression(*this, PositionInfo()).a(); in a() 95 return DSLExpression(*this, PositionInf in field() [all...] |
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | constants-mips64.h | 2 // Use of this source code is governed by a BSD-style license that can be 104 // TODO(sigurds): Change this value once we use relative jumps. 419 // We use this presentation to stay close to the table representation in 1053 // On MIPS we use this enum to abstract from conditional branch instructions. 1111 // for condition < 0, this will work as expected. 1288 return *reinterpret_cast<const Instr*>(this); 1293 *reinterpret_cast<Instr*>(this) = value; 1386 int op = this->FunctionFieldRaw(); 1395 return (((this->InstructionBits() & kMsaI5I10Mask) == LDI) 1418 switch (this [all...] |
/third_party/node/deps/v8/include/ |
H A D | v8-traced-handle.h | 2 // Use of this source code is governed by a BSD-style license that can be 56 * true after this call. 61 * Construct a Local<Value> from this handle. 69 * Returns true if this TracedReference is empty, i.e., has not been 73 return this->GetSlotThreadSafe() == nullptr; in IsEmptyThreadSafe() 82 * Returns the class ID previously assigned to this handle or 0 if no class ID 89 * Update this reference in a thread-safe way. 97 * Get this reference in a thread-safe way 136 * Construct a Local<T> from this handle. 138 Local<T> Get(Isolate* isolate) const { return Local<T>::New(isolate, *this); } in Get() [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | types.h | 4 // you may not use this file except in compliance with the License. 106 // Attaches a decoration directly on this type. 110 // Returns the decorations on this type as a string. 112 // Returns true if this type has exactly the same decorations as |that| type. 114 // Returns true if this type is exactly the same as |that| type, including 121 // Returns true if this type is exactly the same as |that| type, including 126 // Returns a human-readable string to represent this type. 134 // Returns true if there is no decoration on this type. For struct types, 139 // Creates a clone of |this|. 142 // Returns a clone of |this| minu [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | types.h | 4 // you may not use this file except in compliance with the License. 106 // Attaches a decoration directly on this type. 110 // Returns the decorations on this type as a string. 112 // Returns true if this type has exactly the same decorations as |that| type. 114 // Returns true if this type is exactly the same as |that| type, including 121 // Returns true if this type is exactly the same as |that| type, including 126 // Returns a human-readable string to represent this type. 134 // Returns true if there is no decoration on this type. For struct types, 139 // Creates a clone of |this|. 142 // Returns a clone of |this| minu [all...] |
/third_party/skia/src/sksl/ir/ |
H A D | SkSLLiteral.h | 4 * Use of this source code is governed by a BSD-style license that can be 81 SkASSERT(this->type().isFloat()); in floatValue() 86 SkASSERT(this->type().isInteger()); in intValue() 91 SkASSERT(this->type().isBoolean()); in boolValue() 100 if (this->type().isFloat()) { 101 return to_string(this->floatValue()); 103 if (this->type().isInteger()) { 104 return to_string(this->intValue()); 106 SkASSERT(this->type().isBoolean()); 119 if (!other.is<Literal>() || this [all...] |
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/ |
H A D | mock_ability_impl.h | 4 * you may not use this file except in compliance with the License. 34 this->Start(want); in ImplStart() 39 this->Stop(); in ImplStop() 44 this->Active(); in ImplActive() 49 this->Inactive(); in ImplInactive() 54 this->lifecycleState_ = state; in SetlifecycleState() 86 this->Foreground(want); in ImplForeground() 91 this->Background(); in ImplBackground()
|
/third_party/skia/src/pathops/ |
H A D | SkOpContour.h | 4 * Use of this source code is governed by a BSD-style license that can be 30 appendSegment().addConic(pts, weight, this); in addConic() 34 appendSegment().addCubic(pts, this); in addCubic() 39 return appendSegment().addLine(pts, this); in addLine() 43 appendSegment().addQuad(pts, this); in addQuad() 47 SkOpSegment* result = fCount++ ? this->globalState()->allocator()->make<SkOpSegment>() in appendSegment() 87 return SkDEBUGRELEASE(this->globalState()->debugAngle(id), nullptr); in debugAngle() 91 return this->globalState()->coincidence(); in debugCoincidence() 99 return SkDEBUGRELEASE(this->globalState()->debugContour(id), nullptr); in debugContour() 109 return SkDEBUGRELEASE(this in debugPtT() [all...] |
/third_party/skia/include/codec/ |
H A D | SkCodec.h | 4 * Use of this source code is governed by a BSD-style license that can be 48 * An SkStream passed to NewFromStream must be able to use this many 53 * this many bytes, or by implementing rewind() to be able to rewind() 54 * after reading this many bytes. 96 * Fulfilling this request requires rewinding the input, which is not 97 * supported for this input. 105 * This method is not implemented by this codec. 106 * FIXME: Perhaps this should be kUnsupported? 135 * If this stream represents an encoded image that we know how to decode, 138 * As stated above, this cal [all...] |
/third_party/protobuf/php/src/Google/Protobuf/ |
H A D | OneofDescriptor.php | 12 // notice, this list of conditions and the following disclaimer. 14 // copyright notice, this list of conditions and the following disclaimer 19 // this software without specific prior written permission. 48 $this->internal_desc = $internal_desc; 56 return $this->internal_desc->getName(); 65 return $this->getPublicDescriptor($this->internal_desc->getFields()[$index]); 73 return count($this->internal_desc->getFields()); 78 return $this->internal_desc->isSynthetic();
|