| /third_party/icu/icu4c/source/i18n/ |
| H A D | tridpars.cpp | 87 UnicodeSet *set = new UnicodeSet(filter, ec); in createInstance() local
|
| /third_party/icu/icu4c/source/common/ |
| H A D | unisetspan.cpp | 204 UnicodeSetStringSpan::UnicodeSetStringSpan(const UnicodeSet &set, in UnicodeSetStringSpan() argument 488 spanOne(const UnicodeSet &set, const UChar *s, int32_t length) { in spanOne() argument 497 spanOneBack(const UnicodeSet &set, const UChar *s, int32_t length) spanOneBack() argument 506 spanOneUTF8(const UnicodeSet &set, const uint8_t *s, int32_t length) spanOneUTF8() argument 518 spanOneBackUTF8(const UnicodeSet &set, const uint8_t *s, int32_t length) spanOneBackUTF8() argument [all...] |
| /third_party/libwebsockets/lib/cose/ |
| H A D | cose_key.c | 768 lws_cose_key_from_set(lws_dll2_owner_t *set, const uint8_t *kid, size_t kl) in lws_cose_key_from_set() argument
|
| /third_party/mesa3d/src/freedreno/ir3/ |
| H A D | ir3_merge_regs.c | 198 struct ir3_merge_set *set = ralloc(def, struct ir3_merge_set); get_merge_set() local [all...] |
| /third_party/mesa3d/src/freedreno/vulkan/ |
| H A D | tu_descriptor_set.h | 86 } set[MAX_SETS]; member 120 struct tu_descriptor_set *set; member 232 tu_immutable_samplers(const struct tu_descriptor_set_layout *set, const struct tu_descriptor_set_binding_layout *binding) tu_immutable_samplers() argument 239 tu_immutable_ycbcr_samplers(const struct tu_descriptor_set_layout *set, const struct tu_descriptor_set_binding_layout *binding) tu_immutable_ycbcr_samplers() argument [all...] |
| /third_party/mesa3d/src/amd/compiler/ |
| H A D | aco_lower_to_cssa.cpp | 95 merge_set set; in collect_parallelcopies() local [all...] |
| /third_party/mesa3d/src/amd/vulkan/ |
| H A D | radv_nir_apply_pipeline_layout.c | 56 load_desc_ptr(nir_builder *b, apply_layout_state *state, unsigned set) in load_desc_ptr() argument
|
| /third_party/ltp/lib/ |
| H A D | tst_safe_macros.c | 336 safe_sigprocmask(const char *file, const int lineno, int how, sigset_t *set, sigset_t *oldset) safe_sigprocmask() argument 356 safe_sigwait(const char *file, const int lineno, sigset_t *set, int *sig) safe_sigwait() argument
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | radeon_uvd_enc_1_1.c | 68 static void radeon_uvd_enc_set_emulation_prevention(struct radeon_uvd_encoder *enc, bool set) in radeon_uvd_enc_set_emulation_prevention() argument
|
| H A D | radeon_vcn_enc.c | 551 void radeon_enc_set_emulation_prevention(struct radeon_encoder *enc, bool set) in radeon_enc_set_emulation_prevention() argument
|
| /third_party/mesa3d/src/gallium/frontends/clover/core/ |
| H A D | kernel.cpp | 422 kernel::argument::set() const { in set() function in kernel::argument 435 kernel::scalar_argument::set(size_t size, const void *value) { in set() function in kernel::scalar_argument 465 kernel::global_argument::set(size_t size, const void *value) { in set() function in kernel::global_argument 519 kernel::local_argument::set(size_ function in kernel::local_argument 552 kernel::constant_argument::set(size_t size, const void *value) { set() function in kernel::constant_argument 591 kernel::image_rd_argument::set(size_t size, const void *value) { set() function in kernel::image_rd_argument 622 kernel::image_wr_argument::set(size_t size, const void *value) { set() function in kernel::image_wr_argument 653 kernel::sampler_argument::set(size_t size, const void *value) { set() function in kernel::sampler_argument [all...] |
| /third_party/mesa3d/src/gallium/frontends/lavapipe/ |
| H A D | lvp_descriptor_set.c | 308 struct lvp_descriptor_set *set; in lvp_descriptor_set_create() local 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/node/lib/internal/ |
| H A D | util.js | [all...] |
| /third_party/node/tools/gyp/tools/emacs/ |
| H A D | gyp.el | |
| /third_party/musl/src/thread/linux/ |
| H A D | pthread_create.c | 199 sigset_t set; in __pthread_exit() local 430 sigset_t set; in __pthread_create() local [all...] |
| /third_party/musl/porting/linux/user/src/thread/ |
| H A D | pthread_create.c | 147 sigset_t set; in __pthread_exit() local 366 sigset_t set; in __pthread_create() local
|
| /third_party/node/deps/icu-small/source/common/ |
| H A D | unisetspan.cpp | 204 UnicodeSetStringSpan::UnicodeSetStringSpan(const UnicodeSet &set, in UnicodeSetStringSpan() argument 488 spanOne(const UnicodeSet &set, const char16_t *s, int32_t length) { in spanOne() argument 497 spanOneBack(const UnicodeSet &set, const char16_t *s, int32_t length) spanOneBack() argument 506 spanOneUTF8(const UnicodeSet &set, const uint8_t *s, int32_t length) spanOneUTF8() argument 518 spanOneBackUTF8(const UnicodeSet &set, const uint8_t *s, int32_t length) spanOneBackUTF8() argument [all...] |
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | collationruleparser.cpp | 673 UnicodeSet set; in parseSetting() local 755 CollationRuleParser::parseUnicodeSet(int32_t i, UnicodeSet &set, UErrorCode &errorCode) { in parseUnicodeSet() argument
|
| H A D | tridpars.cpp | 87 UnicodeSet *set = new UnicodeSet(filter, ec); in createInstance() local
|
| /third_party/mesa3d/src/panfrost/vulkan/ |
| H A D | panvk_vX_nir_lower_descriptors.c | 63 get_set_layout(uint32_t set, const struct apply_descriptors_ctx *ctx) in get_set_layout() argument 69 get_binding_layout(uint32_t set, uint32_t binding, in get_binding_layout() argument 96 build_res_index(nir_builder *b, uint32_t set, uint32_t binding, in build_res_index() argument 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/icu/icu4c/source/test/intltest/ |
| H A D | ucdtest.cpp | 807 const UnicodeSet &set = *UnicodeSet::fromUSet(uset); TestBinaryCharacterProperties() local [all...] |
| /third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/ |
| H A D | HolidayCalendarDemo.java | 437 public void set(Date date) { in set() method in HolidayCalendarDemo.CalendarPanel 441 public void set(Locale loc, Locale display, Date date) in set() method in HolidayCalendarDemo.CalendarPanel [all...] |
| /third_party/icu/icu4c/source/test/cintltst/ |
| H A D | ucnvseltst.c | 286 USet* set; in getResultsManually() local [all...] |
| /third_party/ltp/testcases/kernel/sched/tool/ |
| H A D | time-schedule.c | 108 sigset_t set; in main() local
|
| /third_party/node/deps/v8/src/objects/ |
| H A D | objects.h | 962 static inline int set(int value, int bit_position, bool v) { in set() function in v8::internal::BooleanBit
|