Searched refs:bounded (Results 1 - 14 of 14) sorted by relevance

/external/iproute2/testsuite/tests/tc/
H A Dcbq.t4 $TC class add dev $DEV parent 10:0 classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 maxburst 1 avpkt 500 bounded
9 $TC class add dev $DEV parent 10:0 classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 maxburst 1 avpkt 500 bounded
H A Dpolicer.t4 $TC class add dev $DEV parent 10:0 classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 maxburst 1 avpkt 500 bounded
11 $TC class add dev $DEV parent 10:0 classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 maxburst 1 avpkt 500 bounded
H A Dcls-testbed.t26 maxburst 1 avpkt 500 bounded
/external/skia/tests/
H A DPathOpsTSectDebug.h85 const SkTSpan<TCurve, OppCurve>* bounded = debugSpan(id); local
86 if (!bounded) {
90 const SkTSpan<OppCurve, TCurve>* test = bounded->debugOpp()->fHead;
92 if (test->findOppSpan(bounded)) {
/external/skia/src/pathops/
H A DSkPathOpsTSect.h371 SkTSpanBounded<OppCurve, TCurve>* bounded = new (heap->allocThrow( local
373 bounded->fBounded = span;
374 bounded->fNext = fBounded;
375 fBounded = bounded;
480 SkTSpanBounded<OppCurve, TCurve>* bounded = fBounded; local
481 while (bounded) {
482 SkTSpan<OppCurve, TCurve>* test = bounded->fBounded;
486 bounded = bounded->fNext;
670 SkTSpanBounded<OppCurve, TCurve>* bounded local
684 SkTSpanBounded<OppCurve, TCurve>* bounded = fBounded; local
698 SkTSpanBounded<OppCurve, TCurve>* bounded = fBounded; local
713 SkTSpanBounded<OppCurve, TCurve>* bounded = fBounded; local
755 SkTSpanBounded<OppCurve, TCurve>* bounded = work->fBounded; local
1610 SkTSpan<OppCurve, TCurve>* bounded = testBounded->fBounded; local
1689 SkTSpanBounded<OppCurve, TCurve>* bounded = span->fBounded; local
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DPluralRules.java1009 public final boolean bounded; field in class:PluralRules.FixedDecimalSamples
1015 private FixedDecimalSamples(SampleType sampleType, Set<FixedDecimalRange> samples, boolean bounded) { argument
1019 this.bounded = bounded;
1111 if (!bounded) {
1769 return mySamples == null ? true : mySamples.bounded;
2259 * The keyword is valid but not bounded; there indefinitely many matching values.
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DPluralRules.java967 public final boolean bounded; field in class:PluralRules.FixedDecimalSamples
973 private FixedDecimalSamples(SampleType sampleType, Set<FixedDecimalRange> samples, boolean bounded) { argument
977 this.bounded = bounded;
1067 if (!bounded) {
1723 return mySamples == null ? true : mySamples.bounded;
2224 * The keyword is valid but not bounded; there indefinitely many matching values.
/external/messageformat/java/com/ibm/icu/simple/
H A DPluralRules.java952 public final boolean bounded; field in class:PluralRules.FixedDecimalSamples
958 private FixedDecimalSamples(SampleType sampleType, Set<FixedDecimalRange> samples, boolean bounded) { argument
962 this.bounded = bounded;
1052 if (!bounded) {
1714 return mySamples == null ? true : mySamples.bounded;
2232 * The keyword is valid but not bounded; there indefinitely many matching values.
/external/libvorbis/doc/
H A D05-comment.tex34 number of vectors is bounded to $2^{32}-1$ and the length of each vector
167 the field name so that the field name is bounded in a known way. Thus
H A D07-floor1.tex39 bounded at x_new.
H A D04-codec.tex76 \item All three fields set to the same value implies a fixed rate, or tightly bounded, nearly fixed-rate bitstream
/external/clang/lib/AST/
H A DASTDumper.cpp1502 OS << " bounded";
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DPluralRulesTest.java199 assertEquals("bounded; " + title, isBounded, samples.bounded);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DPluralRulesTest.java195 assertEquals("bounded; " + title, isBounded, samples.bounded);

Completed in 209 milliseconds