/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | DateIntervalFormatTest.java | 1407 from.set(2000, Calendar.JANUARY, 1, 12, 0); in testGetInstance_String_DateIntervalInfo() 1409 to.set(2001, Calendar.FEBRUARY, 1, 12, 0); in testGetInstance_String_DateIntervalInfo() 1423 from.set(2000, Calendar.JANUARY, 1, 12, 0); in testGetInstance_String_Locale_DateIntervalInfo() 1425 to.set(2001, Calendar.FEBRUARY, 1, 12, 0); in testGetInstance_String_Locale_DateIntervalInfo() 1467 fromCalendar.set(2016, 5, 22); in TestDateIntervalFormatCoverage() 1469 toCalendar.set(2016, 5, 23); in TestDateIntervalFormatCoverage() 1483 from.set(2013, 3, 26); in TestTicket9919GetInstance() 1484 to.set(2013, 3, 28); in TestTicket9919GetInstance() 1523 from.set(2013, 3, 26); in TestTicket9919Setter() 1524 to.set(201 in TestTicket9919Setter() [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | incaltst.cpp | 202 grego->set(gregorianYear, month, dayOfMonth); in quasiGregorianTest() 206 cal.set(UCAL_ERA, era); in quasiGregorianTest() 207 cal.set(year, month, dayOfMonth); in quasiGregorianTest() 221 // Now, set the gregorian millis on the other calendar in quasiGregorianTest() 864 grego->set(gregYear, gregMonth, gregDay); in TestPersian() 867 cal->set(persYear, persMonth, persDay); in TestPersian() 1010 if (status.errIfFailureAndReset("Cannot set time")) { in checkConsistency() 1015 if (status.errIfFailureAndReset("Cannot set time")) { in checkConsistency() 1077 // Third, we verify the set function can round trip the time back. in checkConsistency() 1081 r->set(u in checkConsistency() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_context.c | 1588 const struct set_engines *set = data; in set_engines__load_balance() local 1589 struct drm_i915_private *i915 = set->ctx->i915; in set_engines__load_balance() 1606 if (idx >= set->engines->num_engines) { in set_engines__load_balance() 1608 idx, set->engines->num_engines); in set_engines__load_balance() 1612 idx = array_index_nospec(idx, set->engines->num_engines); in set_engines__load_balance() 1613 if (set->engines->engines[idx]) { in set_engines__load_balance() 1665 intel_context_set_gem(ce, set->ctx); in set_engines__load_balance() 1667 if (cmpxchg(&set->engines->engines[idx], NULL, ce)) { in set_engines__load_balance() 1685 const struct set_engines *set = data; in set_engines__bond() local 1686 struct drm_i915_private *i915 = set in set_engines__bond() 1779 struct set_engines set = { .ctx = ctx }; set_engines() local [all...] |
/kernel/linux/linux-6.6/drivers/net/hyperv/ |
H A D | rndis_filter.c | 88 struct rndis_set_request *set; in get_rndis_request() local 108 set = &rndis_msg->msg.set_req; in get_rndis_request() 109 set->req_id = atomic_inc_return(&dev->new_req_id); in get_rndis_request() 805 struct rndis_set_request *set; in rndis_filter_set_device_mac() local 819 set = &request->request_msg.msg.set_req; in rndis_filter_set_device_mac() 820 set->oid = RNDIS_OID_GEN_RNDIS_CONFIG_PARAMETER; in rndis_filter_set_device_mac() 821 set->info_buflen = extlen; in rndis_filter_set_device_mac() 822 set->info_buf_offset = sizeof(struct rndis_set_request); in rndis_filter_set_device_mac() 823 set->dev_vc_handle = 0; in rndis_filter_set_device_mac() 825 cpi = (struct rndis_config_parameter_info *)((ulong)set in rndis_filter_set_device_mac() 871 struct rndis_set_request *set; rndis_filter_set_offload_params() local 928 struct rndis_set_request *set; rndis_set_rss_param_msg() local 1043 struct rndis_set_request *set; rndis_filter_set_packet_filter() local [all...] |
/third_party/python/Lib/test/ |
H A D | test_random.py | 88 self.assertEqual(set(seq), set(shuffled_seq)) 137 uniq = set(s) 139 self.assertTrue(uniq <= set(population)) 241 set_data = set(range(4)) 252 self.assertTrue(set(sample) <= set(data)) 263 self.assertTrue(set(choices(str_data, k=5)) <= set(str_data)) # population is a string sequence 264 self.assertTrue(set(choice [all...] |
/kernel/linux/linux-5.10/arch/arm64/kernel/ |
H A D | efi-header.S | 101 .set section_count, (. - section_table) / 40 128 .set efi_debug_table_size, . - efi_debug_table 140 .set efi_debug_entry_size, . - efi_debug_entry
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | sync.h | 9 * https://www.mips.com/?do-download=the-mips64-instruction-set-v6-06 179 .set push; \ 180 .set MIPS_ISA_LEVEL_RAW; \ 184 .set pop; \
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | sync.h | 9 * https://www.mips.com/?do-download=the-mips64-instruction-set-v6-06 179 .set push; \ 180 .set MIPS_ISA_LEVEL_RAW; \ 184 .set pop; \
|
/kernel/linux/linux-6.6/arch/mips/lib/ |
H A D | strncpy_user.S | 36 .set push 37 .set eva 39 .set pop
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | exp_rcv.c | 53 * @set - the set 55 static void hfi1_exp_tid_set_init(struct exp_tid_set *set) in hfi1_exp_tid_set_init() argument 57 INIT_LIST_HEAD(&set->list); in hfi1_exp_tid_set_init() 58 set->count = 0; in hfi1_exp_tid_set_init()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | nsproxy.h | 46 * a partial or complete new set of namespaces. 49 * point to a modifiable set of credentials. If a pointer 50 * to a modifiable set is needed nsset_cred() must be 60 static inline struct cred *nsset_cred(struct nsset *set) in nsset_cred() argument 62 if (set->flags & CLONE_NEWUSER) in nsset_cred() 63 return (struct cred *)set->cred; in nsset_cred()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | sysfs.h | 15 char *btrfs_printable_features(enum btrfs_feature_set set, u64 flags); 16 const char *btrfs_feature_set_name(enum btrfs_feature_set set); 23 u64 bit, enum btrfs_feature_set set);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | nsproxy.h | 46 * a partial or complete new set of namespaces. 49 * point to a modifiable set of credentials. If a pointer 50 * to a modifiable set is needed nsset_cred() must be 60 static inline struct cred *nsset_cred(struct nsset *set) in nsset_cred() argument 62 if (set->flags & CLONE_NEWUSER) in nsset_cred() 63 return (struct cred *)set->cred; in nsset_cred()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | exp_rcv.c | 11 * @set: the set 13 static void hfi1_exp_tid_set_init(struct exp_tid_set *set) in hfi1_exp_tid_set_init() argument 15 INIT_LIST_HEAD(&set->list); in hfi1_exp_tid_set_init() 16 set->count = 0; in hfi1_exp_tid_set_init()
|
/kernel/liteos_m/testsuites/sample/kernel/signal/ |
H A D | It_los_signal_004.c | 41 sigset_t set = LOS_SIGNAL_MASK(SIGUSR1);
in TaskF01() local 46 ret = LOS_SignalWait(&set, &info, 10);
in TaskF01() 52 ret = LOS_SignalWait(&set, &info, LOS_WAIT_FOREVER);
in TaskF01()
|
/third_party/benchmark/test/ |
H A D | args_product_test.cc | 3 #include <set> 58 std::set<std::vector<int64_t>> expectedValues; 59 std::set<std::vector<int64_t>> actualValues;
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | enumset.h | 41 inline void add(T toAdd) { set(toAdd, 1); } in add() 42 inline void remove(T toRemove) { set(toRemove, 0); } in remove() 44 inline void set(T toSet, int32_t v) { fBools=(fBools&(~flag(toSet)))|(v?(flag(toSet)):0); } in set() function in EnumSet
|
H A D | usetiter.h | 40 * UnicodeSetIterator it(set); 45 * <p>Each item in the set is accessed as a string. Set elements 52 * UnicodeSetIterator it(set); 101 * Create an iterator over the given set. The iterator is valid 102 * only so long as <tt>set</tt> is valid. 103 * @param set set to iterate over 106 UnicodeSetIterator(const UnicodeSet& set); 111 * constructor allowing the target to be set later. 185 * Advances the iteration position to the next element in the set, 267 const UnicodeSet* set; global() member in U_FINAL [all...] |
/third_party/jerryscript/tests/jerry/es2015/ |
H A D | typedarray-prototype-lastindexof.js | 58 e.set([1, 2]); 64 e.set([11, 22, 33, 44]); 78 e.set([0, 1]);
|
H A D | typedarray-prototype-indexof.js | 60 e.set([1, 2]); 66 e.set([11, 22, 33, 44]); 80 e.set([0, 1]);
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_constant_expressions.py | 13 sizes = set(type_sizes(op.output_type)) 18 sizes = set(type_sizes(input_type)) 20 sizes = sizes.intersection(set(type_sizes(input_type)))
|
/third_party/nghttp2/src/ |
H A D | shrpx_signal.cc | 78 int shrpx_signal_set(sigset_t *set) { in shrpx_signal_set() argument 82 rv = pthread_sigmask(SIG_SETMASK, set, nullptr); in shrpx_signal_set() 91 return sigprocmask(SIG_SETMASK, set, nullptr); in shrpx_signal_set()
|
/third_party/musl/src/linux/ |
H A D | membarrier.c | 33 sigset_t set; in __membarrier() local 34 __block_app_sigs(&set); in __membarrier() 53 __restore_sigs(&set); in __membarrier()
|
/third_party/musl/src/misc/ |
H A D | forkpty.c | 13 sigset_t set, oldset; in forkpty() local 17 sigfillset(&set); in forkpty() 18 pthread_sigmask(SIG_BLOCK, &set, &oldset); in forkpty()
|
/third_party/musl/src/process/ |
H A D | _Fork.c | 49 sigset_t set; in _Fork() local 51 __block_all_sigs(&set); in _Fork() 61 __restore_sigs(&set); in _Fork()
|