HomeSort by relevance Sort by last modified time
    Searched full:optimize (Results 201 - 225 of 2507) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/protobuf/gtest/xcode/Config/
ReleaseProject.xcconfig 15 // Optimize for space and size (Apple recommendation)
  /external/skia/include/core/
SkPreConfig.h 222 * can help the compiler optimize out successive calls.
253 * NOTE: Clang/ARM (r161757) does not support the 'optimize' attribute.
255 #if SK_HAS_ATTRIBUTE(optimize)
256 # define SK_ATTRIBUTE_OPTIMIZE_O1 __attribute__((optimize("O1")))
  /hardware/samsung_slsi/exynos5/mobicore/daemon/
Application.mk 13 # Don't optimize for better debugging
  /external/v8/src/
runtime-profiler.cc 70 // optimize it as it is.
130 void RuntimeProfiler::Optimize(JSFunction* function, const char* reason) {
300 // ticks, optimize it now.
301 Optimize(function, "hot and stable");
303 Optimize(function, "not much type info but very hot");
316 // small, optimistically optimize it now.
317 Optimize(function, "small function");
324 // then type info might already be stable and we can optimize now.
325 Optimize(function, "stable on startup");
340 Optimize(function, "sampler window lookup")
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.pom 49 <maven.compile.optimize>true</maven.compile.optimize>
83 <optimize>${maven.compile.optimize}</optimize>
  /external/proguard/src/proguard/
ProGuard.java 27 import proguard.optimize.Optimizer;
81 configuration.optimize ||
108 if (configuration.optimize)
114 if (!optimize())
143 configuration.optimize ||
317 private boolean optimize() throws IOException method in class:ProGuard
  /external/antlr/antlr-3.4/runtime/CSharp2/
antlr3.runtime.net.common.inc 13 <property name="optimize" value="true" unless="${property::exists('optimize')}" />
  /external/chromium/base/
compiler_specific.h 41 #define MSVC_DISABLE_OPTIMIZE() __pragma(optimize("", off))
42 #define MSVC_ENABLE_OPTIMIZE() __pragma(optimize("", on))
  /external/chromium_org/third_party/protobuf/
CONTRIBUTORS.txt 82 * Optimize Java serialization code when writing a small message to a stream.
83 * Optimize Java serialization of strings so that UTF-8 encoding happens only
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3speed.tcl 11 # 2. Optimizing an FTS3 table (i.e. "INSERT INTO t1 VALUES('optimize')").
82 sql "INSERT INTO t1(t1) VALUES('optimize');"
  /external/chromium_org/third_party/sqlite/src/test/
fts2q.test 12 # of this script is testing the FTS2 module's optimize() function.
170 # Test results when everything is optimized via optimize().
178 SELECT OPTIMIZE(t1) FROM t1 LIMIT 1;
207 # Test optimize() against a table involving segment merges.
294 # Optimize should leave the result in the level of the highest-level
298 SELECT OPTIMIZE(t1) FROM t1 LIMIT 1;
332 SELECT OPTIMIZE(t1) FROM t1 LIMIT 1;
341 SELECT OPTIMIZE(t1) FROM t1 LIMIT 1;
fts3d.test 12 # of this script is testing the FTS3 module's optimize() function.
130 # Test results when everything is optimized via optimize().
138 SELECT OPTIMIZE(t1) FROM t1 LIMIT 1;
167 # Test optimize() against a table involving segment merges.
254 # Optimize should leave the result in the level of the highest-level
259 SELECT OPTIMIZE(t1) FROM t1 LIMIT 1;
293 SELECT OPTIMIZE(t1) FROM t1 LIMIT 1;
302 SELECT OPTIMIZE(t1) FROM t1 LIMIT 1;
  /external/chromium_org/v8/src/
runtime-profiler.cc 76 // optimize it as it is.
127 void RuntimeProfiler::Optimize(JSFunction* function, const char* reason) {
340 // ticks, optimize it now.
341 Optimize(function, "hot and stable");
343 Optimize(function, "not much type info but very hot");
356 // small, optimistically optimize it now.
357 Optimize(function, "small function");
372 Optimize(function, "sampler window lookup");
  /external/clang/www/demo/
DemoInfo.html 46 optimize across files in your application. Since the demo page doesn't allow
49 coming in from outside the source file, allowing it to optimize more
  /external/eigen/bench/btl/generic_bench/timers/
portable_perf_analyzer_old.hh 54 // // optimize
67 // optimize
  /external/jmonkeyengine/engine/src/test/jme3test/stress/
TestBatchLod.java 42 import jme3tools.optimize.GeometryBatchFactory;
82 GeometryBatchFactory.optimize(rootNode, true);
  /external/libvpx/libvpx/vp8/encoder/
encodeintra.c 112 if (x->optimize)
136 if (x->optimize)
  /external/proguard/examples/annotations/lib/
annotations.pro 23 # @Keep specifies not to shrink, optimize, or obfuscate the annotated class
33 # @KeepName specifies not to optimize or obfuscate the annotated class or
  /external/proguard/src/proguard/optimize/
MemberDescriptorSpecializer.java 21 package proguard.optimize;
28 import proguard.optimize.evaluation.StoringInvocationUnit;
ParameterShrinker.java 21 package proguard.optimize;
29 import proguard.optimize.info.ParameterUsageMarker;
  /external/proguard/src/proguard/optimize/evaluation/
StoringInvocationUnit.java 21 package proguard.optimize.evaluation;
27 import proguard.optimize.info.*;
  /external/proguard/src/proguard/optimize/peephole/
UnreachableExceptionRemover.java 21 package proguard.optimize.peephole;
28 import proguard.optimize.info.ExceptionInstructionChecker;
  /frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_AudioEffects.c 122 while (uiPCMsize-->0) /**< decrementing to optimize */
170 while (uiPCMsize-->0) /**< decrementing to optimize */
  /frameworks/base/docs/html/training/improving-layouts/
loading-ondemand.jd 27 <li><a href="http://android-developers.blogspot.com/2009/03/android-layout-tricks-3-optimize-with.html"
28 >Optimize with stubs (blog post)</a></li>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_construct.h 107 * a trivial destructor, the compiler should optimize all of this
122 * nondefault allocators we do not optimize away invocation of

Completed in 512 milliseconds

1 2 3 4 5 6 7 891011>>