/external/skia/src/pathops/ |
D | SkPathOpsTSect.h | 371 SkTSpanBounded<OppCurve, TCurve>* bounded = new (heap->allocThrow( in addBounded() local 373 bounded->fBounded = span; in addBounded() 374 bounded->fNext = fBounded; in addBounded() 375 fBounded = bounded; in addBounded() 480 SkTSpanBounded<OppCurve, TCurve>* bounded = fBounded; in findOppSpan() local 481 while (bounded) { in findOppSpan() 482 SkTSpan<OppCurve, TCurve>* test = bounded->fBounded; in findOppSpan() 486 bounded = bounded->fNext; in findOppSpan() 670 SkTSpanBounded<OppCurve, TCurve>* bounded = fBounded; in oppT() local 671 while (bounded) { in oppT() [all …]
|
/external/llvm/test/Transforms/InstCombine/ |
D | AddOverFlow.ll | 37 declare i16 @bounded(i16 %input); 45 %c = call i16 @bounded(i16 %a), !range !0 46 %d = invoke i16 @bounded(i16 %b) to label %cont unwind label %lpad, !range !0 61 %c = call i16 @bounded(i16 %a), !range !1 62 %d = invoke i16 @bounded(i16 %b) to label %cont unwind label %lpad, !range !1
|
/external/iproute2/testsuite/tests/tc/ |
D | cbq.t | 4 … classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 maxburst 1 avpkt 500 bounded 9 … classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 maxburst 1 avpkt 500 bounded
|
D | policer.t | 4 … classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 maxburst 1 avpkt 500 bounded 11 … classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 maxburst 1 avpkt 500 bounded
|
D | cls-testbed.t | 26 maxburst 1 avpkt 500 bounded
|
/external/skia/tests/ |
D | PathOpsTSectDebug.h | 85 const SkTSpan<TCurve, OppCurve>* bounded = debugSpan(id); in dumpBounded() local 86 if (!bounded) { in dumpBounded() 90 const SkTSpan<OppCurve, TCurve>* test = bounded->debugOpp()->fHead; in dumpBounded() 92 if (test->findOppSpan(bounded)) { in dumpBounded()
|
/external/chromium-trace/catapult/third_party/mox3/ |
D | test-requirements.txt | 6 # Install bounded pep8/pyflakes first, then let flake8 install
|
/external/chromium-trace/catapult/telemetry/third_party/mox3/ |
D | test-requirements.txt | 6 # Install bounded pep8/pyflakes first, then let flake8 install
|
/external/messageformat/java/com/ibm/icu/simple/ |
D | PluralRules.java | 952 public final boolean bounded; field in PluralRules.FixedDecimalSamples 958 …ivate FixedDecimalSamples(SampleType sampleType, Set<FixedDecimalRange> samples, boolean bounded) { in FixedDecimalSamples() argument 962 this.bounded = bounded; in FixedDecimalSamples() 1052 if (!bounded) { in toString() 1714 return mySamples == null ? true : mySamples.bounded; in isLimited()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | PluralRules.java | 967 public final boolean bounded; field in PluralRules.FixedDecimalSamples 973 …ivate FixedDecimalSamples(SampleType sampleType, Set<FixedDecimalRange> samples, boolean bounded) { in FixedDecimalSamples() argument 977 this.bounded = bounded; in FixedDecimalSamples() 1067 if (!bounded) { in toString() 1723 return mySamples == null ? true : mySamples.bounded; in isLimited()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | PluralRules.java | 1009 public final boolean bounded; field in PluralRules.FixedDecimalSamples 1015 …ivate FixedDecimalSamples(SampleType sampleType, Set<FixedDecimalRange> samples, boolean bounded) { in FixedDecimalSamples() argument 1019 this.bounded = bounded; in FixedDecimalSamples() 1111 if (!bounded) { in toString() 1769 return mySamples == null ? true : mySamples.bounded; in isLimited()
|
/external/iproute2/tc/ |
D | README.last | 24 (f.e. very slow links or classes bounded to small slice of bandwidth)
|
/external/clang/test/Analysis/ |
D | MismatchedDeallocator-checker-test.mm | 131 // Check for intersection with unix.Malloc bounded with 169 // Check for intersection with cplusplus.NewDelete bounded with
|
D | NewDelete-intersections.mm | 13 // checkers bounded with cplusplus.NewDelete.
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-05-19-ExceptionResponse.txt | 21 bounded) I don't think this is a big deal. One of the really nice things
|
/external/libvorbis/doc/ |
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
|
D | 07-floor1.tex | 39 bounded at x_new.
|
/external/glide/third_party/disklrucache/ |
D | README.md | 4 A cache that uses a bounded amount of space on a filesystem. Each cache entry
|
/external/zlib/src/doc/ |
D | rfc1950.txt | 47 bounded amount of intermediate storage. The format presently uses 96 priori bounded amount of intermediate storage, and hence can
|
D | rfc1951.txt | 47 data stream, using only an a priori bounded amount of intermediate 102 priori bounded amount of intermediate storage, and hence
|
/external/pcre/dist/ |
D | HACKING | 46 that used an amount of store bounded by a multiple of the number of characters 433 A subpattern with a bounded maximum repetition is replicated in a nested
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | PluralRulesTest.java | 195 assertEquals("bounded; " + title, isBounded, samples.bounded);
|
/external/selinux/secilc/docs/ |
D | cil_type_statements.md | 219 This defines a hierarchical relationship between domains where the bounded domain cannot have more …
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | PluralRulesTest.java | 199 assertEquals("bounded; " + title, isBounded, samples.bounded);
|
/external/opencv3/doc/tutorials/introduction/documenting_opencv/ |
D | documentation_tutorial.markdown | 388 Inline formulas are bounded with `f$` command:
|