Searched defs:span1 (Results 1 - 9 of 9) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
H A Dparser_unittest.cc1637 bool CompareSpans(const RepeatedField<int>& span1, argument
1639 if (span1.size() != span2.size()) return false;
1640 for (int i = 0; i < span1.size(); i++) {
1641 if (span1.Get(i) != span2.Get(i)) return false;
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
H A DbtConeTwistConstraint.cpp762 btScalar span1 = btAtan2(y, x); local
763 if(span1 > m_swingSpan1)
768 else if(span1 < -m_swingSpan1)
/external/skia/src/pathops/
H A DSkPathOpsTSect.h1899 void findEnd(const SkTSpan<TCurve, OppCurve>* span1, const SkTSpan<OppCurve, TCurve>* span2, argument
1901 const TCurve& c1 = span1->part();
1910 fC1Span = span1;
1912 fC1StartT = span1->startT();
1913 fC1EndT = span1->endT();
1973 bool find(const SkTSpan<TCurve, OppCurve>* span1, const SkTSpan<OppCurve, TCurve>* span2) { argument
1975 record->findEnd(span1, span2, 0, 0);
1976 record->findEnd(span1, span2, 0, OppCurve::kPointLast);
1977 record->findEnd(span1, span2, TCurve::kPointLast, 0);
1978 record->findEnd(span1, span
2028 SkTSpan<TCurve, OppCurve>* span1 = sect1->fHead; local
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 132 milliseconds