/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/src/core/ |
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/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];
|
H A D | typeGuardOfFormThisMemberErrors.js | 9 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 D | UnmodifiableLazyStringList.java | 82 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 D | Feature.h | 16 #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 D | DSLLayout.h | 60 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 D | skottie.js | 39 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 D | select.rs | 15 /// 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 D | lib.rs | 55 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 D | generate_code_from_policy.py | 127 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...] |