/external/toolchain-utils/binary_search_tool/ |
bisect.py | 20 class Bisector(object): 23 # Make Bisector an abstract class 27 """Constructor for Bisector abstract base class 126 class BisectPackage(Bisector): 153 self.logger.LogError('Package bisector setup failed w/ error %d' % ret) 164 self.logger.LogError('Package bisector cleanup failed w/ error %d' % ret) 173 class BisectObject(Bisector): 206 self.logger.LogError('Object bisector setup failed w/ error %d' % ret) 219 self.logger.LogError('Object bisector cleanup failed w/ error %d' % ret) 227 class BisectAndroid(Bisector) [all...] |
MAINTENANCE | 29 the bisector to triage in order to test each bisector. 97 last two? Imagine if the Android bisector set --prune=True as a default
|
README.bisect | 204 Example 2 (do package bisector system test instead of interactive test, this
|
/external/toolchain-utils/binary_search_tool/common/ |
hash_test.sh | 37 # cros_pkg bisector example: 42 # 5. Run the bisector with this test script
|
/external/toolchain-utils/binary_search_tool/sysroot_wrapper/ |
testing_test.py | 2 """Test for sysroot_wrapper bisector.
|
/external/skia/src/gpu/ops/ |
GrAAConvexTessellator.h | 154 const SkPoint& bisector(int index) const { return fPts[index].fBisector; } function in class:GrAAConvexTessellator::Ring 193 // Movable points are those that can be slid along their bisector. 212 bool computePtAlongBisector(int startIdx, const SkPoint& bisector, 253 // movable points are those that can be slid further along their bisector 261 // The inward facing bisector at each point in the original polygon. Only
|
GrAAConvexTessellator.cpp | 159 fBisectors[cur].negate(); // make the bisector face in 314 // along the 'bisector' from the 'startIdx'-th point. 316 const SkVector& bisector, 322 // First find the point where the edge and the bisector intersect 325 SkScalar t = perp_intersect(fPts[startIdx], bisector, fPts[edgeIdx], norm); 331 newP = bisector; 338 // Then offset along the bisector from that point the correct distance 339 SkScalar dot = bisector.dot(norm); 341 *result = bisector; 552 SkPoint miter = previousRing.bisector(cur) [all...] |
GrAAConvexPathRenderer.cpp | 47 // sharp. If so, fMid is a normalized bisector facing outward. [all...] |
/external/toolchain-utils/binary_search_tool/android/ |
setup.sh | 27 # This will setup the bisector for Nexus5X, using 10 jobs, where the android 31 # do 'export ANDROID_SERIAL=<device_id>' and the bisector will still work.
|
/external/toolchain-utils/binary_search_tool/ndk/ |
README | 72 bisector should help you.
|
/external/toolchain-utils/binary_search_tool/test/ |
binary_search_tool_tester.py | 58 class FullBisector(bisect.Bisector): 59 """Test bisector to test bisect.py with"""
|
/external/skia/src/gpu/ |
GrTessellator.cpp | 1580 Edge* bisector = new_edge(outerVertex, innerVertex, Edge::Type::kConnector, c, alloc); local 1599 Edge* bisector = new_edge(outerVertices.fHead, innerVertices.fHead, Edge::Type::kConnector, c, local [all...] |
/external/opencv/cvaux/src/ |
cvlee.cpp | 502 Description : Function seeks for site, which has common bisector in 517 Description : Function seeks for site, which has common bisector in 550 Description : Compute the bisector of two sites 555 pEdge : out, bisector 565 Description : Compute the bisector of point and site 571 pEdge : out, bisector 581 Description : Compute the bisector of point and site 587 pEdge : out, bisector 597 Description : Compute the direction of bisector of two segments 603 pEdge : out, bisector [all...] |
/external/freetype/include/freetype/ |
ftstroke.h | 131 * strokes is clipped at a line perpendicular to the bisector
|
/external/pdfium/third_party/freetype/include/freetype/ |
ftstroke.h | 131 * strokes is clipped at a line perpendicular to the bisector
|
/prebuilts/misc/darwin-x86_64/freetype/include/freetype2/ |
ftstroke.h | 131 * strokes is clipped at a line perpendicular to the bisector
|
/external/freetype/src/base/ |
ftoutln.c | 988 /* shift components along lateral bisector in proper orientation */
|
/external/pdfium/third_party/freetype/src/base/ |
ftoutln.c | 982 /* shift components along lateral bisector in proper orientation */
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
Blend.cpp | [all...] |
/external/skia/src/core/ |
SkGeometry.cpp | [all...] |
/external/jline/src/src/test/resources/jline/example/ |
english.gz | |