/packages/apps/Phone/src/com/android/phone/ |
HapticFeedback.java | 65 /** If no pattern was found, vibrate for a small amount of time. */
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/ |
security.h | 126 unsigned int secondsRemaining; /* overflow time amount for >49 days */
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
gmon.h | 92 * architectures. This saves a reasonable amount of space for
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/ |
GridMatch.java | 44 /** Amount of margin between the matched edges */
|
/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/animation/ |
ValueAnimator.java | 49 * The default amount of time in ms between animation frames 217 // The amount of time in ms to delay starting the animation after start() is called 685 * The amount of time, in milliseconds, to delay starting the animation after 695 * The amount of time, in milliseconds, to delay starting the animation after 698 * @param startDelay The amount of the delay, in milliseconds 705 * The amount of time, in milliseconds, between each frame of the animation. This is a 718 * The amount of time, in milliseconds, between each frame of the animation. This is a [all...] |
/frameworks/base/core/java/android/view/ |
Window.java | 756 * Set the amount of dim behind the window when using 758 * the default dim amount of that is selected by the Window based on 761 * @param amount The new dim amount, from 0 for no dim to 1 for full dim. 763 public void setDimAmount(float amount) { 765 attrs.dimAmount = amount; [all...] |
/external/skia/src/pdf/ |
SkPDFFont.cpp | 165 size_t amount; local 166 while ((amount = srcStream->read(buf, bufSize)) > 0) 167 dynamicStream.write(buf, amount); 168 amount = 0; 169 dynamicStream.write(&amount, 1); // NULL terminator. [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 | 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...] |
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 902 * @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 | 501 //cal.add(field, amount); //<-- PROBLEM SEEN WITH field = DATE,MONTH 1133 int32_t amount = ADDROLL_int[i\/2]; local 1984 int32_t amount; member in struct:__anon6436 2152 int32_t amount = DATA[i].amount * (sign==MINUS?-1:1); local [all...] |
/external/llvm/lib/Target/ARM/ |
ARMBaseRegisterInfo.cpp | 838 // ADJCALLSTACKDOWN -> sub, sp, sp, amount 839 // ADJCALLSTACKUP -> add, sp, sp, amount 842 unsigned Amount = Old->getOperand(0).getImm(); 843 if (Amount != 0) { 845 // amount of space needed for the outgoing arguments up to the next 848 Amount = (Amount+Align-1)/Align*Align; 863 emitSPUpdate(isARM, MBB, I, dl, TII, -Amount, Pred, PredReg); 868 emitSPUpdate(isARM, MBB, I, dl, TII, Amount, Pred, PredReg); [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
PagedView.java | [all...] |
/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", 825 u_uastrcpy(source, "You deposited an amount of $500.00"); 826 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);
|
/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));
|