HomeSort by relevance Sort by last modified time
    Searched full:amount (Results 76 - 100 of 2719) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium/chrome/browser/ui/cocoa/extensions/
extension_install_dialog_controller.mm 28 // amount the control's height had to be adjusted.
41 // Moves the control vertically by the specified amount.
42 void OffsetControlVertically(NSControl* control, CGFloat amount) {
44 origin.y += amount;
151 // Then we shift each label down and resize by the appropriate amount, then
  /external/speex/include/speex/
speex_jitter.h 81 /** Set minimum amount of extra buffering required (margin) */
83 /** Get minimum amount of extra buffering required (margin) */
87 /** Get the amount of available packets currently buffered */
107 /** Absolute max amount of loss that can be tolerated regardless of the delay. Typical loss
176 * @param rem Amount of data buffered by the application (timestamp units)
  /external/srec/shared/src/
CircularBuffer.c 149 int CircularBufferUnwrite(CircularBuffer* buffer, size_t amount)
153 if (available < amount)
154 amount = available;
155 buffer->size -= amount;
156 return amount;
  /frameworks/base/core/jni/android/graphics/
CreateJavaOutputStreamAdaptor.cpp 120 size_t amount = this->doSkip(size - amountSkipped); local
121 if (0 == amount) {
123 amount = this->doRead(&tmp, 1);
124 if (0 == amount) {
129 amountSkipped += amount;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
resource.h 171 /* Total amount of user time used. */
173 /* Total amount of system time used. */
177 /* Amount of sharing of text segment memory
180 /* Amount of data segment memory used (kilobyte-seconds). */
182 /* Amount of stack memory used (kilobyte-seconds). */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
resource.h 171 /* Total amount of user time used. */
173 /* Total amount of system time used. */
177 /* Amount of sharing of text segment memory
180 /* Amount of data segment memory used (kilobyte-seconds). */
182 /* Amount of stack memory used (kilobyte-seconds). */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
resource.h 171 /* Total amount of user time used. */
173 /* Total amount of system time used. */
177 /* Amount of sharing of text segment memory
180 /* Amount of data segment memory used (kilobyte-seconds). */
182 /* Amount of stack memory used (kilobyte-seconds). */
  /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/jmonkeyengine/engine/src/core/com/jme3/scene/mesh/
IndexBuffer.java 48 * Creates an index buffer that can contain the given amount
52 * @param vertexCount The amount of vertices to contain
53 * @param indexCount The amount of indices
  /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 89 * @param bits the amount of data to write (gte 0, lte 8)
109 * @param bits the amount of data to write
124 * @param bits the amount by which to increment the position
  /system/core/sh/
memalloc.h 74 #define STADJUST(amount, p) (p += (amount), sstrnleft -= (amount))
  /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
  /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/dexmaker/src/dx/java/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
  /external/jmonkeyengine/engine/src/core-data/Common/ShaderLib/
Parallax.glsllib 5 // The length of this vector determines the furthest amount of displacement: (Ati's comment)
12 // Need to scale the amount of displacement to account for different height ranges

Completed in 430 milliseconds

1 2 34 5 6 7 8 91011>>