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

1 2

  /frameworks/base/native/graphics/jni/
Android.mk 6 # setup for skia optimizations
  /external/proguard/src/proguard/
Configuration.java 133 * A list of <code>String</code>s specifying the optimizations to be
134 * performed. A <code>null</code> list means all optimizations. The
138 public List optimizations; field in class:Configuration
ConfigurationParser.java 135 else if (ConfigurationConstants.OPTIMIZATIONS .startsWith(nextWord)) configuration.optimizations = parseCommaSeparatedList("optimization name", true, false, false, false, false, false, false, configuration.optimizations);
    [all...]
  /build/core/combo/arch/x86/
x86-atom.mk 16 # This flag is used to enabled Atom-specific optimizations with our toolchain
  /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/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/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
arguments-apply.js 132 // stack even in the presence of the apply optimizations.
assert-opt-and-deopt.js 54 * that you later want to track de/optimizations for. It is necessary because
array-elements-from-array-prototype-chain.js 39 // VM setup---some optimizations might be already turned off in
array-elements-from-array-prototype.js 39 // VM setup---some optimizations might be already turned off in
  /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/llvm/bindings/ocaml/transforms/ipo/
llvm_ipo.ml 12 This interface provides an ocaml API for LLVM interprocedural optimizations, the
llvm_ipo.mli 12 This interface provides an ocaml API for LLVM interprocedural optimizations, the
  /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/srtp/crypto/
Makefile 15 CFLAGS = -Wall -O4 -fexpensive-optimizations -funroll-loops
  /external/fdlibm/
Android.mk 48 # Disable GCC optimizations that interact badly with this crufty
  /external/v8/test/mjsunit/regress/
regress-create-exception.js 50 return j; // Make sure that future optimizations don't eliminate j.
  /external/srtp/
Makefile 37 CFLAGS = -Wall -O4 -fexpensive-optimizations -funroll-loops
  /external/proguard/src/proguard/optimize/
Optimizer.java 134 // Create a matcher for filtering optimizations.
135 StringMatcher filter = configuration.optimizations != null ?
136 new ListParser(new NameParser()).parse(configuration.optimizations) :
167 // Create counters to count the numbers of optimizations.
197 // Some optimizations are required by other optimizations.
661 // Peephole optimizations involving local variables.
670 // Peephole optimizations involving arithmetic operations.
679 // Peephole optimizations involving cast operations.
688 // Peephole optimizations involving fields
    [all...]
  /external/libvpx/libvpx/
configure 170 enable optimizations
291 optimizations
552 # ICC has a number of floating point optimizations that we disable
  /external/libvpx/libvpx/build/make/
configure.sh 1047 enabled optimizations && check_add_cflags -fomit-frame-pointer
1131 if enabled optimizations; then
1171 echo "dspr2 optimizations are available only for little endian platforms"
    [all...]

Completed in 484 milliseconds

1 2