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

<<31323334353637383940>>

  /external/webrtc/src/modules/audio_processing/aecm/
echo_control_mobile.c 357 // Before we fill up the far end buffer we require the amount of data on the
402 // When the far end buffer is filled with approximately the same amount of
403 // data as the amount on the sound card we end the start up phase and start
  /frameworks/base/core/java/android/speech/
RecognizerIntent.java 157 * The minimum length of an utterance. We will not stop recording before this amount of time.
168 * The amount of time that it should take after we stop hearing speech to consider the input
180 * The amount of time that it should take after we stop hearing speech to consider the input
  /frameworks/base/core/java/android/view/
Choreographer.java 72 // The default amount of time in ms between animation frames.
188 * The amount of time, in milliseconds, between each frame of the animation.
207 * The amount of time, in milliseconds, between each frame of the animation.
ViewConfiguration.java 651 * The amount of time that the zoom controls should be
662 * The amount of time a user needs to press the relevant key to bring up
673 * The amount of friction applied to scrolls and flings.
  /frameworks/base/docs/html/training/efficient-downloads/
efficient-network-access.jd 96 <p>You could choose to prefetch an entire album, however should the user stop listening after the first song, you've wasted a significant amount of bandwidth and battery life.</p>
106 <p>A better approach would be to prefetch a reasonable amount of data at startup, beginning with the first set of news headlines and thumbnails&mdash;ensuring a low latency startup time&mdash;and continuing with the remaining headlines and thumbnails, as well as the article text for each article available from at least the primary headline list.</p>
152 <p>By monitoring the frequency of your data transfers, and the amount of data transferred during each connection, you can identify areas of your application that can be made more battery-efficient. Generally, you will be looking for short spikes that can be delayed, or that should cause a later transfer to be preempted.</p>
  /libcore/luni/src/main/java/java/util/logging/
FileHandler.java 35 * When a set of files is used and a given amount of data has been written to
425 * the data amount limit in bytes of one output file, can not be
459 * the data amount limit in bytes of one output file, can not be
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
TestCertUtils.java 695 * Utility class used to generate some amount of uniq names.
765 * Generates some amount of uniq names, none of which is equals to
814 * Generates some amount of uniq X500Principals, none of which is equals
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailLayoutController.java 569 // If the list was able to successfully offset by the tab carousel amount, then
580 // If the list could not offset the full amount of the tab carousel offset (i.e.
581 // the list can only be scrolled a tiny amount), then animate the carousel down
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
SyncService.java 88 * @param totalWork the total amount of work.
107 * @param work the amount of work done.
671 // first write the amount read
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/info/
gprof.info 729 The "flat profile" shows the total amount of time your program spent
762 appear in every flat profile; their time gives a measure of the amount
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/info/
gprof.info 729 The "flat profile" shows the total amount of time your program spent
762 appear in every flat profile; their time gives a measure of the amount
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/info/
gprof.info 729 The "flat profile" shows the total amount of time your program spent
762 appear in every flat profile; their time gives a measure of the amount
    [all...]
  /external/skia/include/core/
SkCanvas.h 308 @param sx The amount to scale in X
309 @param sy The amount to scale in Y
315 @param degrees The amount to rotate, in degrees
321 @param sx The amount to skew in X
322 @param sy The amount to skew in Y
    [all...]
  /external/skia/src/pdf/
SkPDFFont.cpp 184 size_t amount; local
185 while ((amount = srcStream->read(buf, kBufSize)) > 0) {
186 dynamicStream.write(buf, amount);
188 amount = 0;
189 dynamicStream.write(&amount, 1); // NULL terminator.
    [all...]
  /external/valgrind/main/VEX/switchback/
test_emfloat.c 535 static void StickyShiftRightMant(InternalFPF *ptr,int amount);
869 int amount)
880 ** If the amount of shifting will shift everyting
884 if(amount>=INTERNAL_FPF_PRECISION * 16)
891 for(i=0;i<amount;i++)
    [all...]
  /frameworks/base/core/java/android/animation/
AnimatorSet.java 111 // The amount of time in ms to delay starting the animation after start() is called
376 * The amount of time, in milliseconds, to delay starting the animation after
387 * The amount of time, in milliseconds, to delay starting the animation after
390 * @param startDelay The amount of the delay, in milliseconds
    [all...]
  /frameworks/base/core/java/android/os/
Debug.java 458 * @param bufferSize The maximum amount of trace data we gather. If not given, it defaults to 8MB.
485 * @param bufferSize The maximum amount of trace data we gather. If not given, it defaults to 8MB.
541 * indicates the amount of time that the current thread has spent
796 * Returns the amount of allocated memory in the native heap.
802 * Returns the amount of free memory in the native heap.
    [all...]
  /hardware/ti/wlan/wl1271/TWD/FirmwareApi/
public_commands.h 476 /* minimum amount of time, in time units (TUs), */
483 /* maximum amount of time, in time units (TUs), */
486 /* amount of time, in time units (TUs), to listen*/
    [all...]
  /external/chromium/net/base/
net_util.cc 743 explicit SubtractFromOffset(size_t amount)
744 : amount(amount) {}
747 if (offset >= amount)
748 offset -= amount;
754 size_t amount; member in struct:net::__anon3965::SubtractFromOffset
758 explicit AddToOffset(size_t amount)
759 : amount(amount) {}
762 offset += amount;
765 size_t amount; member in struct:net::__anon3965::AddToOffset
    [all...]
  /external/opencv/cvaux/src/
cvlmeds.cpp     [all...]
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java 850 * subtract this from the current battery time to find the amount of
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/info/
gprof.info 710 The "flat profile" shows the total amount of time your program spent
743 appear in every flat profile; their time gives a measure of the amount
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/info/
gprof.info 710 The "flat profile" shows the total amount of time your program spent
743 appear in every flat profile; their time gives a measure of the amount
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_controller.mm 29 // Amount to scroll by per timer fire. We scroll rather slowly; to
34 // Amount to scroll for each scroll wheel roll.
138 // any scrolling change is given by |scrollDelta|. The ultimate amount of
187 // A helper function which takes the desired amount to scroll, given by
193 // scroll amount requested.)
    [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
ARMv7Assembler.h 286 // The endoded shift amount is the magnitude of a right rotate.
388 m_u.amount = 0;
391 ShiftTypeAndAmount(ARMShiftType type, unsigned amount)
394 m_u.amount = amount & 31;
408 unsigned amount : 6;
    [all...]

Completed in 645 milliseconds

<<31323334353637383940>>