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

<<11121314151617181920>>

  /libcore/ojluni/src/main/java/java/time/
YearMonth.java 723 * Returns a copy of this year-month with the specified amount added.
725 * This returns a {@code YearMonth}, based on this one, with the specified amount added.
726 * The amount is typically {@link Period} but may be any other type implementing
729 * The calculation is delegated to the amount object by calling
730 * {@link TemporalAmount#addTo(Temporal)}. The amount implementation is free
733 * of the amount implementation to determine if it can be successfully added.
737 * @param amountToAdd the amount to add, not null
748 * Returns a copy of this year-month with the specified amount added.
750 * This returns a {@code YearMonth}, based on this one, with the amount
751 * in terms of the unit added. If it is not possible to add the amount, because th
    [all...]
  /bionic/tests/libs/
dlext_test_library.cpp 29 // nested macros to make it easy to define a large amount of read-only data
  /build/make/tools/
fat16copy.py 81 def seek(self, amount, direction=0):
84 self.idx += amount
86 self.idx = self.size - amount
88 self.idx = amount
583 assert size >= 0, "Can't read a negative amount"
632 def allocate(self, amount):
634 Allocate a new cluster chain big enough to hold at least the given amount
637 assert amount > 0, "Must allocate a non-zero amount."
670 while grabbed < amount and len(free_zones) > 0
    [all...]
  /cts/common/util/src/com/android/compatibility/common/util/
ResultUnit.java 35 /** amount of data, bytes */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/comparisons/
sortingtest.py 20 # - Uses any amount of whitespace to separate fields
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGlueResourcePublicationLib.h 32 The amount of memory available to software may be less than MemoryLength
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiResourcePublicationLib/
PeiResourcePublicationLib.c 31 The amount of memory available to software may be less than MemoryLength
  /device/linaro/bootloader/edk2/EmbeddedPkg/Scripts/LauterbachT32/
README.txt 3 Update the memsize variable in EfiLoadDxe.cmm for the actual amount of memory available in your system. Allow your system to boot to the point that the DXE core is initialized (so that the System Table and Debug Information table is present in memory) and execute this script (using the toolbar button or ?do EfiLoadDxe? from the command area). It will scan memory for the debug info table and load modules in it.
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
ResourcePublicationLib.h 23 The amount of memory available to software may be less than MemoryLength
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/linear/
SimplexSolver.java 35 /** Default amount of error to accept in floating point comparisons. */
38 /** Amount of error to accept in floating point comparisons. */
49 * Build a simplex solver with a specified accepted amount of error
50 * @param epsilon the amount of error to accept in floating point comparisons
  /external/arm-neon-tests/
ref_vrshrn_n.c 72 /* Choose shift amount arbitrarily */
90 /* Choose shift amount arbitrarily */
109 /* Choose shift amount arbitrarily */
118 dump_results_hex2 (TEST_MSG, " (with large shift amount)");
  /external/autotest/client/samples/
control.oprofile_power5 9 Runs our sleeptest (bogus test that only sleeps for a given amount of time),
  /external/autotest/client/site_tests/hardware_Memtester/
hardware_Memtester.py 12 This test uses memtester to find memory subsystem faults. Amount of memory
  /external/autotest/client/site_tests/power_Draw/
control 7 PURPOSE = "Measure how much power is drawn over a given amount of time."
  /external/autotest/test_suites/
control.android_bluetooth 23 @param max_run_time: Amount of time each test shoud run in minutes.
control.android_bluetooth_auto 23 @param max_run_time: Amount of time each test shoud run in minutes.
control.android_bluetooth_funhaus 23 @param max_run_time: Amount of time each test shoud run in minutes.
control.android_bluetooth_longev_gatt 23 @param max_run_time: Amount of time each test shoud run in minutes.
control.android_bluetooth_longev_rfcomm 23 @param max_run_time: Amount of time each test shoud run in minutes.
control.android_telephony_international_roaming 23 @param max_run_time: Amount of time each test shoud run in minutes.
control.android_telephony_longevity 23 @param max_run_time: Amount of time each test shoud run in minutes.
control.android_telephony_nexus_att 23 @param max_run_time: Amount of time each test shoud run in minutes.
control.android_telephony_nexus_spt 23 @param max_run_time: Amount of time each test shoud run in minutes.
control.android_telephony_nexus_tmo 23 @param max_run_time: Amount of time each test shoud run in minutes.
control.android_telephony_nexus_vzw 23 @param max_run_time: Amount of time each test shoud run in minutes.

Completed in 1450 milliseconds

<<11121314151617181920>>