/third_party/skia/third_party/externals/freetype/builds/unix/ |
H A D | install.mk | 11 # 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 D | run_tests.sh | 21 Show this message
|
/third_party/python/Objects/stringlib/ |
H A D | find.h | 4 #error must include "stringlib/fastsearch.h" before including this module
|
H A D | partition.h | 4 # error must include "stringlib/fastsearch.h" before including this module
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
H A D | pool_urbg.h | 4 // 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 D | Feature.h | 3 // 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 D | SkPaintFilterCanvas.h | 4 * 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 D | SkData.h | 4 * 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 D | SkPicture.h | 4 * 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 D | SkXform.h | 4 * 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 D | SkSLLayout.h | 4 * 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
|
H A D | GrTypesPriv.h | 4 * Use of this source code is governed by a BSD-style license that can be 25 // not actually be monotonic, depending on how libstdc++ was built. However, this is only currently 259 * These masks specify which edges are AA'ed. The intent for this is to support tiling with seamless 760 // resolving into. The render target resolves itself by blitting into this internal texture. 762 // resolve the render target before accessing this texture's data.) 782 // We don't include kVkRTSupportsInputAttachment in this mask since we check it manually. We don't 783 // require that both the surface and proxy have matching values for this flag. Instead we require 847 * Like SkColorType this describes a layout of pixel data in CPU memory. It specifies the channels, 1066 case 0: return this->r(); 1067 case 1: return this [all...] |
/third_party/skia/modules/particles/include/ |
H A D | SkParticleEffect.h | 4 * 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 D | SkSVGAttributeParser.h | 4 * 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 D | SkSVGFeLighting.h | 4 * 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 D | pool.rs | 20 // 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...] |
/third_party/spirv-tools/source/opt/ |
H A D | cfg.h | 4 // you may not use this file except in compliance with the License. 34 // TODO(dnovillo): Move this to BasicBlock. 92 // Registers |blk| as a basic block in the cfg, this also updates the 136 [bb, this](uint32_t succ_id) { RemoveEdge(bb->id(), succ_id); }); in RemoveSuccessorEdges() 164 // Module for this CFG.
|
/third_party/spirv-tools/utils/vscode/ |
H A D | install.bat | 4 @REM you may not use this file except in compliance with the License.
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | span_node.h | 4 * you may not use this file except in compliance with the License. 514 this->spanItemType = SpanItemType::PLACEHOLDER; in PlaceholderSpanItem() 620 this->spanItemType = SpanItemType::CustomSpan; in CustomSpanItem() 685 this->spanItemType = SpanItemType::IMAGE; in ImageSpanItem() 779 SpanNode::RequestTextFlushDirty(Claim(this));
|
/third_party/curl/projects/ |
H A D | build-wolfssl.bat | 13 rem * you should have received as part of this distribution. The terms
363 echo If this parameter is unset the OS platform is used ^(%OS_PLATFORM%^).
371 echo If this parameter is unset both configurations are built.
378 echo If this parameter is unset the directory used is "%DEFAULT_START_DIR%".
|
/third_party/ltp/ |
H A D | runltp | 17 ## along with this program; if not, write to the Free Software ## 117 -a EMAIL_TO EMAIL all your Reports to this E-mail Address 138 Log Kernel messages generated for each test cases inside this directory 167 -x INSTANCES Run multiple instances of this testsuite. 174 -W ZOOFILE Specify the zoo file used to record current test tags (default PID of this script) 289 # Do not unlink file in this case 499 QUIET_MODE="" ## Suppressing this guy as it will prevent generation of proper output 634 # these tests. As a safeguard, this is disabled. 649 grep $TAG_RESTRICT_STRING ${TMP}/alltests.orig > ${TMP}/alltests #Not worth checking return codes for this case 855 mkdir -p $LTPROOT/output ## We need to create this Director [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | SymbolRecord.h | 183 return *this; in operator =() 188 *this = BinaryAnnotationIterator(); in operator ++() 189 return *this; in operator ++() 194 return *this; in operator ++() 558 // The flags implement this notional bitfield: 776 /// Extract the register this frame uses to refer to local variables. 782 /// Extract the register this frame uses to refer to parameters.
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
H A D | TestUtil.h | 71 // and so on. The idea of having this was "stolen" from dart's unit tests. 72 #define __ (this->assembler())-> 227 // While being an ugly hack, this kind of return statements are used 265 return std::memcmp(this, &Rhs, sizeof(*this)) == 0; 286 // As stated, we want this condition to hold, so we assert. 543 // scratchpad area that tests may use -- all tests use this scratchpad area 600 // this type. 612 return *this; 749 // the reason why this metho [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/ |
H A D | render_grid_layout.h | 4 * you may not use this file except in compliance with the License. 99 if (this != &r) { in operator =() 103 return *this; in operator =() 111 return !(*this == data); in operator !=()
|
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/ |
H A D | json.h | 4 * you may not use this file except in compliance with the License.
147 if (this != &rhs) {
in operator =() 174 return *this;
in operator =() 274 return *this;
in operator []() 676 // move this object to the next in the stack
in parse()
|