/third_party/icu/icu4c/source/common/ |
H A D | filterednormalizer2.cpp | 55 // 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...] |
H A D | uchar.cpp | 654 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...] |
/third_party/node/lib/internal/crypto/ |
H A D | x509.js | 162 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/node/deps/icu-small/source/common/ |
H A D | filterednormalizer2.cpp | 55 // 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...] |
H A D | uchar.cpp | 630 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...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | filterednormalizer2.cpp | 55 // 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...] |
H A D | uchar.cpp | 654 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...] |
/kernel/linux/linux-6.6/arch/powerpc/kernel/ptrace/ |
H A D | ptrace-view.c | 548 /* Only the AMR can be set from userspace */ in pkey_set() 558 * UAMOR determines which bits of the AMR can be set from userspace. in pkey_set() 578 .regset_get = gpr_get, .set = gpr_set 583 .regset_get = fpr_get, .set = fpr_set 589 .active = vr_active, .regset_get = vr_get, .set = vr_set 596 .active = vsr_active, .regset_get = vsr_get, .set = vsr_set 603 .active = evr_active, .regset_get = evr_get, .set = evr_set 610 .active = tm_cgpr_active, .regset_get = tm_cgpr_get, .set = tm_cgpr_set 615 .active = tm_cfpr_active, .regset_get = tm_cfpr_get, .set = tm_cfpr_set 620 .active = tm_cvmx_active, .regset_get = tm_cvmx_get, .set [all...] |
/third_party/skia/gm/ |
H A D | gradients_2pt_conical.cpp | 58 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...] |
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/ |
H A D | font_descriptor_cache.cpp | 280 std::set<FontDescSharedPtr>>& map) -> bool { in GetFontDescSharedPtrByFullName() 302 bool FontDescriptorCache::HandleMapIntersection(std::set<FontDescSharedPtr>& finishRet, const std::string& name, in HandleMapIntersection() 303 std::unordered_map<std::string, std::set<FontDescSharedPtr>>& map) in HandleMapIntersection() 315 std::set<FontDescSharedPtr> temp; in HandleMapIntersection() 317 std::insert_iterator<std::set<FontDescSharedPtr>>(temp, temp.begin())); in HandleMapIntersection() 326 bool FontDescriptorCache::FilterBoldCache(int weight, std::set<FontDescSharedPtr>& finishRet) in FilterBoldCache() 336 std::set<FontDescSharedPtr> temp; in FilterBoldCache() 337 std::set<FontDescSharedPtr>::iterator begin; in FilterBoldCache() 338 std::set<FontDescSharedPtr>::iterator end; in FilterBoldCache() 363 bool FontDescriptorCache::FilterWidthCache(int width, std::set<FontDescSharedPt [all...] |
/kernel/linux/linux-5.10/net/netfilter/ipset/ |
H A D | ip_set_hash_ipportip.c | 4 /* Kernel module implementing an IP set type: the hash:ip,port,ip type */ 89 hash_ipportip4_kadt(struct ip_set *set, const struct sk_buff *skb, in hash_ipportip4_kadt() argument 93 ipset_adtfn adtfn = set->variant->adt[adt]; in hash_ipportip4_kadt() 95 struct ip_set_ext ext = IP_SET_INIT_KEXT(skb, opt, set); in hash_ipportip4_kadt() 103 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in hash_ipportip4_kadt() 107 hash_ipportip4_uadt(struct ip_set *set, struct nlattr *tb[], in hash_ipportip4_uadt() argument 110 struct hash_ipportip4 *h = set->data; in hash_ipportip4_uadt() 111 ipset_adtfn adtfn = set->variant->adt[adt]; in hash_ipportip4_uadt() 113 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_ipportip4_uadt() 130 ret = ip_set_get_extensions(set, t in hash_ipportip4_uadt() 259 hash_ipportip6_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) hash_ipportip6_kadt() argument 277 hash_ipportip6_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_ipportip6_uadt() argument [all...] |
H A D | ip_set_hash_ipport.c | 4 /* Kernel module implementing an IP set type: the hash:ip,port type */ 87 hash_ipport4_kadt(struct ip_set *set, const struct sk_buff *skb, in hash_ipport4_kadt() argument 91 ipset_adtfn adtfn = set->variant->adt[adt]; in hash_ipport4_kadt() 93 struct ip_set_ext ext = IP_SET_INIT_KEXT(skb, opt, set); in hash_ipport4_kadt() 100 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in hash_ipport4_kadt() 104 hash_ipport4_uadt(struct ip_set *set, struct nlattr *tb[], in hash_ipport4_uadt() argument 107 struct hash_ipport4 *h = set->data; in hash_ipport4_uadt() 108 ipset_adtfn adtfn = set->variant->adt[adt]; in hash_ipport4_uadt() 110 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_ipport4_uadt() 127 ret = ip_set_get_extensions(set, t in hash_ipport4_uadt() 249 hash_ipport6_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) hash_ipport6_kadt() argument 266 hash_ipport6_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_ipport6_uadt() argument [all...] |
/kernel/linux/linux-6.6/net/netfilter/ipset/ |
H A D | ip_set_hash_ipportip.c | 4 /* Kernel module implementing an IP set type: the hash:ip,port,ip type */ 90 hash_ipportip4_kadt(struct ip_set *set, const struct sk_buff *skb, in hash_ipportip4_kadt() argument 94 ipset_adtfn adtfn = set->variant->adt[adt]; in hash_ipportip4_kadt() 96 struct ip_set_ext ext = IP_SET_INIT_KEXT(skb, opt, set); in hash_ipportip4_kadt() 104 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in hash_ipportip4_kadt() 108 hash_ipportip4_uadt(struct ip_set *set, struct nlattr *tb[], in hash_ipportip4_uadt() argument 111 struct hash_ipportip4 *h = set->data; in hash_ipportip4_uadt() 112 ipset_adtfn adtfn = set->variant->adt[adt]; in hash_ipportip4_uadt() 114 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_ipportip4_uadt() 131 ret = ip_set_get_extensions(set, t in hash_ipportip4_uadt() 260 hash_ipportip6_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) hash_ipportip6_kadt() argument 278 hash_ipportip6_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_ipportip6_uadt() argument [all...] |
/third_party/musl/scripts/ |
H A D | runtest_Windows.bat | 4 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...] |
/base/hiviewdfx/faultloggerd/test/funchook/ |
H A D | dfx_signal_hook.c | 55 typedef int (*SigprocmaskFunc)(int how, const sigset_t *restrict set, sigset_t *restrict oldset); 56 typedef int (*PthreadSigmaskFunc)(int how, const sigset_t *restrict set, sigset_t *restrict oldset); 76 int pthread_sigmask(int how, const sigset_t *restrict set, sigset_t *restrict oldset) in pthread_sigmask() argument 78 if (set != NULL) { in pthread_sigmask() 80 if (sigismember(set, i) && (IsPlatformHandleSignal(i)) && in pthread_sigmask() 92 return g_hookedPthreadSigmask(how, set, oldset); in pthread_sigmask() 95 int sigprocmask(int how, const sigset_t *restrict set, sigset_t *restrict oldset) in sigprocmask() argument 97 if (set != NULL) { in sigprocmask() 99 if (sigismember(set, i) && (IsPlatformHandleSignal(i)) && in sigprocmask() 109 return g_hookedSigprocmask(how, set, oldse in sigprocmask() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/interfaces/ |
H A D | customtitle.js | 71 set textColor(newValue) { 72 this.__textColor.set(newValue); 77 set appLabel(newValue) { 78 this.__appLabel.set(newValue); 83 set appTitle(newValue) { 84 this.__appTitle.set(newValue); 89 set pixelMap(newValue) { 90 this.__pixelMap.set(newValue); 95 set iconOpacity(newValue) { 96 this.__iconOpacity.set(newValu [all...] |
/foundation/communication/netmanager_base/services/netconnmanager/include/ |
H A D | net_supplier.h | 21 #include <set> 76 NetSupplier(NetBearType bearerType, const std::string &netSupplierIdent, const std::set<NetCap> &netCaps); 90 bool CompareNetCaps(const std::set<NetCap> caps) const; 92 bool HasNetCaps(const std::set<NetCap> &caps) const; 131 bool SupplierConnection(const std::set<NetCap> &netCaps, const NetRequest &netrequest = {}); 132 bool SupplierDisconnection(const std::set<NetCap> &netCaps); 142 std::set<uint32_t> &GetBestRequestList(); 166 std::set<uint32_t> requestList_; 167 std::set<uint32_t> bestReqList_; 168 std::set<uint32_ [all...] |
/kernel/linux/linux-5.10/arch/alpha/lib/ |
H A D | ev67-strchr.S | 22 .set noreorder 23 .set noat 49 cmpbge zero, t0, t2 # E : bits set iff byte == zero 50 cmpbge zero, t4, t4 # E : bits set iff byte is garbage 55 cmpbge zero, t1, t3 # E : bits set iff byte == c 56 or t2, t3, t0 # E : bits set iff char match or zero match 72 cmpbge zero, t0, t2 # E : bits set iff byte == 0 74 cmpbge zero, t1, t3 # E : bits set iff byte == c 79 $found: negq t0, t1 # E : clear all but least set bit 81 and t0, t3, t1 # E : bit set if [all...] |
/kernel/linux/linux-6.6/arch/alpha/lib/ |
H A D | ev67-strchr.S | 22 .set noreorder 23 .set noat 49 cmpbge zero, t0, t2 # E : bits set iff byte == zero 50 cmpbge zero, t4, t4 # E : bits set iff byte is garbage 55 cmpbge zero, t1, t3 # E : bits set iff byte == c 56 or t2, t3, t0 # E : bits set iff char match or zero match 72 cmpbge zero, t0, t2 # E : bits set iff byte == 0 74 cmpbge zero, t1, t3 # E : bits set iff byte == c 79 $found: negq t0, t1 # E : clear all but least set bit 81 and t0, t3, t1 # E : bit set if [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
H A D | CharacterProperties.java | 16 * A set for each ICU-supported binary property with all code points for which the property is true. 32 UnicodeSet set = new UnicodeSet(); in makeSet() 35 EmojiProps.INSTANCE.addStrings(property, set); in makeSet() 38 return set.freeze(); in makeSet() 57 set.add(startHasProperty, c - 1); in makeSet() 63 set.add(startHasProperty, 0x10FFFF); in makeSet() 66 return set.freeze(); in makeSet() 118 * <p>The returned set contains all code points for which the property is true. 121 * @return the property as a set 132 UnicodeSet set in getBinaryPropertySet() [all...] |
/third_party/node/test/parallel/ |
H A D | test-vm-global-setter.js | 18 assert.strictEqual(typeof descriptor1.set, 'function'); 26 assert.strictEqual(typeof descriptor2.set, 'function'); 46 assert.strictEqual(typeof descriptor5.set, 'function'); 54 assert.strictEqual(typeof descriptor6.set, 'function'); 74 assert.strictEqual(typeof descriptor9.set, 'function'); 126 set: common.mustCall(), 131 set: common.mustCall(), 137 set: common.mustCall(), 142 set: common.mustCall(), 148 set [all...] |
/third_party/node/tools/ |
H A D | test-v8.bat | 2 if "%config%"=="Debug" set test_args=%target_arch%.debug 3 if "%config%"=="Release" set test_args=%target_arch%.release 4 set savedpath=%path% 5 set path=%DEPOT_TOOLS_PATH%;%path% 8 set ERROR_STATUS=0 11 if errorlevel 1 set ERROR_STATUS=1&goto test-v8-exit 16 if errorlevel 1 set ERROR_STATUS=1&goto test-v8-exit 19 if errorlevel 1 set ERROR_STATUS=1&goto test-v8-exit 20 set path=%savedpath% 42 if defined savedpath set pat [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
H A D | MSP430RegisterInfo.cpp | 78 Reserved.set(MSP430::PCB); in getReservedRegs() 79 Reserved.set(MSP430::SPB); in getReservedRegs() 80 Reserved.set(MSP430::SRB); in getReservedRegs() 81 Reserved.set(MSP430::CGB); in getReservedRegs() 82 Reserved.set(MSP430::PC); in getReservedRegs() 83 Reserved.set(MSP430::SP); in getReservedRegs() 84 Reserved.set(MSP430::SR); in getReservedRegs() 85 Reserved.set(MSP430::CG); in getReservedRegs() 89 Reserved.set(MSP430::FPB); in getReservedRegs() 90 Reserved.set(MSP43 in getReservedRegs() [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | privateNamesIncompatibleModifiers.js | 19 public set #fooProp(value: number) { } // Error 21 private set #barProp(value: number) { } // Error 23 protected set #bazProp(value: number) { } // Error 25 readonly set #quxProp(value: number) { } // Error 27 declare set #whatProp(value: number) // Error 29 async set #asyncProp(value: number) { } // Error 64 _A_foo.set(this, 3); // Error
65 _A_bar.set(this, 3); // Error
66 _A_baz.set(this, 3); // Error
67 _A_qux.set(thi [all...] |
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | strset.h | 13 void strset__free(struct strset *set); 15 const char *strset__data(const struct strset *set); 16 size_t strset__data_size(const struct strset *set); 18 int strset__find_str(struct strset *set, const char *s); 19 int strset__add_str(struct strset *set, const char *s);
|