/external/chromium/net/base/ |
sdch_filter.cc | 258 int amount = OutputBufferExcess(dest_buffer, available_space); local 259 *dest_len += amount; 260 dest_buffer += amount; 261 available_space -= amount; 305 amount = OutputBufferExcess(dest_buffer, available_space); 306 *dest_len += amount; 307 dest_buffer += amount; 308 available_space -= amount; 377 size_t amount = std::min(available_space, local 380 amount); [all...] |
/external/chromium/net/tools/flip_server/ |
buffer_interface.h | 58 // size - the amount of data (in bytes) that it is safe to write to ptr. 69 // size - the amount of data (in bytes) that it is safe to read 106 // amount of data specified here is expected to
|
/external/libvpx/ |
usage_dx.dox | 9 parameter controls the amount of time in microseconds the decoder should 11 \ref usage_postproc based on the amount of free CPU time. For more 58 automatically by the codec, depending on the amount of time remaining before
|
/external/neven/FaceRecEm/common/src/b_FDSDK/ |
SDK.h | 110 /** returns amount of allocated exclusive memory in bytes */ 114 /** returns amount of allocated shared memory in bytes */ 118 /** returns total amount of allocated memory in bytes */
|
/external/zlib/contrib/puff/ |
README | 33 unsigned long *destlen, /* amount of output space */ 35 unsigned long *sourcelen); /* amount of input available */ 61 On return, *sourcelen is updated to the amount of input data consumed, and
|
/frameworks/base/core/java/android/view/animation/ |
AnticipateOvershootInterpolator.java | 38 * @param tension Amount of anticipation/overshoot. When tension equals 0.0f, 47 * @param tension Amount of anticipation/overshoot. When tension equals 0.0f, 50 * @param extraTension Amount by which to multiply the tension. For instance,
|
/frameworks/base/core/java/com/android/internal/util/ |
BitwiseInputStream.java | 71 * @param bits the amount of data to read (gte 0, lte 8) 92 * @param bits the amount of data to read 108 * @param bits the amount by which to increment the position
|
BitwiseOutputStream.java | 88 * @param bits the amount of data to write (gte 0, lte 8) 108 * @param bits the amount of data to write 123 * @param bits the amount by which to increment the position
|
/system/core/sh/ |
memalloc.h | 74 #define STADJUST(amount, p) (p += (amount), sstrnleft -= (amount))
|
/prebuilt/sdk/11/renderscript/include/ |
rs_core.rsh | 301 _RS_RUNTIME uint __attribute__((overloadable, always_inline)) rsClamp(uint amount, uint low, uint high); 302 _RS_RUNTIME int __attribute__((overloadable, always_inline)) rsClamp(int amount, int low, int high); 303 _RS_RUNTIME ushort __attribute__((overloadable, always_inline)) rsClamp(ushort amount, ushort low, ushort high); 304 _RS_RUNTIME short __attribute__((overloadable, always_inline)) rsClamp(short amount, short low, short high); 305 _RS_RUNTIME uchar __attribute__((overloadable, always_inline)) rsClamp(uchar amount, uchar low, uchar high); 306 _RS_RUNTIME char __attribute__((overloadable, always_inline)) rsClamp(char amount, char low, char high);
|
/dalvik/dexgen/src/com/android/dexgen/util/ |
AnnotatedOutput.java | 52 * Add an annotation for a specified amount of subsequent 58 * @param amt {@code >= 0;} the amount of output for this annotation to
|
/dalvik/dx/src/com/android/dx/util/ |
AnnotatedOutput.java | 52 * Add an annotation for a specified amount of subsequent 58 * @param amt {@code >= 0;} the amount of output for this annotation to
|
/dalvik/vm/mterp/x86-atom/ |
OP_SHR_LONG.S | 24 * where one is the shift amount and the other is the value to shift. 46 psubq %xmm0, %xmm3 # %xmm3<- 64 - shift amount
|
OP_SHR_LONG_2ADDR.S | 25 * shift amount. Store the result in the first source register. 47 psubq %xmm0, %xmm3 # %xmm3<- 64 - shift amount
|
OP_USHR_LONG.S | 24 * where one is the shift amount and the other is the value to shift.
|
/external/chromium/chrome/browser/history/ |
visitsegment_database.h | 49 // Increase the segment visit count by the provided amount. Return true on 52 int amount);
|
/external/chromium/chrome/browser/ui/views/location_bar/ |
icon_label_bubble_view.cc | 14 // Amount of padding at the edges of the bubble. 18 // Amount of padding after the label.
|
/external/skia/include/effects/ |
SkBlurMaskFilter.h | 56 @param ambient 0...1 amount of ambient light 58 @param blurRadius amount to blur before applying lighting (e.g. 3)
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
vtimes.h | 39 /* Amount of data and stack memory used (kilobyte-seconds). */ 41 /* Amount of text memory used (kilobyte-seconds). */
|
/external/icu4c/i18n/ |
hebrwcal.cpp | 185 * Add a signed amount to a specified field, using this calendar's rules. 205 * @param amount the amount to add to the field. 211 void HebrewCalendar::add(UCalendarDateFields field, int32_t amount, UErrorCode& status) 219 // We can't just do a set(MONTH, get(MONTH) + amount). The 220 // reason is ADAR_1. Suppose amount is +2 and we land in 222 // if amount is -2 and we land in ADAR_1, then we have to 227 if (amount > 0) { 229 month += amount; 243 month += amount; [all...] |
currfmt.h | 26 * parsing and formatting of currency amount objects. This class is
|
/external/chromium/chrome/browser/ui/cocoa/ |
fast_resize_view.h | 16 // amount of time to relayout and redraw when its size is changed.
|
/external/chromium/chrome/browser/visitedlink/ |
visitedlink_event_listener.cc | 13 // The amount of time we wait to accumulate visited link additions.
|
/external/clang/test/CodeGen/ |
debug-info-iv.c | 9 Array1[i] = i; /* Step by non unit amount */
|
/external/clang/test/SemaObjC/ |
property-9-impl-method.m | 22 extern void NSDivideRect(NSRect inRect, NSRect * slice, NSRect * rem, CGFloat amount, NSRectEdge edge);
|