/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | BreadthFirstIterator.h | 67 this->Visited.insert(Node); in bf_iterator() 89 if (this->Visited.insert(Next).second) in toNext() 102 // Don't push another marker if this is the last in toNext() 123 bool operator!=(const bf_iterator &RHS) const { return !(*this == RHS); } in operator !=() 130 NodeRef operator->() const { return **this; } in operator ->() 134 return *this; in operator ++() 138 bf_iterator ItCopy = *this; in operator ++() 139 ++*this; in operator ++()
|
H A D | SmallPtrSet.h | 40 /// sets are often small. In this case, no memory allocation is used, and only 47 /// more. When this happens, the table is doubled in size. 174 /// found, this will be EndPointer. Otherwise, it will be a pointer to the 298 return *this; 302 return *this; 306 SmallPtrSetIterator tmp = *this; 307 ++*this; 326 // We could just use NextVal = N+1, but this converges faster. N|(N-1) sets 407 return iterator(P == EndPointer() ? CurArray : P + 1, CurArray, *this); 408 return iterator(P, EndPointer(), *this); [all...] |
/third_party/skia/fuzz/ |
H A D | Fuzz.h | 4 * Use of this source code is governed by a BSD-style license that can be 44 // We use this approach instead of T next() because different compilers 52 void next(T* t) { this->nextBytes(t, sizeof(T)); } in next() 82 this->next(&b); in nextBool() 101 this->next(first); in next() 102 this->next(rest...); in next() 110 this->next(&raw); in nextRange() 124 this->next(&v); in nextEnum() 133 this->next(ptr+i); in nextN()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | InfoSink.h | 3 // Use of this source code is governed by a BSD-style license that can be 48 return *this; in operator <<() 55 return *this; in operator <<() 60 return *this; in operator <<() 65 return *this; in operator <<() 70 return *this; in operator <<() 97 return *this; in operator <<() 104 return *this; in operator <<()
|
/third_party/skia/include/core/ |
H A D | SkRect.h | 4 * Use of this source code is governed by a BSD-style license that can be 176 SkISize size() const { return SkISize::Make(this->width(), this->height()); } in size() 207 int64_t w = this->width64(); in isEmpty() 208 int64_t h = this->height64(); in isEmpty() 244 void setEmpty() { memset(this, 0, sizeof(*this)); } in setEmpty() 320 return this->makeOffset(offset.x(), offset.y()); in makeOffset() 387 this->offset(delta.fX, delta.fY); in offset() 430 void outset(int32_t dx, int32_t dy) { this [all...] |
/foundation/ai/intelligent_voice_framework/utils/ |
H A D | state_manager.h | 4 * you may not use this file except in compliance with the License. 54 return !(*this == right); in operator !=() 90 return *this; in Add() 96 return *this; in Del() 107 return *this; in WaitUntil() 138 return *this; in Add() 146 return *this; in Del() 180 #define ADDR(func) ([this](const StateMsg &msg, State &nextState)->int { return this->func(msg, nextState); })
|
/third_party/mesa3d/include/android_stub/backtrace/ |
H A D | BacktraceMap.h | 5 * you may not use this file except in compliance with the License. 42 // /dev/ashmem/... does not set this flag. 44 // Special flag to indicate that this map represents an elf file 80 return *this; in operator ++() 84 return *this; in operator ++() 88 return *this; in operator --() 92 return *this; in operator --() 95 bool operator==(const iterator& rhs) { return this->index_ == rhs.index_; } in operator ==() 96 bool operator!=(const iterator& rhs) { return this->index_ != rhs.index_; } in operator !=() 114 iterator begin() { return iterator(this, [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | script-inl.h | 2 // Use of this source code is governed by a BSD-style license that can be 29 this->type() == TYPE_WASM) 31 kEvalFromPositionOffset, this->type() == TYPE_WASM) 33 kSharedFunctionInfosOffset, this->type() == TYPE_WASM) 34 #define CHECK_SCRIPT_NOT_WASM this->type() != TYPE_WASM 101 return TaggedField<WeakFixedArray, kSharedFunctionInfosOffset>::load(*this); in DEF_GETTER() 109 TaggedField<WeakFixedArray, kSharedFunctionInfosOffset>::store(*this, value); in set_shared_function_infos() 110 CONDITIONAL_WRITE_BARRIER(*this, kSharedFunctionInfosOffset, value, mode); in set_shared_function_infos() 166 Object src = this->source(); in HasValidSource()
|
/third_party/skia/src/core/ |
H A D | SkRegionPriv.h | 4 * Use of this source code is governed by a BSD-style license that can be 67 * case of a rectangle, this would return 1, and an empty region would 77 * a rect, this would return 1, and an empty region would return 0. 116 return (SkRegion::RunType*)(this + 1); in writable_runs() 120 return (const SkRegion::RunType*)(this + 1); in readonly_runs() 124 RunHead* writable = this; in ensureWritable() 129 memcpy(writable->writable_runs(), this->readonly_runs(), in ensureWritable() 133 // If we own the last reference at this point, we need to in ensureWritable() 136 sk_free(this); in ensureWritable() 168 * and so this routin [all...] |
H A D | SkCachedData.h | 4 * Use of this source code is governed by a BSD-style license that can be 28 void ref() const { this->internalRef(false); } in ref() 29 void unref() const { this->internalUnref(false); } in unref() 66 bool inMutexUnref(bool fromCache); // returns true if we should delete "this" 74 this->onDataChange(fData, newData); in setData() 101 * Call when adding this instance to a SkResourceCache::Rec subclass 104 void attachToCacheAndRef() const { this->internalRef(true); } in attachToCacheAndRef() 107 * Call when removing this instance from a SkResourceCache::Rec subclass 110 void detachFromCacheAndUnref() const { this->internalUnref(true); } in detachFromCacheAndUnref()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | tree_iterator.h | 4 // you may not use this file except in compliance with the License. 68 bool operator!=(const TreeDFIterator& x) const { return !(*this == x); } in operator !=() 76 return *this; in operator ++() 80 TreeDFIterator tmp = *this; in operator ++() 81 ++*this; in operator ++() 163 return !(*this == x); in operator !=() 172 return *this; in operator ++() 176 PostOrderTreeDFIterator tmp = *this; in operator ++() 177 ++*this; in operator ++()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | tree_iterator.h | 4 // you may not use this file except in compliance with the License. 68 bool operator!=(const TreeDFIterator& x) const { return !(*this == x); } in operator !=() 76 return *this; in operator ++() 80 TreeDFIterator tmp = *this; in operator ++() 81 ++*this; in operator ++() 163 return !(*this == x); in operator !=() 172 return *this; in operator ++() 176 PostOrderTreeDFIterator tmp = *this; in operator ++() 177 ++*this; in operator ++()
|
/third_party/skia/src/utils/ |
H A D | SkBitSet.h | 4 * Use of this source code is governed by a BSD-style license that can be 30 SkBitSet(SkBitSet&& that) { *this = std::move(that); } in SkBitSet() 32 if (this != &that) { in operator =() 33 this->fSize = that.fSize; in operator =() 34 this->fChunks = std::move(that.fChunks); in operator =() 37 return *this; in operator =() 44 *this->chunkFor(index) |= ChunkMaskFor(index); in set() 57 *this->chunkFor(index) &= ~ChunkMaskFor(index); in reset() 69 return SkToBool(*this->chunkFor(index) & ChunkMaskFor(index)); in test()
|
/third_party/skia/modules/skparagraph/src/ |
H A D | TextTabAlign.h | 4 * you may not use this file except in compliance with the License. 35 if ((fTextTabFuncs != nullptr) && (this->fTextTabFuncs->processTabFunc != nullptr) && in processTab() 37 return (this->*(fTextTabFuncs->processTabFunc))(words, clusters, currentCluster, totalFakeSpacing); in processTab() 45 if ((fTextTabFuncs != nullptr) && (this->fTextTabFuncs->processEndofWordFunc != nullptr) && in processEndofWord() 47 return (this->*(fTextTabFuncs->processEndofWordFunc))(words, clusters, currentCluster, totalFakeSpacing); in processEndofWord() 55 if ((fTextTabFuncs != nullptr) && (this->fTextTabFuncs->processEndofLineFunc != nullptr) && in processEndofLine() 57 return (this->*(fTextTabFuncs->processEndofLineFunc))(words, clusters, currentCluster, totalFakeSpacing); in processEndofLine() 65 if ((fTextTabFuncs != nullptr) && (this->fTextTabFuncs->processClusterFunc != nullptr) && in processCluster() 67 return (this->*(fTextTabFuncs->processClusterFunc))(words, clusters, currentCluster, totalFakeSpacing); in processCluster()
|
/third_party/skia/modules/particles/include/ |
H A D | SkReflected.h | 4 * Use of this source code is governed by a BSD-style license that can be 32 * Together, this simplifies the implementation of serialization and other dynamic type factories. 74 const Type* thisType = this->getType(); in isOfType() 155 // Specialization for SkTArrays. In conjunction with the enterArray/exitArray virtuals, this 160 arr.resize_back(this->enterArray(name, arr.count())); in visit() 162 this->visit(nullptr, arr[i]); in visit() 164 this->exitArray().apply(arr); in visit() 170 // common type, but uses SkReflected::Type to communicate the required base-class. In this way, 174 this->enterObject(name); in visit() 177 this in visit() [all...] |
/third_party/spirv-tools/source/opt/ |
H A D | tree_iterator.h | 4 // you may not use this file except in compliance with the License. 68 bool operator!=(const TreeDFIterator& x) const { return !(*this == x); } in operator !=() 76 return *this; in operator ++() 80 TreeDFIterator tmp = *this; in operator ++() 81 ++*this; in operator ++() 163 return !(*this == x); in operator !=() 172 return *this; in operator ++() 176 PostOrderTreeDFIterator tmp = *this; in operator ++() 177 ++*this; in operator ++()
|
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/restore/ |
H A D | photo_album_clone.h | 4 * you may not use this file except in compliance with the License.
32 this->mediaLibraryOriginalRdb_ = mediaLibraryOriginalRdb;
in OnStart() 33 this->mediaLibraryTargetRdb_ = mediaLibraryTargetRdb;
in OnStart() 34 this->photoAlbumDaoPtr_ = std::make_shared<PhotoAlbumDao>(mediaLibraryTargetRdb);
in OnStart() 42 if (this->photoAlbumDaoPtr_ == nullptr) {
in HasSameAlbum() 45 PhotoAlbumDao::PhotoAlbumRowData albumInfo = this->photoAlbumDaoPtr_->GetPhotoAlbum(lPath);
in HasSameAlbum()
|
/foundation/filemanagement/dfs_service/utils/inner_api/ |
H A D | fdsan.h | 4 * you may not use this file except in compliance with the License. 32 *this = std::move(move); in fdsan_fd() 43 if (this == &move) { in operator =() 44 return *this; in operator =() 53 return *this; in operator =() 80 return reinterpret_cast<uint64_t>(this); in tag()
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkSamplerYcbcrConversion.h | 4 * Use of this source code is governed by a BSD-style license that can be 29 memset(this, 0, sizeof(Key)); in Key() 40 return this->fVkFormat == that.fVkFormat && in operator ==() 41 this->fExternalFormat == that.fExternalFormat && in operator ==() 42 this->fConversionKey == that.fConversionKey; in operator ==() 59 this->getRefCnt());
|
/third_party/skia/src/sksl/ir/ |
H A D | SkSLSwitchCase.h | 4 * Use of this source code is governed by a BSD-style license that can be 47 this->value() ? this->value()->clone() : nullptr, 48 this->statement()->clone()); 52 if (this->value()) { 54 this->value()->description().c_str(),
|
/third_party/skia/include/private/ |
H A D | SkSLStatement.h | 4 * Use of this source code is governed by a BSD-style license that can be 56 return this->fKind == T::kStatementKind; in is() 65 SkASSERT(this->is<T>()); in as() 66 return static_cast<const T&>(*this); in as() 71 SkASSERT(this->is<T>()); in as() 72 return static_cast<T&>(*this); in as()
|
H A D | SkSLSymbol.h | 4 * Use of this source code is governed by a BSD-style license that can be 62 return this->kind() == T::kSymbolKind; in is() 70 SkASSERT(this->is<T>()); in as() 71 return static_cast<const T&>(*this); in as() 76 SkASSERT(this->is<T>()); in as() 77 return static_cast<T&>(*this); in as()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/ |
H A D | cloud_syncer_test.h | 4 * you may not use this file except in compliance with the License. 60 currentContext_.notifier = std::make_shared<ProcessNotifier>(this); in InitCloudSyncer() 66 cloudTaskInfos_[taskId].callback = [this, taskId](const std::map<std::string, SyncProcess> &process) { in InitCloudSyncer() 107 this->cloudTaskInfos_[taskId].timeout = timeout; in SetTimeOut() 112 this->closed_ = false; in InitCloudSyncerForSync() 113 this->cloudTaskInfos_[this->lastTaskId_].callback = [this]( in InitCloudSyncerForSync() 116 process_[this->lastTaskId_] = process.begin()->second; in InitCloudSyncerForSync() 119 process_[this in InitCloudSyncerForSync() [all...] |
/kernel/linux/linux-6.6/kernel/futex/ |
H A D | requeue.c | 16 * On !PREEMPT_RT this is not a problem and everything could be serialized 18 * this allows to avoid doing the requeue when the task is already on the 35 * The requeue side ignores a waiter with state Q_REQUEUE_PI_IGNORE as this 189 * will modify q->requeue_state after this point. in futex_requeue_pi_wakeup_sync() 215 * this point the waiter task can return from the syscall immediately in 257 * @exiting is only set when the return value is -EBUSY. If so, this holds 297 * Ensure that this is a waiter sitting in futex_wait_requeue_pi() in futex_proxy_trylock_atomic() 307 /* Ensure that this does not race against an early wakeup */ in futex_proxy_trylock_atomic() 340 * guaranteed to be reached with this function returning 0. in futex_proxy_trylock_atomic() 371 struct futex_q *this, *nex in futex_requeue() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/common/ime/ |
H A D | text_range.h | 4 * you may not use this file except in compliance with the License. 29 return this->start == other.start && this->end == other.end; in operator ==() 34 return this->start != other.start || this->end != other.end; in operator !=()
|