Home
last modified time | relevance | path

Searched refs:set (Results 2301 - 2325 of 11858) sorted by relevance

1...<<919293949596979899100>>...475

/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/src/core/
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/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];
H A DtypeGuardOfFormThisMemberErrors.js9 set isFile(param) {
62 set: function (param) {
109 set isFile(param: this is File);
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DUnmodifiableLazyStringList.java82 public void set(int index, ByteString element) { in set() method in UnmodifiableLazyStringList
102 public void set(int index, byte[] element) { in set() method in UnmodifiableLazyStringList
152 public void set(String o) { in listIterator()
/third_party/skia/third_party/externals/angle2/include/platform/
H A DFeature.h16 #define ANGLE_FEATURE_CONDITION(set, feature, cond) \
19 (set)->feature.enabled = cond; \
20 (set)->feature.condition = ANGLE_STRINGIFY(cond); \
139 // A stingified version of the condition used to set 'enabled'. ie "IsNvidia() && IsApple()"
/third_party/skia/include/sksl/
H A DDSLLayout.h60 DSLLayout& set(int set, PositionInfo pos = PositionInfo::Capture()) { in set() argument
61 return this->intValue(&fSkSLLayout.fSet, set, SkSL::Layout::kSet_Flag, "set", pos); in set()
/third_party/skia/modules/canvaskit/
H A Dskottie.js39 CanvasKit.HEAPU8.set(data, iptr);
85 // We cannot call optSize.set() because it is an error to call .set() with
105 optDamageRect.set(ta);
115 optDamageRect.set(ta);
131 // We cannot call optSize.set() because it is an error to call .set() with
/third_party/rust/crates/nix/src/sys/
H A Dselect.rs15 /// Contains a set of file descriptors used by [`select`]
60 /// Finds the highest file descriptor in the set.
62 /// Returns `None` if the set is empty.
70 /// let mut set = FdSet::new();
71 /// set.insert(4);
72 /// set.insert(9);
73 /// assert_eq!(set.highest(), Some(9));
81 /// Returns an iterator over the file descriptors in the set.
84 /// not return any elements of the set greater than the given file
92 /// let mut set
354 let mut set = FdSet::new(); fdset_highest() variables
373 let mut set = FdSet::new(); fdset_fds() variables
[all...]
/third_party/rust/crates/proc-macro-error/proc-macro-error-attr/src/
H A Dlib.rs55 settings.set(AssertUnwindSafe); in impl_proc_macro_error()
59 settings.set(ProcMacroHack); in impl_proc_macro_error()
63 settings.set(AllowNotMacro); in impl_proc_macro_error()
/base/startup/init/services/modules/seccomp/scripts/
H A Dgenerate_code_from_policy.py127 return set(func_name_nr_table[function_name] for function_name \
185 self.priority = set()
186 self.allow_list = set()
187 self.blocklist = set()
188 self.priority_with_args = set()
189 self.allow_list_with_args = set()
190 self.head_files = set()
191 self.self_define_syscall = set()
192 self.final_allow_list = set()
193 self.final_priority = set()
[all...]

Completed in 11 milliseconds

1...<<919293949596979899100>>...475