HomeSort by relevance Sort by last modified time
    Searched refs:passes (Results 1 - 25 of 62) 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/llvm/utils/release/
findRegressions-simple.py 66 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:
139 print 'NEW PASSES: Compilation'
140 print passes['compile state']
142 if len(passes['exec state']) != 0:
143 print 'NEW PASSES: Execution
    [all...]
  /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/unittests/Bitcode/
BitReaderTest.cpp 59 PassManager passes; local
60 passes.add(createVerifierPass());
61 passes.run(*m);
  /external/skia/src/gpu/
GrDefaultPathRenderer.cpp 83 // When there are no separate faces we do two passes to setup the winding rule
86 // decrementing passes.
119 // Color passes are the same whether we use the two-sided stencil or two passes
358 const GrStencilSettings* passes[3]; local
366 passes[0] = &gDirectToStencil;
368 passes[0] = NULL;
376 passes[0] = &gDirectToStencil;
378 passes[0] = NULL;
388 passes[0] = &gEOStencilPass
    [all...]
  /external/llvm/tools/
Makefile 64 PARALLEL_DIRS += bugpoint-passes
75 PARALLEL_DIRS := $(filter-out bugpoint-passes, \
  /external/llvm/tools/lto/
LTOCodeGenerator.cpp 18 #include "llvm/Analysis/Passes.h"
51 cl::desc("Do not run any optimization passes"));
303 PassManager passes; local
304 passes.add(createVerifierPass());
346 passes.add(createInternalizePass(mustPreserveList));
349 passes.run(*mergedModule);
354 /// Optimize merged modules using various IPO passes
370 // Instantiate the pass manager to organize the passes.
371 PassManager passes; local
374 passes.add(createVerifierPass())
    [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/v8/test/mjsunit/regress/
regress-1973.js 33 // Check that strict mode passes unwrapped this value.
40 // Check that non-strict mode passes wrapped this value.
regress-515.js 30 // The test passes if it does not crash.
regress-1412.js 28 // Test that the apply with arguments optimization passes values
  /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 36 "\t-p or --passes Number of passes to be performed. Requires Numeric argument.\n"
55 PASSES,
73 UOPTION_DEF( "passes", 'p', UOPT_REQUIRES_ARG),
89 passes(1), iterations(0), time(0),
105 passes(1), iterations(0), time(0),
158 if(options[PASSES].doesOccur) {
159 passes = atoi(options[PASSES].value);
412 for(int32_t ps =0; ps < passes; ps++)
    [all...]
  /external/libvpx/libvpx/
vpxenc.c 976 static const arg_def_t passes = ARG_DEF("p", "passes", 1, variable
977 "Number of passes (1/2)");
1011 &outputfile, &codecarg, &passes, &pass_arg, &fpf_name, &limit, &deadline,
1506 int passes; member in struct:global_config
    [all...]

Completed in 3381 milliseconds

1 2 3