/system/extras/tests/sdcard/ |
stopwatch.h | 112 // pointed by *str. On exit *size is the amount of free space left
|
/external/webkit/Source/WebCore/loader/appcache/ |
ApplicationCacheStorage.cpp | 402 // Determine the amount of free space we have available. 409 // The amount of free space is just the amount of free space inside 415 // The amount of free space available is the amount of free space 416 // inside the database file plus the amount we can grow until we hit [all...] |
/frameworks/base/core/java/android/view/ |
Window.java | 766 * Set the amount of dim behind the window when using 768 * the default dim amount of that is selected by the Window based on 771 * @param amount The new dim amount, from 0 for no dim to 1 for full dim. 773 public void setDimAmount(float amount) { 775 attrs.dimAmount = amount; [all...] |
/external/aac/libMpegTPDec/src/ |
tpdec_lib.cpp | 140 UINT holdOffFrames; /* Amount of frames that were already hold off due to buffer fullness condition not being met. */ 376 * \param bitsAvail the amount of available bits at the end of the first frame to be decoded. 460 /* For ELD and other payloads there is an unknown amount of padding, so ignore unread bits, but 705 /* Ensure that the bit amount lands and a multiple of TPDEC_SYNCSKIP */ 810 * \brief Synchronize to stream and estimate the amount of missing access units due [all...] |
/external/speex/libspeex/ |
jitter.c | 143 spx_int32_t buffered; /**< Amount of data we think is still buffered by the application (timestamp units)*/ 162 int max_late_rate; /**< Absolute maximum amount of late packets tolerable (in percent) */ 249 /* Two-frame penalty if we're going to increase the amount of late frames (hysteresis) */ 356 static void shift_timings(JitterBuffer *jitter, spx_int16_t amount) 362 jitter->timeBuffers[i]->timing[j] += amount;
|
/frameworks/base/core/java/android/widget/ |
ProgressBar.java | 67 * change the amount of progress (modifying the length of the bar) as it moves 829 * <p>Increase the progress bar's progress by the specified amount.</p> 831 * @param diff the amount by which the progress must be increased 840 * <p>Increase the progress bar's secondary progress by the specified amount.</p> 842 * @param diff the amount by which the secondary progress must be increased [all...] |
ListView.java | 83 * When arrow scrolling, need a certain amount of pixels to preview next 185 * @return The maximum amount a list view will scroll in response to 903 * @param offset The amount to offset from the adapter position to scroll to. [all...] |
/packages/apps/MusicFX/src/com/android/musicfx/seekbar/ |
ProgressBar.java | 61 * change the amount of progress (modifying the length of the bar) as it moves 780 * <p>Increase the progress bar's progress by the specified amount.</p> 782 * @param diff the amount by which the progress must be increased 791 * <p>Increase the progress bar's secondary progress by the specified amount.</p> 793 * @param diff the amount by which the secondary progress must be increased [all...] |
/external/icu4c/test/intltest/ |
calregts.cpp | 510 //cal.add(field, amount); //<-- PROBLEM SEEN WITH field = DATE,MONTH 1143 int32_t amount = ADDROLL_int[i\/2]; local 1994 int32_t amount; member in struct:__anon7087 2162 int32_t amount = DATA[i].amount * (sign==MINUS?-1:1); local [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
PagedView.java | [all...] |
/external/aac/libFDK/src/ |
qmf.cpp | 114 An interesting note: The function getScalefactor() can constitute a significant amount of computational complexity - very much depending on the 480 * and anaQmf->usb to the amount of QMF bands. 533 * and anaQmf->usb to the amount of QMF bands. 622 * and anaQmf->usb to the amount of QMF bands. [all...] |
scale.cpp | 218 * \param scalefactor amount of left shifts to be applied 423 * This function can constitute a significant amount of computational complexity - very much depending on the
|
/external/icu4c/test/cintltst/ |
cmsgtst.c | 34 "You deposited {0,number,integer} times an amount of {1,number,currency} on {2,date,short}", 42 "You deposited 1 times an amount of $3,456.00 on 1/12/70", 831 u_uastrcpy(source, "You deposited an amount of $500.00"); 832 u_uastrcpy(pattern, "You {0} an amount of {1,number,currency}"); [all...] |
/external/sonivox/arm-fm-22k/host_src/ |
eas_hostmm.c | 163 void *EAS_HWMemCpy (void *dest, const void *src, EAS_I32 amount) 165 return memcpy(dest, src, (size_t) amount); 176 void *EAS_HWMemSet (void *dest, int val, EAS_I32 amount) 178 return memset(dest, val, (size_t) amount); 189 EAS_I32 EAS_HWMemCmp (const void *s1, const void *s2, EAS_I32 amount) 191 return (EAS_I32) memcmp(s1, s2, (size_t) amount);
|
/external/sonivox/arm-hybrid-22k/host_src/ |
eas_hostmm.c | 163 void *EAS_HWMemCpy (void *dest, const void *src, EAS_I32 amount) 165 return memcpy(dest, src, (size_t) amount); 176 void *EAS_HWMemSet (void *dest, int val, EAS_I32 amount) 178 return memset(dest, val, (size_t) amount); 189 EAS_I32 EAS_HWMemCmp (const void *s1, const void *s2, EAS_I32 amount) 191 return (EAS_I32) memcmp(s1, s2, (size_t) amount);
|
/external/sonivox/arm-wt-22k/misc/ |
eas_host.c | 192 void *EAS_HWMemCpy (void *dest, const void *src, EAS_I32 amount) 194 return memcpy(dest,src,(size_t) amount); 205 void *EAS_HWMemSet (void *dest, int val, EAS_I32 amount) 207 return memset(dest,val,(size_t) amount); 218 EAS_I32 EAS_HWMemCmp (const void *s1, const void *s2, EAS_I32 amount) 220 return (EAS_I32) memcmp(s1, s2, (size_t) amount);
|
/frameworks/base/core/java/android/animation/ |
ValueAnimator.java | 168 // The amount of time in ms to delay starting the animation after start() is called 651 * The amount of time, in milliseconds, to delay starting the animation after 661 * The amount of time, in milliseconds, to delay starting the animation after 664 * @param startDelay The amount of the delay, in milliseconds 672 * The amount of time, in milliseconds, between each frame of the animation. This is a 688 * The amount of time, in milliseconds, between each frame of the animation. This is a [all...] |
/external/aac/libPCMutils/include/ |
pcmutils_lib.h | 242 * \param [in] Pointer where the amount of output samples is returned into. 243 * \param [inout] Pointer where the amount of output channels is returned into.
|
/external/aac/libSBRenc/include/ |
sbr_encoder.h | 280 * \param numChannels the amount of audio channels 291 * \param noElements Amount of elements described in elInfo.
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
OutputPropertiesFactory.java | 54 * The non-standard property key to use to set the indentation amount. 122 S_BUILTIN_EXTENSIONS_UNIVERSAL + "indent-amount";
|
/external/chromium/chrome/browser/chromeos/frame/ |
browser_view.cc | 45 // Amount to offset the toolbar by when vertical tabs are enabled. 47 // Amount to tweak the position of the status area to get it to look right.
|
/external/chromium/chrome/browser/ui/views/ |
first_run_search_engine_view.cc | 393 // Upper logo margin gives the amount of whitespace between the text label 394 // and the logo field. The total amount of whitespace available is equal
|
/external/chromium/chrome/browser/ui/views/location_bar/ |
location_bar_view.h | 268 // Amount of padding built into the standard omnibox icons. 285 // Returns the amount of horizontal space (in pixels) out of
|
/external/chromium/chrome/common/ |
metrics_helpers.cc | 504 void MetricsServiceBase::SnapshotProblemResolved(int amount) { 506 std::abs(amount));
|
/external/chromium/webkit/glue/media/ |
buffered_resource_loader.cc | 42 // and amount of time for a suitable wait. Now I just make a guess for this 172 // amount.
|