/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/ |
H A D | json_object.h | 20 #include <set> 33 // Set max allowed nest depth and return the value before set. 72 int GetSubFieldPath(const FieldPath &inPath, std::set<FieldPath> &outSubPath) const; 73 int GetSubFieldPath(const std::set<FieldPath> &inPath, std::set<FieldPath> &outSubPath) const; 75 int GetSubFieldPathAndType(const std::set<FieldPath> &inPath, std::map<FieldPath, FieldType> &outSubPathType) const; 113 // If inPath empty(means root), set exact and nearest to root value and nearDepth to 0, then ret E_OK; 114 // If JsonValue exist at exact path, set exact to this JsonValue, set nearest to its parent JsonValue, set nearDept [all...] |
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
H A D | tls.h | 15 mcr p15, 0, \tp, c13, c0, 3 @ set TLS register 25 streq \tp, [\tmp2, #-15] @ set TLS value at 0xffff0ff0 27 mcrne p15, 0, \tp, c13, c0, 3 @ yes, set TLS register 28 mcrne p15, 0, \tpuser, c13, c0, 2 @ set user r/w register 34 str \tp, [\tmp1, #-15] @ set TLS value at 0xffff0ff0
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | signal_n32.c | 58 sigset_t set; in sysn32_rt_sigreturn() local 65 if (__copy_conv_sigset_from_user(&set, &frame->rs_uc.uc_sigmask)) in sysn32_rt_sigreturn() 68 set_current_blocked(&set); in sysn32_rt_sigreturn() 94 struct pt_regs *regs, sigset_t *set) in setup_rt_frame_n32() 111 err |= __copy_conv_sigset_to_user(&frame->rs_uc.uc_sigmask, set); in setup_rt_frame_n32() 93 setup_rt_frame_n32(void *sig_return, struct ksignal *ksig, struct pt_regs *regs, sigset_t *set) setup_rt_frame_n32() argument
|
H A D | head.S | 31 * set ST0_KX so that the CPU does not spit fire when using 35 .macro setup_c0_status set clr 36 .set push 38 or t0, ST0_KERNEL_CUMASK|\set|0x1f|\clr 41 .set noreorder 43 .set pop
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | dcr-native.h | 112 unsigned clr, unsigned set) in __dcri_clrset() 120 val = (mfdcrx(base_data) & ~clr) | set; in __dcri_clrset() 124 val = (__mfdcr(base_data) & ~clr) | set; in __dcri_clrset() 138 #define dcri_clrset(base, reg, clr, set) __dcri_clrset(DCRN_ ## base ## _CONFIG_ADDR, \ 140 reg, clr, set) 111 __dcri_clrset(int base_addr, int base_data, int reg, unsigned clr, unsigned set) __dcri_clrset() argument
|
/kernel/linux/linux-5.10/arch/mips/pic32/pic32mzda/ |
H A D | config.c | 37 static u32 pic32_conf_modify_atomic(u32 offset, u32 mask, u32 set) in pic32_conf_modify_atomic() argument 45 v |= (set & mask); in pic32_conf_modify_atomic() 71 u32 clr, set; in pic32_set_sdhci_adma_fifo_threshold() local 74 set = (rthrsh << 4) | (wthrsh << 16); in pic32_set_sdhci_adma_fifo_threshold() 75 return pic32_conf_modify_atomic(PIC32_CFGCON2, clr, set); in pic32_set_sdhci_adma_fifo_threshold()
|
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | signal_n32.c | 57 sigset_t set; in sysn32_rt_sigreturn() local 64 if (__copy_conv_sigset_from_user(&set, &frame->rs_uc.uc_sigmask)) in sysn32_rt_sigreturn() 67 set_current_blocked(&set); in sysn32_rt_sigreturn() 93 struct pt_regs *regs, sigset_t *set) in setup_rt_frame_n32() 110 err |= __copy_conv_sigset_to_user(&frame->rs_uc.uc_sigmask, set); in setup_rt_frame_n32() 92 setup_rt_frame_n32(void *sig_return, struct ksignal *ksig, struct pt_regs *regs, sigset_t *set) setup_rt_frame_n32() argument
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | dcr-native.h | 112 unsigned clr, unsigned set) in __dcri_clrset() 120 val = (mfdcrx(base_data) & ~clr) | set; in __dcri_clrset() 124 val = (__mfdcr(base_data) & ~clr) | set; in __dcri_clrset() 138 #define dcri_clrset(base, reg, clr, set) __dcri_clrset(DCRN_ ## base ## _CONFIG_ADDR, \ 140 reg, clr, set) 111 __dcri_clrset(int base_addr, int base_data, int reg, unsigned clr, unsigned set) __dcri_clrset() argument
|
/kernel/linux/linux-6.6/arch/mips/pic32/pic32mzda/ |
H A D | config.c | 37 static u32 pic32_conf_modify_atomic(u32 offset, u32 mask, u32 set) in pic32_conf_modify_atomic() argument 45 v |= (set & mask); in pic32_conf_modify_atomic() 71 u32 clr, set; in pic32_set_sdhci_adma_fifo_threshold() local 74 set = (rthrsh << 4) | (wthrsh << 16); in pic32_set_sdhci_adma_fifo_threshold() 75 return pic32_conf_modify_atomic(PIC32_CFGCON2, clr, set); in pic32_set_sdhci_adma_fifo_threshold()
|
/kernel/liteos_a/testsuites/unittest/libc/time/timer/smoke/ |
H A D | timer_test_003.cpp | 48 sigset_t set, oldSet; in SetTimerTest() local 51 ret = sigemptyset(&set); in SetTimerTest() 54 ret = sigaddset(&set, SIG); in SetTimerTest() 57 ret = sigprocmask(SIG_BLOCK, &set, &oldSet); in SetTimerTest() 91 ret = sigwait(&set, &sig); in SetTimerTest()
|
/test/xts/acts/commonlibrary/toolchain/libc-test/src/ |
H A D | toolchaintest.cpp | 67 sigset_t set; in RunTests() local 69 // signal set in RunTests() 70 sigemptyset(&set); in RunTests() 71 sigaddset(&set, SIGCHLD); in RunTests() 72 sigprocmask(SIG_BLOCK, &set, nullptr); in RunTests() 88 if (sigtimedwait(&set, nullptr, &tp) == -1) { in RunTests()
|
/test/xts/hats/kernel/freelist/safe_unlink/ |
H A D | Malloc_safe_unlink.cpp | 151 sigset_t set; in HWTEST_F() local 157 sigemptyset(&set); in HWTEST_F() 158 sigaddset(&set, SIGCHLD); in HWTEST_F() 159 sigprocmask(SIG_BLOCK, &set, 0); in HWTEST_F() 166 if (sigtimedwait(&set, 0, &time1) == -1) { /* Wait for 5 seconds */ in HWTEST_F()
|
/test/xts/hats/kernel/freelist/modify_pointer/ |
H A D | Malloc_modify_pointer.cpp | 132 sigset_t set; in HWTEST_F() local 138 sigemptyset(&set); in HWTEST_F() 139 sigaddset(&set, SIGCHLD); in HWTEST_F() 140 sigprocmask(SIG_BLOCK, &set, 0); in HWTEST_F() 147 if (sigtimedwait(&set, 0, &time1) == -1) { /* Wait for 5 seconds */ in HWTEST_F()
|
/test/xts/hats/kernel/freelist/encode_pointer/ |
H A D | Malloc_encode_pointer.cpp | 141 sigset_t set; in HWTEST_F() local 147 sigemptyset(&set); in HWTEST_F() 148 sigaddset(&set, SIGCHLD); in HWTEST_F() 149 sigprocmask(SIG_BLOCK, &set, 0); in HWTEST_F() 156 if (sigtimedwait(&set, 0, &time1) == -1) { /* Wait for 5 seconds */ in HWTEST_F()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/ |
H A D | PersianTest.java | 92 grego.set(DATA[i++], DATA[i++] - 1, DATA[i++]); in TestMapping() 113 grego.set(DATA[i++], DATA[i++] - 1, DATA[i++]); in TestMapping() 119 cal.set(Calendar.YEAR, cyear); in TestMapping() 120 cal.set(Calendar.MONTH, cmonth - 1); in TestMapping() 121 cal.set(Calendar.DAY_OF_MONTH, cdayofmonth); in TestMapping()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
H A D | PersianTest.java | 89 grego.set(DATA[i++], DATA[i++] - 1, DATA[i++]); in TestMapping() 110 grego.set(DATA[i++], DATA[i++] - 1, DATA[i++]); in TestMapping() 116 cal.set(Calendar.YEAR, cyear); in TestMapping() 117 cal.set(Calendar.MONTH, cmonth - 1); in TestMapping() 118 cal.set(Calendar.DAY_OF_MONTH, cdayofmonth); in TestMapping()
|
/third_party/jsframework/runtime/main/reactivity/ |
H A D | state.js | 76 def.set = noop; 83 def.set = userDef.set 84 ? userDef.set.bind(vm) 124 set: function proxySetter(newValue) {
|
/third_party/node/test/parallel/ |
H A D | test-primordials-promise.js | 27 set: common.mustNotCall('set %Promise.prototype%.catch'), 31 set: common.mustNotCall('set %Promise.prototype%.finally'), 35 set: common.mustNotCall('set %Promise.prototype%.then'), 42 set: common.mustNotCall('set %Array.prototype%.then'), 48 set: common.mustNotCall('set [all...] |
/third_party/musl/libc-test/src/regression/ |
H A D | malloc-safe-unlink.c | 112 sigset_t set; in main() local 117 sigemptyset(&set); in main() 118 sigaddset(&set, SIGCHLD); in main() 119 sigprocmask(SIG_BLOCK, &set, 0); in main() 128 if (sigtimedwait(&set, 0, &(struct timespec){5, 0}) == -1) { /* Wait for 5 seconds */ in main()
|
H A D | malloc-uaf-check.c | 96 sigset_t set; in main() local 102 sigemptyset(&set); in main() 103 sigaddset(&set, SIGCHLD); in main() 104 sigprocmask(SIG_BLOCK, &set, 0); in main() 112 if (sigtimedwait(&set, 0, &(struct timespec){5, 0}) == -1) { /* Wait for 5 seconds */ in main()
|
H A D | malloc-encode-pointer.c | 116 sigset_t set; in main() local 121 sigemptyset(&set); in main() 122 sigaddset(&set, SIGCHLD); in main() 123 sigprocmask(SIG_BLOCK, &set, 0); in main() 132 if (sigtimedwait(&set, 0, &(struct timespec){5, 0}) == -1) { /* Wait for 5 seconds */ in main()
|
H A D | malloc-modify-pointer.c | 103 sigset_t set; in main() local 108 sigemptyset(&set); in main() 109 sigaddset(&set, SIGCHLD); in main() 110 sigprocmask(SIG_BLOCK, &set, 0); in main() 119 if (sigtimedwait(&set, 0, &(struct timespec){5, 0}) == -1) { /* Wait for 5 seconds */ in main()
|
/third_party/ltp/testcases/kernel/mem/shmt/ |
H A D | shmt06.c | 60 sigset_t set; variable 73 sigemptyset(&set); in main() 74 sigaddset(&set, SIGUSR1); in main() 75 sigprocmask(SIG_BLOCK, &set, NULL); in main() 150 sigwait(&set, &sig); in child()
|
H A D | shmt04.c | 59 sigset_t set; variable 74 sigemptyset(&set); in main() 75 sigaddset(&set, SIGUSR1); in main() 76 sigprocmask(SIG_BLOCK, &set, NULL); in main() 151 sigwait(&set, &sig); in child()
|
/third_party/ltp/testcases/kernel/syscalls/clock_settime/ |
H A D | clock_settime03.c | 55 sigset_t set; in run() local 58 SAFE_SIGEMPTYSET(&set); in run() 59 SAFE_SIGADDSET(&set, SIGABRT); in run() 60 SAFE_SIGPROCMASK(SIG_BLOCK, &set, NULL); in run() 82 SAFE_SIGWAIT(&set, &sig); in run()
|