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

  /external/skia/tests/
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)) {
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
walk.go 512 n.Bounded = bounded(n.Right, 8*t.Width)
1210 if n.Bounded {
1218 n.Bounded = bounded(r, t.Bound)
1219 if Debug['m'] != 0 && n.Bounded && !Isconst(n.Right, CTINT) {
1222 if Smallintconst(n.Right) && !n.Bounded {
1226 n.Bounded = bounded(r, int64(len(n.Left.Val().U.(string))))
1227 if Debug['m'] != 0 && n.Bounded && !Isconst(n.Right, CTINT)
3807 func bounded(n *Node, max int64) bool { func
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
walk.go 509 n.Bounded = bounded(n.Right, 8*t.Width)
1207 if n.Bounded {
1215 n.Bounded = bounded(r, t.Bound)
1216 if Debug['m'] != 0 && n.Bounded && !Isconst(n.Right, CTINT) {
1219 if Smallintconst(n.Right) && !n.Bounded {
1223 n.Bounded = bounded(r, int64(len(n.Left.Val().U.(string))))
1224 if Debug['m'] != 0 && n.Bounded && !Isconst(n.Right, CTINT)
3804 func bounded(n *Node, max int64) bool { func
    [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
walk.go 512 n.Bounded = bounded(n.Right, 8*t.Width)
1210 if n.Bounded {
1218 n.Bounded = bounded(r, t.Bound)
1219 if Debug['m'] != 0 && n.Bounded && !Isconst(n.Right, CTINT) {
1222 if Smallintconst(n.Right) && !n.Bounded {
1226 n.Bounded = bounded(r, int64(len(n.Left.Val().U.(string))))
1227 if Debug['m'] != 0 && n.Bounded && !Isconst(n.Right, CTINT)
3807 func bounded(n *Node, max int64) bool { func
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
walk.go 509 n.Bounded = bounded(n.Right, 8*t.Width)
1207 if n.Bounded {
1215 n.Bounded = bounded(r, t.Bound)
1216 if Debug['m'] != 0 && n.Bounded && !Isconst(n.Right, CTINT) {
1219 if Smallintconst(n.Right) && !n.Bounded {
1223 n.Bounded = bounded(r, int64(len(n.Left.Val().U.(string))))
1224 if Debug['m'] != 0 && n.Bounded && !Isconst(n.Right, CTINT)
3804 func bounded(n *Node, max int64) bool { func
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
PluralRules.java 1009 public final boolean bounded; field in class:PluralRules.FixedDecimalSamples
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
PluralRules.java 967 public final boolean bounded; field in class:PluralRules.FixedDecimalSamples
973 private FixedDecimalSamples(SampleType sampleType, Set<FixedDecimalRange> samples, boolean bounded) {
977 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 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 = fBounded 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/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.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 519 milliseconds