Home
last modified time | relevance | path

Searched refs:set (Results 1401 - 1425 of 8119) sorted by relevance

1...<<51525354555657585960>>...325

/third_party/node/deps/icu-small/source/common/
H A Dcharacterproperties.cpp60 _set_add(USet *set, UChar32 c) { in _set_add() argument
61 ((UnicodeSet *)set)->add(c); in _set_add()
65 _set_addRange(USet *set, UChar32 start, UChar32 end) { in _set_addRange() argument
66 ((UnicodeSet *)set)->add(start, end); in _set_addRange()
70 _set_addString(USet *set, const char16_t *str, int32_t length) { in _set_addString() argument
71 ((UnicodeSet *)set)->add(icu::UnicodeString((UBool)(length<0), str, length)); in _set_addString()
183 sa.add(sa.set, 0x2FFE); in initInclusion()
184 sa.add(sa.set, 0x2FFF + 1); in initInclusion()
282 LocalPointer<UnicodeSet> set(new UnicodeSet()); in makeSet()
283 if (set in makeSet()
397 UnicodeSet *set = sets[property]; getBinaryPropertySet() local
410 const UnicodeSet *set = CharacterProperties::getBinaryPropertySet(property, *pErrorCode); u_getBinaryPropertySet() local
[all...]
H A Duchar.cpp630 sa->add(sa->set, start); in _enumPropertyStartsRange()
636 #define USET_ADD_CP_AND_NEXT(sa, cp) sa->add(sa->set, cp); sa->add(sa->set, cp+1)
653 sa->add(sa->set, CR+1); /* range TAB..CR */ in uchar_addPropertyStarts()
654 sa->add(sa->set, 0x1c); in uchar_addPropertyStarts()
655 sa->add(sa->set, 0x1f+1); in uchar_addPropertyStarts()
659 sa->add(sa->set, 0x7f); /* range DEL..NBSP-1, NBSP added below */ in uchar_addPropertyStarts()
660 sa->add(sa->set, HAIRSP); in uchar_addPropertyStarts()
661 sa->add(sa->set, RLM+1); in uchar_addPropertyStarts()
662 sa->add(sa->set, in uchar_addPropertyStarts()
[all...]
H A Dfilterednormalizer2.cpp55 // For set=[:age=3.2:], since almost all common characters were in Unicode 3.2,
66 int32_t spanLimit=set.span(src, prevSpanLimit, spanCondition); in normalize()
109 int32_t spanLength = set.spanUTF8(src, length, spanCondition); in normalizeUTF8()
172 int32_t prefixLimit=set.span(second, 0, USET_SPAN_SIMPLE); in normalizeSecondAndAppend()
175 int32_t suffixStart=set.spanBack(first, INT32_MAX, USET_SPAN_SIMPLE); in normalizeSecondAndAppend()
205 return set.contains(c) && norm2.getDecomposition(c, decomposition); in getDecomposition()
210 return set.contains(c) && norm2.getRawDecomposition(c, decomposition); in getRawDecomposition()
215 return (set.contains(a) && set.contains(b)) ? norm2.composePair(a, b) : U_SENTINEL; in composePair()
220 return set in getCombiningClass()
[all...]
/third_party/icu/icu4c/source/common/
H A Duchar.cpp654 sa->add(sa->set, start); in _enumPropertyStartsRange()
660 #define USET_ADD_CP_AND_NEXT(sa, cp) sa->add(sa->set, cp); sa->add(sa->set, cp+1)
677 sa->add(sa->set, CR+1); /* range TAB..CR */ in uchar_addPropertyStarts()
678 sa->add(sa->set, 0x1c); in uchar_addPropertyStarts()
679 sa->add(sa->set, 0x1f+1); in uchar_addPropertyStarts()
683 sa->add(sa->set, 0x7f); /* range DEL..NBSP-1, NBSP added below */ in uchar_addPropertyStarts()
684 sa->add(sa->set, HAIRSP); in uchar_addPropertyStarts()
685 sa->add(sa->set, RLM+1); in uchar_addPropertyStarts()
686 sa->add(sa->set, in uchar_addPropertyStarts()
[all...]
H A Dfilterednormalizer2.cpp55 // For set=[:age=3.2:], since almost all common characters were in Unicode 3.2,
66 int32_t spanLimit=set.span(src, prevSpanLimit, spanCondition); in normalize()
109 int32_t spanLength = set.spanUTF8(src, length, spanCondition); in normalizeUTF8()
172 int32_t prefixLimit=set.span(second, 0, USET_SPAN_SIMPLE); in normalizeSecondAndAppend()
175 int32_t suffixStart=set.spanBack(first, INT32_MAX, USET_SPAN_SIMPLE); in normalizeSecondAndAppend()
205 return set.contains(c) && norm2.getDecomposition(c, decomposition); in getDecomposition()
210 return set.contains(c) && norm2.getRawDecomposition(c, decomposition); in getRawDecomposition()
215 return (set.contains(a) && set.contains(b)) ? norm2.composePair(a, b) : U_SENTINEL; in composePair()
220 return set in getCombiningClass()
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Duchar.cpp654 sa->add(sa->set, start); in _enumPropertyStartsRange()
660 #define USET_ADD_CP_AND_NEXT(sa, cp) sa->add(sa->set, cp); sa->add(sa->set, cp+1)
677 sa->add(sa->set, CR+1); /* range TAB..CR */ in uchar_addPropertyStarts()
678 sa->add(sa->set, 0x1c); in uchar_addPropertyStarts()
679 sa->add(sa->set, 0x1f+1); in uchar_addPropertyStarts()
683 sa->add(sa->set, 0x7f); /* range DEL..NBSP-1, NBSP added below */ in uchar_addPropertyStarts()
684 sa->add(sa->set, HAIRSP); in uchar_addPropertyStarts()
685 sa->add(sa->set, RLM+1); in uchar_addPropertyStarts()
686 sa->add(sa->set, in uchar_addPropertyStarts()
[all...]
H A Dfilterednormalizer2.cpp55 // For set=[:age=3.2:], since almost all common characters were in Unicode 3.2,
66 int32_t spanLimit=set.span(src, prevSpanLimit, spanCondition); in normalize()
109 int32_t spanLength = set.spanUTF8(src, length, spanCondition); in normalizeUTF8()
172 int32_t prefixLimit=set.span(second, 0, USET_SPAN_SIMPLE); in normalizeSecondAndAppend()
175 int32_t suffixStart=set.spanBack(first, INT32_MAX, USET_SPAN_SIMPLE); in normalizeSecondAndAppend()
205 return set.contains(c) && norm2.getDecomposition(c, decomposition); in getDecomposition()
210 return set.contains(c) && norm2.getRawDecomposition(c, decomposition); in getRawDecomposition()
215 return (set.contains(a) && set.contains(b)) ? norm2.composePair(a, b) : U_SENTINEL; in composePair()
220 return set in getCombiningClass()
[all...]
/third_party/skia/gm/
H A Dgradients_2pt_conical.cpp58 center0.set(pts[0].fX + radius0, pts[0].fY + radius0); in Make2ConicalOutside()
59 center1.set(pts[1].fX - radius1, pts[1].fY - radius1); in Make2ConicalOutside()
68 center0.set(pts[0].fX, pts[0].fY); in Make2ConicalOutsideStrip()
69 center1.set(pts[1].fX, pts[1].fY); in Make2ConicalOutsideStrip()
79 center0.set(pts[0].fX + radius0, pts[0].fY + radius0); in Make2ConicalOutsideFlip()
80 center1.set(pts[1].fX - radius1, pts[1].fY - radius1); in Make2ConicalOutsideFlip()
88 center0.set(SkScalarAve(pts[0].fX, pts[1].fX), in Make2ConicalInside()
90 center1.set(SkScalarInterp(pts[0].fX, pts[1].fX, SkIntToScalar(3)/5), in Make2ConicalInside()
101 center0.set(SkScalarAve(pts[0].fX, pts[1].fX), in Make2ConicalInsideFlip()
103 center1.set(SkScalarInter in Make2ConicalInsideFlip()
[all...]
/third_party/curl/lib/
H A Dcurl_trc.c59 if(data->set.verbose) { in Curl_debug()
62 if(data->set.fdebug) { in Curl_debug()
65 (void)(*data->set.fdebug)(data, type, ptr, size, data->set.debugdata); in Curl_debug()
73 fwrite(s_infotype[type], 2, 1, data->set.err); in Curl_debug()
74 fwrite(ptr, size, 1, data->set.err); in Curl_debug()
90 if(data->set.verbose || data->set.errorbuffer) { in Curl_failf()
97 if(data->set.errorbuffer && !data->state.errorbuf) { in Curl_failf()
98 strcpy(data->set in Curl_failf()
[all...]
/third_party/astc-encoder/Utils/
H A Dastc_quant_generator.cpp22 #include <set>
263 std::set<unsigned int>& set in generate_unpacked_quant()
289 set.insert(T); in generate_unpacked_quant()
314 set.insert(T); in generate_unpacked_quant()
340 set.insert(T); in generate_unpacked_quant()
347 const std::set<unsigned int>& set in generate_unquant_to_unpacked_quant()
355 for (const auto& val: set) in generate_unquant_to_unpacked_quant()
397 std::set<unsigne in main() local
[all...]
/third_party/jerryscript/tests/jerry/
H A Dregression-test-issue-1282.js26 ({ set "0"(q) { counter -= 1; } })[0] = "dummy";
27 ({ set 0(q) { counter -= 2; } })[0] = "dummy";
28 ({ set 0.0(q) { counter -= 3; } })[0] = "dummy";
29 ({ set 0.(q) { counter -= 4; } })[0] = "dummy";
30 ({ set 1.(q) { counter -= 5; } })[1] = "dummy";
31 ({ set 5.2322341234123(q) { counter -= 6; } })[5.2322341234123] = "dummy";
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_descriptor_set.c13 * buffers. We reserve an extra descriptor set for these. This descriptor set
17 * descriptor set at CmdBindDescriptors time/draw time.
414 * just multiple descriptor set layouts pasted together.
439 for (uint32_t set = 0; set < pCreateInfo->setLayoutCount; set++) { in tu_CreatePipelineLayout()
441 pCreateInfo->pSetLayouts[set]); in tu_CreatePipelineLayout()
443 assert(set < MAX_SETS); in tu_CreatePipelineLayout()
444 layout->set[se in tu_CreatePipelineLayout()
505 struct tu_descriptor_set *set; tu_descriptor_set_create() local
618 tu_descriptor_set_destroy(struct tu_device *device, struct tu_descriptor_pool *pool, struct tu_descriptor_set *set, bool free_bo) tu_descriptor_set_destroy() argument
809 struct tu_descriptor_set *set = NULL; tu_AllocateDescriptorSets() local
1236 tu_update_descriptor_set_with_template( const struct tu_device *device, struct tu_descriptor_set *set, VkDescriptorUpdateTemplate descriptorUpdateTemplate, const void *pData) tu_update_descriptor_set_with_template() argument
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_descriptor_set.h61 /* The create flags for this descriptor set layout */
64 /* Number of bindings in this descriptor set */
67 /* Total size of the descriptor set with room for all array entries */
73 /* Shader stages affected by this descriptor set */
77 /* Number of buffers in this descriptor set */
80 /* Number of dynamic offsets used by this descriptor set */
88 /* Bindings in this descriptor set */
97 } set[MAX_SETS]; member
110 radv_immutable_samplers(const struct radv_descriptor_set_layout *set, in radv_immutable_samplers() argument
113 return (const uint32_t *)((const char *)set in radv_immutable_samplers()
124 radv_immutable_ycbcr_samplers(const struct radv_descriptor_set_layout *set, unsigned binding_index) radv_immutable_ycbcr_samplers() argument
[all...]
H A Dradv_descriptor_set.c156 /* We need to allocate decriptor set layouts off the device allocator with DEVICE scope because in radv_CreateDescriptorSetLayout()
469 * just multiple descriptor set layouts pasted together.
488 if (layout->set[set_idx].layout) in radv_pipeline_layout_add_set()
493 layout->set[set_idx].layout = set_layout; in radv_pipeline_layout_add_set()
500 layout->set[set_idx].dynamic_offset_start = layout->dynamic_offset_count; in radv_pipeline_layout_add_set()
513 struct radv_descriptor_set_layout *set_layout = layout->set[i].layout; in radv_pipeline_layout_hash()
518 /* Hash the entire set layout except for the vk_object_base and the reference counter. The in radv_pipeline_layout_hash()
519 * rest of the set layout is carefully constructed to not have pointers so a full hash instead in radv_pipeline_layout_hash()
534 if (!layout->set[i].layout) in radv_pipeline_layout_finish()
537 vk_descriptor_set_layout_unref(&device->vk, &layout->set[ in radv_pipeline_layout_finish()
619 struct radv_descriptor_set *set; radv_descriptor_set_create() local
733 radv_descriptor_set_destroy(struct radv_device *device, struct radv_descriptor_pool *pool, struct radv_descriptor_set *set, bool free_bo) radv_descriptor_set_destroy() argument
955 struct radv_descriptor_set *set = NULL; radv_AllocateDescriptorSets() local
1508 radv_update_descriptor_set_with_template_impl(struct radv_device *device, struct radv_cmd_buffer *cmd_buffer, struct radv_descriptor_set *set, VkDescriptorUpdateTemplate descriptorUpdateTemplate, const void *pData) radv_update_descriptor_set_with_template_impl() argument
1590 radv_cmd_update_descriptor_set_with_template(struct radv_device *device, struct radv_cmd_buffer *cmd_buffer, struct radv_descriptor_set *set, VkDescriptorUpdateTemplate descriptorUpdateTemplate, const void *pData) radv_cmd_update_descriptor_set_with_template() argument
[all...]
/third_party/node/deps/v8/tools/testrunner/local/
H A Dpool_test.py27 results = set()
34 self.assertEqual(set(range(0, 10)), results)
37 results = set()
46 expect = set(range(0, 12))
51 results = set()
61 set(range(0, 10)) | set(range(20, 30)) | set(range(40, 50)), results)
/third_party/typescript/tests/baselines/reference/
H A DpublicGetterProtectedSetterFromThisParameter.js4 protected set x(v: number) { }
7 protected set y(v: number) { }
12 protected set q(v: number) { }
15 protected set u(v: number) { }
45 set: function (v) { },
51 set: function (v) { },
62 set: function (v) { },
68 set: function (v) { },
/third_party/node/lib/internal/crypto/
H A Dx509.js162 this[kInternalState].set('subject', value);
171 this[kInternalState].set('subjectAltName', value);
180 this[kInternalState].set('issuer', value);
191 this[kInternalState].set('issuerCertificate', value);
200 this[kInternalState].set('infoAccess', value);
209 this[kInternalState].set('validFrom', value);
218 this[kInternalState].set('validTo', value);
227 this[kInternalState].set('fingerprint', value);
236 this[kInternalState].set('fingerprint256', value);
245 this[kInternalState].set('fingerprint51
[all...]
/third_party/musl/scripts/
H A Druntest_Windows.bat4 set LOCAL=\\wsl$\ubuntu-20.04\home\code\OHOS
6 set OUTDIR=out\rk3568
9 set TESTDIR=%LOCAL%\%OUTDIR%\musl\libc-test
11 set DYNLIB=%LOCAL%\%OUTDIR%\musl\libc-test-lib
13 set REMOTE=/data/tests/libc-test
14 set REMOTELOCAL=/data/local/tmp
15 set REMOTESYSTEM=/system/lib
17 set SHDIR=%LOCAL%\third_party\musl\scripts
18 set ARCH=arm
39 set tmp_fil
[all...]
/third_party/node/deps/v8/src/wasm/baseline/riscv64/
H A Dliftoff-assembler-riscv64.h496 Register scratch = pinned.set(GetUnusedRegister(kGpReg, pinned)).gp(); in StoreTaggedPointer()
561 VU.set(kScratchReg, E8, m1); in Load()
575 pinned.set(src_op.rm()); in Load()
589 pinned.set(dst_op.rm()); in Store()
595 pinned.set(tmp); in Store()
625 VU.set(kScratchReg, E8, m1); in Store()
661 Register store_result = pinned.set(__ GetUnusedRegister(kGpReg, pinned)).gp(); in AtomicBinop()
909 Register temp0 = pinned.set(GetUnusedRegister(kGpReg, pinned)).gp(); in AtomicCompareExchange()
910 Register temp1 = pinned.set(GetUnusedRegister(kGpReg, pinned)).gp(); in AtomicCompareExchange()
911 Register temp2 = pinned.set(GetUnusedRegiste in AtomicCompareExchange()
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dcaltest.cpp484 if (cal->getFirstDayOfWeek() != i) errln("FAIL: set/getFirstDayOfWeek failed"); in TestGenericAPI()
492 if (cal->getMinimalDaysInFirstWeek() != i) errln("FAIL: set/getFirstDayOfWeek failed"); in TestGenericAPI()
507 cal->set(1984, 5, 24); in TestGenericAPI()
509 errln("FAIL: Calendar::set(3 args) failed"); in TestGenericAPI()
512 cal->set(1985, 3, 2, 11, 49); in TestGenericAPI()
514 errln("FAIL: Calendar::set(5 args) failed"); in TestGenericAPI()
517 cal->set(1995, 9, 12, 1, 39, 55); in TestGenericAPI()
519 errln("FAIL: Calendar::set(6 args) failed"); in TestGenericAPI()
695 gc->set(year, month, date); in TestRog()
696 gc->set(UCAL_HOUR_OF_DA in TestRog()
[all...]
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_nir_lower_descriptors.c63 get_set_layout(uint32_t set, const struct apply_descriptors_ctx *ctx) in get_set_layout() argument
65 return vk_to_panvk_descriptor_set_layout(ctx->layout->vk.set_layouts[set]); in get_set_layout()
69 get_binding_layout(uint32_t set, uint32_t binding, in get_binding_layout() argument
72 return &get_set_layout(set, ctx)->bindings[binding]; in get_binding_layout()
78 * NIR intrinsics for a reference into a descriptor set. It acts much like a
96 build_res_index(nir_builder *b, uint32_t set, uint32_t binding, in build_res_index() argument
101 get_set_layout(set, ctx); in build_res_index()
113 panvk_pipeline_layout_ubo_index(ctx->layout, set, binding, 0); in build_res_index()
125 panvk_pipeline_layout_ubo_start(ctx->layout, set, false) + in build_res_index()
141 const unsigned dyn_ssbo_idx = ctx->layout->sets[set] in build_res_index()
329 get_resource_deref_binding(nir_deref_instr *deref, uint32_t *set, uint32_t *binding, uint32_t *index_imm, nir_ssa_def **index_ssa) get_resource_deref_binding() argument
359 uint32_t set, binding, index_imm; load_resource_deref_desc() local
476 uint32_t set, binding, index_imm; lower_tex() local
499 uint32_t set, binding, index_imm; lower_tex() local
524 uint32_t set, binding, index_imm; get_img_index() local
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DPassResourceUsage.h21 #include <set>
54 // specification. ComputePassResourceUsage also stores nline the set of all buffers and
67 std::set<BufferBase*> referencedBuffers;
68 std::set<TextureBase*> referencedTextures;
69 std::set<ExternalTextureBase*> referencedExternalTextures;
93 std::set<BufferBase*> topLevelBuffers;
94 std::set<TextureBase*> topLevelTextures;
95 std::set<QuerySetBase*> usedQuerySets;
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_goto_ifs.c37 struct set *reachable;
63 struct set *blocks;
68 /** Reach set from inside_outside if irreducable */
69 struct set *reach;
90 print_block_set(const struct set *set) in print_block_set() argument
93 if (set != NULL) { in print_block_set()
95 set_foreach(set, entry) { in print_block_set()
104 /** Return a sorted array of blocks for a set
106 * Hash set orderin
[all...]
H A Dnir_from_ssa.c100 * representing a set registers of non-interfering registers. This is
112 * nodes in a given set interfere. Merging two sets or checking for
120 struct merge_set *set; member
133 merge_set_dump(merge_set *set, FILE *fp)
135 nir_ssa_def *dom[set->size];
138 foreach_list_typed(merge_node, node, node, &set->nodes) {
160 merge_set *set = ralloc(state->dead_ctx, merge_set); in get_merge_node()
161 exec_list_make_empty(&set->nodes); in get_merge_node()
162 set->size = 1; in get_merge_node()
163 set in get_merge_node()
[all...]
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_configdialog.py108 Test that widget actions set vars, that var changes add three
131 d.font_name.set('Fake')
132 d.font_size.set('1')
133 d.font_bold.set(True)
197 d.sizelist.variable.set(40)
203 d.font_bold.set(False)
218 d.font_size.set(default_size)
219 d.font_bold.set(default_bold)
222 d.font_name.set('Test Font')
230 d.font_size.set('2
[all...]

Completed in 24 milliseconds

1...<<51525354555657585960>>...325