Searched defs:passes (Results 1 - 15 of 15) sorted by relevance

/external/llvm/unittests/Bitcode/
H A DBitReaderTest.cpp59 PassManager passes; local
60 passes.add(createVerifierPass());
61 passes.run(*m);
/external/chromium_org/third_party/icu/source/tools/ctestfw/unicode/
H A Duperf.h163 int32_t passes; member in class:UPerfTest
/external/icu4c/tools/ctestfw/unicode/
H A Duperf.h163 int32_t passes; member in class:UPerfTest
/external/libpng/contrib/gregbook/
H A Dreadpng2.h94 int passes; /* not used */ member in struct:_mainprog_info
/external/chromium_org/third_party/skia/src/gpu/
H A DGrDefaultPathRenderer.cpp82 // When there are no separate faces we do two passes to setup the winding rule
85 // decrementing passes.
118 // Color passes are the same whether we use the two-sided stencil or two passes
359 const GrStencilSettings* passes[3]; local
367 passes[0] = &gDirectToStencil;
369 passes[0] = NULL;
377 passes[0] = &gDirectToStencil;
379 passes[0] = NULL;
389 passes[
[all...]
H A DGrClipMaskManager.cpp663 int passes; local
676 &passes,
708 for (int p = 0; p < passes; ++p) {
/external/emma/core/java12/com/vladium/emma/report/
H A DIItemAttribute.java46 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/llvm/tools/lto/
H A DLTOCodeGenerator.cpp54 cl::desc("Do not run any optimization passes"));
94 // Initialize LTO passes. Please keep this funciton in sync with
96 // passes are initialized.
164 PassManager passes;
165 passes.add(createVerifierPass());
166 passes.run(*_linker.getModule());
336 PassManager passes; local
337 passes.add(createVerifierPass());
381 passes.add(createInternalizePass(mustPreserveList));
384 passes
401 PassManager passes; local
[all...]
/external/skia/src/gpu/
H A DGrDefaultPathRenderer.cpp82 // When there are no separate faces we do two passes to setup the winding rule
85 // decrementing passes.
118 // Color passes are the same whether we use the two-sided stencil or two passes
359 const GrStencilSettings* passes[3]; local
367 passes[0] = &gDirectToStencil;
369 passes[0] = NULL;
377 passes[0] = &gDirectToStencil;
379 passes[0] = NULL;
389 passes[
[all...]
H A DGrClipMaskManager.cpp663 int passes; local
676 &passes,
708 for (int p = 0; p < passes; ++p) {
/external/valgrind/main/memcheck/tests/
H A 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/
H A 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/libvpx/libvpx/
H A Dvpxenc.c947 static const arg_def_t passes = ARG_DEF("p", "passes", 1, variable
948 "Number of passes (1/2)");
997 &outputfile, &codecarg, &passes, &pass_arg, &fpf_name, &limit, &skip,
1613 int passes; member in struct:global_config
1692 global->passes = 0;
1713 } else if (arg_match(&arg, &passes, argi)) {
1714 global->passes = arg_parse_uint(&arg);
1716 if (global->passes < 1 || global->passes >
[all...]
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 283 milliseconds