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

1 2 3 4 5 67 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
animator1-expected-completion59.txt 4 android:duration : Amount of time (in milliseconds) for the animation to run. [integer]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
diagnostic.l 25 [^:]*:27: Error: shift amount out of range 0 to 4 at operand 3 -- `add x0,x0,x7,uxtx#5'
27 [^:]*:29: Error: shift amount out of range 0 to 31 at operand 3 -- `add w0,wzr,w7,asr#32'
28 [^:]*:30: Error: invalid post-increment amount at operand 2 -- `st2 \{v0.4s,v1.4s\},\[sp\],#24'
29 [^:]*:31: Error: invalid shift amount at operand 2 -- `ldr q0,\[x0,w0,uxtw#5\]'
31 [^:]*:33: Error: shift amount expected to be 0 or 12 at operand 3 -- `adds x1,sp,2134,lsl#4'
32 [^:]*:34: Error: shift amount should be a multiple of 16 at operand 2 -- `movz w0,2134,lsl#8'
33 [^:]*:35: Error: shift amount out of range 0 to 16 at operand 2 -- `movz w0,2134,lsl#32'
34 [^:]*:36: Error: shift amount should be a multiple of 16 at operand 2 -- `movz x0,2134,lsl#47'
37 [^:]*:39: Error: invalid shift amount at operand 3 -- `shll v1.4s,v2.4h,#15'
38 [^:]*:40: Error: invalid shift amount at operand 3 -- `shll v1.4s,v2.4h,#32
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mt/
relocs2.s 11 ;; to a .space, since the amount specified will be treated like
  /external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/
FactoryModuleBuilder.java 36 * Payment create(Date startDate, Money amount);
55 * <strong>{@literal @}Assisted Money amount</strong>) {
67 * Payment create(Date startDate, Money amount);
68 * Payment createWithoutDate(Money amount);
77 * <strong>{@literal @}Assisted Money amount</strong>) {
85 * <strong>{@literal @}Assisted Money amount</strong>) {
106 * Payment create(Date startDate, Money amount);
128 * public void doPayment(Money amount) {
129 * Payment payment = paymentFactory.create(new Date(), amount);
143 * Money amount);
    [all...]
  /external/libmojo/mojo/public/java/system/src/org/chromium/mojo/system/
DataPipe.java 226 * On success, returns the amount of data that was actually written.
232 * write the maximum amount possible (namely, the data pipe's capacity) and return that
233 * amount. It will *not* discard data from |elements|.
251 * to specify the amount written and to complete the two-phase write.
262 * |beginWriteData()| on the same handle. |numBytesWritten| should indicate the amount of
287 * again be a multiple of the element size) bytes of data, returning the amount actually
294 * Reads data from the data pipe consumer. May also be used to query the amount of data
297 * and returns the amount actually read. |elements| must be a direct ByteBuffer. If flags
301 * If flags has |query| set, it queries the amount of data available, returning the number
318 * to specify the amount read and to complete the two-phase read
    [all...]
  /external/curl/docs/libcurl/opts/
CURLINFO_SIZE_DOWNLOAD.3 31 Pass a pointer to a double to receive the total amount of bytes that were
32 downloaded. The amount is only for the latest transfer and will be reset
CURLMOPT_MAX_TOTAL_CONNECTIONS.3 29 CURLMcode curl_multi_setopt(CURLM *handle, CURLMOPT_MAX_TOTAL_CONNECTIONS, long amount);
CURLOPT_MAXREDIRS.3 29 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_MAXREDIRS, long amount);
  /external/llvm/test/CodeGen/SystemZ/
vec-perm-07.ll 5 ; Test a v16i8 shift with the lowest useful shift amount.
18 ; Test a v16i8 shift with the highest shift amount.
83 ; Test a v8i16 shift with the lowest useful shift amount.
94 ; Test a v8i16 shift with the highest useful shift amount.
105 ; Test a v4i32 shift with the lowest useful shift amount.
115 ; Test a v4i32 shift with the highest useful shift amount.
125 ; Test a v4f32 shift with the lowest useful shift amount.
135 ; Test a v4f32 shift with the highest useful shift amount.
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_gettime/
assertions.xml 17 returned by clock_gettime() is the amount of execution time of the
22 returned by clock_gettime() is the amount of execution time of the
  /external/toybox/toys/other/
free.c 1 /* free.c - Display amount of free and used memory in the system.
14 Display the total, free and used amount of physical memory and swap space.
  /external/webrtc/webrtc/common_audio/
audio_ring_buffer.cc 50 // All buffers have the same amount available.
55 // All buffers have the same amount available.
  /external/webrtc/webrtc/examples/androidtests/src/org/appspot/apprtc/test/
LooperExecutorTest.java 43 // Start the executor and run expected amount of counter increment task.
60 // is executed expected amount of times.
  /external/zopfli/src/zopfli/
katajainen.h 33 frequencies: The amount of occurances of each symbol.
34 n: The amount of symbols.
  /frameworks/base/media/java/android/mtp/
MtpStorageInfo.java 58 * Returns the amount of free space in the storage unit in bytes
60 * @return the amount of free space
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
TransformableView.java 48 * Transform to the given view by a specified amount.
63 * Transform to this view from the given view by a specified amount.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluseffects.h 95 REAL amount; member in struct:SharpenParams
100 INT amount; member in struct:TintParams
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
shift_test.go 33 func makeConstShiftFunc(c *Config, amount int64, op Op, typ Type) fun {
42 Valu("c", OpConst64, TypeUInt64, amount, nil),
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
shift_test.go 33 func makeConstShiftFunc(c *Config, amount int64, op Op, typ Type) fun {
42 Valu("c", OpConst64, TypeUInt64, amount, nil),
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
WatchdogTimer.h 79 This function sets the amount of time to wait before firing the watchdog
84 @param TimerPeriod The amount of time in 100 nS units to wait before the watchdog
102 This function retrieves the amount of time the system will wait before firing
107 @param TimerPeriod A pointer to the amount of time in 100 nS units that the system
111 @retval EFI_SUCCESS The amount of time that the system will wait before
126 /// SetWatchdogTimer(). It provides a service to set the amount of time to wait
  /frameworks/base/libs/hwui/
Caches.cpp 145 uint32_t Caches::getOverdrawColor(uint32_t amount) const {
150 if (amount < 1) amount = 1;
151 if (amount > 4) amount = 4;
154 return sOverdrawColors[overdrawColorIndex][amount - 1];
  /packages/apps/Settings/src/com/android/settings/applications/
ProcStatsPackageEntry.java 166 public static CharSequence getFrequency(float amount, Context context) {
167 if (amount > ALWAYS_THRESHOLD) {
169 Utils.formatPercentage((int) (amount * 100)));
170 } else if (amount > SOMETIMES_THRESHOLD) {
172 Utils.formatPercentage((int) (amount * 100)));
175 Utils.formatPercentage((int) (amount * 100)));
  /external/icu/icu4c/source/i18n/unicode/
tzrule.h 84 * Gets the amount of daylight saving delta time from the standard time.
85 * @return The amount of daylight saving offset used by this rule
105 * @param prevDSTSavings The amount of daylight saving offset from the
118 * @param prevDSTSavings The amount of daylight saving offset from the
132 * @param prevDSTSavings The amount of daylight saving offset from the
149 * @param prevDSTSavings The amount of daylight saving offset from the
165 * standard time and the amount of daylight saving offset adjustment.
168 * @param dstSavings The amount of daylight saving offset adjustment in milliseconds.
191 int32_t fDSTSavings; // DST saving amount in milliseconds
204 * standard time and the amount of daylight saving offset adjustment
    [all...]
  /external/arm-neon-tests/
ref_vqshl.c 88 /* Choose init value arbitrarily, will be used as shift amount */
133 TEST_MSG " (input 0 and negative shift amount)");
135 dump_results_hex2 (TEST_MSG, " (input 0 and negative shift amount)");
140 /* Choose init value arbitrarily, will be used as shift amount */
165 TEST_MSG " (negative shift amount)");
167 dump_results_hex2 (TEST_MSG, " (negative shift amount)");
180 TEST_MSG " (large shift amount, negative input)");
182 dump_results_hex2 (TEST_MSG, " (large shift amount, negative input)");
228 TEST_MSG " (large shift amount, positive input)");
230 dump_results_hex2 (TEST_MSG, " (large shift amount, positive input)")
    [all...]
  /external/icu/icu4c/source/i18n/
zrule.h 88 * Gets the amount of daylight saving delta time from the standard time.
90 * @return The amount of daylight saving offset used by this rule
113 * standard time and the amount of daylight saving offset adjustment.
117 * @param dstSavings The amount of daylight saving offset adjustment in milliseconds.
167 * Gets the amount of daylight saving delta time from the standard time.
169 * @return The amount of daylight saving offset used by this rule
191 * @param prevDSTSavings The amount of daylight saving offset from the
206 * @param prevDSTSavings The amount of daylight saving offset from the
222 * @param prevDSTSavings The amount of daylight saving offset from the
240 * @param prevDSTSavings The amount of daylight saving offset from th
    [all...]

Completed in 1344 milliseconds

1 2 3 4 5 67 8 91011>>