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

12

/external/libpng/contrib/libtests/
H A Dreadpng.c73 int passes = png_set_interlace_handling(png_ptr); local
78 for (pass = 0; pass < passes; ++pass)
H A Dtimepng.c74 int passes = png_set_interlace_handling(png_ptr); local
79 for (pass = 0; pass < passes; ++pass)
H A Dmakepng.c685 int passes = png_set_interlace_handling(png_ptr); local
694 for (pass = 0; pass < passes; ++pass)
/external/llvm/unittests/Bitcode/
H A DBitReaderTest.cpp60 PassManager passes; local
61 passes.add(createVerifierPass());
62 passes.add(createDebugInfoVerifierPass());
63 passes.run(*m);
/external/libvpx/libvpx/
H A Dvpxenc.h30 int passes; member in struct:VpxEncoderConfig
/external/chromium_org/third_party/icu/source/tools/ctestfw/unicode/
H A Duperf.h163 int32_t passes; member in class:UPerfTest
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dvpxenc.h37 int passes; member in struct:VpxEncoderConfig
/external/icu/icu4c/source/tools/ctestfw/unicode/
H A Duperf.h182 int32_t passes; member in class:UPerfTest
/external/libpng/contrib/examples/
H A Dpngpixel.c19 * interlace passes directly looking for the required pixel.
219 int passes, pass; local
222 * passes required as well as turning on libpng's
229 passes = 1;
233 passes = PNG_INTERLACE_ADAM7_PASSES;
243 for (pass=0; pass<passes; ++pass)
/external/libpng/contrib/gregbook/
H A Dreadpng2.h94 int passes; /* not used */ member in struct:_mainprog_info
/external/chromium_org/cc/surfaces/
H A Dsurface_aggregator_test_helpers.cc96 Pass* passes,
100 Pass pass = passes[i];
149 const RenderPassList* passes) {
150 ASSERT_EQ(expected_pass_count, passes->size());
152 for (size_t i = 0; i < passes->size(); ++i) {
154 RenderPass* pass = passes->at(i);
94 AddPasses(RenderPassList* pass_list, const gfx::Rect& output_rect, Pass* passes, size_t pass_count) argument
147 TestPassesMatchExpectations(Pass* expected_passes, size_t expected_pass_count, const RenderPassList* passes) argument
H A Dsurface_aggregator_unittest.cc109 void SubmitFrame(test::Pass* passes, argument
113 AddPasses(&pass_list, gfx::Rect(SurfaceSize()), passes, pass_count);
144 test::Pass passes[] = {test::Pass(quads, arraysize(quads))}; local
146 SubmitFrame(passes, arraysize(passes), root_surface_id_);
149 AggregateAndVerify(passes, arraysize(passes), ids, arraysize(ids));
157 test::Pass passes[] = {test::Pass(quads[0], arraysize(quads[0])), local
160 SubmitFrame(passes, arraysize(passes), root_surface_id
399 test::Pass passes[] = {test::Pass(quads, arraysize(quads))}; local
420 test::Pass passes[] = {test::Pass(quads, arraysize(quads))}; local
439 test::Pass passes[] = {test::Pass(quads, arraysize(quads))}; local
[all...]
/external/chromium_org/third_party/skia/src/gpu/
H A DGrDefaultPathRenderer.cpp83 // 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
372 const GrStencilSettings* passes[3]; local
380 passes[0] = &gDirectToStencil;
382 passes[0] = NULL;
390 passes[0] = &gDirectToStencil;
392 passes[0] = NULL;
402 passes[
[all...]
H A DGrClipMaskManager.cpp788 int passes; local
801 &passes,
832 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/skia/src/gpu/
H A DGrDefaultPathRenderer.cpp83 // 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
372 const GrStencilSettings* passes[3]; local
380 passes[0] = &gDirectToStencil;
382 passes[0] = NULL;
390 passes[0] = &gDirectToStencil;
392 passes[0] = NULL;
402 passes[
[all...]
H A DGrClipMaskManager.cpp787 int passes; local
800 &passes,
831 for (int p = 0; p < passes; ++p) {
/external/chromium_org/third_party/libvpx/source/libvpx/examples/
H A Dvp9_spatial_svc_encoder.c50 ARG_DEF("p", "passes", 1, "Number of passes (1/2)");
90 int passes; member in struct:__anon12970
112 int passes = 0; local
171 passes = arg_parse_uint(&arg);
172 if (passes < 1 || passes > 2) {
173 die("Error: Invalid number of passes (%d)\n", passes);
201 if (passes
[all...]
/external/libvpx/libvpx/examples/
H A Dvp9_spatial_scalable_encoder.c65 ARG_DEF("p", "passes", 1, "Number of passes (1/2)");
107 int passes; member in struct:__anon24768
129 int passes = 0; local
189 passes = arg_parse_uint(&arg);
190 if (passes < 1 || passes > 2) {
191 die("Error: Invalid number of passes (%d)\n", passes);
213 if (passes
[all...]
/external/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp87 // Initialize LTO passes. Please keep this funciton in sync with
89 // passes are initialized.
388 PassManager passes; local
389 passes.add(createVerifierPass());
390 passes.add(createDebugInfoVerifierPass());
434 passes.add(createInternalizePass(MustPreserveList));
437 passes.run(*mergedModule);
442 /// Optimize merged modules using various IPO passes
456 // Instantiate the pass manager to organize the passes.
457 PassManager passes; local
[all...]
/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/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dtcd.h80 OPJ_UINT32 numpasses; /* Number of passes in the layer */
92 opj_tcd_pass_t* passes; /* information about the passes */ member in struct:opj_tcd_cblk_enc
97 OPJ_UINT32 numpassesinlayers; /* number of passes in the layer */
98 OPJ_UINT32 totalpasses; /* total number of passes */
/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng_util.cpp239 std::vector<std::vector<unsigned char> > passes; local
240 unsigned error = getFilterTypesInterlaced(passes, png);
243 if(passes.size() == 1)
245 filterTypes.swap(passes[0]);
260 filterTypes.push_back(i % 2 == 0 ? passes[5][i / 2] : passes[6][i / 2]);
/external/libpng/
H A Dpngread.c2346 * passes in white.
3055 int passes; local
3064 passes = 1;
3068 passes = PNG_INTERLACE_ADAM7_PASSES;
3083 for (pass = 0; pass < passes; ++pass)
3247 int passes = 0; /* As a flag */ local
3256 passes = png_set_interlace_handling(png_ptr);
3336 if (passes == 0)
3353 while (--passes >= 0)
3377 int passes; local
3506 int pass, passes; local
3787 int passes = 0; local
[all...]

Completed in 5736 milliseconds

12