Home
last modified time | relevance | path

Searched refs:uset (Results 1 – 25 of 49) sorted by relevance

12

/external/strace/tests-mx32/
Dsxetmask.c60 } uset, uget; in main() local
68 sigemptyset(&uset.libc_mask); in main()
69 sigaddset(&uset.libc_mask, SIGUSR1); in main()
70 if (sigprocmask(SIG_SETMASK, &uset.libc_mask, NULL)) in main()
76 sigaddset(&uset.libc_mask, SIGUSR2); in main()
77 rc = k_ssetmask((kernel_ulong_t) 0xfacefeed00000000ULL | uset.old_mask); in main()
88 if (uset.old_mask != uget.old_mask) in main()
91 uget.old_mask, uset.old_mask); in main()
104 sigaddset(&uset.libc_mask, 32 + 27); in main()
105 if (sigprocmask(SIG_SETMASK, &uset.libc_mask, NULL)) in main()
[all …]
/external/strace/tests/
Dsxetmask.c60 } uset, uget; in main() local
68 sigemptyset(&uset.libc_mask); in main()
69 sigaddset(&uset.libc_mask, SIGUSR1); in main()
70 if (sigprocmask(SIG_SETMASK, &uset.libc_mask, NULL)) in main()
76 sigaddset(&uset.libc_mask, SIGUSR2); in main()
77 rc = k_ssetmask((kernel_ulong_t) 0xfacefeed00000000ULL | uset.old_mask); in main()
88 if (uset.old_mask != uget.old_mask) in main()
91 uget.old_mask, uset.old_mask); in main()
104 sigaddset(&uset.libc_mask, 32 + 27); in main()
105 if (sigprocmask(SIG_SETMASK, &uset.libc_mask, NULL)) in main()
[all …]
/external/strace/tests-m32/
Dsxetmask.c60 } uset, uget; in main() local
68 sigemptyset(&uset.libc_mask); in main()
69 sigaddset(&uset.libc_mask, SIGUSR1); in main()
70 if (sigprocmask(SIG_SETMASK, &uset.libc_mask, NULL)) in main()
76 sigaddset(&uset.libc_mask, SIGUSR2); in main()
77 rc = k_ssetmask((kernel_ulong_t) 0xfacefeed00000000ULL | uset.old_mask); in main()
88 if (uset.old_mask != uget.old_mask) in main()
91 uget.old_mask, uset.old_mask); in main()
104 sigaddset(&uset.libc_mask, 32 + 27); in main()
105 if (sigprocmask(SIG_SETMASK, &uset.libc_mask, NULL)) in main()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
DBasicPeriodBuilderFactory.java39 short uset = allBits; field in BasicPeriodBuilderFactory.Settings
48 Settings setUnits(int uset) { in setUnits() argument
49 if (this.uset == uset) { in setUnits()
54 result.uset = (short)uset; in setUnits()
56 if ((uset & allBits) == allBits) { in setUnits()
57 result.uset = allBits; in setUnits()
63 if (0 != (uset & (1 << i))) { in setUnits()
83 return uset; in effectiveSet()
85 return (short)(uset & ~(1 << TimeUnit.MILLISECOND.ordinal)); in effectiveSet()
94 if (0 != (uset & (1 << i))) { in effectiveMinUnit()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/
DBasicPeriodBuilderFactory.java40 short uset = allBits; field in BasicPeriodBuilderFactory.Settings
49 Settings setUnits(int uset) { in setUnits() argument
50 if (this.uset == uset) { in setUnits()
55 result.uset = (short)uset; in setUnits()
57 if ((uset & allBits) == allBits) { in setUnits()
58 result.uset = allBits; in setUnits()
64 if (0 != (uset & (1 << i))) { in setUnits()
84 return uset; in effectiveSet()
86 return (short)(uset & ~(1 << TimeUnit.MILLISECOND.ordinal)); in effectiveSet()
95 if (0 != (uset & (1 << i))) { in effectiveMinUnit()
[all …]
/external/cldr/tools/java/org/unicode/cldr/draft/
DTypology.java84 UnicodeSet uset = full_path_to_uset.get(fullPath); in handleLine() local
85 if (uset == null) { in handleLine()
86 full_path_to_uset.put(fullPath, uset = new UnicodeSet()); in handleLine()
88 uset.addAll(startRaw, endRaw); in handleLine()
99 UnicodeSet uset = label_to_uset.get(item); in handleLine() local
100 if (uset == null) { in handleLine()
101 label_to_uset.put(item, uset = new UnicodeSet()); in handleLine()
103 uset.add(startRaw, endRaw); in handleLine()
109 uset = path_to_uset.get(path); in handleLine()
110 if (uset == null) { in handleLine()
[all …]
DFixArchaic.java92 String uset; in checkRegex() local
94 uset = new UnicodeSet(i, i).toPattern(escaped); in checkRegex()
97 uset = "[\\u" + Integer.toHexString(stri.charAt(0)) + "\\u" in checkRegex()
100 uset = "[" + stri + "]"; in checkRegex()
105 m = PatternCache.get(uset).matcher(stri); in checkRegex()
/external/icu/icu4c/source/common/
Drbbiscan.cpp743 U_ASSERT(node->fLeftChild->fType == RBBINode::uset); in findSetFor()
764 RBBINode *usetNode = new RBBINode(RBBINode::uset); in findSetFor()
1202 UnicodeSet *uset; in scanSet() local
1214 uset = new UnicodeSet(); in scanSet()
1215 if (uset == NULL) { in scanSet()
1218 uset->applyPatternIgnoreSpace(fRB->fRules, pos, fSymbolTable, localStatus); in scanSet()
1227 delete uset; in scanSet()
1233 U_ASSERT(uset!=NULL); in scanSet()
1234 if (uset->isEmpty()) { in scanSet()
1240 delete uset; in scanSet()
[all …]
Duset.cpp265 uset_getItemCount(const USet* uset) { in uset_getItemCount() argument
266 const UnicodeSet& set = *(const UnicodeSet*)uset; in uset_getItemCount()
271 uset_getItem(const USet* uset, int32_t itemIndex, in uset_getItem() argument
276 const UnicodeSet& set = *(const UnicodeSet*)uset; in uset_getItem()
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateIndexCharacters.java48 UnicodeSet uset = new UnicodeSet(); in getConstructedIndexSet() local
51 uset.add(item); in getConstructedIndexSet()
59 … String cleanedSet = DisplayAndInputProcessor.getCleanedUnicodeSet(uset, pp, ExemplarType.index); in getConstructedIndexSet()
DGenerateApproximateWidths.java113 UnicodeSet uset = map.getSet(integer); in showWidths() local
115 for (UnicodeSetIterator foo = new UnicodeSetIterator(uset); foo.nextRange();) { in showWidths()
125 out.println("\n# codepoints: " + uset.size() + "\n"); in showWidths()
136 UnicodeSet uset = new UnicodeSet(usetString); in addCorrections() local
137 map.putAll(uset, width); in addCorrections()
138 return uset; in addCorrections()
/external/libpcap/
Dgencode.h228 typedef bpf_u_int32 *uset; typedef
239 uset edom;
259 uset dom;
260 uset closure;
/external/icu/icu4c/source/common/unicode/
Duniset.h527 inline static UnicodeSet *fromUSet(USet *uset);
537 inline static const UnicodeSet *fromUSet(const USet *uset);
1704 inline UnicodeSet *UnicodeSet::fromUSet(USet *uset) { in fromUSet() argument
1705 return reinterpret_cast<UnicodeSet *>(uset); in fromUSet()
1708 inline const UnicodeSet *UnicodeSet::fromUSet(const USet *uset) { in fromUSet() argument
1709 return reinterpret_cast<const UnicodeSet *>(uset); in fromUSet()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeSetIterator.java196 public void reset(UnicodeSet uset) { in reset() argument
197 set = uset; in reset()
DRBBIRuleScanner.java638 Assert.assrt(node.fLeftChild.fType == RBBINode.uset); in findSetFor()
660 RBBINode usetNode = new RBBINode(RBBINode.uset); in findSetFor()
1049 UnicodeSet uset = null; in scanSet() local
1056 uset = new UnicodeSet(fRB.fRules, pos, fSymbolTable, UnicodeSet.IGNORE_SPACE); in scanSet()
1064 if (uset.isEmpty()) { in scanSet()
1096 findSetFor(n.fText, n, uset); in scanSet()
DRBBINode.java25 static final int uset = 1; field in RBBINode
162 } else if (fType == RBBINode.uset) {
/external/icu/android_icu4j/src/main/java/android/icu/text/
DUnicodeSetIterator.java187 public void reset(UnicodeSet uset) { in reset() argument
188 set = uset; in reset()
DRBBIRuleScanner.java639 Assert.assrt(node.fLeftChild.fType == RBBINode.uset); in findSetFor()
661 RBBINode usetNode = new RBBINode(RBBINode.uset); in findSetFor()
1050 UnicodeSet uset = null; in scanSet() local
1057 uset = new UnicodeSet(fRB.fRules, pos, fSymbolTable, UnicodeSet.IGNORE_SPACE); in scanSet()
1065 if (uset.isEmpty()) { in scanSet()
1097 findSetFor(n.fText, n, uset); in scanSet()
DRBBINode.java26 static final int uset = 1; field in RBBINode
163 } else if (fType == RBBINode.uset) {
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUnicodeSetStringSpanTest.java59 UnicodeSet uset = new UnicodeSet(pattern); in TestSimpleStringSpanSlow() local
60 uset.complement(); in TestSimpleStringSpanSlow()
61 UnicodeSetWithStrings set = new UnicodeSetWithStrings(uset); in TestSimpleStringSpanSlow()
747 UnicodeSet uset = new UnicodeSet(Utility.unescape(unicodeSet1)); in TestInterestingStringSpan() local
753 boolean contains = uset.contains(c); in TestInterestingStringSpan()
759 UnicodeSetWithStrings set = new UnicodeSetWithStrings(uset); in TestInterestingStringSpan()
766 len = uset.span(interestingString, start, spanCondition) - start; in TestInterestingStringSpan()
820 UnicodeSet uset = new UnicodeSet(Utility.unescape(patternWithUnpairedSurrogate)); in TestStringWithUnpairedSurrogateSpan() local
825 UnicodeSetWithStrings set = new UnicodeSetWithStrings(uset); in TestStringWithUnpairedSurrogateSpan()
832 len = uset.span(string, start, spanCondition) - start; in TestStringWithUnpairedSurrogateSpan()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DUnicodeSetStringSpanTest.java62 UnicodeSet uset = new UnicodeSet(pattern); in TestSimpleStringSpanSlow() local
63 uset.complement(); in TestSimpleStringSpanSlow()
64 UnicodeSetWithStrings set = new UnicodeSetWithStrings(uset); in TestSimpleStringSpanSlow()
750 UnicodeSet uset = new UnicodeSet(Utility.unescape(unicodeSet1)); in TestInterestingStringSpan() local
756 boolean contains = uset.contains(c); in TestInterestingStringSpan()
762 UnicodeSetWithStrings set = new UnicodeSetWithStrings(uset); in TestInterestingStringSpan()
769 len = uset.span(interestingString, start, spanCondition) - start; in TestInterestingStringSpan()
823 UnicodeSet uset = new UnicodeSet(Utility.unescape(patternWithUnpairedSurrogate)); in TestStringWithUnpairedSurrogateSpan() local
828 UnicodeSetWithStrings set = new UnicodeSetWithStrings(uset); in TestStringWithUnpairedSurrogateSpan()
835 len = uset.span(string, start, spanCondition) - start; in TestStringWithUnpairedSurrogateSpan()
/external/cldr/tools/java/org/unicode/cldr/util/
DUnicodeSetPrettyPrinter.java119 public String format(UnicodeSet uset) { in format() argument
121 …UnicodeSet putAtEnd = new UnicodeSet(uset).retainAll(SORT_AT_END); // remove all the unassigned go… in format()
124 for (UnicodeSetIterator it = new UnicodeSetIterator(uset); it.nextRange();) { in format()
DMatchValue.java549 final UnicodeSet uset; field in MatchValue.UnicodeSpanMatchValue
552 uset = new UnicodeSet(key); in UnicodeSpanMatchValue()
557 return "unicodeset/" + uset; in getName()
566 return uset.span(item, SpanCondition.CONTAINED) == item.length(); in is()
/external/icu/icu4c/source/test/cintltst/
Dutransts.c593 USet* uset; in TestGetRulesAndSourceSet() local
619 uset = utrans_getSourceSet(utrans, FALSE, NULL, &status); in TestGetRulesAndSourceSet()
620 ulen = uset_toPattern(uset, ubuf, kUBufMax, FALSE, &status); in TestGetRulesAndSourceSet()
621 uset_close(uset); in TestGetRulesAndSourceSet()
628 uset = utrans_getSourceSet(utrans, TRUE, NULL, &status); in TestGetRulesAndSourceSet()
629 ulen = uset_toPattern(uset, ubuf, kUBufMax, FALSE, &status); in TestGetRulesAndSourceSet()
630 uset_close(uset); in TestGetRulesAndSourceSet()
/external/icu/icu4c/source/test/intltest/
Dstatic_unisets_test.cpp97 const UnicodeSet* uset = get(static_cast<unisets::Key>(i)); in testNonEmpty() local
99 assertFalse(UnicodeString("Set should not be empty: ") + i, uset->isEmpty(), FALSE, TRUE); in testNonEmpty()

12