Home
last modified time | relevance | path

Searched refs:this (Results 1451 - 1475 of 3439) sorted by relevance

1...<<51525354555657585960>>...138

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h152 /// before using this instance for lookup.
199 /// Loop over the elements of this SymbolLookupSet, applying the Body function
220 /// Loop over the elements of this SymbolLookupSet, applying the Body function
247 /// Construct a SymbolNameVector from this instance by dropping the Flags
275 /// by construction, this method can be used to turn it into a proper set.
283 /// Returns true if this set contains any duplicates. This should only be used
430 /// An instance of this class is passed to MaterializationUnits when their
442 /// this asserts that all symbols being tracked have been either
450 /// Returns the VModuleKey for this instance.
453 /// Returns the symbol flags map for this responsibilit
[all...]
H A DIndirectionUtils.h73 /// Returns an error if this function is unable to correctly allocate, write
132 &reenter, this); in LocalTrampolinePool()
144 assert(this->AvailableTrampolines.empty() && "Growing prematurely?"); in grow()
163 this->AvailableTrampolines.push_back( in grow()
208 this->TP = std::move(TP); in setTrampolinePool()
246 [this](JITTargetAddress TrampolineAddr) { in LocalJITCompileCallbackManager()
276 /// this will only return a result if the stub's flags indicate that it
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.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.
82 // Defined in this file.
164 // that this must be |false| by default: several other pieces of code (for
247 // Index of this descriptor within the file or containing type's message
251 // The .proto file in which this message type was defined. Never nullptr.
254 // If this Descriptor describes a nested type, this returns the type
258 // Get options for this messag
[all...]
H A Dreflection_internal.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.
50 return PositionToIterator(this->Size(data));
125 // Convert an object received by this accessor to an object to be stored in
130 // returned by this accessor. If the two objects have the same type (true for
187 // Convert an object received by this accessor to an object that will be
192 // returned by this accessor. If the two objects have the same type (true for
235 GOOGLE_CHECK(this == other_mutator);
252 // Convert an object received by this accesso in New()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DYAMLTraits.h362 // it subclasses int. Using this wrapper only instantiates the
573 yamlize(*this, Res, true, Context); in enumFallback()
611 this->processKey(Key, Val, true, Ctx); in mapRequired()
615 this->processKey(Key, Val, true, Ctx); in mapRequired()
633 if (this->canElideEmptySequence() && !(Val.begin() != Val.end())) in mapOptionalWithContext()
635 this->processKey(Key, Val, false, Ctx); in mapOptionalWithContext()
640 this->processKeyWithDefault(Key, Val, Optional<T>(), /*Required=*/false, in mapOptionalWithContext()
647 this->processKey(Key, Val, false, Ctx); in mapOptionalWithContext()
653 this->processKeyWithDefault(Key, Val, Default, false, Ctx); in mapOptionalWithContext()
668 if (this in processKeyWithDefault()
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Draw_hash_set.h4 // you may not use this file except in compliance with the License.
198 // this is a true bitmask. On non-SSE, platforms the arithematic used to
219 return *this; in operator ++()
230 BitMask begin() const { return *this; } in begin()
328 // Work around this by using the portable implementation of Group
483 // - For (capacity+1) < Group::kWidth, growth == capacity. In this case, we
565 // NOTE: this function must work with tables having both ctrl_t::kEmpty and
774 return *this;
778 auto tmp = *this;
779 ++*this;
[all...]
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Djunit-4.10.jar ... val$result final synthetic junit.extensions.ActiveTestSuite this$0 void <init> (junit.extensions.ActiveTestSuite, junit ...
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dinterface_helpers.h4 * you may not use this file except in compliance with the License.
304 if (auto i = this->GetInterface(ILifecycle::UID)) { in GetInterface()
308 delete this;
316 return static_cast<CORE_NS::IInterface*>(static_cast<void*>(this));
318 return Internal::SearchInterface(uid, this, IntsImpl());
327 auto* me = const_cast<IntroduceInterfaces*>(this);
344 // this needs to be in the function to compile with newer vc++ which considers the IntroduceInterfaces
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/
H A Dobject.h4 * you may not use this file except in compliance with the License.
52 * @note Usually when inheriting from this template directly SuperClassInfo should be META_NS::ClassId::BaseObject.
79 auto* me = const_cast<BaseObjectFwd*>(this);
168 // Object registry calls this
179 // Object registry does this
192 // Object registry calls this
269 return const_cast<BaseObjectFwd*>(this)->GetBaseAs<Type>(); in GetBaseAs()
308 * @note Usually when inheriting from this template directly SuperClassInfo should be META_NS::ClassId::MetaObject.
426 ConstructPropertiesFromMetadata(this, FinalClass::StaticObjectMeta(), meta);
427 ConstructEventsFromMetadata(this, FinalClas
[all...]
/foundation/communication/wifi/wifi/interfaces/inner_api/
H A Dwifi_msg.h4 * you may not use this file except in compliance with the License.
401 PAP = 1, // only EAP-TTLS support this mode
402 MSCHAP = 2, // only EAP-TTLS support this mode
403 MSCHAPV2 = 3, // only EAP-PEAP/EAP-TTLS support this mode
404 GTC = 4, // only EAP-PEAP/EAP-TTLS support this mode
405 SIM = 5, // only EAP-PEAP support this mode
406 AKA = 6, // only EAP-PEAP support this mode
407 AKA_PRIME = 7 // only EAP-PEAP support this mode
800 this->actionType = type; in WifiCategoryBlackListInfo()
801 this in WifiCategoryBlackListInfo()
[all...]
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-register.h2 // Use of this source code is governed by a BSD-style license that can be
103 // registers, so in this example, 1001 is really fp register 0.
105 // stuffed side by side in code. Note that this is not the second top bit of
109 // the bottom part of the code. Unlike (2), this is the fp register code itself
110 // (not sharing index space with gp), so in this example, it is fp register 2.
306 if (other.is_pair()) return *this == other.low() || *this == other.high(); in overlaps()
307 return *this == other; in overlaps()
493 return *this; in operator ++()
506 return Iterator{*this}; in begin()
[all...]
/third_party/mesa3d/src/util/
H A Dbitset.h7 * copy of this software and associated documentation files (the "Software"),
13 * The above copyright notice and this permission notice shall be included
283 * This is a special case of prefix sum, but this convenience method is more
335 /* NOTE: The initial conditions for this function are very specific. At
462 return *this = c; \
504 return *this; \
520 return *this; \
541 return *this; \
548 return *this; \
/third_party/node/deps/openssl/openssl/util/
H A Dmkerr.pl5 # this file except in compliance with the License. You can obtain a copy
56 Note: this option is cumulative. If not given at all, all
72 -help Show this help text.
335 * this file except in compliance with the License. You can obtain a copy
364 # If this library doesn't have a public header file, we write all
426 * this file except in compliance with the License. You can obtain a copy
532 * this file except in compliance with the License. You can obtain a copy
675 # this file except in compliance with the License. You can obtain a copy
/third_party/openssl/util/
H A Dmkerr.pl5 # this file except in compliance with the License. You can obtain a copy
56 Note: this option is cumulative. If not given at all, all
72 -help Show this help text.
335 * this file except in compliance with the License. You can obtain a copy
364 # If this library doesn't have a public header file, we write all
426 * this file except in compliance with the License. You can obtain a copy
532 * this file except in compliance with the License. You can obtain a copy
675 # this file except in compliance with the License. You can obtain a copy
/third_party/skia/src/gpu/
H A DGrGpu.h4 * Use of this source code is governed by a BSD-style license that can be
122 * kYes. If renderable is kNo then this must be 1.
123 * @param budgeted does this texture count against the resource cache budget?
240 * If the backend API has stateful texture bindings, this resets them back to defaults.
249 * @param surfaceColorType the color type for this use of the surface.
273 * @param surfaceColorType the color type for this use of the surface.
285 * we can remove this parameter.
311 return this->writePixels(surface, in writePixels()
326 * @param textureColorType the color type for this use of the surface.
355 * @param surfaceColorType the color type for this us
[all...]
/third_party/skia/src/pathops/
H A DSkPathOpsTypes.h4 * Use of this source code is governed by a BSD-style license that can be
221 #define SkOPASSERT(cond) SkASSERT((this->globalState() && \
222 (this->globalState()->debugCheckHealth() || \
223 this->globalState()->debugSkipAssert())) || (cond))
225 #define SkOPASSERT(cond) SkASSERT((this->globalState() && \
226 this->globalState()->debugSkipAssert()) || (cond))
390 // Use this for comparing Ts in the range of 0 to 1. For general numbers (larger and smaller) use
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h83 /// An enumeration indicating the type of data contained in this table.
151 // is convenient for this enum.
156 // Not known what produces this.
158 // Not known what produces this.
160 // Not known what produces this.
173 // CompressedDataSize can be 0, in this case only the hash data is present.
442 *this = Other; in Variant()
493 bool operator!=(const Variant &Other) const { return !(*this == Other); } in operator !=()
495 if (this == &Other) in operator =()
496 return *this; in operator =()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DDataLayout.h60 // for types. As the DataLayout is module/global, this should likely be
149 return const_cast<DataLayout *>(this)->findAlignmentLowerBound(AlignType, in findAlignmentLowerBound()
156 /// The string representation used to create this DataLayout
164 return const_cast<DataLayout *>(this)->findPointerLowerBound(AddressSpace); in findPointerLowerBound()
202 DataLayout(const DataLayout &DL) { *this = DL; } in DataLayout()
204 ~DataLayout(); // Not virtual, do not subclass this class
220 return *this; in operator =()
224 bool operator!=(const DataLayout &Other) const { return !(*this == Other); } in operator !=()
370 /// this address space don't have a well-defined bitwise representation.
406 /// Layout pointer size, in bits, based on the type. If this functio
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Dpool.h4 // you may not use this file except in compliance with the License.
172 return *this; in operator =()
180 return *this; in operator =()
254 items[i].next = this->free; in Storage()
255 this->free = &items[i]; in Storage()
307 item->pool = this; in tryBorrow()
H A Dscheduler.h4 // you may not use this file except in compliance with the License.
84 // Fluent setters that return this Config so set calls can be chained.
107 // bind() binds this scheduler to the current thread.
143 // wait() suspends execution of this Fiber until the Fiber is woken up with
158 // wait() suspends execution of this Fiber until the Fiber is woken up with
178 // wait() suspends execution of this Fiber until the Fiber is woken up with
184 // Warning: Unlike wait() overloads that take a lock and predicate, this
187 // this scenario you may deadlock. For this reason, it is only ever
188 // recommended to use this overloa
[all...]
/third_party/python/PCbuild/
H A Dbuild.bat9 echo.After the flags recognized by this script, up to 9 arguments to be passed
14 echo.will be picked automatically by MSBuild. Flags put in this file does not
19 echo. -h Display this help message
24 echo. depend on external libraries will not attempt to build if this flag
88 rem anyway for visibility so set defaults after this
/third_party/skia/include/core/
H A DSkImage.h4 * Use of this source code is governed by a BSD-style license that can be
173 * This is similar to DecodeTo[Raster,Texture], but this method will attempt to defer the
297 @param colorSpace This describes the color space of this image's contents, as
332 this should usually be set to kOpaque_SkAlphaType.
333 @param colorSpace This describes the color space of this image's contents, as
431 from this space into the destination space (if the destination is tagged).
433 Currently, this is only supported using the GPU backend and will fail if context is nullptr.
435 SkYUVAPixmaps does not need to remain valid after this returns.
639 SkImage. The smart pointer tracks the number of objects sharing this
667 bool isOpaque() const { return SkAlphaTypeIsOpaque(this
[all...]
/third_party/skia/experimental/sktext/include/
H A DText.h47 return this->hasProperty(index, CodeUnitFlags::kHardLineBreakBefore); in isHardLineBreak()
50 return index != 0 && this->hasProperty(index, CodeUnitFlags::kSoftLineBreakBefore); in isSoftLineBreak()
61 if (this->hasProperty(i, CodeUnitFlags::kGraphemeStart)) { in forEachGrapheme()
67 } else if (this->hasProperty(i, CodeUnitFlags::kHardLineBreakBefore)) { in forEachGrapheme()
203 this->visit(unicodeText, drawableText.get(), positionType, blocks); in prepareToDraw()
363 // Currently we only support this method for a glyph, grapheme or grapheme cluster
/foundation/ability/idl_tool/test/ts/common/
H A Didl_common.h4 * you may not use this file except in compliance with the License.
101 this->tsCodeGen_ = std::make_shared<TsCodeEmitter>(metadata.get()); in Ready()
102 this->tsCodeGen_->SetDirectory(options.GetGenerationDirectory()); in Ready()
/foundation/ability/idl_tool/test/rust/common/
H A Didl_common.h4 * you may not use this file except in compliance with the License.
101 this->rustCodeGen_ = std::make_shared<RustCodeEmitter>(metadata.get()); in Ready()
102 this->rustCodeGen_->SetDirectory(options.GetGenerationDirectory()); in Ready()

Completed in 27 milliseconds

1...<<51525354555657585960>>...138