HomeSort by relevance Sort by last modified time
    Searched refs:amount (Results 176 - 200 of 996) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/libopus/src/
repacketizer.c 284 opus_int32 amount; local
292 amount = new_len - len;
305 return opus_packet_pad(data, len, len+amount);
  /cts/tests/filesystem/src/android/filesystem/cts/
FileUtil.java 183 * measure time taken for each IO run with amount R/W
186 * @param readAmount returns amount of read in bytes for each interval.
188 * @param writeAmount returns amount of write in bytes for each interval.
223 RWAmount amount = new RWAmount(); local
229 amount.mRd = Double.parseDouble(line.split(" ")[1]);
231 amount.mWr = Double.parseDouble(line.split(" ")[1]);
235 return amount;
310 // This is just the amount of IO returned from kernel. So this is performance neutral.
  /external/curl/lib/
progress.c 126 pgrsSetDownloadCounter() - amount of data currently downloaded
127 pgrsSetUploadCounter() - amount of data currently uploaded
231 * The way it works is by having a "starting point" (time & amount of data
237 * This function takes the current amount of data transfered, the amount at the
352 int countindex; /* amount of seconds stored in the speeder array */
421 curl_off_t amount = data->progress.speeder[nowindex]- local
424 if(amount > CURL_OFF_T_C(4294967) /* 0xffffffff/1000 */)
425 /* the 'amount' value is bigger than would fit in 32 bits if
428 ((double)amount/((double)span_ms/1000.0))
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/
Calendar.java 1726 calendar.roll(getJDKField(field), amount); local
1779 calendar.add(getJDKField(field), amount); local
    [all...]
  /external/libchrome/base/metrics/
histogram_snapshot_manager_unittest.cc 44 void InconsistencyDetectedInLoggedCount(int amount) override {
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_emulate_loops.c 54 float Amount;
120 float amount; local
157 amount = rc_get_constant_value(count_inst->C,
168 count_inst->Amount += amount;
175 count_inst->Amount -= amount;
233 count_inst.Amount = 0.0f;
273 if(count_inst.Amount == 0.0f){
276 DBG("Counter is increased by %f each iteration.\n", count_inst.Amount);
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
bytestream.h 237 void Expand(size_t amount);
  /external/python/cpython2/Lib/test/
test_gzip.py 203 amount = 10
205 amount = len(line1)
206 line2 = f.read(amount)
207 self.assertEqual(line1[:amount], line2)
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
ObservableScrollView.java 148 void onOverscrolled(float lastX, float lastY, int amount);
  /libcore/ojluni/src/main/java/java/time/chrono/
HijrahDate.java 458 public HijrahDate plus(TemporalAmount amount) {
459 return super.plus(amount);
468 public HijrahDate minus(TemporalAmount amount) {
469 return super.minus(amount);
JapaneseDate.java 559 public JapaneseDate plus(TemporalAmount amount) {
560 return super.plus(amount);
569 public JapaneseDate minus(TemporalAmount amount) {
570 return super.minus(amount);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_gzip.py 161 amount = 10
163 amount = len(line1)
164 line2 = f.read(amount)
165 self.assertEqual(line1[:amount], line2)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_gzip.py 161 amount = 10
163 amount = len(line1)
164 line2 = f.read(amount)
165 self.assertEqual(line1[:amount], line2)
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
386Ops.go 241 {name: "SHLL", argLength: 2, reg: gp21shift, asm: "SHLL", resultInArg0: true, clobberFlags: true}, // arg0 << arg1, shift amount is mod 32
242 {name: "SHLLconst", argLength: 1, reg: gp11, asm: "SHLL", aux: "Int32", resultInArg0: true, clobberFlags: true}, // arg0 << auxint, shift amount 0-31
243 // Note: x86 is weird, the 16 and 8 byte shifts still use all 5 bits of shift amount!
245 {name: "SHRL", argLength: 2, reg: gp21shift, asm: "SHRL", resultInArg0: true, clobberFlags: true}, // unsigned arg0 >> arg1, shift amount is mod 32
246 {name: "SHRW", argLength: 2, reg: gp21shift, asm: "SHRW", resultInArg0: true, clobberFlags: true}, // unsigned arg0 >> arg1, shift amount is mod 32
247 {name: "SHRB", argLength: 2, reg: gp21shift, asm: "SHRB", resultInArg0: true, clobberFlags: true}, // unsigned arg0 >> arg1, shift amount is mod 32
248 {name: "SHRLconst", argLength: 1, reg: gp11, asm: "SHRL", aux: "Int32", resultInArg0: true, clobberFlags: true}, // unsigned arg0 >> auxint, shift amount 0-31
249 {name: "SHRWconst", argLength: 1, reg: gp11, asm: "SHRW", aux: "Int16", resultInArg0: true, clobberFlags: true}, // unsigned arg0 >> auxint, shift amount 0-31
250 {name: "SHRBconst", argLength: 1, reg: gp11, asm: "SHRB", aux: "Int8", resultInArg0: true, clobberFlags: true}, // unsigned arg0 >> auxint, shift amount 0-31
252 {name: "SARL", argLength: 2, reg: gp21shift, asm: "SARL", resultInArg0: true, clobberFlags: true}, // signed arg0 >> arg1, shift amount is mod 3
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
386Ops.go 241 {name: "SHLL", argLength: 2, reg: gp21shift, asm: "SHLL", resultInArg0: true, clobberFlags: true}, // arg0 << arg1, shift amount is mod 32
242 {name: "SHLLconst", argLength: 1, reg: gp11, asm: "SHLL", aux: "Int32", resultInArg0: true, clobberFlags: true}, // arg0 << auxint, shift amount 0-31
243 // Note: x86 is weird, the 16 and 8 byte shifts still use all 5 bits of shift amount!
245 {name: "SHRL", argLength: 2, reg: gp21shift, asm: "SHRL", resultInArg0: true, clobberFlags: true}, // unsigned arg0 >> arg1, shift amount is mod 32
246 {name: "SHRW", argLength: 2, reg: gp21shift, asm: "SHRW", resultInArg0: true, clobberFlags: true}, // unsigned arg0 >> arg1, shift amount is mod 32
247 {name: "SHRB", argLength: 2, reg: gp21shift, asm: "SHRB", resultInArg0: true, clobberFlags: true}, // unsigned arg0 >> arg1, shift amount is mod 32
248 {name: "SHRLconst", argLength: 1, reg: gp11, asm: "SHRL", aux: "Int32", resultInArg0: true, clobberFlags: true}, // unsigned arg0 >> auxint, shift amount 0-31
249 {name: "SHRWconst", argLength: 1, reg: gp11, asm: "SHRW", aux: "Int16", resultInArg0: true, clobberFlags: true}, // unsigned arg0 >> auxint, shift amount 0-31
250 {name: "SHRBconst", argLength: 1, reg: gp11, asm: "SHRB", aux: "Int8", resultInArg0: true, clobberFlags: true}, // unsigned arg0 >> auxint, shift amount 0-31
252 {name: "SARL", argLength: 2, reg: gp21shift, asm: "SARL", resultInArg0: true, clobberFlags: true}, // signed arg0 >> arg1, shift amount is mod 3
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gzip.py 161 amount = 10
163 amount = len(line1)
164 line2 = f.read(amount)
165 self.assertEqual(line1[:amount], line2)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gzip.py 161 amount = 10
163 amount = len(line1)
164 line2 = f.read(amount)
165 self.assertEqual(line1[:amount], line2)
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
bytestream.h 237 void Expand(size_t amount);
  /toolchain/binutils/binutils-2.25/bfd/
aout-arm.c 194 bfd_vma *amount,
203 *amount = 0;
206 *amount -= r_addr;
216 *amount = 0;
219 #define MY_relocatable_reloc(HOW, BFD, REL, AMOUNT, ADDR) \
220 MY (relocatable_reloc) (HOW, BFD, REL, &(AMOUNT), ADDR)
  /external/icu/android_icu4j/src/main/java/android/icu/util/
Calendar.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
Calendar.java     [all...]
  /external/autotest/contrib/
db_cleanup.py 66 def __init__(self, name, amount):
68 self._amount = amount
  /external/chromium-trace/catapult/devil/devil/android/
battery_utils.py 172 # The column containing the amount of power used, in mah.
462 """Disables charging and waits for device to discharge given amount
472 raise ValueError('Discharge amount(%s) must be between 1 and 99'
479 logger.warning('Battery is too low or discharge amount requested is too '
  /external/libmojo/third_party/catapult/devil/devil/android/
battery_utils.py 128 # The column containing the amount of power used, in mah.
418 """Disables charging and waits for device to discharge given amount
428 raise ValueError('Discharge amount(%s) must be between 1 and 99'
435 logging.warning('Battery is too low or discharge amount requested is too '
  /external/mesa3d/docs/specs/OLD/
MESA_trace.spec 37 amount of static data that is logged can be controlled at runtime.

Completed in 5514 milliseconds

1 2 3 4 5 6 78 91011>>