/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/ |
H A D | vktAmberTestCase.hpp | 28 #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 D | vktAmberTestCase.hpp | 28 #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 D | OverlayWidgets.h | 104 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 D | ShaderD3D.h | 62 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 D | AggressiveAntiDepBreaker.h | 24 #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 D | xeTestCase.hpp | 30 #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 D | pipeline_info.h | 20 #include <set> 73 std::set<int> used_descriptor_set; 95 std::set<int> used_descriptor_set;
|
/third_party/skia/src/core/ |
H A D | SkFontDescriptor.h | 77 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 D | SkRecord.h | 72 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 D | GrAppliedClip.h | 19 * 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 D | collationruleparser.h | 88 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 D | csrucode.cpp | 76 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 D | filtration_test.py | 108 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 D | utils.py | 125 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 D | extract_unsafe_backwards.cpp | 48 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 D | AttachmentState.cpp | 30 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 D | QuerySet.cpp | 22 #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 D | hb-ot-post-table-v2subset.hh | 114 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 D | DeadArgumentElimination.h | 27 #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 D | ucnv_cnv.cpp | 39 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 D | autoAccessor2(target=es2015).js | 30 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 D | commentsdoNotEmitComments.js | 34 public set prop1(val: number) { 113 set: function (val) {
148 set prop1(val: number);
|
H A D | commentsemitComments.js | 34 public set prop1(val: number) { 117 set: function (val) {
165 set prop1(val: number);
|
H A D | privateNamesInGenericClasses.js | 6 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 D | inferenceErasedSignatures.js | 5 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];
|