HomeSort by relevance Sort by last modified time
    Searched defs:bounded (Results 1 - 12 of 12) sorted by null

  /external/skia/tests/
PathOpsTSectDebug.h 87 const SkTSpan<TCurve, OppCurve>* bounded = debugSpan(id); local
88 if (!bounded) {
92 const SkTSpan<OppCurve, TCurve>* test = bounded->debugOpp()->fHead;
94 if (test->findOppSpan(bounded)) {
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
walk.go 540 n.Bounded = bounded(n.Right, 8*t.Width)
1120 if n.Bounded {
1128 n.Bounded = bounded(r, t.NumElem())
1129 if Debug['m'] != 0 && n.Bounded && !Isconst(n.Right, CTINT) {
1132 if smallintconst(n.Right) && !n.Bounded {
1136 n.Bounded = bounded(r, int64(len(n.Left.Val().U.(string))))
1137 if Debug['m'] != 0 && n.Bounded && !Isconst(n.Right, CTINT)
3760 func bounded(n *Node, max int64) bool { func
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
walk.go 540 n.Bounded = bounded(n.Right, 8*t.Width)
1120 if n.Bounded {
1128 n.Bounded = bounded(r, t.NumElem())
1129 if Debug['m'] != 0 && n.Bounded && !Isconst(n.Right, CTINT) {
1132 if smallintconst(n.Right) && !n.Bounded {
1136 n.Bounded = bounded(r, int64(len(n.Left.Val().U.(string))))
1137 if Debug['m'] != 0 && n.Bounded && !Isconst(n.Right, CTINT)
3760 func bounded(n *Node, max int64) bool { func
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
PluralRules.java 1015 public final boolean bounded; field in class:PluralRules.FixedDecimalSamples
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
PluralRules.java 973 public final boolean bounded; field in class:PluralRules.FixedDecimalSamples
979 private FixedDecimalSamples(SampleType sampleType, Set<FixedDecimalRange> samples, boolean bounded) {
983 this.bounded = bounded;
    [all...]
  /external/messageformat/java/com/ibm/icu/simple/
PluralRules.java 952 public final boolean bounded; field in class:PluralRules.FixedDecimalSamples
958 private FixedDecimalSamples(SampleType sampleType, Set<FixedDecimalRange> samples, boolean bounded) {
962 this.bounded = bounded;
    [all...]
  /external/skia/src/pathops/
SkPathOpsTSect.h 393 SkTSpanBounded<OppCurve, TCurve>* bounded = heap->make<SkTSpanBounded<OppCurve, TCurve>>(); local
394 bounded->fBounded = span;
395 bounded->fNext = fBounded;
396 fBounded = bounded;
503 SkTSpanBounded<OppCurve, TCurve>* bounded = fBounded; local
504 while (bounded) {
505 SkTSpan<OppCurve, TCurve>* test = bounded->fBounded;
509 bounded = bounded->fNext;
694 SkTSpanBounded<OppCurve, TCurve>* bounded = fBounded local
708 SkTSpanBounded<OppCurve, TCurve>* bounded = fBounded; local
722 SkTSpanBounded<OppCurve, TCurve>* bounded = fBounded; local
737 SkTSpanBounded<OppCurve, TCurve>* bounded = fBounded; local
780 SkTSpanBounded<OppCurve, TCurve>* bounded = work->fBounded; local
1701 SkTSpan<OppCurve, TCurve>* bounded = testBounded->fBounded; local
1792 SkTSpanBounded<OppCurve, TCurve>* bounded = span->fBounded; local
    [all...]
  /prebuilts/tools/common/bazel/formc-deps/
jgoodies-forms.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 569 milliseconds