Home
last modified time | relevance | path

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

1234567891011

/external/skia/gpu/src/
DGrPathRenderer.cpp232 const GrStencilSettings* passes[3]; in onDrawPath() local
241 passes[0] = &gDirectToStencil; in onDrawPath()
243 passes[0] = NULL; in onDrawPath()
252 passes[0] = &gDirectToStencil; in onDrawPath()
254 passes[0] = NULL; in onDrawPath()
264 passes[0] = &gEOStencilPass; in onDrawPath()
272 passes[1] = &gInvEOColorPass; in onDrawPath()
274 passes[1] = &gEOColorPass; in onDrawPath()
286 passes[0] = &gWindStencilSeparateWithWrap; in onDrawPath()
288 passes[0] = &gWindStencilSeparateNoWrap; in onDrawPath()
[all …]
/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.cpp312 PassManager passes; in applyScopeRestrictions() local
313 passes.add(createVerifierPass()); in applyScopeRestrictions()
356 passes.add(createInternalizePass(mustPreserveList)); in applyScopeRestrictions()
359 passes.run(*mergedModule); in applyScopeRestrictions()
381 PassManager passes; in generateObjectFile() local
384 passes.add(createVerifierPass()); in generateObjectFile()
387 passes.add(new TargetData(*_target->getTargetData())); in generateObjectFile()
389 PassManagerBuilder().populateLTOPassManager(passes, /*Internalize=*/ false, in generateObjectFile()
393 passes.add(createVerifierPass()); in generateObjectFile()
409 passes.run(*mergedModule); in generateObjectFile()
/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/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/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/llvm/docs/CommandGuide/
Dbugpoint.pod9 B<bugpoint> [I<options>] [I<input LLVM ll/bc files>] [I<LLVM passes>] B<--args>
14 B<bugpoint> narrows down the source of problems in LLVM tools and passes. It
76 Do not run the specified passes to clean up and reduce the size of the test
77 program. By default, B<bugpoint> uses these passes internally when attempting to
78 reduce test programs. If you're trying to find a bug in one of these passes,
89 Continually randomize the specified passes and run them on the test program
104 register new optimization passes. Once loaded, the object will add new command
162 This script will "fail" as long as FileCheck passes. So the result
163 will be the minimum bitcode that passes FileCheck.
Dopt.pod61 B<opt> provides the ability to run any of LLVM's optimization or analysis passes
62 in any order. The B<-help> option lists all the passes available. The order in
68 This is short hand for a standard list of I<compile time optimization> passes.
108 =item B<-time-passes>
116 from passes which use the I<DEBUG()> macro. See the B<LLVM Programmer's
122 or analysis passes. Once loaded, the object will add new command line options to
/external/llvm/tools/
DMakefile53 PARALLEL_DIRS += bugpoint-passes
72 PARALLEL_DIRS := $(filter-out bugpoint-passes, \
/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()
403 for(int32_t ps =0; ps < passes; ps++){ in runTestLoop()
440 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/
Dmeta-in-script-expected.txt3 This test passes if the charset is parsed from the meta tag outside the script.
Dcharset-koi8-u-expected.txt3 The test passes if these two letters look inverted along the vertical axis: "ЭЄ"
Dnamespace-tolerance-expected.txt5 If this test passes, the UTF-8 character below should exactly match the character the character in …
/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/
Dcontperf.sh21 $PERF Contains --type $type -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 10000
Dspan16perf.sh21 $PERF SpanUTF16 --type $type -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 10000
Dspan8perf.sh21 $PERF SpanUTF8 --type $type -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 10000
/external/webkit/LayoutTests/fast/dom/DOMImplementation/
Dimplementation-identity-expected.txt3 If the test passes, you should see a few OK lines below.
/external/webkit/LayoutTests/fast/leaks/
D003-expected.txt1 … destruction of a frame containing a JavaScript interpreter. If the test passes, you'll see a PASS…

1234567891011