/third_party/skia/tests/ |
H A D | FontMgrTest.cpp | 93 sk_sp<SkFontStyleSet> set(fm->createStyleSet(i)); in DEF_TEST() 94 REPORTER_ASSERT(reporter, fnset->count() == set->count()); in DEF_TEST() 100 for (int j = 0; j < set->count(); ++j) { in DEF_TEST() 103 set->getStyle(j, &fs, &sname); in DEF_TEST() 106 sk_sp<SkTypeface> face(set->createTypeface(j)); in DEF_TEST()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucnv_ct.cpp | 482 /* set up the subconverter arguments */ in UConverter_toUnicode_CompoundText_OFFSETS() 593 sa->add(sa->set, 0x0000); in _CompoundText_GetUnicodeSet() 594 sa->add(sa->set, 0x0009); in _CompoundText_GetUnicodeSet() 595 sa->add(sa->set, 0x000A); in _CompoundText_GetUnicodeSet() 596 sa->addRange(sa->set, 0x0020, 0x007F); in _CompoundText_GetUnicodeSet() 597 sa->addRange(sa->set, 0x00A0, 0x00FF); in _CompoundText_GetUnicodeSet()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | SparseBitVector.h | 29 /// storing the elements that have non-zero bits set. In order to make this 33 /// to make multiple in-order test/set constant time after the first one is 98 void set(unsigned Idx) { 105 set(Idx); 126 /// find_first - Returns the index of the first set bit. 134 /// find_last - Returns the index of the last set bit. 145 /// find_next - Returns the index of the next set bit starting from the 146 /// "Curr" bit. Returns -1 if the next set bit is not found. 193 // BecameZero is set to true if this element became all-zero bits. 215 // one changed. BecameZero is set t [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
H A D | nanobenchmark.cc | 701 // and don't set a cpu affinity. in PinThreadToCPU() 717 cpu_set_t set; in PinThreadToCPU() 718 CPU_ZERO(&set); in PinThreadToCPU() 719 CPU_SET(cpu, &set); in PinThreadToCPU() 720 const int err = sched_setaffinity(pid, sizeof(set), &set); in PinThreadToCPU()
|
/third_party/selinux/libsepol/src/ |
H A D | avtab.c | 116 * neverallow checking, which requires permission bits to be set. in avtab_insert_node() 117 * So copy data so it is set in the avtab in avtab_insert_node() 444 unsigned set; in avtab_read_item() local 538 set = 0; in avtab_read_item() 541 set++; in avtab_read_item() 543 if (!set || set > 1) { in avtab_read_item()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_private.h | 184 * necessary. To enable fast clears without requiring extra resolves, we set 189 * 1.0f seems to be the only value used. The only application that doesn't set 272 /* For gfx12 we set the streamout buffers using 4 separate commands 499 * If ANV_BO_ALLOC_MAPPED is set in flags, this is the map for the whole 500 * BO. If ANV_BO_WRAPPER is set in flags, map points to the wrapped BO. 536 * When set to true, none of the fields in this BO are meaningful except 539 * is set in the physical device. 1731 /* If set, we are holding reference to AHardwareBuffer 1736 /* If set, this memory comes from a host pointer. */ 1845 /* Index into the flattened descriptor set */ 1977 anv_descriptor_set_is_push(struct anv_descriptor_set *set) anv_descriptor_set_is_push() argument 1997 struct anv_descriptor_set set; global() member 2012 anv_descriptor_set_address(struct anv_descriptor_set *set) anv_descriptor_set_address() argument 2075 uint8_t set; global() member 2161 uint8_t set; global() member 2185 uint8_t set; global() member 2203 } set[MAX_SETS]; global() member [all...] |
/test/testfwk/xdevice/src/xdevice/_core/config/ |
H A D | config_manager.py | 305 keys = set(task_args.keys()) & set(new_args.keys()) | set(known_test_args) 326 if len(set(items)) != len(items):
|
/third_party/ffmpeg/libavutil/arm/ |
H A D | asm.S | 85 .set .Lpic_idx, 0 86 .set .Lpic_gp, 0 177 .set .Lpic_idx, .Lpic_idx + 1 209 .warning "movrelx rd=\rd without explicit set gp" 212 .warning "movrelx rd=\rd without explicit set gp" 225 .set .Lpic_gp, 1
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/ |
H A D | CalendarPanel.java | 111 fCalendar[0].set(Calendar.ERA, era); in startOfMonth() 112 fCalendar[0].set(Calendar.YEAR, year); in startOfMonth() 113 fCalendar[0].set(Calendar.MONTH, month); in startOfMonth() 114 fCalendar[0].set(Calendar.DATE, 1); in startOfMonth() 124 // zones are a bit goofy, always set my calendar's time zone to UTC. in calculate() 125 // You would think I would want to do this in the "set" function above, in calculate()
|
/third_party/googletest/googlemock/src/ |
H A D | gmock-spec-builders.cc | 42 #include <set> 435 // this method is called again. Instead, make a copy of the set of in GTEST_EXCLUSIVE_LOCK_REQUIRED_() 436 // expectations to delete, clear our set within the mutex, and then clear the in GTEST_EXCLUSIVE_LOCK_REQUIRED_() 437 // copied set outside of it. in GTEST_EXCLUSIVE_LOCK_REQUIRED_() 461 typedef std::set<internal::UntypedFunctionMockerBase*> FunctionMockers; 645 // No EXPECT_CALL() was set on the given mock object. in GTEST_EXCLUSIVE_LOCK_REQUIRED_() 728 // Clears all ON_CALL()s set on the given mock object. 734 // No ON_CALL() was set on the given mock object. in GTEST_EXCLUSIVE_LOCK_REQUIRED_() 773 internal::g_gmock_implicit_sequence.set(new Sequence); in InSequence() 785 internal::g_gmock_implicit_sequence.set(nullpt in ~InSequence() [all...] |
/third_party/gn/src/gn/ |
H A D | target.h | 8 #include <set> 66 // We track the set of build files that may affect this target, please refer 115 // have been set before calling. 131 // used), the output extension is set but empty (output should have no 132 // extension) and the output extension is set but nonempty (use the given 309 const std::set<Label>& allow_circular_includes_from() const { in allow_circular_includes_from() 312 std::set<Label>& allow_circular_includes_from() { in allow_circular_includes_from() 324 // This config represents the configuration set directly on this target. 384 // or the error will be set and the function will return false. Unusually, 445 // Computes the set o [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | LocaleIDParser.java | 98 private void set(int pos, String s) { in set() method in LocaleIDParser 213 set(0, lang); in parseLanguage() 334 set(oldBlen, region); in parseCountry() 502 set(0, baseName); in parseBaseName() 685 * Set the keyword value only if it is not already set to something else.
|
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | calendar.h | 60 * a `UDate` object and a set of integer fields such as 100 * will give preference to fields set more recently. For example, when 103 * most recently set single field, will be used. 240 * this. For instance, in US locale, first-day-of-week is set to 1, i.e., SUNDAY. 302 * with U_ZERO_ERROR if created successfully, set to a failure result 317 * with U_ZERO_ERROR if created successfully, set to a failure result 330 * with U_ZERO_ERROR if created successfully, set to a failure result 342 * with U_ZERO_ERROR if created successfully, set to a failure result 357 * with U_ZERO_ERROR if created successfully, set to a failure result 371 * with U_ZERO_ERROR if created successfully, set t [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/ |
H A D | WriteCharts.java | 64 Set set = new TreeSet(); in getAllScripts() 99 set.add(id); in getAllScripts() 103 String[] results = new String[set.size()]; in getAllScripts() 104 set.toArray(results); in getAllScripts() 303 out.println("from the source set. Thus it will <i>not</i> contain examples where the transliteration"); in print() 307 // set up the headers in print() 384 // tests whether a string is in a set. Also checks for Common and Inherited 385 public static boolean isIn(String s, UnicodeSet set) { 389 if (set.contains(cp)) continue;
|
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
H A D | WriteCharts.java | 61 Set set = new TreeSet(); in getAllScripts() 96 set.add(id); in getAllScripts() 100 String[] results = new String[set.size()]; in getAllScripts() 101 set.toArray(results); in getAllScripts() 300 out.println("from the source set. Thus it will <i>not</i> contain examples where the transliteration"); in print() 304 // set up the headers in print() 381 // tests whether a string is in a set. Also checks for Common and Inherited 382 public static boolean isIn(String s, UnicodeSet set) { 386 if (set.contains(cp)) continue;
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
H A D | CalendarTestFmwk.java | 119 // test.applyFields will set all of the calendar's fields to in doTestCases() 167 cal.set(Calendar.EXTENDED_YEAR, test[0]); in doRollAdd() 168 cal.set(Calendar.MONTH, test[1]); in doRollAdd() 169 cal.set(Calendar.DAY_OF_MONTH, test[2]); in doRollAdd() 171 cal.set(test[0], test[1], test[2]); in doRollAdd()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/ |
H A D | CalendarTestFmwk.java | 122 // test.applyFields will set all of the calendar's fields to in doTestCases() 170 cal.set(Calendar.EXTENDED_YEAR, test[0]); in doRollAdd() 171 cal.set(Calendar.MONTH, test[1]); in doRollAdd() 172 cal.set(Calendar.DAY_OF_MONTH, test[2]); in doRollAdd() 174 cal.set(test[0], test[1], test[2]); in doRollAdd()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | LocaleIDParser.java | 100 private void set(int pos, String s) { in set() method in LocaleIDParser 215 set(0, lang); in parseLanguage() 336 set(oldBlen, region); in parseCountry() 504 set(0, baseName); in parseBaseName() 687 * Set the keyword value only if it is not already set to something else.
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | PluralSamples.java | 166 Set<FixedDecimal> set = foundKeywords.get(keyword); in addRelation() 167 if (set == null) { in addRelation() 168 foundKeywords.put(keyword, set = new HashSet<FixedDecimal>()); in addRelation() 170 set.add(s); in addRelation()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | cpdtrans.cpp | 82 Transliterator(id, 0), // set filter to 0 here! in CompoundTransliterator() 134 * constructors. Before calling init(), set trans and filter to NULL. 179 * constructors. Before calling init(), set trans and filter to NULL. 376 // First free trans[] and set count to zero. Once this is done, in adoptTransliterators() 444 UnicodeSet set; in handleGetSourceSet() local 447 result.addAll(trans[i]->getSourceSet(set)); in handleGetSourceSet() 449 // Hiragana-Katakana; Katakana-Latin. The source set of in handleGetSourceSet() 451 // But the source set for the entire transliterator is in handleGetSourceSet() 453 // non-empty source set. in handleGetSourceSet() 466 UnicodeSet set; in getTargetSet() local [all...] |
H A D | dtptngen_impl.h | 194 void set(const UnicodeString& patternString); 232 void set(const UnicodeString& pattern, FormatParser* fp); 233 void set(const UnicodeString& pattern, FormatParser* fp, PtnSkeleton& skeleton); 266 void set(PatternMap& patternMap);
|
/third_party/libunwind/libunwind/doc/ |
H A D | unw_get_proc_info.tex | 45 must be set either to the correct global-pointer value of the 48 \item[\Type{unw\_word\_t} \Var{flags}] A set of flags. There are 50 flag \Const{UNW\_PI\_FLAG\_IA64\_RBS\_SWITCH} is set if the 69 If no unwind info is available, this member must be set to
|
/third_party/mbedtls/scripts/ |
H A D | config.py | 53 must be known, but does not need to be set. This does not cause 54 name to become set. 61 """True if the given symbol is active (i.e. set). 63 False if the given symbol is not set, even if a definition 69 """True if all the elements of names are active (i.e. set).""" 73 """True if at least one symbol in names are active (i.e. set).""" 88 """Get the value of name. If name is inactive (not set), return default. 101 """If name is known, set its value. 107 def set(self, name, value=None): member in Config 111 If value is None and name is not known, set it 404 def set(self, name, value=None): global() member in ConfigFile [all...] |
/third_party/mbedtls/tests/scripts/ |
H A D | depends.py | 29 any non-standard symbols to set/unset in EXCLUSIVE_GROUPS. These are usually not 125 value can be either True/False (set/unset config option), or a string, 135 log_command(['config.py', 'set', option]) 136 conf.set(option) 138 log_command(['config.py', 'set', option, value]) 139 conf.set(option, value) 317 """A domain consisting of a set of conceptually-equivalent settings. 319 with this symbol set and the others unset.""" 322 The domain contains a set of jobs that enable one of the elements 343 """A domain consisting of a set o [all...] |
/third_party/libwebsockets/lib/roles/http/ |
H A D | header.c | 32 if ((unsigned int)token >= LWS_ARRAY_SIZE(set)) in lws_token_to_string() 35 return (unsigned char *)set[token]; in lws_token_to_string() 47 for (n = 0; n < (int)LWS_ARRAY_SIZE(set); n++) in lws_http_string_to_known_header() 48 if (!strncmp(set[n], s, slen)) in lws_http_string_to_known_header()
|