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

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/
SimpleCharStream.java 250 public void backup(int amount) {
252 inBuf += amount;
253 if ((bufpos -= amount) < 0)
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/contenttype/parser/
SimpleCharStream.java 250 public void backup(int amount) {
252 inBuf += amount;
253 if ((bufpos -= amount) < 0)
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/parser/
SimpleCharStream.java 250 public void backup(int amount) {
252 inBuf += amount;
253 if ((bufpos -= amount) < 0)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
ssl.py 226 amount = len(data)
228 while (count < amount):
231 return amount
  /prebuilts/gdb/linux-x86/lib/python2.7/
ssl.py 226 amount = len(data)
228 while (count < amount):
231 return amount
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ssl.py 226 amount = len(data)
228 while (count < amount):
231 return amount
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ssl.py 226 amount = len(data)
228 while (count < amount):
231 return amount
  /external/icu/icu4c/source/i18n/
digitlst.h 406 * Quantizes according to some amount and rounds according to the
409 void quantize(const DigitList &amount, UErrorCode &status);
ucal.cpp 446 int32_t amount,
452 ((Calendar*)cal)->add(field, amount, *status);
458 int32_t amount,
464 ((Calendar*)cal)->roll(field, amount, *status);
  /external/icu/icu4c/source/i18n/unicode/
calendar.h 183 * adding the specified (signed) amount of time to a particular time field.
539 * UDate Arithmetic function. Adds the specified (signed) amount of time to the given
550 * @param amount The amount of time to be added to the field, in the natural unit
556 * @deprecated ICU 2.6. use add(UCalendarDateFields field, int32_t amount, UErrorCode& status) instead.
558 virtual void add(EDateFields field, int32_t amount, UErrorCode& status);
561 * UDate Arithmetic function. Adds the specified (signed) amount of time to the given
572 * @param amount The amount of time to be added to the field, in the natural unit
580 virtual void add(UCalendarDateFields field, int32_t amount, UErrorCode& status)
    [all...]
ucal.h 138 * adding the specified (signed) amount of time to a particular time field.
640 * Return the amount of time in milliseconds that the clock is
    [all...]
  /external/opencv/cvaux/src/
_cvvm.h 126 int* amount
  /external/valgrind/memcheck/tests/vbit-test/
binary.c 250 /* Rotate left each element in opnd1 by the amount in the corresponding
269 /* Rotate left each element in opnd1 by the amount in the corresponding
278 /* Rotate left each element in opnd1 by the amount in the corresponding
287 /* Rotate left each element in opnd1 by the amount in the corresponding
367 for (unsigned amount = 0; amount < bitsof_irtype(opnds[0].type); ++amount) {
368 opnds[1].value.u8 = amount;
624 /* If this is a Iop that requires an immediate amount,
  /libcore/ojluni/src/main/java/java/time/temporal/
IsoFields.java 189 * amount in quarters to the date. Finally, take the day-of-quarter, subtract one,
190 * and add the amount in days to the date.
690 public <R extends Temporal> R addTo(R temporal, long amount) {
694 Math.addExact(temporal.get(WEEK_BASED_YEAR), amount));
697 return (R) temporal.plus(amount / 256, YEARS)
698 .plus((amount % 256) * 3, MONTHS);
  /libcore/ojluni/src/test/java/time/tck/java/time/
TCKMonth.java 317 public void test_plus_long(int base, long amount, int expected) {
318 assertEquals(Month.of(base).plus(amount), Month.of(expected));
358 public void test_minus_long(int base, long amount, int expected) {
359 assertEquals(Month.of(base).minus(amount), Month.of(expected));
  /external/vixl/src/aarch32/
instructions-aarch32.h     [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
aarch64-dis.c 606 info->shifter.amount = extract_field (FLD_hw, code, 0) << 4;
611 MOVI <Vd>.<T>, #<imm8> {, LSL #<amount>}. */
663 info->shifter.amount = extract_field_2 (&field, code, 0) << 3;
669 info->shifter.amount = extract_field_2 (&field, code, 0) ? 16 : 8;
703 info->shifter.amount = value ? 12 : 0;
784 /* Decode Ft for e.g. STR <Qt>, [<Xn|SP>, <R><m>{, <extend> {<amount>}}]
838 STR <Qt>, [<Xn|SP>, <R><m>{, <extend> {<amount>}}]. */
862 info->shifter.amount = 0;
874 info->shifter.amount = get_logsz (size);
933 LD1 {<Vt>.<T>, <Vt2>.<T>, <Vt3>.<T>}, [<Xn|SP>], <Xm|#<amount>>. *
    [all...]
  /external/icu/icu4c/source/test/intltest/
fldset.cpp 174 void FieldsSet::set(int32_t field, int32_t amount) {
178 fValue[field] = amount;
  /external/llvm/test/MC/ARM/
diagnostics.s 64 @ CHECK-ERRORS: error: shift amount must be an immediate
251 @ CHECK-ERRORS: error: 'lsr' shift amount must be in range [0,31]
254 @ CHECK-ERRORS: error: 'lsr' shift amount must be in range [0,31]
257 @ CHECK-ERRORS: error: 'asr' shift amount must be in range [1,32]
260 @ CHECK-ERRORS: error: 'asr' shift amount must be in range [1,32]
269 @ CHECK-ERRORS: error: shift amount must be an immediate
332 @ CHECK-ERRORS: error: rotate amount must be an immediate
335 @ CHECK-ERRORS: error: 'ror' rotate amount must be 8, 16, or 24
338 @ CHECK-ERRORS: error: 'ror' rotate amount must be 8, 16, or 24
thumb2-diagnostics.s 96 @ CHECK-ERRORS: error: 'asr #32' shift amount not allowed in Thumb mode
97 @ CHECK-ERRORS: error: 'asr #32' shift amount not allowed in Thumb mode
  /external/skia/src/gpu/gl/
GrGLPath.cpp 90 inline void points_to_coords(const SkPoint points[], size_t first_point, size_t amount,
92 for (size_t i = 0; i < amount; ++i) {
  /external/v8/src/profiler/
profile-generator.h 180 void IncreaseSelfTicks(unsigned amount) { self_ticks_ += amount; }
  /prebuilts/go/darwin-x86/test/
chanlinear.go 52 // the effect that a constant amount of overhead has
recover4.go 64 // Check that memcopy returns the actual amount copied
  /prebuilts/go/linux-x86/test/
chanlinear.go 52 // the effect that a constant amount of overhead has

Completed in 1831 milliseconds

1 2 3 4 5 6 7 8 91011>>