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

1 2 3 4

  /frameworks/base/native/graphics/jni/
Android.mk 6 # setup for skia optimizations
  /external/proguard/src/proguard/ant/
ConfigurationTask.java 61 configuration.optimizations = extendClassSpecifications(configuration.optimizations,
62 this.configuration.optimizations);
215 configuration.optimizations = extendFilter(configuration.optimizations,
  /external/proguard/src/proguard/
Configuration.java 136 * A list of <code>String</code>s specifying the optimizations to be
137 * performed. A <code>null</code> list means all optimizations. The
141 public List optimizations; field in class:Configuration
  /external/proguard/src/proguard/gui/
OptimizationsDialog.java 102 // Create the optimizations panel.
189 public void setFilter(String optimizations)
191 StringMatcher filter = optimizations != null && optimizations.length() > 0 ?
192 new ListParser(new NameParser()).parse(optimizations) :
  /external/chromium_org/third_party/sqlite/src/ext/fts2/
mkfts2amal.tcl 31 ** as a one translation unit. This allows many compilers to do optimizations
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
mkfts3amal.tcl 31 ** as a one translation unit. This allows many compilers to do optimizations
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
toy.ml 32 (* Do simple "peephole" optimizations and bit-twiddling optzn. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
toy.ml 32 (* Do simple "peephole" optimizations and bit-twiddling optzn. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
toy.ml 32 (* Do simple "peephole" optimizations and bit-twiddling optzn. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
toy.ml 36 (* Do simple "peephole" optimizations and bit-twiddling optzn. *)
  /external/chromium_org/v8/test/mjsunit/
function-prototype.js 58 // Test that the fast case optimizations can handle non-functions,
67 // optimizations.
89 // be the last thing we do because this will clobber the optimizations
  /external/chromium_org/third_party/mesa/src/src/glsl/
test_optpass.cpp 143 do_optimization_passes(struct exec_list *ir, char **optimizations,
149 const char *optimization = optimizations[i];
186 printf("*** usage: %s optpass <optimizations> <options>\n", argv[0]);
191 printf(" --loop: run optimizations repeatedly until no progress\n");
  /external/chromium_org/v8/test/webkit/
dfg-inline-unused-this-method-check.js 25 "This tests that inlining a function that does not use this does not result in this being lost entirely, if we succeed in doing method check optimizations."
dfg-intrinsic-unused-this-method-check.js 25 "This tests that doing intrinsic function optimization does not result in this being lost entirely, if method check optimizations succeed."
codegen-peephole-locals.js 25 "Tests whether peephole optimizations on bytecode properly deal with local registers."
dfg-inline-unused-this.js 48 // Create some bizzare object to prevent method_check optimizations, since those will result in
dfg-integer-optimization.js 25 "This tests that integer addition optimizations in the DFG are not performed too overzealously."
dfg-intrinsic-unused-this.js 44 // Create some bizzare object to prevent method_check optimizations, since those will result in
  /external/llvm/bindings/ocaml/transforms/ipo/
llvm_ipo.mli 12 This interface provides an OCaml API for LLVM interprocedural optimizations, the
  /external/mesa3d/src/glsl/
test_optpass.cpp 143 do_optimization_passes(struct exec_list *ir, char **optimizations,
149 const char *optimization = optimizations[i];
186 printf("*** usage: %s optpass <optimizations> <options>\n", argv[0]);
191 printf(" --loop: run optimizations repeatedly until no progress\n");
  /external/proguard/examples/
android.pro 44 # Switch off some optimizations that trip older versions of the Dalvik VM.
46 -optimizations !code/simplification/arithmetic
  /prebuilts/tools/common/proguard/proguard4.7/examples/
android.pro 43 # Switch off some optimizations that trip older versions of the Dalvik VM.
45 -optimizations !code/simplification/arithmetic
  /external/chromium_org/third_party/libsrtp/srtp/crypto/
Makefile 15 CFLAGS = -Wall -O4 -fexpensive-optimizations -funroll-loops
  /external/srtp/crypto/
Makefile 15 CFLAGS = -Wall -O4 -fexpensive-optimizations -funroll-loops
  /external/chromium_org/v8/test/mjsunit/regress/
regress-create-exception.js 50 return j; // Make sure that future optimizations don't eliminate j.

Completed in 2011 milliseconds

1 2 3 4