HomeSort by relevance Sort by last modified time
    Searched full:reduce (Results 626 - 650 of 2773) sorted by null

<<21222324252627282930>>

  /libcore/luni/src/main/java/java/util/concurrent/
FutureTask.java 356 callable = null; // to reduce footprint
474 // Reduce the risk of rare disastrous classloading in first call to
  /packages/apps/Messaging/src/com/android/messaging/datamodel/media/
PoolableImageCache.java 125 * Load an input stream into a bitmap. Uses a bitmap from the pool if possible to reduce
166 * Turn encoded bytes into a bitmap. Uses a bitmap from the pool if possible to reduce
  /packages/apps/Settings/src/com/android/settings/location/
SettingsInjector.java 310 * SettingInjectorService}, so to reduce memory pressure we don't want to load too many at
370 // To reduce memory pressure, we want to be loading at most one setting (plus at
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 64 def register(cls, type, reduce):
66 rv = reduce(obj)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 64 def register(cls, type, reduce):
66 rv = reduce(obj)
  /art/runtime/base/
histogram-inl.h 70 // We double the width of each bucket to reduce the number of buckets by a factor of 2.
mutex-inl.h 157 // Reduce state by 1 and impose lock release load/store ordering.
  /art/runtime/
read_barrier-inl.h 115 // TODO: Reduce copy paste
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_exp.c 21 * Reduce x to an r so that |r| <= 0.5*ln2 ~ 0.34658.
  /cts/tests/tests/text/src/android/text/cts/
LayoutTest.java 113 fail("should throw runtime exception attempted to reduce Layout width");
  /development/ndk/platforms/android-3/include/
zconf.h 154 plus a few kilobytes for small objects. For example, if you want to reduce
  /development/samples/Compass/src/com/example/android/compass/
CompassActivity.java 144 * but reduce performance. One might want to tweak that
  /device/asus/deb/
releasetools.py 40 # Reduce the space taken by the journal.
  /device/asus/flo/
releasetools.py 46 # Reduce the space taken by the journal.
  /device/lge/hammerhead/
releasetools.py 45 # Reduce the space taken by the journal.
  /docs/source.android.com/src/devices/tech/dalvik/
index.jd 75 <li>Compacting GC to reduce background memory usage and fragmentation</li>
  /docs/source.android.com/src/devices/tech/security/selinux/
index.jd 43 access to application data and system logs, reduce the effects of malicious
  /docs/source.android.com/src/devices/tech/test_infra/tradefed/fundamentals/
options.jd 97 <p>Or, to get a similar effect from the opposite direction, the Test Runner could reduce the wait time
  /docs/source.android.com/src/
index.jd 60 own devices and reduce latency further.</p>
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/
Antlr3.Runtime.Test.csproj 173 <Antlr3 Include="Composition\Reduce.g3" />
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemWithParam.java 151 // See if we can reduce an RTF to a select with a string expression.
  /external/bison/data/
lalr1.cc 180 /// - if negative, reduce the rule which number is the opposite.
602 /* If the proper action on seeing token YYTOKEN is to reduce or to
608 /* Reduce or error. */
1004 positive, shift that token. If negative, reduce the rule which
    [all...]
  /external/bison/data/xslt/
xml2xhtml.xsl 290 <xsl:value-of select="concat(' ', $sr-count, ' shift/reduce')"/>
296 <xsl:value-of select="concat(' ', $rr-count, ' reduce/reduce')"/>
643 <xsl:value-of select="concat('reduce using rule ', @rule)"/>
  /external/bison/doc/
Makefile.am 104 FIGS_DOT = figs/example.dot figs/example-reduce.dot figs/example-shift.dot
  /external/bison/examples/calc++/
calc++-parser.hh 201 /// - if negative, reduce the rule which number is the opposite.

Completed in 337 milliseconds

<<21222324252627282930>>