/third_party/vk-gl-cts/external/vulkan-docs/src/config/ |
H A D | makeSubmit.py | 72 # Convert required list to a set 73 required = set(required) 75 extraexts = set(extradepend)
|
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/ |
H A D | Type_test.cpp | 47 std::set<char> uniqueNames0; in TEST() 48 std::set<char> uniqueNames1; in TEST()
|
/third_party/skia/src/gpu/ |
H A D | GrColor.h | 99 this->set(color, wideColor); in GrVertexColor() 102 void set(const SkPMColor4f& color, bool wideColor) { in set() function in GrVertexColor
|
/third_party/skia/src/core/ |
H A D | SkPoint3.cpp | 58 this->set(0, 0, 0); in normalize() 81 this->set(0, 0, 0); in normalize()
|
H A D | SkPtrRecorder.h | 17 * Maintains a set of ptrs, assigning each a unique ID [1...N]. Duplicate ptrs 18 * return the same ID (since its a set). Subclasses can override inPtr() 20 * set. decPtr() is called on each ptr when the set is destroyed or reset. 27 * Search for the specified ptr in the set. If it is found, return its 33 * Add the specified ptr to the set, returning a unique 32bit ID for it 41 * Return the number of (non-null) ptrs in the set. 46 * Copy the ptrs in the set into the specified array (allocated by the 55 * Call decPtr() on each ptr in the set, and the reset the size of the set 65 Iter(const SkPtrSet& set) Iter() argument [all...] |
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_cross_util.cpp | 66 uint32_t set = compiler.get_decoration(s.image_id, spv::DecorationDescriptorSet); in inherit_combined_sampler_bindings() local 67 compiler.set_decoration(s.combined_id, spv::DecorationDescriptorSet, set); in inherit_combined_sampler_bindings()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | funcrepl.cpp | 115 UnicodeSet set; in addReplacementSetTo() local 116 toUnionTo.addAll(translit->getTargetSet(set)); in addReplacementSetTo()
|
/third_party/skia/src/xps/ |
H A D | SkXPSDocument.cpp | 46 fUnitsPerMeter.set(kPointsPerMeter, kPointsPerMeter); 48 fPixelsPerMeter.set(pixelsPerMeterScale, pixelsPerMeterScale);
|
/third_party/skia/tests/ |
H A D | PathOpsDRectTest.cpp | 32 rect->set(quad[0]); in setRawBounds() 38 rect->set(cubic[0]); in setRawBounds()
|
H A D | PathOpsBoundsTest.cpp | 66 curve.fQuad.set(curvePts); in DEF_TEST() 70 curve.fCubic.set(curvePts); in DEF_TEST()
|
/third_party/skia/src/sksl/ |
H A D | SkSLAnalysis.h | 16 #include <set> 151 const std::set<const Variable*>* loopIndices);
|
/third_party/skia/third_party/externals/dawn/generator/templates/ |
H A D | dawn_proc.c | 15 {% set Prefix = metadata.proc_table_prefix %} 16 {% set prefix = Prefix.lower() %}
|
H A D | dawn_thread_dispatch_proc.cpp | 1 {% set Prefix = metadata.proc_table_prefix %} 2 {% set prefix = Prefix.lower() %}
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | IndirectDrawMetadata.h | 26 #include <set> 118 std::set<RenderBundleBase*> mAddedBundles;
|
/third_party/skia/third_party/externals/dawn/src/tests/ |
H A D | MockCallback.h | 20 #include <set> 52 // Add the userdata to a set of userdata for this mock. We never in MakeUserdata() 53 // remove from this set even if a callback should only be called once so that in MakeUserdata() 98 std::set<std::unique_ptr<MockAndUserdata>> mUserdatas;
|
/third_party/skia/third_party/externals/dawn/generator/ |
H A D | remove_files.py | 63 allowed_dirs = set( 73 stale_dirs = set([line.strip() for line in f.readlines()])
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
H A D | compiler-macros.h | 28 # pragma set woff 3505 35 # pragma set woff 3505
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/ |
H A D | header.h | 109 typedef std::set<HeaderPtr, HeaderComparatorByOffset> HeaderOffsetSortedSet; 110 typedef std::set<HeaderPtr, HeaderComparatorByTag> HeaderTagSortedSet;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
H A D | SystemZMachineScheduler.h | 11 // the MachineScheduler. It has a sorted Available set of SUs and a pickNode() 20 #include <set> 71 // A sorter for the Available set that makes sure that SUs are considered 88 // A set of SUs with a sorter and dump method. 89 struct SUSet : std::set<SUnit*, SUSorter> { 95 /// The set of available SUs to schedule next.
|
/third_party/skia/third_party/externals/tint/kokoro/windows/cmake-msvc2019-debug/ |
H A D | build.bat | 16 set BUILD_TYPE=Debug
17 set CMAKE_FLAGS=-G "Visual Studio 16 2019" -A x64
|
/third_party/skia/third_party/externals/tint/kokoro/windows/cmake-msvc2019-release/ |
H A D | build.bat | 16 set BUILD_TYPE=Release
17 set CMAKE_FLAGS=-G "Visual Studio 16 2019" -A x64
|
/third_party/skia/tools/ |
H A D | BUILD_simulator.py | 34 # Returns a set of files that match pattern. 52 matches = set() 63 files = set()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | ReachingDefAnalysis.h | 89 return MachineFunctionProperties().set( 90 MachineFunctionProperties::Property::NoVRegs).set(
|
/third_party/typescript/tests/baselines/reference/ |
H A D | superElementAccess.js | 9 set value(v: number) { } 64 set: function (v) { },
|
H A D | super_inside-object-literal-getters-and-setters.js | 8 set foo(value: string) { 53 set foo(value) {
|