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

<<11121314151617181920>>

  /external/compiler-rt/lib/
truncdfsf2.c 141 // to get the shift amount for the denormalization.
147 // Right shift by the denormalization amount with sticky.
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
DalvInsnList.java 39 * The amount of register space, in register units, required for this
162 // Sanity check of the amount written.
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
BasicBlock.java 257 * amount.
259 * @param delta the amount to offset register numbers by
  /external/e2fsprogs/misc/
badblocks.8.in 102 100 will cause each read to be delayed by the amount the previous read
103 took, and a value of 200 by twice the amount.
  /external/icu4c/test/intltest/
fldset.cpp 172 void FieldsSet::set(int32_t field, int32_t amount) {
176 fValue[field] = amount;
fldset.h 228 // void set(UCalendarDateFields field, int32_t amount) { set ((int32_t)field, amount); }
  /external/jmonkeyengine/engine/src/core/com/jme3/font/
BitmapFont.java 201 // The kerning amount from one character to the next affects the
250 // we just added by the appropriate amount.
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
Box.java 80 * the given amount in <em>each</em> direction. So, for example, a box
96 * the given amount in <em>each</em> direction. So, for example, a box
  /external/jpeg/
jmemsys.h 38 * memory. (Typically the total amount requested through jpeg_get_small is
100 * Conversely, zero may be returned to always use the minimum amount of memory.
  /external/llvm/include/llvm/Support/
Program.h 76 unsigned memoryLimit = 0, ///< If non-zero, this specifies max. amount
96 unsigned secondsToWait, ///< If non-zero, this specifies the amount
Timer.h 76 /// Timer - This class is used to track the amount of time spent between
79 /// By default, the Timer will print the amount of time it has captured to
  /external/openssl/crypto/pkcs7/
example.c 12 /* The last parameter is the amount to add/subtract from the current
172 /* The last parameter is the amount to add/subtract from the current
  /external/qemu/distrib/jpeg-6b/
jmemsys.h 38 * memory. (Typically the total amount requested through jpeg_get_small is
100 * Conversely, zero may be returned to always use the minimum amount of memory.
  /external/quake/quake/src/QW/docs/
glqwcl-readme.txt 51 The amount of textures used in the game can have a large impact on performance.
69 there are some additional settings that can drastically lower the amount of
  /external/webkit/PerformanceTests/
ChangeLog 110 mess, and the constructor and destructor do a huge amount of work.
139 mess, and the constructor and destructor do a huge amount of work.
  /external/webkit/Source/JavaScriptCore/parser/
SyntaxChecker.h 227 void shrinkOperandStackBy(int& operandStackDepth, int amount) { operandStackDepth -= amount; }
  /external/webkit/Source/WebCore/platform/audio/
ReverbConvolver.cpp 47 // while still minimizing the amount of processing done in the primary (high-priority) thread.
207 // and frequently (around every 3ms). The background thread is processing well into the future and has a considerable amount of
  /external/webkit/Tools/CodeCoverage/
cov.py 144 # Our requirement is that we have the same amount of lines as
154 print "Error Base: %s and Target: %s have different amount of lines" % (possible_gcovs[0],cov_file)
  /frameworks/base/core/java/android/preference/
VolumePreference.java 348 public void changeVolumeBy(int amount) {
349 mSeekBar.incrementProgressBy(amount);
  /frameworks/base/media/java/android/mtp/
MtpDevice.java 146 * This call may block for an arbitrary amount of time depending on the size
226 * This call may block for an arbitrary amount of time depending on the size
  /frameworks/base/packages/SystemUI/res/values/
dimens.xml 42 <!-- Amount to offset bottom of notification peek window from top of status bar. -->
131 <!-- Amount of close_handle that will not overlap the notification list -->
  /frameworks/native/include/utils/
VectorImpl.h 119 void* _grow(size_t where, size_t amount);
120 void _shrink(size_t where, size_t amount);
  /frameworks/support/v4/java/android/support/v4/content/
AsyncTaskLoader.java 96 * Set amount to throttle updates by. This is the minimum time from
100 * @param delayMS Amount of delay, in milliseconds.
  /hardware/invensense/mlsdk/mllite/
mlFIFOHW.c 200 * @param[out] len amount of data currently stored in the fifo.
246 * @param[in] len Amount of data to read out of the fifo
  /libcore/luni/src/main/java/org/w3c/dom/
CharacterData.java 32 * implementation may not put arbitrary limits on the amount of data
47 * implementation may not put arbitrary limits on the amount of data

Completed in 955 milliseconds

<<11121314151617181920>>