Home
last modified time | relevance | path

Searched refs:arcs (Results 1 - 14 of 14) sorted by relevance

/third_party/python/Lib/lib2to3/pgen2/
H A Dpgen.py41 arcs = []
42 for label, next in sorted(state.arcs.items()):
43 arcs.append((self.make_label(c, label), dfa.index(next)))
45 arcs.append((0, dfa.index(state)))
46 states.append(arcs)
121 for label, next in state.arcs.items():
185 for label, next in state.arcs:
190 arcs = {}
192 for label, next in nfastate.arcs:
194 addclosure(next, arcs
[all...]
H A Dconv.py136 arcs = []
142 arcs.append((i, j))
145 allarcs[(n, m)] = arcs
157 arcs = allarcs[n, m]
158 assert k == len(arcs), (lineno, line)
159 state.append(arcs)
H A Dparse.py124 arcs = states[state]
126 for i, newstate in arcs:
153 if (0, state) in arcs:
/third_party/skia/tests/
H A DParsePathTest.cpp133 const char* arcs = "M10 10a2.143 2.143 0 100-4.285 2.143 2.143 0 000 4.286"; in DEF_TEST() local
135 REPORTER_ASSERT(r, SkParsePath::FromSVGString(arcs, &path)); in DEF_TEST()
/third_party/skia/gm/
H A Dcirculararcs.cpp39 // Draws grid of arcs with different start/sweep angles in red and their complement arcs in in draw_arcs()
164 const Arc arcs[] = { in DEF_SIMPLE_GM() local
211 SkScalar midX = SK_ARRAY_COUNT(arcs) * (kS + kPad) - kPad/2.f; in DEF_SIMPLE_GM()
218 for (auto arc : arcs) { in DEF_SIMPLE_GM()
222 for (auto arc : arcs) { in DEF_SIMPLE_GM()
255 // This manifested as not-very-round circular arcs at certain radii. All the arcs being drawn in DEF_SIMPLE_GM()
/third_party/cJSON/tests/unity/extras/fixture/test/
H A DMakefile52 $(CC) $(DEFINES) $(foreach i, $(SRC), ../test/$(i)) $(INC_DIR) -o $(TARGET) -fprofile-arcs -ftest-coverage
/third_party/cJSON/tests/unity/test/
H A DMakefile23 COV_FLAGS = -fprofile-arcs -ftest-coverage -I ../../src
/third_party/unity/extras/fixture/test/
H A DMakefile49 $(CC) $(DEFINES) $(foreach i, $(SRC), ../test/$(i)) $(INC_DIR) -o $(TARGET) -fprofile-arcs -ftest-coverage
/third_party/unity/extras/memory/test/
H A DMakefile55 $(CC) $(DEFINES) $(foreach i, $(SRC), ../test/$(i)) $(INC_DIR) -o $(TARGET) -fprofile-arcs -ftest-coverage
/third_party/zlib/contrib/puff/
H A DMakefile13 cc -fprofile-arcs -ftest-coverage -o puft puff.c pufftest.o
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftstroke.c544 FT_Int i, arcs = 1; in ft_stroke_border_arcto() local
548 /* number of cubic arcs to draw */ in ft_stroke_border_arcto()
549 while ( angle_diff > FT_ARC_CUBIC_ANGLE * arcs || in ft_stroke_border_arcto()
550 -angle_diff > FT_ARC_CUBIC_ANGLE * arcs ) in ft_stroke_border_arcto()
551 arcs++; in ft_stroke_border_arcto()
554 coef = FT_Tan( angle_diff / ( 4 * arcs ) ); in ft_stroke_border_arcto()
567 for ( i = 1; i <= arcs; i++ ) in ft_stroke_border_arcto()
571 angle_start + i * angle_diff / arcs ); in ft_stroke_border_arcto()
2147 case FT_CURVE_TAG_CONIC: /* consume conic arcs */ in FT_EXPORT_DEF()
/third_party/skia/third_party/externals/freetype/src/raster/
H A Dftraster.c869 * Subdivide one conic Bezier into two joint sub-arcs in the Bezier
910 * Subdivide a third-order Bezier arc into two joint sub-arcs in the
1148 /* A function type describing the functions used to split Bezier arcs */
1166 * The function to split Bezier arcs.
1301 * The function to split Bezier arcs.
1471 TPoint arcs[2 * MaxBezier + 1]; /* The Bezier stack */ in Conic_To() local
1475 arc = arcs; in Conic_To()
1550 } while ( arc >= arcs ); in Conic_To()
1605 TPoint arcs[3 * MaxBezier + 1]; /* The Bezier stack */ in Cubic_To() local
1609 arc = arcs; in Cubic_To()
[all...]
/third_party/unity/test/
H A DMakefile34 COV_FLAGS = -fprofile-arcs -ftest-coverage -I ../../src
/third_party/ffmpeg/
H A Dconfigure4392 add_cflags -fprofile-arcs -ftest-coverage
4393 add_ldflags -fprofile-arcs -ftest-coverage
4396 add_cflags -fprofile-arcs -ftest-coverage

Completed in 16 milliseconds