HomeSort by relevance Sort by last modified time
    Searched full:amount (Results 226 - 250 of 6068) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/icu/android_icu4j/src/main/java/android/icu/util/
InitialTimeZoneRule.java 27 * standard time and the amount of daylight saving offset adjustment.
31 * @param dstSavings The amount of daylight saving offset adjustment in milliseconds.
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
InitialTimeZoneRule.java 26 * standard time and the amount of daylight saving offset adjustment.
30 * @param dstSavings The amount of daylight saving offset adjustment in milliseconds.
  /external/iproute2/man/man8/
tc-hfsc.8 46 ways. Either as maximum delay for certain amount of work, or as a bandwidth
47 assigned for certain amount of time. Obviously, \fBm1\fR is simply
  /external/jemalloc/test/integration/
allocated.c 72 "Allocated memory counter should increase by at least the amount "
88 "Deallocated memory counter should increase by at least the amount "
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_getres/
assertions.xml 30 the amount of execution time of the process associated with the clock.
41 shall represent the amount of
  /external/replicaisland/src/com/replica/replicaisland/
RenderingWatchDog.java 27 * panic if watch-dog is not reset over certain amount of time
30 /** panic if watch-dog is not reset over this amount of time */
  /external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
VDUBuffer.java 110 * the amount of lines on the screen
324 * amount of lines to be inserted
441 // copy anything from the topMargin up to the amount of lines inserted
740 * @param amount
743 public void setBufferSize(int amount) {
744 if (amount < height) {
745 amount = height;
747 if (amount < maxBufSize) {
748 char cbuf[][] = new char[amount][width];
749 int abuf[][] = new int[amount][width]
    [all...]
  /external/toolchain-utils/user_activity_benchmarks/
collect_experiment_data.sh 30 # fraction out of the total amount of inclusive count values.
64 # pair out of the total amount of inclusive count values.
collect_experiment_data_odd_even_session.sh 32 # fraction out of the total amount of inclusive count values.
65 # pair out of the total amount of inclusive count values.
  /external/webrtc/webrtc/sound/
soundoutputstreaminterface.h 57 // The first parameter is the amount of buffer space available for data to
58 // be written (i.e., the maximum amount of data that can be written right now
  /external/zopfli/src/zopfli/
zopfli.h 41 Maximum amount of times to rerun forward and backward pass to optimize LZ77
63 Maximum amount of blocks to split into (0 for unlimited, but this can give
  /frameworks/base/core/java/com/android/internal/widget/
OrientationHelper.java 172 * Offsets all children's positions by the given amount.
174 * @param amount Value to add to each child's layout parameters
176 public abstract void offsetChildren(int amount);
190 * @param offset offset amount
263 public void offsetChildren(int amount) {
264 mLayoutManager.offsetChildrenHorizontal(amount);
361 public void offsetChildren(int amount) {
362 mLayoutManager.offsetChildrenVertical(amount);
  /frameworks/opt/bitmap/sample/src/com/example/bitmapsample/
BitmapRequestKeyImpl.java 76 // Artificially sleep for (deterministically) random amount of time.
80 // Maximum amount of time to sleep.
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
ByteArrayRingBuffer.java 32 * @param maxBytes upper bound on the amount of data to hold
82 * @param maxBytes upper bound on the amount of data to hold
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
OrientationHelper.java 172 * Offsets all children's positions by the given amount.
174 * @param amount Value to add to each child's layout parameters
176 public abstract void offsetChildren(int amount);
190 * @param offset offset amount
263 public void offsetChildren(int amount) {
264 mLayoutManager.offsetChildrenHorizontal(amount);
361 public void offsetChildren(int amount) {
362 mLayoutManager.offsetChildrenVertical(amount);
  /packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
ImageToProcess.java 38 * @param imageRotation The amount to rotate the image (after cropping).
57 * @param imageRotation The amount to rotate the image (after cropping).
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
vtimes.h 39 /* Amount of data and stack memory used (kilobyte-seconds). */
41 /* Amount of text memory used (kilobyte-seconds). */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
vtimes.h 39 /* Amount of data and stack memory used (kilobyte-seconds). */
41 /* Amount of text memory used (kilobyte-seconds). */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
vtimes.h 39 /* Amount of data and stack memory used (kilobyte-seconds). */
41 /* Amount of text memory used (kilobyte-seconds). */
  /tools/test/connectivity/acts/tests/google/tel/config/
README.md 12 - **pass_criteria_call_(3g/volte/2g/wfc)** - The maximum amount of power in mW that can be used in steady state during calling power tests in order to pass the test.
13 - **pass_criteria_idle_(3g/volte/2g/wfc)** - The maximum amount of power in mW that can be used in steady state during idle power tests in order to pass the test.
  /tools/tradefederation/core/src/com/android/tradefed/util/
Alarm.java 37 * Constructor takes the amount of time to wait, in millis.
39 * @param timeout The amount of time to wait, in millis
  /external/icu/icu4c/source/i18n/
hebrwcal.cpp 188 * Add a signed amount to a specified field, using this calendar's rules.
208 * @param amount the amount to add to the field.
214 void HebrewCalendar::add(UCalendarDateFields field, int32_t amount, UErrorCode& status)
222 // We can't just do a set(MONTH, get(MONTH) + amount). The
223 // reason is ADAR_1. Suppose amount is +2 and we land in
225 // if amount is -2 and we land in ADAR_1, then we have to
230 if (amount > 0) {
232 month += amount;
246 month += amount;
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
AudioRecordTest.java 519 int amount = samplesRead == 0 ? numChannels : local
521 int ret = record.read(shortData, 0, amount);
522 assertEquals(TEST_NAME, amount, ret);
663 int amount = samplesRead == 0 ? numChannels : local
665 int ret = record.read(shortData, 0, amount);
666 assertEquals(TEST_NAME, amount, ret);
851 int amount = samplesRead == 0 ? numChannels : local
893 int amount = samplesRead == 0 ? numChannels : local
920 int amount = samplesRead == 0 ? numChannels : local
946 int amount = samplesRead == 0 ? numChannels : local
    [all...]
  /external/ltp/utils/ffsb-6.0-rc2/
README 34 a fixed amount then reading again is removed, we now support fully
93 run until filesystem utilization reaches the specified amount.
121 for the specified amount between each operation.
132 reads - read() calls with an overall amount and a blocksize
134 that the read amount is smaller than the size of any possible
139 this will continune until the entire amount specifed has been
147 amount; it simply reads the entire file sequentially using the
152 writes - write() calls with an overall amount and blocksize
154 file, again one must be careful not to specify a write amount
159 this will continune until the entire amount specifed has bee
    [all...]
  /libcore/ojluni/src/main/java/java/time/
Year.java 629 * Returns a copy of this year with the specified amount added.
631 * This returns a {@code Year}, based on this one, with the specified amount added.
632 * The amount is typically {@link Period} but may be any other type implementing
635 * The calculation is delegated to the amount object by calling
636 * {@link TemporalAmount#addTo(Temporal)}. The amount implementation is free
639 * of the amount implementation to determine if it can be successfully added.
643 * @param amountToAdd the amount to add, not null
654 * Returns a copy of this year with the specified amount added.
656 * This returns a {@code Year}, based on this one, with the amount
657 * in terms of the unit added. If it is not possible to add the amount, because th
    [all...]

Completed in 2301 milliseconds

1 2 3 4 5 6 7 8 91011>>