Home
last modified time | relevance | path

Searched refs:this (Results 2501 - 2525 of 3444) sorted by relevance

1...<<101102103104105106107108109110>>...138

/third_party/skia/tools/gpu/
H A DGrContextFactory.h4 * Use of this source code is governed by a BSD-style license that can be
186 SkASSERT(GrBackendApi::kOpenGL == this->backend()); in glContext()
H A DMemoryCache.h4 * Use of this source code is governed by a BSD-style license that can be
31 this->resetCacheStats(); in reset()
/third_party/skia/third_party/externals/icu/source/common/
H A Dcharstr.h66 * The behavior is undefined if *this and src are the same object.
71 * Replaces this string's contents with the other string's contents.
114 /** @return last index of c, or -1 if c is not in this string */
119 CharString &clear() { len=0; buffer[0]=0; return *this; } in clear()
140 * on this string.
143 * pointer returned from this function and the number of bytes written.
169 * Appends a U_FILE_SEP_CHAR or U_FILE_ALT_SEP_CHAR if this string is not empty
180 CharString(const CharString &other); // forbid copying of this class
181 CharString &operator=(const CharString &other); // forbid copying of this class
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dchariter.h58 * After next32PostInc(), this will be true again.
132 * Generates a hash code for this iterator.
139 * Returns a UClassID for this ForwardCharacterIterator ("poor man's
140 * RTTI").<P> Despite the fact that this function is public,
142 * @return a UClassID for this ForwardCharacterIterator
189 ForwardCharacterIterator &operator=(const ForwardCharacterIterator&) { return *this; } in operator =()
286 * Function processing characters, in this example simple output
318 * Calls to notBoundary() in this example represents some additional stopping criteria.
377 * concrete class as this one, and referring to the same
378 * character in the same text-storage object as this on
[all...]
H A Dstringpiece.h17 // In addition, this is only a partial port of the original Google code,
284 * @param offset Where to start searching within this string (haystack).
291 * Compares this StringPiece with the other StringPiece, with semantics
294 * @return below zero if this < other; above zero if this > other; 0 if this == other.
306 * Returns a substring of this StringPiece.
314 return StringPiece(*this, pos, len); in substr()
H A Ducharstriebuilder.h64 * @param value The value associated with this string.
69 * @return *this
125 * @return *this
132 return *this; in clear()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DOptimizationRemarkEmitter.h10 // that by using this service passes become dependent on BFI as well. BFI is
45 /// Note that this ctor has a very different cost depending on whether
61 return *this; in operator =()
73 /// argument is only used to restrict this to functions.
90 /// This is useful when reporting missed optimizations. In this case we can
115 /// (BFI is only set in this case).
133 /// Note that this pass shouldn't generally be marked as preserved by other
160 /// Provide the result typedef for this analysis pass.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DLivePhysRegs.h67 this->TRI = &TRI; in init()
125 /// this function. The clobbers set will be the list of registers either
126 /// defined or clobbered by a regmask. The operand will identify whether this
140 /// If a register is not added by this method, it is guaranteed to not be
H A DLiveRegUnits.h75 this->TRI = &TRI; in init()
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_auto_ptr.h5 // NOTICE: Adobe permits you to use, modify, and distribute this file in
69 /// Return the owned pointer of this AutoPtr, NULL if none. No change in
74 /// Return the owned pointer of this AutoPtr, NULL if none. The AutoPtr gives
92 /// error to call this if the AutoPtr has NULL as its value.
97 /// an error to call this if the AutoPtr has NULL as its value.
176 this->Reset (new T); in Alloc()
/third_party/skia/third_party/externals/freetype/builds/unix/
H A Dinstall.mk11 # LICENSE.TXT. By continuing to use, modify, or distribute this file you
19 # don't forget the final backslash (this command is mainly for package
87 $(info There is no validation suite for this package.)
/third_party/protobuf/objectivec/Tests/CocoaPods/
H A Drun_tests.sh21 Show this message
/third_party/python/Objects/stringlib/
H A Dfind.h4 #error must include "stringlib/fastsearch.h" before including this module
H A Dpartition.h4 # error must include "stringlib/fastsearch.h" before including this module
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dpool_urbg.h4 // you may not use this file except in compliance with the License.
105 return *this; in operator =()
/third_party/skia/third_party/externals/angle2/include/platform/
H A DFeature.h3 // Use of this source code is governed by a BSD-style license that can be
158 (*mapPtr)[std::string(name)] = this; in Feature()
/third_party/skia/include/utils/
H A DSkPaintFilterCanvas.h4 * Use of this source code is governed by a BSD-style license that can be
103 return const_cast<SkPaintFilterCanvas*>(this);
/third_party/skia/include/core/
H A DSkData.h4 * Use of this source code is governed by a BSD-style license that can be
24 * to always be the same for the life of this instance.
39 * this function always returns nullptr, and gets OH_NativeBuffer via getNativeBuffer().
49 * Like data(), returns a read-only ptr into the data, but in this case
64 SkASSERT(this->unique()); in writable_data()
97 * to write into the buffer, but this must be done before another ref() is made.
116 * Call this when the data parameter is already const and will outlive the lifetime of the
131 * If the file cannot be opened, this returns NULL.
H A DSkPicture.h4 * Use of this source code is governed by a BSD-style license that can be
133 /** Returns cull SkRect for this picture, passed in when SkPicture was created.
217 /** Return a new shader that will draw with this picture.
223 * @param tile The tile rectangle in picture coordinates: this represents the subset
228 * @return Returns a new shader object. Note: this function never returns null.
234 return this->makeShader(tmx, tmy, mode, nullptr, nullptr); in makeShader()
252 fills out SkPictInfo. After this function returns, the data source is not
255 MakeFromBuffer perform this check internally so these entry points are
263 // Returns NULL if this is not an SkBigPicture.
/third_party/skia/experimental/xform/
H A DSkXform.h4 * Use of this source code is governed by a BSD-style license that can be
57 this->setParent(std::move(parent)); in Xform()
/third_party/skia/include/private/
H A DSkSLLayout.h4 * Use of this source code is governed by a BSD-style license that can be
124 return !(*this == other); in operator !=()
133 // builtin comes from SPIR-V and identifies which particular builtin value this object
/third_party/skia/modules/particles/include/
H A DSkParticleEffect.h4 * Use of this source code is governed by a BSD-style license that can be
52 // float lifetime; // Effect's duration, in seconds - script should set this in effectSpawn
58 // // Everything below this line controls the state of the effect, which is also the
104 // to set initial values. At a minimum, this should set 'lifetime' to the number of seconds
132 // Start playing this effect, specifying initial values for the emitter's properties
136 // Start playing this effect, with default values for the emitter's properties
138 this->start(now, looping, in start()
/third_party/skia/modules/svg/include/
H A DSkSVGAttributeParser.h4 * Use of this source code is governed by a BSD-style license that can be
25 // TODO: Migrate all parse*() functions to this style (and delete the old version)
120 if (this->parseExpectedStringToken(std::get<0>(arr[i]))) { in parseEnumMap()
H A DSkSVGFeLighting.h4 * Use of this source code is governed by a BSD-style license that can be
31 std::vector<SkSVGFeInputType> getInputs() const final { return {this->getIn()}; }
/third_party/rust/crates/regex/src/
H A Dpool.rs20 // fast because a Box<T> is much smaller than the T we use with a Pool in this
28 // above, this was not the main goal. The main goal was to move off of
47 // *simultaneously* using the pool. The hope is that this uses less memory
74 // simultaneously without synchronization. The intent of this panic is
110 /// The ID of the thread that owns this pool. The owner is the thread
113 /// See comments elsewhere for details, but this is intended to be an
138 // thread. In our implementation below, we guarantee this by only returning the
140 // that created the Pool. Since this can only ever be one thread, it follows
172 /// The pool that this guard is attached to. in fmt()
197 // Our fast path checks if the caller is the thread that "owns" this in fmt()
[all...]

Completed in 10 milliseconds

1...<<101102103104105106107108109110>>...138