HomeSort by relevance Sort by last modified time
    Searched refs:passes (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/icu4c/test/perf/utrie2perf/
utrie2perf.bat 14 %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
utrie2perf.sh 20 $PERF CheckFCD -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
21 # $PERF CheckFCDAlwaysGet -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
22 # $PERF CheckFCDUTF8 -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/skia/gpu/src/
GrPathRenderer.cpp 78 // When there are no separate faces we do two passes to setup the winding rule
81 // decrementing passes.
232 const GrStencilSettings* passes[3]; local
241 passes[0] = &gDirectToStencil;
243 passes[0] = NULL;
252 passes[0] = &gDirectToStencil;
254 passes[0] = NULL;
264 passes[0] = &gEOStencilPass;
272 passes[1] = &gInvEOColorPass;
274 passes[1] = &gEOColorPass
    [all...]
GrGpu.cpp 455 // without extra passes to
473 int passes; local
485 &passes, stencilSettings);
517 for (int p = 0; p < passes; ++p) {
  /external/icu4c/test/perf/unisetperf/draft/
contperf.sh 21 $PERF Contains --type $type -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 10000
span16perf.sh 21 $PERF SpanUTF16 --type $type -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 10000
span8perf.sh 21 $PERF SpanUTF8 --type $type -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 10000
contperf.bat 17 %PERF% Contains --type %%t -f \temp\udhr\%%f --pattern [:White_Space:] -v -e UTF-8 --passes 3 --iterations 10000
span16perf.bat 17 %PERF% SpanUTF16 --type %%t -f \temp\udhr\%%f --pattern [:White_Space:] -v -e UTF-8 --passes 3 --iterations 10000
span8perf.bat 17 %PERF% SpanUTF8 --type %%t -f \temp\udhr\%%f --pattern [:White_Space:] -v -e UTF-8 --passes 3 --iterations 10000
  /external/llvm/tools/
Makefile 58 PARALLEL_DIRS += bugpoint-passes
77 PARALLEL_DIRS := $(filter-out bugpoint-passes, \
  /external/llvm/tools/lto/
LTOCodeGenerator.cpp 25 #include "llvm/Analysis/Passes.h"
311 PassManager passes; local
312 passes.add(createVerifierPass());
354 passes.add(createInternalizePass(mustPreserveList));
357 passes.run(*mergedModule);
362 /// Optimize merged modules using various IPO passes
378 // Instantiate the pass manager to organize the passes.
379 PassManager passes; local
382 passes.add(createVerifierPass());
385 passes.add(new TargetData(*_target->getTargetData()))
    [all...]
  /external/valgrind/main/memcheck/tests/
vcpu_fbench.c 711 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/
fbench.c 707 long passes; local
745 passes = 0;
763 passes++;
764 if ((passes % 100L) == 0) {
765 printf("Pass %ld.\n", passes);
842 passes, i + 1);
  /external/libpng/contrib/gregbook/
readpng2.h 94 int passes; /* not used */ member in struct:_mainprog_info
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
printing.py 66 (# passes, # failures, etc.)
453 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/llvm/test/
Makefile.tests 21 # Specify ENABLE_STATS on the command line to enable -stats and -time-passes
24 STATS = -stats -time-passes
  /external/icu4c/tools/ctestfw/unicode/
uperf.h 163 int32_t passes; member in class:UPerfTest
  /external/emma/core/java12/com/vladium/emma/report/
IItemAttribute.java 46 boolean passes (IItem item, int criterion); // ideally, criteria should come from a double-dispatched API method in interface:IItemAttribute
99 public boolean passes (final IItem item, final int criterion) method in class:IItemAttribute.Factory.NameAttribute
164 public boolean passes (final IItem item, final int criterion) method in class:IItemAttribute.Factory.FractionAttribute
  /external/icu4c/tools/ctestfw/
uperf.cpp 32 "\t-p or --passes Number of passes to be performed. Requires Numeric argument.\n"
51 PASSES,
69 UOPTION_DEF( "passes", 'p', UOPT_REQUIRES_ARG),
85 passes(1), iterations(0), time(0),
101 passes(1), iterations(0), time(0),
154 if(options[PASSES].doesOccur) {
155 passes = atoi(options[PASSES].value);
403 for(int32_t ps =0; ps < passes; ps++)
    [all...]
  /external/v8/test/mjsunit/regress/
regress-515.js 30 // The test passes if it does not crash.
regress-685.js 33 // The test passes if it does not crash.
  /external/llvm/utils/
NewNightlyTest.pl 558 # passes, fails, and xfails.
586 # Compile passes, fails, xfails.
589 my ($Passes, $Fails, $XFails) = "";
593 $Passes .= "$TestSuiteResultLines[$x]\n";
603 return ($SSProgs, $MSProgs, $ExtProgs, $All, $Passes, $Fails, $XFails);
679 $all_tests, $passes, $fails, $xfails) = "";
682 $all_tests, $passes, $fails, $xfails) = RunNightlyTest();
787 'passing_tests' => $passes,
  /external/webkit/LayoutTests/storage/
hash-change-with-xhr.js 112 // successfully passes (comment this line out).
  /external/emma/core/java12/com/vladium/emma/report/html/
ReportGenerator.java 196 boolean fail = (m_metrics [attrID] > 0) && ! attr.passes (item, m_metrics [attrID]);
375 boolean fail = (m_metrics [attrID] > 0) && ! attr.passes (item, m_metrics [attrID]);
492 boolean fail = (m_metrics [attrID] > 0) && ! attr.passes (item, m_metrics [attrID]);
669 boolean fail = (m_metrics [attrID] > 0) && ! attr.passes (item, m_metrics [attrID]);
    [all...]

Completed in 672 milliseconds

1 2 3