HomeSort by relevance Sort by last modified time
    Searched defs:passes (Results 1 - 19 of 19) sorted by null

  /external/llvm/unittests/Bitcode/
BitReaderTest.cpp 59 PassManager passes; local
60 passes.add(createVerifierPass());
61 passes.run(*m);
  /external/chromium_org/third_party/icu/source/tools/ctestfw/unicode/
uperf.h 163 int32_t passes; member in class:UPerfTest
  /external/icu4c/tools/ctestfw/unicode/
uperf.h 163 int32_t passes; member in class:UPerfTest
  /external/libpng/contrib/gregbook/
readpng2.h 94 int passes; /* not used */ member in struct:_mainprog_info
  /external/chromium_org/third_party/skia/src/gpu/
GrDefaultPathRenderer.cpp 82 // 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[0] = &gEOStencilPass
    [all...]
GrClipMaskManager.cpp 663 int passes; local
676 &passes,
708 for (int p = 0; p < passes; ++p) {
    [all...]
  /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/llvm/tools/lto/
LTOCodeGenerator.cpp 18 #include "llvm/Analysis/Passes.h"
54 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))
401 PassManager passes; local
    [all...]
  /external/skia/src/gpu/
GrDefaultPathRenderer.cpp 82 // 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[0] = &gEOStencilPass
    [all...]
GrClipMaskManager.cpp 663 int passes; local
676 &passes,
708 for (int p = 0; p < passes; ++p) {
    [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);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
BinaryDictEncoderUtils.java 46 // Arbitrary limit to how much passes we consider address size compression should
48 // compression in five passes.
49 // If the number of passes exceeds this number, makedict bails with an exception on
494 int passes = 0; local
512 ++passes;
513 if (passes > MAX_PASSES) throw new RuntimeException("Too many passes - probably a bug");
520 MakedictLog.i("Compression complete in " + passes + " passes.");
    [all...]
  /external/libvpx/libvpx/
vpxenc.c 374 static const arg_def_t passes = ARG_DEF("p", "passes", 1, variable
375 "Number of passes (1/2)");
424 &outputfile, &codecarg, &passes, &pass_arg, &fpf_name, &limit, &skip,
1040 int passes; member in struct:global_config
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/emma/lib/
emma.jar 
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 2736 milliseconds