Home
last modified time | relevance | path

Searched refs:passes (Results 1 – 25 of 294) sorted by relevance

12345678910>>...12

/external/skia/src/gpu/
DGrDefaultPathRenderer.cpp372 const GrStencilSettings* passes[3]; in internalDrawPath() local
380 passes[0] = &gDirectToStencil; in internalDrawPath()
382 passes[0] = NULL; in internalDrawPath()
390 passes[0] = &gDirectToStencil; in internalDrawPath()
392 passes[0] = NULL; in internalDrawPath()
402 passes[0] = &gEOStencilPass; in internalDrawPath()
410 passes[1] = &gInvEOColorPass; in internalDrawPath()
412 passes[1] = &gEOColorPass; in internalDrawPath()
424 passes[0] = &gWindStencilSeparateWithWrap; in internalDrawPath()
426 passes[0] = &gWindStencilSeparateNoWrap; in internalDrawPath()
[all …]
/external/llvm/utils/release/
DfindRegressions-simple.py66 passes = {}
71 passes[x] = ''
90 passes[x] += t + "\n"
104 passes[x] += t + "\n"
110 passes[x] += t + "\n"
138 if len(passes['compile state']) != 0:
140 print passes['compile state']
142 if len(passes['exec state']) != 0:
144 print passes['exec state']
/external/icu4c/test/perf/utrie2perf/
Dutrie2perf.bat14 %PERF% CheckFCD -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
15 rem %PERF% CheckFCDAlwaysGet -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
16 rem %PERF% CheckFCDUTF8 -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
17 %PERF% ToNFC -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
18 %PERF% GetBiDiClass -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
Dutrie2perf.sh20 $PERF CheckFCD -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
23 $PERF ToNFC -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
24 $PERF GetBiDiClass -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
/external/llvm/tools/lto/
DLTOCodeGenerator.cpp291 PassManager passes; in applyScopeRestrictions() local
292 passes.add(createVerifierPass()); in applyScopeRestrictions()
334 passes.add(createInternalizePass(mustPreserveList)); in applyScopeRestrictions()
337 passes.run(*mergedModule); in applyScopeRestrictions()
359 PassManager passes; in generateObjectFile() local
362 passes.add(createVerifierPass()); in generateObjectFile()
365 passes.add(new TargetData(*_target->getTargetData())); in generateObjectFile()
370 PassManagerBuilder().populateLTOPassManager(passes, /*Internalize=*/false, in generateObjectFile()
375 passes.add(createVerifierPass()); in generateObjectFile()
390 passes.run(*mergedModule); in generateObjectFile()
/external/llvm/unittests/Bitcode/
DBitReaderTest.cpp59 PassManager passes; in TEST() local
60 passes.add(createVerifierPass()); in TEST()
61 passes.run(*m); in TEST()
/external/llvm/docs/CommandGuide/
Dbugpoint.rst9 **bugpoint** [*options*] [*input LLVM ll/bc files*] [*LLVM passes*] **--args**
17 **bugpoint** narrows down the source of problems in LLVM tools and passes. It
103 Do not run the specified passes to clean up and reduce the size of the test
104 program. By default, **bugpoint** uses these passes internally when attempting to
105 reduce test programs. If you're trying to find a bug in one of these passes,
120 Continually randomize the specified passes and run them on the test program
141 register new optimization passes. Once loaded, the object will add new command
221 This script will "fail" as long as FileCheck passes. So the result
222 will be the minimum bitcode that passes FileCheck.
Dopt.rst74 **opt** provides the ability to run any of LLVM's optimization or analysis passes
75 in any order. The **-help** option lists all the passes available. The order in
83 This is short hand for a standard list of *compile time optimization* passes.
141 **-time-passes**
151 from passes which use the *DEBUG()* macro. See the **LLVM Programmer's
159 or analysis passes. Once loaded, the object will add new command line options to
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
Dprinting.py453 passes = {}
462 _add_to_dict_of_lists(passes,
466 _add_to_dict_of_lists(passes,
470 _add_to_dict_of_lists(passes,
479 if len(passes) or len(flaky) or len(regressions):
482 if len(passes):
483 for key, tests in passes.iteritems():
/external/valgrind/main/memcheck/tests/
Dvcpu_fbench.c711 long passes; local
749 passes = 0;
767 passes++;
768 if ((passes % 100L) == 0) {
769 printf("Pass %ld.\n", passes);
846 passes, i + 1);
/external/valgrind/main/perf/
Dfbench.c707 long passes; local
745 passes = 0;
763 passes++;
764 if ((passes % 100L) == 0) {
765 printf("Pass %ld.\n", passes);
842 passes, i + 1);
/external/llvm/docs/
DBugpoint.rst13 ``bugpoint`` narrows down the source of problems in LLVM tools and passes. It
28 the LLVM infrastructure at all. It works with any and all LLVM passes and code
42 LLVM passes are specified on the command line, it runs these passes on the test
43 program. If any of the passes crash, or if they produce malformed output (which
56 output, ``bugpoint`` runs the test program after all of the LLVM passes have
58 the difference resulted from a failure in one of the LLVM passes, and enters the
68 can to reduce the list of passes (for optimizer crashes) and the size of the
70 passes triggers the bug. This is useful when debugging a problem exposed by
71 ``opt``, for example, because it runs over 38 passes.
79 failure. At the end, ``bugpoint`` should tell you what passes crash, give you a
[all …]
/external/llvm/tools/
DMakefile58 PARALLEL_DIRS += bugpoint-passes
69 PARALLEL_DIRS := $(filter-out bugpoint-passes, \
/external/llvm/projects/sample/autoconf/m4/
Dsanity_check.m41 dnl Check a program for version sanity. The test runs a program, passes it an
4 dnl passes the sanity check.
/external/llvm/autoconf/m4/
Dsanity_check.m41 dnl Check a program for version sanity. The test runs a program, passes it an
4 dnl passes the sanity check.
/external/llvm/test/CodeGen/ARM/
Dcode-placement.ll34 define i32 @t2(i32 %passes, i32* nocapture %src, i32 %size) nounwind readonly {
38 %0 = icmp eq i32 %passes, 0 ; <i1> [#uses=1]
61 %exitcond18 = icmp eq i32 %3, %passes ; <i1> [#uses=1]
/external/emma/core/java12/com/vladium/emma/report/
DIItemAttribute.java46 …boolean passes (IItem item, int criterion); // ideally, criteria should come from a double-dispatc… in passes() method
99 public boolean passes (final IItem item, final int criterion) in passes() method in IItemAttribute.Factory.NameAttribute
164 public boolean passes (final IItem item, final int criterion) in passes() method in IItemAttribute.Factory.FractionAttribute
/external/icu4c/tools/ctestfw/
Duperf.cpp85 passes(1), iterations(0), time(0), in UPerfTest()
101 passes(1), iterations(0), time(0), in UPerfTest()
155 passes = atoi(options[PASSES].value); in init()
409 for(int32_t ps =0; ps < passes; ps++){ in runTestLoop()
446 double avg_t = sum_t/passes; in runTestLoop()
/external/mesa3d/src/glsl/
DREADME45 assignments, etc., present. A series of lowering passes would occur
62 out of favor, and each driver will perform a series of lowering passes
196 project is used, so that things like optimization passes don't have to
212 the moment, optimization passes aren't passed that temporary context,
214 talloc_parent() call is expensive, so many passes will cache the
216 passes to take a context argument and not call talloc_parent() is left
223 - Files that implement code lowering passes should be named lower_*
225 - Files that implement optimization passes should be named opt_*.
/external/webkit/LayoutTests/fast/dom/HTMLLinkElement/
Dprefetch-detached-expected.txt1 This test passes if it doesn't crash.
/external/webkit/LayoutTests/fast/encoding/
Dcharset-koi8-u-expected.txt3 The test passes if these two letters look inverted along the vertical axis: "ЭЄ"
Dmeta-in-script-expected.txt3 This test passes if the charset is parsed from the meta tag outside the script.
/external/webkit/LayoutTests/platform/android-v8/fast/encoding/
Dmeta-in-script-expected.txt3 This test passes if the charset is parsed from the meta tag outside the script.
/external/icu4c/test/perf/unisetperf/draft/
Dspan16perf.sh21 $PERF SpanUTF16 --type $type -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 10000
Dcontperf.sh21 $PERF Contains --type $type -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 10000

12345678910>>...12