HomeSort by relevance Sort by last modified time
    Searched defs:bounded (Results 1 - 16 of 16) 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)) {
  /external/skqp/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 561 n.SetBounded(bounded(n.Right, 8*t.Width))
1125 if n.Bounded() {
1133 n.SetBounded(bounded(r, t.NumElem()))
1134 if Debug['m'] != 0 && n.Bounded() && !Isconst(n.Right, CTINT) {
1137 if smallintconst(n.Right) && !n.Bounded() {
1141 n.SetBounded(bounded(r, int64(len(n.Left.Val().U.(string)))))
1142 if Debug['m'] != 0 && n.Bounded() && !Isconst(n.Right, CTINT) {
1145 if smallintconst(n.Right) && !n.Bounded() {
3601 func bounded(n *Node, max int64) bool { func
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
walk.go 561 n.SetBounded(bounded(n.Right, 8*t.Width))
1125 if n.Bounded() {
1133 n.SetBounded(bounded(r, t.NumElem()))
1134 if Debug['m'] != 0 && n.Bounded() && !Isconst(n.Right, CTINT) {
1137 if smallintconst(n.Right) && !n.Bounded() {
1141 n.SetBounded(bounded(r, int64(len(n.Left.Val().U.(string)))))
1142 if Debug['m'] != 0 && n.Bounded() && !Isconst(n.Right, CTINT) {
1145 if smallintconst(n.Right) && !n.Bounded() {
3601 func bounded(n *Node, max int64) bool { func
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
PluralRules.java 1125 public final boolean bounded; field in class:PluralRules.FixedDecimalSamples
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
PluralRules.java 1068 public final boolean bounded; field in class:PluralRules.FixedDecimalSamples
1074 private FixedDecimalSamples(SampleType sampleType, Set<FixedDecimalRange> samples, boolean bounded) {
1078 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
1705 SkTSpan<OppCurve, TCurve>* bounded = testBounded->fBounded; local
1801 SkTSpanBounded<OppCurve, TCurve>* bounded = span->fBounded; local
    [all...]
  /external/skqp/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
1705 SkTSpan<OppCurve, TCurve>* bounded = testBounded->fBounded; local
1801 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/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/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 1441 milliseconds