Home
last modified time | relevance | path

Searched refs:set (Results 3551 - 3575 of 14106) sorted by relevance

1...<<141142143144145146147148149150>>...565

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/
H A DvktAmberTestCase.hpp28 #include <set>
121 // extension. Use a set for consistent ordering.
122 std::set<std::string> m_required_extensions;
128 // Use a set for consistent ordering.
129 std::set<std::string> m_required_features;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/amber/
H A DvktAmberTestCase.hpp28 #include <set>
121 // extension. Use a set for consistent ordering.
122 std::set<std::string> m_required_extensions;
128 // Use a set for consistent ordering.
129 std::set<std::string> m_required_features;
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DOverlayWidgets.h104 void set(std::string &&str) { text = std::move(str); } in set() function in gl::overlay::Text
156 void set(float n) in set() function in gl::overlay::RunningHistogram
173 void set(T) const in set() function in gl::overlay::Mock
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DShaderD3D.h62 const std::set<std::string> &getSlowCompilingUniformBlockSet() const;
108 std::set<std::string> mSlowCompilingUniformBlockSet;
112 std::set<std::string> mUsedImage2DFunctionNames;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DAggressiveAntiDepBreaker.h24 #include <set>
124 /// The set of registers that should only be
166 void GetPassthruRegs(MachineInstr &MI, std::set<unsigned> &PassthruRegs);
173 std::set<unsigned> &PassthruRegs);
/third_party/vk-gl-cts/executor/
H A DxeTestCase.hpp30 #include <set>
108 std::set<std::string> m_childNames; //!< Used for checking for duplicate test case names.
173 std::set<const TestNode*> m_set;
/third_party/vk-gl-cts/external/amber/src/src/dawn/
H A Dpipeline_info.h20 #include <set>
73 std::set<int> used_descriptor_set;
95 std::set<int> used_descriptor_set;
/third_party/skia/src/core/
H A DSkFontDescriptor.h77 void setFamilyName(const char* name) { fFamilyName.set(name); } in setFamilyName()
78 void setFullName(const char* name) { fFullName.set(name); } in setFullName()
79 void setPostscriptName(const char* name) { fPostscriptName.set(name); } in setPostscriptName()
H A DSkRecord.h72 return fRecords[fCount++].set(this->allocCommand<T>()); in append()
85 return fRecords[i].set(this->allocCommand<T>()); in replace()
136 T* set(T* ptr) { in set() function
/third_party/skia/src/gpu/
H A DGrAppliedClip.h19 * Produced by GrHardClip. It provides a set of modifications to the hardware drawing state that
26 // will never be set on it, and applied clips are not used to query or bounds test like in Disabled()
35 fScissorState.set(SkIRect::MakeSize(logicalRTDims)); in GrAppliedHardClip()
56 fScissorState.set(irect); in setScissor()
66 fWindowRectsState.set(windows, mode); in addWindowRectangles()
92 * Produced by GrClip. It provides a set of modifications to GrPipeline that implement the clip.
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationruleparser.h88 virtual void suppressContractions(const UnicodeSet &set, const char *&errorReason,
91 virtual void optimize(const UnicodeSet &set, const char *&errorReason,
106 * The Sink must be set before parsing.
107 * The Importer can be set, otherwise [import locale] syntax is not supported.
166 int32_t parseUnicodeSet(int32_t i, UnicodeSet &set, UErrorCode &errorCode);
H A Dcsrucode.cpp76 results->set(textIn, this, confidence); in match()
114 results->set(textIn, this, confidence); in match()
162 results->set(textIn, this, confidence); in match()
/third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/test/
H A Dfiltration_test.py108 expected_matches = set(EXAMPLE_FILE_STEMS)
141 expected_matches = set(EXAMPLE_FILE_STEMS)
169 expected_matches = set(EXAMPLE_FILE_STEMS)
/third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/
H A Dutils.py125 return list(set(files))
127 # Filter for unique values. NOTE: Cannot use set() because we need to accept same filename as
129 return [f for _, f in set((type(f), f) for f in files)]
133 dirs = set()
/third_party/skia/third_party/externals/icu/source/tools/gencolusb/
H A Dextract_unsafe_backwards.cpp48 fprintf(stderr, "Err: %s preflighting unicode set\n", u_errorName(preflightCode)); in main()
66 UnicodeSet set(*unsafeBackwardSet); in main()
67 set.compact(); in main()
68 set.toPattern(pattern, FALSE); in main()
74 // fprintf(stderr, "\n%s:%d: err creating set A %s\n", __FILE__, __LINE__, u_errorName(errorCode)); in main()
93 // fprintf(stderr, "\n%s:%d: err creating set %s\n", __FILE__, __LINE__, u_errorName(errorCode)); in main()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DAttachmentState.cpp30 mColorAttachmentsSet.set(i); in AttachmentStateBlueprint()
43 mColorAttachmentsSet.set(i); in AttachmentStateBlueprint()
58 mColorAttachmentsSet.set(i); in AttachmentStateBlueprint()
103 // Check set attachments in operator ()()
H A DQuerySet.cpp22 #include <set>
67 "Pipeline statistics query set created without the feature being enabled."); in ValidateQuerySetDescriptor()
70 "Pipeline statistics query set created with 0 statistics."); in ValidateQuerySetDescriptor()
72 std::set<wgpu::PipelineStatisticName> pipelineStatisticsSet; in ValidateQuerySetDescriptor()
76 std::pair<std::set<wgpu::PipelineStatisticName>::iterator, bool> res = in ValidateQuerySetDescriptor()
89 "Timestamp query set created without the feature being enabled."); in ValidateQuerySetDescriptor()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-post-table-v2subset.hh114 glyph_name_to_new_index.set (s, new_index); in subset()
116 old_new_index_map.set (old_index, new_index); in subset()
118 old_gid_new_index_map.set (old_gid, new_index); in subset()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
H A DDeadArgumentElimination.h27 #include <set>
109 using LiveSet = std::set<RetOrArg>;
110 using LiveFuncSet = std::set<const Function *>;
112 /// This set contains all values that have been determined to be live.
115 /// This set contains all values that are cannot be changed in any way.
/third_party/skia/third_party/externals/icu/source/common/
H A Ducnv_cnv.cpp39 sa->addRange(sa->set, 0, 0x10ffff); in ucnv_getCompleteUnicodeSet()
50 sa->addRange(sa->set, 0, 0xd7ff); in ucnv_getNonSurrogateUnicodeSet()
51 sa->addRange(sa->set, 0xe000, 0x10ffff); in ucnv_getNonSurrogateUnicodeSet()
/third_party/typescript/tests/baselines/reference/
H A DautoAccessor2(target=es2015).js30 return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
36 _C1_a_accessor_storage.set(this, void 0);
37 _C1_b_accessor_storage.set(this, 1);
H A DcommentsdoNotEmitComments.js34 public set prop1(val: number) {
113 set: function (val) {
148 set prop1(val: number);
H A DcommentsemitComments.js34 public set prop1(val: number) {
117 set: function (val) {
165 set prop1(val: number);
H A DprivateNamesInGenericClasses.js6 set #prop(value : T) { this.#foo = value; }
41 return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
47 _C_foo.set(this, void 0);
H A DinferenceErasedSignatures.js5 set<K extends keyof this>(key: K, value: this[K]): this[K];
31 set<K extends keyof this>(key: K, value: this[K]): this[K];
44 set<K extends keyof this>(key: K, value: this[K]): this[K];

Completed in 13 milliseconds

1...<<141142143144145146147148149150>>...565