Home
last modified time | relevance | path

Searched defs:set (Results 776 - 800 of 1289) sorted by relevance

1...<<31323334353637383940>>...52

/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
H A DUnicodeMap.java682 public UnicodeMap<T> composeWith(UnicodeSet set, T value, Composer<T> composer) { in composeWith() argument
1177 removeAll(UnicodeSet set) removeAll() argument
1185 retainAll(UnicodeSet set) retainAll() argument
[all...]
/third_party/icu/icu4c/source/common/
H A Duset.cpp44 uset_close(USet* set) { in uset_close() argument
49 uset_clone(const USet *set) { in uset_clone() argument
54 uset_isFrozen(const USet *set) { in uset_isFrozen() argument
59 uset_freeze(USet *set) { in uset_freeze() argument
64 uset_cloneAsThawed(const USet *set) { in uset_cloneAsThawed() argument
69 uset_set(USet* set, UChar32 start, UChar32 end) uset_set() argument
75 uset_addAll(USet* set, const USet *additionalSet) uset_addAll() argument
80 uset_add(USet* set, UChar32 c) uset_add() argument
85 uset_addRange(USet* set, UChar32 start, UChar32 end) uset_addRange() argument
90 uset_addString(USet* set, const UChar* str, int32_t strLen) uset_addString() argument
97 uset_addAllCodePoints(USet* set, const UChar *str, int32_t strLen) uset_addAllCodePoints() argument
104 uset_remove(USet* set, UChar32 c) uset_remove() argument
109 uset_removeRange(USet* set, UChar32 start, UChar32 end) uset_removeRange() argument
114 uset_removeString(USet* set, const UChar* str, int32_t strLen) uset_removeString() argument
120 uset_removeAllCodePoints(USet *set, const UChar *str, int32_t length) uset_removeAllCodePoints() argument
126 uset_removeAll(USet* set, const USet* remove) uset_removeAll() argument
131 uset_retain(USet* set, UChar32 start, UChar32 end) uset_retain() argument
136 uset_retainString(USet *set, const UChar *str, int32_t length) uset_retainString() argument
142 uset_retainAllCodePoints(USet *set, const UChar *str, int32_t length) uset_retainAllCodePoints() argument
148 uset_retainAll(USet* set, const USet* retain) uset_retainAll() argument
153 uset_compact(USet* set) uset_compact() argument
158 uset_complement(USet* set) uset_complement() argument
163 uset_complementRange(USet *set, UChar32 start, UChar32 end) uset_complementRange() argument
168 uset_complementString(USet *set, const UChar *str, int32_t length) uset_complementString() argument
174 uset_complementAllCodePoints(USet *set, const UChar *str, int32_t length) uset_complementAllCodePoints() argument
180 uset_complementAll(USet* set, const USet* complement) uset_complementAll() argument
185 uset_clear(USet* set) uset_clear() argument
190 uset_removeAllStrings(USet* set) uset_removeAllStrings() argument
195 uset_isEmpty(const USet* set) uset_isEmpty() argument
200 uset_hasStrings(const USet* set) uset_hasStrings() argument
205 uset_contains(const USet* set, UChar32 c) uset_contains() argument
210 uset_containsRange(const USet* set, UChar32 start, UChar32 end) uset_containsRange() argument
215 uset_containsString(const USet* set, const UChar* str, int32_t strLen) uset_containsString() argument
226 uset_containsAllCodePoints(const USet* set, const UChar *str, int32_t strLen) uset_containsAllCodePoints() argument
243 uset_span(const USet *set, const UChar *s, int32_t length, USetSpanCondition spanCondition) uset_span() argument
248 uset_spanBack(const USet *set, const UChar *s, int32_t length, USetSpanCondition spanCondition) uset_spanBack() argument
253 uset_spanUTF8(const USet *set, const char *s, int32_t length, USetSpanCondition spanCondition) uset_spanUTF8() argument
258 uset_spanBackUTF8(const USet *set, const char *s, int32_t length, USetSpanCondition spanCondition) uset_spanBackUTF8() argument
268 uset_indexOf(const USet* set, UChar32 c) uset_indexOf() argument
273 uset_charAt(const USet* set, int32_t index) uset_charAt() argument
278 uset_size(const USet* set) uset_size() argument
291 getStringCount(const UnicodeSet& set) getStringCount() argument
294 getString(const UnicodeSet& set, int32_t i) getString() argument
305 uset_getRangeCount(const USet *set) uset_getRangeCount() argument
311 const UnicodeSet& set = *(const UnicodeSet*)uset; uset_getItemCount() local
321 const UnicodeSet& set = *(const UnicodeSet*)uset; uset_getItem() local
374 uset_serialize(const USet* set, uint16_t* dest, int32_t destCapacity, UErrorCode* ec) uset_serialize() argument
450 uset_serializedContains(const USerializedSet* set, UChar32 c) uset_serializedContains() argument
508 uset_getSerializedRangeCount(const USerializedSet* set) uset_getSerializedRangeCount() argument
517 uset_getSerializedRange(const USerializedSet* set, int32_t rangeIndex, UChar32* pStart, UChar32* pEnd) uset_getSerializedRange() argument
[all...]
H A Duniset_props.cpp790 const USet *set = u_getBinaryPropertySet(prop, &ec); applyIntPropertyValue() local
[all...]
/third_party/icu/icu4c/source/i18n/
H A Ducol.cpp613 UnicodeSet *set = Collator::fromUCollator(coll)->getTailoredSet(*status); in ucol_getTailoredSet() local
/third_party/libuv/src/unix/
H A Dsunos.c154 sigset_t set; in uv__io_poll() local
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_shader_calls.c86 BITSET_WORD *set; member
102 struct brw_bitset *set = _set; in src_is_in_bitset() local
117 add_ssa_def_to_bitset(nir_ssa_def *def, struct brw_bitset *set) in add_ssa_def_to_bitset() argument
[all...]
H A Dnir_lower_goto_ifs.c90 print_block_set(const struct set *set) in print_block_set() argument
[all...]
H A Dnir_from_ssa.c120 struct merge_set *set; member
[all...]
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_shader.c165 unsigned set = nir_intrinsic_desc_set(instr); in lower_vulkan_resource_index() local
331 unsigned set in build_bindless() local
[all...]
/third_party/node/src/
H A Dnode_binding.cc286 void set(void* handle, node_module* mod) { in set() function
H A Dutil-inl.h438 ToV8Value(v8::Local<v8::Context> context, const std::set<T>& set, v8::Isolate* isolate) ToV8Value() argument
/third_party/node/deps/icu-small/source/common/
H A Duniset_props.cpp787 const USet *set = u_getBinaryPropertySet(prop, &ec); applyIntPropertyValue() local
[all...]
H A Duset.cpp44 uset_close(USet* set) { in uset_close() argument
49 uset_clone(const USet *set) { in uset_clone() argument
54 uset_isFrozen(const USet *set) { in uset_isFrozen() argument
59 uset_freeze(USet *set) { in uset_freeze() argument
64 uset_cloneAsThawed(const USet *set) { in uset_cloneAsThawed() argument
69 uset_set(USet* set, UChar32 start, UChar32 end) uset_set() argument
75 uset_addAll(USet* set, const USet *additionalSet) uset_addAll() argument
80 uset_add(USet* set, UChar32 c) uset_add() argument
85 uset_addRange(USet* set, UChar32 start, UChar32 end) uset_addRange() argument
90 uset_addString(USet* set, const char16_t* str, int32_t strLen) uset_addString() argument
97 uset_addAllCodePoints(USet* set, const char16_t *str, int32_t strLen) uset_addAllCodePoints() argument
104 uset_remove(USet* set, UChar32 c) uset_remove() argument
109 uset_removeRange(USet* set, UChar32 start, UChar32 end) uset_removeRange() argument
114 uset_removeString(USet* set, const char16_t* str, int32_t strLen) uset_removeString() argument
120 uset_removeAllCodePoints(USet *set, const char16_t *str, int32_t length) uset_removeAllCodePoints() argument
126 uset_removeAll(USet* set, const USet* remove) uset_removeAll() argument
131 uset_retain(USet* set, UChar32 start, UChar32 end) uset_retain() argument
136 uset_retainString(USet *set, const char16_t *str, int32_t length) uset_retainString() argument
142 uset_retainAllCodePoints(USet *set, const char16_t *str, int32_t length) uset_retainAllCodePoints() argument
148 uset_retainAll(USet* set, const USet* retain) uset_retainAll() argument
153 uset_compact(USet* set) uset_compact() argument
158 uset_complement(USet* set) uset_complement() argument
163 uset_complementRange(USet *set, UChar32 start, UChar32 end) uset_complementRange() argument
168 uset_complementString(USet *set, const char16_t *str, int32_t length) uset_complementString() argument
174 uset_complementAllCodePoints(USet *set, const char16_t *str, int32_t length) uset_complementAllCodePoints() argument
180 uset_complementAll(USet* set, const USet* complement) uset_complementAll() argument
185 uset_clear(USet* set) uset_clear() argument
190 uset_removeAllStrings(USet* set) uset_removeAllStrings() argument
195 uset_isEmpty(const USet* set) uset_isEmpty() argument
200 uset_hasStrings(const USet* set) uset_hasStrings() argument
205 uset_contains(const USet* set, UChar32 c) uset_contains() argument
210 uset_containsRange(const USet* set, UChar32 start, UChar32 end) uset_containsRange() argument
215 uset_containsString(const USet* set, const char16_t* str, int32_t strLen) uset_containsString() argument
226 uset_containsAllCodePoints(const USet* set, const char16_t *str, int32_t strLen) uset_containsAllCodePoints() argument
243 uset_span(const USet *set, const char16_t *s, int32_t length, USetSpanCondition spanCondition) uset_span() argument
248 uset_spanBack(const USet *set, const char16_t *s, int32_t length, USetSpanCondition spanCondition) uset_spanBack() argument
253 uset_spanUTF8(const USet *set, const char *s, int32_t length, USetSpanCondition spanCondition) uset_spanUTF8() argument
258 uset_spanBackUTF8(const USet *set, const char *s, int32_t length, USetSpanCondition spanCondition) uset_spanBackUTF8() argument
268 uset_indexOf(const USet* set, UChar32 c) uset_indexOf() argument
273 uset_charAt(const USet* set, int32_t index) uset_charAt() argument
278 uset_size(const USet* set) uset_size() argument
291 getStringCount(const UnicodeSet& set) getStringCount() argument
294 getString(const UnicodeSet& set, int32_t i) getString() argument
305 uset_getRangeCount(const USet *set) uset_getRangeCount() argument
311 const UnicodeSet& set = *(const UnicodeSet*)uset; uset_getItemCount() local
321 const UnicodeSet& set = *(const UnicodeSet*)uset; uset_getItem() local
374 uset_serialize(const USet* set, uint16_t* dest, int32_t destCapacity, UErrorCode* ec) uset_serialize() argument
450 uset_serializedContains(const USerializedSet* set, UChar32 c) uset_serializedContains() argument
508 uset_getSerializedRangeCount(const USerializedSet* set) uset_getSerializedRangeCount() argument
517 uset_getSerializedRange(const USerializedSet* set, int32_t rangeIndex, UChar32* pStart, UChar32* pEnd) uset_getSerializedRange() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Duspoof.cpp343 const UnicodeSet *set = UnicodeSet::fromUSet(chars); in uspoof_setAllowedChars() local
H A Ducol.cpp613 UnicodeSet *set = Collator::fromUCollator(coll)->getTailoredSet(*status); in ucol_getTailoredSet() local
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_cmd_buffer.c92 panvk_set_dyn_ssbo_pointers(struct panvk_descriptor_state *desc_state, unsigned dyn_ssbo_offset, struct panvk_descriptor_set *set) panvk_set_dyn_ssbo_pointers() argument
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir.cpp125 ValueRef::set(const ValueRef &ref) in set() function in nv50_ir::ValueRef
134 ValueRef::set(Value *refVal) in set() function in nv50_ir::ValueRef
147 ValueDef::set(Valu function in nv50_ir::ValueDef
[all...]
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_descriptor_set.c53 vn_descriptor_set_destroy(struct vn_device *dev, struct vn_descriptor_set *set, const VkAllocationCallbacks *alloc) vn_descriptor_set_destroy() argument
509 struct vn_descriptor_set *set = NULL; vn_AllocateDescriptorSets() local
580 struct vn_descriptor_set *set = vn_AllocateDescriptorSets() local
613 struct vn_descriptor_set *set = vn_FreeDescriptorSets() local
698 const struct vn_descriptor_set *set = vn_update_descriptor_sets_parse_writes() local
978 struct vn_descriptor_set *set = vn_UpdateDescriptorSetWithTemplate() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/
H A Dregister-allocator-verifier.cc483 DelayedAssessments* set = nullptr; in ValidatePendingAssessment() local
/third_party/node/deps/v8/src/compiler/
H A Dstore-store-elimination.cc131 const SetT* set() const { return set_; } in set() function in v8::internal::compiler::__anon14415::final
177 UnobservablesSet(const SetT* set) UnobservablesSet() argument
183 SetAdd(SetT* set, const KeyT& key) SetAdd() argument
186 SetErase(SetT* set, const KeyT& key) SetErase() argument
189 SetGCObservable(SetT* set, const KeyT& key) SetGCObservable() argument
[all...]
/third_party/node/deps/v8/src/builtins/
H A Daccessors.cc43 Handle<Object> set = v8::FromCData(isolate, setter); in MakeAccessor() local
/third_party/node/deps/v8/src/objects/
H A Dfixed-array-inl.h87 void FixedArray::set(int index, Smi value) { in set() function in v8::internal::FixedArray
96 void FixedArray::set(int index, Object value) { in set() function in v8::internal::FixedArray
105 void FixedArray::set(int index, Object value, WriteBarrierMode mode) { in set() function in v8::internal::FixedArray
134 void FixedArray::set(int index, Object value, RelaxedStoreTag, in set() function in v8::internal::FixedArray
142 void FixedArray::set(int index, Smi value, RelaxedStoreTag tag) { in set() function in v8::internal::FixedArray
158 void FixedArray::set(int index, Object value, ReleaseStoreTag, in set() function in v8::internal::FixedArray
166 void FixedArray::set(int index, Smi value, ReleaseStoreTag tag) { in set() function in v8::internal::FixedArray
387 void FixedDoubleArray::set(in function in v8::internal::FixedDoubleArray
569 void ByteArray::set(int index, byte value) { set() function in v8::internal::ByteArray
696 void TemplateList::set(int index, Object value) { set() function in v8::internal::TemplateList
[all...]
/third_party/node/deps/v8/src/utils/
H A Dutils.h306 void set(T* value) { in set() function in v8::internal::SetOncePointer
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-register.h361 constexpr Register set(Register reg) { in set() function in v8::internal::wasm::LiftoffRegList
364 constexpr DoubleRegister set(DoubleRegister reg) { in set() function in v8::internal::wasm::LiftoffRegList
368 constexpr LiftoffRegister set(LiftoffRegister reg) { in set() function in v8::internal::wasm::LiftoffRegList
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_descriptors_lazy.c504 zink_descriptor_set_update_lazy(struct zink_context *ctx, struct zink_program *pg, enum zink_descriptor_type type, VkDescriptorSet set) in zink_descriptor_set_update_lazy() argument
[all...]

Completed in 26 milliseconds

1...<<31323334353637383940>>...52