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

1 2 34 5 6 7 8 91011>>

  /external/vixl/test/aarch32/config/
cond-rd-memop-rs-shift-amount-1to31-a32.json 73 "name": "amount",
116 "rn", "sign", "rm", "shift", "amount", "addr_mode"
124 "rd", "rn", "sign", "rm", "shift", "amount", "addr_mode"
149 "rd", "rn", "sign", "rm", "shift", "amount", "addr_mode"
161 "rd", "rn", "sign", "rm", "shift", "amount", "addr_mode"
173 "rd", "rn", "sign", "rm", "shift", "amount", "addr_mode"
185 "rd", "rn", "sign", "rm", "shift", "amount", "addr_mode"
197 "rd", "rn", "sign", "rm", "shift", "amount", "addr_mode"
209 "rd", "rn", "sign", "rm", "shift", "amount", "addr_mode"
cond-rd-memop-rs-shift-amount-1to32-a32.json 65 "name": "amount",
108 "rn", "sign", "rm", "shift", "amount", "addr_mode"
116 "rd", "rn", "sign", "rm", "shift", "amount", "addr_mode"
141 "rd", "rn", "sign", "rm", "shift", "amount", "addr_mode"
153 "rd", "rn", "sign", "rm", "shift", "amount", "addr_mode"
165 "rd", "rn", "sign", "rm", "shift", "amount", "addr_mode"
177 "rd", "rn", "sign", "rm", "shift", "amount", "addr_mode"
189 "rd", "rn", "sign", "rm", "shift", "amount", "addr_mode"
201 "rd", "rn", "sign", "rm", "shift", "amount", "addr_mode"
  /external/zopfli/src/zopfli/
zlib_container.c 36 size_t amount = size > sums_overflow ? sums_overflow : size; local
37 size -= amount;
38 while (amount > 0) {
41 amount--;
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
NonLinComp_D16.c 38 /* The value of K controls the amount of compression and as a side effect the amount */
39 /* distortion introduced. The amount of compression is signal dependent and the values */
90 * harmonic distortion. The amount of compression is control by the
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
virtio_balloon.h 46 #define VIRTIO_BALLOON_S_SWAP_IN 0 /* Amount of memory swapped in */
47 #define VIRTIO_BALLOON_S_SWAP_OUT 1 /* Amount of memory swapped out */
50 #define VIRTIO_BALLOON_S_MEMFREE 4 /* Total amount of free memory */
51 #define VIRTIO_BALLOON_S_MEMTOT 5 /* Total amount of memory */
  /system/bt/doc/
properties.md 9 Maximum amount of time Bluetooth can take to start-up, upload firmware etc.
  /external/skia/tests/
ColorFilterTest.cpp 153 static void get_brightness_matrix(float amount, float matrix[20]) {
156 // <feFunc[R|G|B] type="linear" slope="[amount]">
158 matrix[0] = matrix[6] = matrix[12] = amount;
162 static void get_grayscale_matrix(float amount, float matrix[20]) {
164 // for amount in [0..1]
165 matrix[0] = 0.2126f + 0.7874f * amount;
166 matrix[1] = 0.7152f - 0.7152f * amount;
170 matrix[5] = 0.2126f - 0.2126f * amount;
171 matrix[6] = 0.7152f + 0.2848f * amount;
175 matrix[10] = 0.2126f - 0.2126f * amount;
    [all...]
  /external/arm-neon-tests/
ref_vqrshl.c 88 /* Choose init value arbitrarily, will be used as shift amount */
116 TEST_MSG " (input 0 and negative shift amount)");
118 dump_results_hex2 (TEST_MSG, " (input 0 and negative shift amount)");
123 /* Choose init value arbitrarily, will be used as shift amount */
148 TEST_MSG " (negative shift amount)");
150 dump_results_hex2 (TEST_MSG, " (negative shift amount)");
171 /* Use -1 shift amount to check cumulative saturation with round_const */
188 /* Use -3 shift amount to check cumulative saturation with round_const */
205 /* Use large shift amount */
216 TEST_MSG " (checking cumulative saturation: large shift amount)");
    [all...]
ref_vshl.c 56 /* Choose init value arbitrarily, will be used as shift amount */
70 /* Test large shift amount */
82 dump_results_hex2 (TEST_MSG, " (large shift amount)");
85 /* Test negative shift amount */
97 dump_results_hex2 (TEST_MSG, " (negative shift amount)");
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/WatchdogTimer/
WatchdogTimer.h 113 This function sets the amount of time to wait before firing the watchdog
121 TimerPeriod - The amount of time in 100 nS units to wait before the watchdog
145 This function retrieves the amount of time the system will wait before firing
153 TimerPeriod - A pointer to the amount of time in 100 nS units that the system
159 EFI_SUCCESS - The amount of time that the system will wait before
179 SetWatchdogTimer(). It provides a service to set the amount of time to wait
193 SetTimerPeriod - Sets the amount of time in 100 ns units to wait before the
198 GetTimerPeriod - Retrieves the amount of time in 100 ns units that the
  /external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/
jitter_timeline.py 17 scrolling composited layer. 'jitter-amount' is the metric added to the
47 name='jitter-amount',
  /external/icu/android_icu4j/src/main/java/android/icu/util/
TimeZoneRule.java 35 * standard time and the amount of daylight saving offset adjustment.
39 * @param dstSavings The amount of daylight saving offset adjustment in milliseconds.
67 * Gets the amount of daylight saving delta time from the standard time.
69 * @return The amount of daylight saving offset used by this rule
96 * @param prevDSTSavings The amount of daylight saving offset from the
108 * @param prevDSTSavings The amount of daylight saving offset from the
122 * @param prevDSTSavings The amount of daylight saving offset from the
138 * @param prevDSTSavings The amount of daylight saving offset from the
  /external/icu/icu4c/source/i18n/
tmutamt.cpp 26 TimeUnitAmount::TimeUnitAmount(double amount,
29 : Measure(Formattable(amount),
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
TimeZoneRule.java 34 * standard time and the amount of daylight saving offset adjustment.
38 * @param dstSavings The amount of daylight saving offset adjustment in milliseconds.
72 * Gets the amount of daylight saving delta time from the standard time.
74 * @return The amount of daylight saving offset used by this rule
105 * @param prevDSTSavings The amount of daylight saving offset from the
119 * @param prevDSTSavings The amount of daylight saving offset from the
135 * @param prevDSTSavings The amount of daylight saving offset from the
153 * @param prevDSTSavings The amount of daylight saving offset from the
  /external/libchrome/base/metrics/
histogram_flattener.h 38 // argument |amount| is the non-zero discrepancy.
39 virtual void InconsistencyDetectedInLoggedCount(int amount) = 0;
  /external/libvpx/libvpx/
y4minput.h 45 /*The amount to read directly into the converted frame buffer.*/
49 /*The amount to read into the auxilliary buffer.*/
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_gettime/
assertions.xml 3 timer_gettime() places in itimerspec the amount of time until timer,
11 itimerspec.it_value returns a relative time amount, even if the timer
  /external/mockito/src/test/java/org/mockito/internal/verification/checkers/
NumberOfInvocationsCheckerTest.java 146 private static BaseMatcher<String> containsTimes(String value, int amount) {
147 return new StringContainsNumberMatcher(value, amount);
154 private final int amount; field in class:NumberOfInvocationsCheckerTest.StringContainsNumberMatcher
156 StringContainsNumberMatcher(String expected, int amount) {
158 this.amount = amount;
171 return count == amount;
175 description.appendText("containing '" + expected + "' exactly " + amount + " times");
NumberOfInvocationsInOrderCheckerTest.java 188 private static BaseMatcher<String> containsTimes(String value, int amount) {
189 return new StringContainsNumberMatcher(value, amount);
196 private final int amount; field in class:NumberOfInvocationsInOrderCheckerTest.StringContainsNumberMatcher
198 StringContainsNumberMatcher(String expected, int amount) {
200 this.amount = amount;
214 return count == amount;
219 description.appendText("containing '" + expected + "' exactly " + amount + " times");
  /external/zlib/src/contrib/puff/
puff.h 33 unsigned long *destlen, /* amount of output space */
35 unsigned long *sourcelen); /* amount of input available */
  /frameworks/base/graphics/java/android/graphics/
EmbossMaskFilter.java 24 * @param ambient 0...1 amount of ambient light
26 * @param blurRadius amount to blur before applying lighting (e.g. 3)
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
TouchAnimator.java 28 * but can have a float input as to the amount they should be in effect. This allows
215 float amount = fraction / mFrameWidth; local
216 interpolate(i, amount, target);
219 protected abstract void interpolate(int index, float amount, Object target);
241 protected void interpolate(int index, float amount, Object target) {
244 mProperty.set((T) target, firstFloat + (secondFloat - firstFloat) * amount);
259 protected void interpolate(int index, float amount, Object target) {
262 mProperty.set((T) target, (int) (firstFloat + (secondFloat - firstFloat) * amount));
  /packages/apps/Settings/src/com/android/settings/
AppProgressPreference.java 33 public void setProgress(int amount) {
34 mProgress = amount;
  /external/guava/guava-testlib/src/com/google/common/util/concurrent/testing/
MockFutureListener.java 55 * Verify that the listener completes in a reasonable amount of time, and
61 // Verify that the listener executed in a reasonable amount of time.
72 * Verify that the listener completes in a reasonable amount of time, and
77 // Verify that the listener executed in a reasonable amount of time.
89 // Verify that the listener does not get called in a reasonable amount of
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/apache/harmony/kernel/dalvik/
ThreadsTest.java 144 /** whether {@link #amount} is milliseconds to wait in an
149 /** amount to wait (see above) */
150 private final long amount; field in class:ThreadsTest.Parker
173 this.amount = absolute ? parkMillis : parkMillis * 1000000;
183 long amount = this.amount; local
188 UNSAFE.park(true, start + amount);
190 UNSAFE.park(false, amount);
206 * @param maxWaitMillis the maximum amount of time to
257 * specified amount of time and then unparks an indicated thread
    [all...]

Completed in 1800 milliseconds

1 2 34 5 6 7 8 91011>>