/external/iproute2/testsuite/tests/tc/ |
H A D | cbq.t | 4 $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 D | policer.t | 4 $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 D | cls-testbed.t | 26 maxburst 1 avpkt 500 bounded
|
/external/skia/tests/ |
H A D | PathOpsTSectDebug.h | 85 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 D | SkPathOpsTSect.h | 371 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 D | PluralRules.java | 1009 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 D | PluralRules.java | 967 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 D | PluralRules.java | 952 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 D | 05-comment.tex | 34 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 D | 07-floor1.tex | 39 bounded at x_new.
|
H A D | 04-codec.tex | 76 \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 D | ASTDumper.cpp | 1502 OS << " bounded";
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
H A D | PluralRulesTest.java | 199 assertEquals("bounded; " + title, isBounded, samples.bounded);
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | PluralRulesTest.java | 195 assertEquals("bounded; " + title, isBounded, samples.bounded);
|