/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
H A D | UnicodeSetStringSpanTest.java | 35 UnicodeSet set = new UnicodeSet(pattern); in TestSimpleStringSpan() 36 set.complement(); in TestSimpleStringSpan() 37 int pos = set.spanBack(string, 3, SpanCondition.SIMPLE); in TestSimpleStringSpan() 40 set.toString(), string, pos)); in TestSimpleStringSpan() 42 pos = set.span(string, SpanCondition.SIMPLE); in TestSimpleStringSpan() 45 set.toString(), string, pos)); in TestSimpleStringSpan() 47 pos = set.span(string, 1, SpanCondition.SIMPLE); in TestSimpleStringSpan() 50 set.toString(), string, pos)); in TestSimpleStringSpan() 61 UnicodeSetWithStrings set = new UnicodeSetWithStrings(uset); in TestSimpleStringSpanSlow() 63 int length = containsSpanBackUTF16(set, strin in TestSimpleStringSpanSlow() 140 private UnicodeSet set; global() field in UnicodeSetStringSpanTest.UnicodeSetWithStrings 177 containsSpanUTF16(final UnicodeSetWithStrings set, final String s, SpanCondition spanCondition) containsSpanUTF16() argument 274 containsSpanBackUTF16(final UnicodeSetWithStrings set, final String s, int length, SpanCondition spanCondition) containsSpanBackUTF16() argument 401 getSpans(final UnicodeSetWithStrings set, boolean isComplement, final String s, int whichSpans, int type, String[] typeName, int limits[], int limitsCapacity, int expectCount) getSpans() argument [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | GregorianCalendar.java | 72 * 1</code>) is the earliest set of at least 104 * // set up rules for daylight savings time 139 * calendar.set(Calendar.HOUR, 3); 191 * historical usage differs. For example, if the Gregorian change is set 399 * Constructs a GregorianCalendar with the given date set 401 * @param year the value used to set the YEAR time field in the calendar. 402 * @param month the value used to set the MONTH time field in the calendar. 404 * @param date the value used to set the DATE time field in the calendar. 410 set(ERA, AD); in GregorianCalendar() 411 set(YEA in GregorianCalendar() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | GregorianCalendar.java | 73 * 1</code>) is the earliest set of at least 105 * // set up rules for daylight savings time 140 * calendar.set(Calendar.HOUR, 3); 191 * historical usage differs. For example, if the Gregorian change is set 388 * Constructs a GregorianCalendar with the given date set 390 * @param year the value used to set the YEAR time field in the calendar. 391 * @param month the value used to set the MONTH time field in the calendar. 393 * @param date the value used to set the DATE time field in the calendar. 398 set(ERA, AD); in GregorianCalendar() 399 set(YEA in GregorianCalendar() [all...] |
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_descriptor_set.c | 36 struct v3dv_descriptor_set *set, in descriptor_bo_map() 48 return set->pool->bo->map + in descriptor_bo_map() 49 set->base_offset + binding_layout->descriptor_offset + in descriptor_bo_map() 79 uint32_t set_number = map->set[index]; in v3dv_descriptor_map_get_descriptor() 82 struct v3dv_descriptor_set *set = in v3dv_descriptor_map_get_descriptor() local 84 assert(set); in v3dv_descriptor_map_get_descriptor() 87 assert(binding_number < set->layout->binding_count); in v3dv_descriptor_map_get_descriptor() 90 &set->layout->binding[binding_number]; in v3dv_descriptor_map_get_descriptor() 97 pipeline_layout->set[set_number].dynamic_offset_start + in v3dv_descriptor_map_get_descriptor() 103 return &set in v3dv_descriptor_map_get_descriptor() 35 descriptor_bo_map(struct v3dv_device *device, struct v3dv_descriptor_set *set, const struct v3dv_descriptor_set_binding_layout *binding_layout, uint32_t array_index) descriptor_bo_map() argument 125 struct v3dv_descriptor_set *set = v3dv_descriptor_map_get_descriptor_bo() local 169 struct v3dv_descriptor_set *set = v3dv_descriptor_map_get_sampler() local 519 descriptor_set_destroy(struct v3dv_device *device, struct v3dv_descriptor_pool *pool, struct v3dv_descriptor_set *set, bool free_bo) descriptor_set_destroy() argument 809 struct v3dv_descriptor_set *set; descriptor_set_create() local 928 struct v3dv_descriptor_set *set = NULL; v3dv_AllocateDescriptorSets() local 1012 write_image_descriptor(struct v3dv_device *device, struct v3dv_descriptor *descriptor, VkDescriptorType desc_type, struct v3dv_descriptor_set *set, const struct v3dv_descriptor_set_binding_layout *binding_layout, struct v3dv_image_view *iview, struct v3dv_sampler *sampler, uint32_t array_index) write_image_descriptor() argument 1050 write_buffer_view_descriptor(struct v3dv_device *device, struct v3dv_descriptor *descriptor, VkDescriptorType desc_type, struct v3dv_descriptor_set *set, const struct v3dv_descriptor_set_binding_layout *binding_layout, struct v3dv_buffer_view *bview, uint32_t array_index) write_buffer_view_descriptor() argument 1070 write_inline_uniform_descriptor(struct v3dv_device *device, struct v3dv_descriptor *descriptor, struct v3dv_descriptor_set *set, const struct v3dv_descriptor_set_binding_layout *binding_layout, const void *data, size_t offset, size_t size) write_inline_uniform_descriptor() argument [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
H A D | CompatibilityTest.java | 51 jdkCal.set(1582, Calendar.OCTOBER, 15); in TestGregorianChangeover() 201 cal.set(year, month, dom); in TestMapping() 222 cal.set(year, month, dom); in TestMapping() 240 tempcal.set(1582, Calendar.OCTOBER, 15); in TestMapping() 257 cal.set(y, m, d); in auxMapping() 274 tempcal.set(1990, Calendar.APRIL, 15); in TestGenericAPI() 329 if (cal.getFirstDayOfWeek() != i) errln("FAIL: set/getFirstDayOfWeek failed"); in TestGenericAPI() 334 if (cal.getMinimalDaysInFirstWeek() != i) errln("FAIL: set/getFirstDayOfWeek failed"); in TestGenericAPI() 348 cal.set(1984, 5, 24); in TestGenericAPI() 350 tempcal.set(198 in TestGenericAPI() [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/ |
H A D | CompatibilityTest.java | 54 jdkCal.set(1582, Calendar.OCTOBER, 15); in TestGregorianChangeover() 204 cal.set(year, month, dom); in TestMapping() 225 cal.set(year, month, dom); in TestMapping() 243 tempcal.set(1582, Calendar.OCTOBER, 15); in TestMapping() 260 cal.set(y, m, d); in auxMapping() 277 tempcal.set(1990, Calendar.APRIL, 15); in TestGenericAPI() 332 if (cal.getFirstDayOfWeek() != i) errln("FAIL: set/getFirstDayOfWeek failed"); in TestGenericAPI() 337 if (cal.getMinimalDaysInFirstWeek() != i) errln("FAIL: set/getFirstDayOfWeek failed"); in TestGenericAPI() 351 cal.set(1984, 5, 24); in TestGenericAPI() 353 tempcal.set(198 in TestGenericAPI() [all...] |
/third_party/skia/third_party/externals/swiftshader/tests/regres/cov/ |
H A D | optimization.go | 70 set SpanSet // fully expanded set 75 for key, set := range spansetMap { 78 set: set, 79 grp: SpanGroup{Spans: set}, 85 a, b := spansets[i].set, spansets[j].set 106 if len(a.set) > len(b.set) [all...] |
/third_party/ffmpeg/libavcodec/arm/ |
H A D | mlpdsp_armv6.S | 45 .set \var, \var - \by 47 .set \var, \modulus 107 .set SIZE_GROUP1, IDX1 109 .set SIZE_GROUP1, 4 111 .set SIZE_GROUP2, 4 - SIZE_GROUP1 162 .set WORDS_PER_LOOP, \channels // calculate LCM (channels, 4) 164 .set WORDS_PER_LOOP, WORDS_PER_LOOP / 2 167 .set WORDS_PER_LOOP, WORDS_PER_LOOP / 2 169 .set WORDS_PER_LOOP, WORDS_PER_LOOP * 4 170 .set SAMPLES_PER_LOO [all...] |
/third_party/musl/src/signal/ |
H A D | sigfillset.c | 4 int sigfillset(sigset_t *set) in sigfillset() argument 7 set->__bits[0] = 0x7ffffffful; in sigfillset() 8 set->__bits[1] = 0xfffffffcul; in sigfillset() 10 set->__bits[2] = 0xfffffffful; in sigfillset() 11 set->__bits[3] = 0xfffffffful; in sigfillset() 14 set->__bits[0] = 0xfffffffc7ffffffful; in sigfillset() 15 if (_NSIG > 65) set->__bits[1] = 0xfffffffffffffffful; in sigfillset()
|
/third_party/curl/lib/ |
H A D | easy.c | 121 * curl_global_init() is called, we need to have these pointers set already. 141 * curl_global_init() globally initializes curl given a bitwise set of the 213 * curl_global_init() globally initializes curl given a bitwise set of the 253 /* set memory functions before global_init() in case it wants memory in curl_global_init_mem() 386 bool msbump; /* set TRUE when timeout is set by callback */ 714 * DEBUG: if 'events' is set TRUE, this function will use a replacement engine 727 if(data->set.errorbuffer) in easy_perform() 729 data->set.errorbuffer[0] = 0; in easy_perform() 751 curl_multi_setopt(multi, CURLMOPT_MAXCONNECTS, (long)data->set in easy_perform() [all...] |
/third_party/python/Tools/unicode/ |
H A D | mkstringprep.py | 43 return "set(%s)" % tuple 45 return "set(%r)" % (single,) 46 return "set(%r + %s)" % (single, tuple) 129 table = set(table.keys()) 130 Cn = set(gen_category(["Cn"])) 133 Cn -= set(range(0xFDD0, 0xFDF0)) 135 Cn -= set(range(0xFFFE, 0x110000, 0x10000)) 136 Cn -= set(range(0xFFFF, 0x110000, 0x10000)) 254 # table = set(table.keys()) 255 # Zs = set(gen_categor [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
H A D | SparcRegisterInfo.cpp | 58 Reserved.set(SP::G1); in getReservedRegs() 62 Reserved.set(SP::G2); in getReservedRegs() 63 Reserved.set(SP::G3); in getReservedRegs() 64 Reserved.set(SP::G4); in getReservedRegs() 68 Reserved.set(SP::G5); in getReservedRegs() 70 Reserved.set(SP::O6); in getReservedRegs() 71 Reserved.set(SP::I6); in getReservedRegs() 72 Reserved.set(SP::I7); in getReservedRegs() 73 Reserved.set(SP::G0); in getReservedRegs() 74 Reserved.set(S in getReservedRegs() [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | thisAndSuperInStaticMembers1(target=es2015).js | 145 value: (Reflect.set(_c, "a", _d = 0, _b), _d)
151 value: (Reflect.set(_c, "a", _e = Reflect.get(_c, "a", _b) + 1, _b), _e)
157 value: (() => { Reflect.set(_c, "a", 0, _b); })()
163 value: [({ set value(_a) { Reflect.set(_c, "a", _a, _b); } }).value] = [0]
169 value: [({ set value(_a) { Reflect.set(_c, "a", _a, _b); } }).value = 0] = [0]
175 value: [...({ set value(_a) { Reflect.set(_c, "a", _a, _b); } }).value] = [0]
181 value: { x: ({ set valu [all...] |
H A D | giant.js | 10 s -> set 26 public set psF(param:any) 30 private set rsF(param:any) 34 static set tsF(param:any) 90 public set psF(param:any) 94 private set rsF(param:any) 98 static set tsF(param:any) 169 public set psF(param:any) 173 private set rsF(param:any) 177 static set ts [all...] |
H A D | autoAccessor5(target=es2015).js | 24 return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
29 _C1__a_accessor_storage.set(this, void 0);
30 _C1__b_accessor_storage.set(this, 1);
33 set ["w"](value) { __classPrivateFieldSet(this, _C1__a_accessor_storage, value, "f"); }
35 set ["x"](value) { __classPrivateFieldSet(this, _C1__b_accessor_storage, value, "f"); }
37 static set ["y"](value) { __classPrivateFieldSet(this, _a, value, "f", _C1__c_accessor_storage); }
39 static set ["z"](value) { __classPrivateFieldSet(this, _a, value, "f", _C1__d_accessor_storage); }
46 _C2__e_accessor_storage.set(this, 1);
49 set [_b](value) { __classPrivateFieldSet(this, _C2__e_accessor_storage, value, "f"); }
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Config_unittest.cpp | 71 // set is equal to the number of configs added. 74 egl::ConfigSet set; in TEST() local 79 set.add(uniqueConfigs[i]); in TEST() 80 EXPECT_EQ(set.size(), i + 1); in TEST() 91 egl::ConfigSet set; in TEST() local 93 std::set<EGLint> ids; in TEST() 98 EGLint id = set.add(uniqueConfigs[i]); in TEST() 102 EXPECT_EQ(id, set.get(id).configID); in TEST() 108 EXPECT_EQ(ids.size(), set.size()); in TEST() 112 EXPECT_EQ(*std::max_element(ids.begin(), ids.end()), static_cast<EGLint>(set in TEST() 117 egl::ConfigSet set; TEST() local 179 egl::ConfigSet set; TEST() local [all...] |
/third_party/skia/src/pathops/ |
H A D | SkPathOpsCurve.h | 30 void set(const SkDQuad& quad) { in set() function 38 void set(const SkDCubic& cubic) { in set() function 104 line.set(a); in dline_xy_at_t() 110 quad.set(a); in dquad_xy_at_t() 116 conic.set(a, weight); in dconic_xy_at_t() 122 cubic.set(a); in dcubic_xy_at_t() 184 line.set(a); in dline_dxdy_at_t() 190 quad.set(a); in dquad_dxdy_at_t() 196 conic.set(a, weight); in dconic_dxdy_at_t() 202 cubic.set( in dcubic_dxdy_at_t() [all...] |
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
H A D | test-subset.c | 134 hb_set_t* set = hb_set_create (); in test_subset_sets() local 142 hb_set_add (set, 83); in test_subset_sets() 143 g_assert (hb_set_is_equal (hb_subset_input_glyph_set (input), set)); in test_subset_sets() 144 hb_set_clear (set); in test_subset_sets() 146 hb_set_add (set, 85); in test_subset_sets() 147 g_assert (hb_set_is_equal (hb_subset_input_unicode_set (input), set)); in test_subset_sets() 148 hb_set_clear (set); in test_subset_sets() 150 hb_set_add (set, 87); in test_subset_sets() 151 g_assert (hb_set_is_equal (hb_subset_input_set (input, HB_SUBSET_SETS_LAYOUT_FEATURE_TAG), set)); in test_subset_sets() 152 hb_set_clear (set); in test_subset_sets() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCChecker.h | 22 #include <set> 52 using SoftDefsIterator = std::set<unsigned>::iterator; 53 std::set<unsigned> SoftDefs; 56 using TmpDefsIterator = std::set<unsigned>::iterator; 57 std::set<unsigned> TmpDefs; 60 using NewPredsIterator = std::set<unsigned>::iterator; 61 std::set<unsigned> NewPreds; 68 using UsesIterator = std::set<unsigned>::iterator; 69 std::set<unsigned> Uses; 71 /// Pre-defined set o [all...] |
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_descriptor_set.c | 114 * resource (NONWRITEABLE flag set or not), in that case we need to reserve in num_descs_for_type() 159 * pImmutableSamplers can be used to initialize a set of immutable in dzn_descriptor_set_layout_create() 205 /* We need to allocate decriptor set layouts off the device allocator in dzn_descriptor_set_layout_create() 514 for (uint32_t set = 0; set < info->setLayoutCount; set++) { in dzn_pipeline_layout_hash_stages() 515 VK_FROM_HANDLE(dzn_descriptor_set_layout, set_layout, info->pSetLayouts[set]); in dzn_pipeline_layout_hash_stages() 528 for (uint32_t set = 0; set < info->setLayoutCount; set in dzn_pipeline_layout_hash_stages() 1082 dzn_descriptor_set_write_sampler_desc(struct dzn_descriptor_set *set, uint32_t heap_offset, const struct dzn_sampler *sampler) dzn_descriptor_set_write_sampler_desc() argument 1099 dzn_descriptor_set_ptr_write_sampler_desc(struct dzn_descriptor_set *set, const struct dzn_descriptor_set_ptr *ptr, const struct dzn_sampler *sampler) dzn_descriptor_set_ptr_write_sampler_desc() argument 1126 dzn_descriptor_set_write_dynamic_buffer_desc(struct dzn_descriptor_set *set, uint32_t dynamic_buffer_idx, const struct dzn_buffer_desc *info) dzn_descriptor_set_write_dynamic_buffer_desc() argument 1138 dzn_descriptor_set_ptr_write_dynamic_buffer_desc(struct dzn_descriptor_set *set, const struct dzn_descriptor_set_ptr *ptr, const struct dzn_buffer_desc *info) dzn_descriptor_set_ptr_write_dynamic_buffer_desc() argument 1159 dzn_descriptor_set_write_image_view_desc(struct dzn_descriptor_set *set, uint32_t heap_offset, uint32_t alt_heap_offset, bool cube_as_2darray, const struct dzn_image_view *iview) dzn_descriptor_set_write_image_view_desc() argument 1186 dzn_descriptor_set_ptr_write_image_view_desc(struct dzn_descriptor_set *set, const struct dzn_descriptor_set_ptr *ptr, bool cube_as_2darray, const struct dzn_image_view *iview) dzn_descriptor_set_ptr_write_image_view_desc() argument 1202 dzn_descriptor_set_write_buffer_view_desc(struct dzn_descriptor_set *set, uint32_t heap_offset, uint32_t alt_heap_offset, const struct dzn_buffer_view *bview) dzn_descriptor_set_write_buffer_view_desc() argument 1228 dzn_descriptor_set_ptr_write_buffer_view_desc(struct dzn_descriptor_set *set, const struct dzn_descriptor_set_ptr *ptr, const struct dzn_buffer_view *bview) dzn_descriptor_set_ptr_write_buffer_view_desc() argument 1242 dzn_descriptor_set_write_buffer_desc(struct dzn_descriptor_set *set, uint32_t heap_offset, uint32_t alt_heap_offset, const struct dzn_buffer_desc *bdesc) dzn_descriptor_set_write_buffer_desc() argument 1266 dzn_descriptor_set_ptr_write_buffer_desc(struct dzn_descriptor_set *set, const struct dzn_descriptor_set_ptr *ptr, const struct dzn_buffer_desc *bdesc) dzn_descriptor_set_ptr_write_buffer_desc() argument 1280 dzn_descriptor_set_init(struct dzn_descriptor_set *set, struct dzn_device *device, struct dzn_descriptor_pool *pool, struct dzn_descriptor_set_layout *layout) dzn_descriptor_set_init() argument 1321 dzn_descriptor_set_finish(struct dzn_descriptor_set *set) dzn_descriptor_set_finish() argument 1621 struct dzn_descriptor_set *set = NULL; dzn_AllocateDescriptorSets() local 1660 const struct dzn_descriptor_set *set = &pool->sets[s]; dzn_FreeDescriptorSets() local [all...] |
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_descriptor_set.c | 47 * pImmutableSamplers can be used to initialize a set of immutable in lvp_CreateDescriptorSetLayout() 234 for (uint32_t set = 0; set < layout->vk.set_count; set++) { in lvp_CreatePipelineLayout() 235 if (layout->vk.set_layouts[set] == NULL) in lvp_CreatePipelineLayout() 239 vk_to_lvp_descriptor_set_layout(layout->vk.set_layouts[set]); in lvp_CreatePipelineLayout() 308 struct lvp_descriptor_set *set; in lvp_descriptor_set_create() local 309 size_t base_size = sizeof(*set) + layout->size * sizeof(set->descriptors[0]); in lvp_descriptor_set_create() 313 set in lvp_descriptor_set_create() 351 lvp_descriptor_set_destroy(struct lvp_device *device, struct lvp_descriptor_set *set) lvp_descriptor_set_destroy() argument 367 struct lvp_descriptor_set *set; lvp_AllocateDescriptorSets() local 569 struct lvp_descriptor_set *set, *tmp; lvp_reset_descriptor_pool() local [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | UnicodeSetIterator.java | 24 * for (UnicodeSetIterator it = new UnicodeSetIterator(set); it.next();) { 31 * for (UnicodeSetIterator it = new UnicodeSetIterator(set); it.nextRange();) { 40 * <p>To iterate over only the strings, start with <code>new UnicodeSetIterator(set).skipToStrings()</code>. 87 * Create an iterator over the given set. 88 * @param set set to iterate over 91 public UnicodeSetIterator(UnicodeSet set) { in UnicodeSetIterator() argument 92 reset(set); in UnicodeSetIterator() 98 * constructor allowing the target to be set later. 123 * Returns the next element in the set, eithe 258 private UnicodeSet set; global() field in UnicodeSetIterator [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | usetiter.cpp | 20 * @param set set to iterate over 28 * Create an iterator. Convenience for when the contents are to be set later. 31 this->set = NULL; in UnicodeSetIterator() 41 * Returns the next element in the set. 42 * @return true if there was another element in the set. 64 string = (const UnicodeString*) set->strings->elementAt(nextString++); in next() 69 * @return true if there was another element in the set. 97 string = (const UnicodeString*) set->strings->elementAt(nextString++); in nextRange() 102 *@param set th [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | usetiter.cpp | 20 * @param set set to iterate over 28 * Create an iterator. Convenience for when the contents are to be set later. 31 this->set = nullptr; in UnicodeSetIterator() 41 * Returns the next element in the set. 42 * @return true if there was another element in the set. 64 string = (const UnicodeString*) set->strings->elementAt(nextString++); in next() 69 * @return true if there was another element in the set. 97 string = (const UnicodeString*) set->strings->elementAt(nextString++); in nextRange() 102 *@param set th [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | usetiter.cpp | 20 * @param set set to iterate over 28 * Create an iterator. Convenience for when the contents are to be set later. 31 this->set = NULL; in UnicodeSetIterator() 41 * Returns the next element in the set. 42 * @return true if there was another element in the set. 64 string = (const UnicodeString*) set->strings->elementAt(nextString++); in next() 69 * @return true if there was another element in the set. 97 string = (const UnicodeString*) set->strings->elementAt(nextString++); in nextRange() 102 *@param set th [all...] |