/external/webkit/Source/WebCore/platform/graphics/skia/ |
ImageSkia.cpp | 61 // Default skia resampling. Used for large growing of images where high 126 // The image is growing a lot and in more than one direction. Resampling 127 // is slow and doesn't give us very much when growing a lot.
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
FastStringBuffer.java | 407 * Append a single character onto the FastStringBuffer, growing the 470 * growing the storage if necessary. 552 * growing the storage if necessary. 634 * FastStringBuffer, growing the storage if necessary. 717 * this FastStringBuffer, growing the storage if necessary. [all...] |
SuballocatedIntVector.java | 154 // Growing the outer array should be rare. We initialize to a
|
/frameworks/base/drm/libdrmframework/plugins/forward-lock/internal-format/converter/ |
FwdLockConv.c | 120 * Data type for a dynamically growing string. 439 * Appends a character to the specified dynamically growing string. 441 * @param[in,out] pString A reference to a dynamically growing string. [all...] |
/libcore/luni/src/main/java/java/util/ |
Vector.java | 229 * Returns the number of elements this vector can hold without growing. 361 * without growing. 365 * before growing. [all...] |
/dalvik/vm/ |
ReferenceTable.cpp | 85 LOGVV("Growing %p from %d to %d", pRef, pRef->allocEntries, newSize);
|
/dalvik/vm/compiler/codegen/arm/armv7-a-neon/ |
MethodCodegenDriver.cpp | 51 * TODO: check whether to raise the stack overflow exception when growing
|
/external/stlport/src/ |
ios.cpp | 84 // Internal functions used for managing exponentially-growing arrays of
|
/ndk/sources/cxx-stl/stlport/src/ |
ios.cpp | 84 // Internal functions used for managing exponentially-growing arrays of
|
/external/collada/include/dae/ |
daeArray.h | 231 * Sets a specific index in the @c daeArray, growing the array if necessary. 386 * Inserts an object at a specific index in the daeArray, growing the array if neccessary
|
/frameworks/base/docs/html/resources/articles/ |
service-api-changes-starting-with.jd | 23 <p>Watching developers use the Android platform the last year has shown a number of trouble areas in the Service API as well as growing issues in the ways services operate. As a result, Android 2.0 introduced a number of changes and improvements in this area for both developers and users.</p> 121 <p>Another situation we were increasingly seeing in 1.6 was that, even ignoring the services that inappropriately make themselves foreground, we had a growing number of devices with a large number of services running in the background all fighting each other over the available memory.</p>
|
/external/dbus/dbus/ |
dbus-hash.c | 1021 dbus_bool_t growing; local 1028 growing = table->n_entries >= table->hi_rebuild_size; 1033 if (growing) 1061 if (growing) 1080 growing ? "GROW" : "SHRINK", [all...] |
/external/flac/libFLAC/ |
metadata_object.c | 958 /* if growing, set new elements to placeholders */ [all...] |
/external/bison/tests/ |
torture.at | 388 [# A grammar of parens growing the stack thanks to right recursion.
|
/external/chromium/chrome/browser/net/ |
passive_log_collector_unittest.cc | 73 // (graveyard + live requests), it resets itself to avoid growing unbounded.
|
predictor.h | 246 // which indicates that there is "congestion" or growing delay in handling the
|
/external/chromium/chrome/browser/ui/cocoa/ |
browser_window_controller.h | 382 // height is not adjusted. If growing the window by the requested amount would
|
page_info_bubble_controller.mm | 287 // could be "growing" while it's opening, looking awkward.
|
/external/icu4c/tools/toolutil/ |
pkg_gencmn.c | 272 /* pad to 16-align the last file (cleaner, avoids growing .dat files in icuswap) */
|
/external/skia/src/core/ |
SkString.cpp | 204 // add 1 for terminating 0, then align4 so we can have some slop when growing the string
|
/external/webkit/Source/WebCore/history/ |
PageCache.cpp | 448 // FIXME: <rdar://problem/5211190> This limit of 42 risks growing the page cache far beyond its nominal capacity.
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
GsmSMSDispatcher.java | 408 // growing indefinitely, containing incomplete messages that were
|
/libcore/luni/src/main/java/java/io/ |
BufferedReader.java | 140 /* the only way to make room when mark=0 is by growing the buffer */
|
/libcore/luni/src/main/java/org/apache/harmony/luni/util/ |
TwoKeyHashMap.java | 208 // will keep array from further growing
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
FolderIcon.java | 457 // We want to imagine our coordinates from the bottom left, growing up and to the
|