Home
last modified time | relevance | path

Searched refs:arcs (Results 1 – 25 of 79) sorted by relevance

1234

/external/python/cpython2/Lib/lib2to3/pgen2/
Dpgen.py41 arcs = []
42 for label, next in sorted(state.arcs.iteritems()):
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.iteritems():
185 for label, next in state.arcs:
190 arcs = {}
192 for label, next in nfastate.arcs:
194 addclosure(next, arcs.setdefault(label, {}))
[all …]
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)
Dparse.py121 arcs = states[state]
123 for i, newstate in arcs:
150 if (0, state) in arcs:
/external/python/cpython3/Lib/lib2to3/pgen2/
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.setdefault(label, {}))
[all …]
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)
Dparse.py121 arcs = states[state]
123 for i, newstate in arcs:
150 if (0, state) in arcs:
/external/libxml2/os400/libxmlrpg/
Dxlink.rpgle95 * @nbArcs: the number of arcs detected on the link
96 * @from: pointer to the array of source roles found on the arcs
97 * @to: pointer to the array of target roles found on the arcs
98 * @show: array of values for the show attributes found on the arcs
99 * @actuate: array of values for the actuate attributes found on the arcs
/external/skqp/gm/
Dcirculararcs.cpp147 const Arc arcs[] = { variable
194 SkScalar midX = SK_ARRAY_COUNT(arcs) * (kS + kPad) - kPad/2.f;
201 for (auto arc : arcs) {
205 for (auto arc : arcs) {
/external/skia/gm/
Dcirculararcs.cpp147 const Arc arcs[] = { variable
194 SkScalar midX = SK_ARRAY_COUNT(arcs) * (kS + kPad) - kPad/2.f;
201 for (auto arc : arcs) {
205 for (auto arc : arcs) {
/external/freetype/docs/
Draster.txt111 facilitates the definition of successive Bézier arcs.
128 They exhibit, however, one very useful property of Bézier arcs:
395 We first need to be able to easily detect non-monotonic arcs,
448 Bézier arcs have the special property of being very easily
449 decomposed into two sub-arcs, which are themselves Bézier arcs.
452 conditions can be found for third-order arcs).
455 two sub-arcs Q1Q2Q3 and R1R2R3:
496 smaller sub-arcs. Note that in the above drawing, both sub-arcs
517 extremum. We can then re-subdivide Q1Q2Q3 into two sub-arcs and
533 However, for Bézier arcs, the job is a little more complicated.
[all …]
/external/autotest/client/site_tests/example_UnitTest/src/
DMakefile8 OPTIONS = -fprofile-arcs -ftest-coverage -fno-inline -O0
/external/grpc-grpc/src/php/ext/grpc/
Dconfig.m4149 CFLAGS="$CFLAGS -O0 -ggdb -fprofile-arcs -ftest-coverage"
150 CXXFLAGS="$CXXFLAGS -ggdb -O0 -fprofile-arcs -ftest-coverage"
/external/google-fruit/extras/scripts/
Dtest_coverage.sh8 COMPILE_COMMAND=(g++ -O0 -W -Wall -Werror -std=c++11 -fprofile-arcs -fno-exceptions -ftest-coverage…
/external/cn-cbor/cmake/
DCoveralls.cmake117 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g -O0 -fprofile-arcs -ftest-coverage")
118 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -g -O0 -fprofile-arcs -ftest-coverage")
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-cov/Inputs/
DREADME7 clang++ -g -ftest-coverage -fprofile-arcs test.cpp
/external/zlib/src/contrib/puff/
DMakefile13 cc -fprofile-arcs -ftest-coverage -o puft puff.c pufftest.o
/external/llvm/test/tools/llvm-cov/Inputs/
DREADME7 clang++ -g -ftest-coverage -fprofile-arcs test.cpp
/external/google-fruit/
DCMakeLists.txt53 …set(FRUIT_ADDITIONAL_COMPILE_FLAGS "${FRUIT_ADDITIONAL_COMPILE_FLAGS} -fprofile-arcs -ftest-covera…
54 …set(FRUIT_ADDITIONAL_LINKER_FLAGS "${FRUIT_ADDITIONAL_LINKER_FLAGS} -fprofile-arcs -ftest-coverage…
/external/eigen/cmake/
DEigenConfigureTesting.cmake47 set(COVERAGE_FLAGS "-fprofile-arcs -ftest-coverage")
/external/llvm/test/tools/llvm-cov/
Dllvm-cov.test114 # Has arcs from exit blocks
116 EXIT_BLOCK_ARCS: (main) has arcs from exit block.
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-cov/
Dllvm-cov.test114 # Has arcs from exit blocks
116 EXIT_BLOCK_ARCS: (main) has arcs from exit block.
/external/deqp/framework/delibs/cmake/
DCFlags.cmake38 set(TARGET_FLAGS "-fprofile-arcs -ftest-coverage")
/external/elfutils/config/
Deu.am82 COMPILE.os = $(filter-out -fprofile-arcs -ftest-coverage, $(COMPILE))
/external/harfbuzz_ng/m4/
Dax_code_coverage.m4128 CODE_COVERAGE_CFLAGS="-O0 -g -fprofile-arcs -ftest-coverage"
129 CODE_COVERAGE_CXXFLAGS="-O0 -g -fprofile-arcs -ftest-coverage"
/external/strace/m4/
Dax_code_coverage.m4130 CODE_COVERAGE_CFLAGS="-O0 -g -fprofile-arcs -ftest-coverage"
131 CODE_COVERAGE_CXXFLAGS="-O0 -g -fprofile-arcs -ftest-coverage"

1234