HomeSort by relevance Sort by last modified time
    Searched full:amount (Results 51 - 75 of 2719) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/base/core/jni/
android_ddm_DdmHandleNativeHeap.cpp 77 int amount = 0; local
80 amount = read(fd, ptr, MAPS_FILE_SIZE);
81 if (amount <= 0) {
87 header.mapSize += amount;
  /frameworks/base/core/tests/coretests/src/android/widget/scroll/arrowscroll/
ButtonsWithTallTextViewInBetweenTest.java 68 assertTrue("top button should be shorter than max scroll amount",
71 assertTrue("bottom button should be further than max scroll amount off screen",
79 assertEquals("scroll view should be scrolled by the max amount for one "
129 assertEquals("scroll view should have scrolled by the max amount for one "
  /frameworks/base/graphics/java/android/graphics/
CornerPathEffect.java 25 * @param radius Amount to round sharp angles between line segments.
  /libcore/luni/src/test/resources/
recipe.xml 10 <ingredient name="beef cube steak" amount="1.5" unit="pound"/>
recipe1.xml 10 <ingredient name="beef cube steak" amount="1.5" unit="pound"/>
recipt.xml 10 <ingredient name="beef cube steak" amount="1.5" unit="pound"/>
reciptWrong.xml 7 <ingredient name="beef cube steak" amount="1.5" unit="pound"/>
systemid.xml 10 <ingredient name="beef cube steak" amount="1.5" unit="pound"/>
  /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]
  /external/chromium/chrome/browser/chromeos/cros/
power_library.h 41 // The amount of time until battery is empty.
44 // The amount of time until battery is full.
  /external/dropbear/libtommath/
bn_mp_lshd.c 18 /* shift left a certain amount of digits */
38 /* increment the used by the shift amount then copy upwards */
  /external/skia/include/effects/
SkBlurMaskFilter.h 49 @param ambient 0...1 amount of ambient light
51 @param blurRadius amount to blur before applying lighting (e.g. 3)
  /external/zlib/contrib/asm586/
README.586 12 less than the amount of variance between subsequent executions).
15 sometimes more, depending on the amount of overall redundancy in the
  /frameworks/base/media/java/android/mtp/
MtpStorageInfo.java 56 * Returns the amount of free space in the storage unit in bytes
58 * @return the amount of free space
  /frameworks/rs/scriptc/
rs_math.rsh 61 * Clamp the value amount between low and high.
63 * @param amount The value to clamp
67 _RS_RUNTIME uint __attribute__((overloadable, always_inline)) rsClamp(uint amount, uint low, uint high);
72 _RS_RUNTIME int __attribute__((overloadable, always_inline)) rsClamp(int amount, int low, int high);
76 _RS_RUNTIME ushort __attribute__((overloadable, always_inline)) rsClamp(ushort amount, ushort low, ushort high);
80 _RS_RUNTIME short __attribute__((overloadable, always_inline)) rsClamp(short amount, short low, short high);
84 _RS_RUNTIME uchar __attribute__((overloadable, always_inline)) rsClamp(uchar amount, uchar low, uchar high);
88 _RS_RUNTIME char __attribute__((overloadable, always_inline)) rsClamp(char amount, char low, char high);
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
MediaLinearLayoutListener.java 26 * Request scrolling by an offset amount
28 * @param scrollBy The amount to scroll
  /prebuilts/sdk/renderscript/include/
rs_math.rsh 61 * Clamp the value amount between low and high.
63 * @param amount The value to clamp
67 _RS_RUNTIME uint __attribute__((overloadable, always_inline)) rsClamp(uint amount, uint low, uint high);
72 _RS_RUNTIME int __attribute__((overloadable, always_inline)) rsClamp(int amount, int low, int high);
76 _RS_RUNTIME ushort __attribute__((overloadable, always_inline)) rsClamp(ushort amount, ushort low, ushort high);
80 _RS_RUNTIME short __attribute__((overloadable, always_inline)) rsClamp(short amount, short low, short high);
84 _RS_RUNTIME uchar __attribute__((overloadable, always_inline)) rsClamp(uchar amount, uchar low, uchar high);
88 _RS_RUNTIME char __attribute__((overloadable, always_inline)) rsClamp(char amount, char low, char high);
  /external/icu4c/i18n/unicode/
tzrule.h 82 * Gets the amount of daylight saving delta time from the standard time.
83 * @return The amount of daylight saving offset used by this rule
103 * @param prevDSTSavings The amount of daylight saving offset from the
116 * @param prevDSTSavings The amount of daylight saving offset from the
130 * @param prevDSTSavings The amount of daylight saving offset from the
147 * @param prevDSTSavings The amount of daylight saving offset from the
163 * standard time and the amount of daylight saving offset adjustment.
166 * @param dstSavings The amount of daylight saving offset adjustment in milliseconds.
189 int32_t fDSTSavings; // DST saving amount in milliseconds
202 * standard time and the amount of daylight saving offset adjustment
    [all...]
  /external/icu4c/i18n/
zrule.h 84 * Gets the amount of daylight saving delta time from the standard time.
86 * @return The amount of daylight saving offset used by this rule
109 * standard time and the amount of daylight saving offset adjustment.
113 * @param dstSavings The amount of daylight saving offset adjustment in milliseconds.
163 * Gets the amount of daylight saving delta time from the standard time.
165 * @return The amount of daylight saving offset used by this rule
187 * @param prevDSTSavings The amount of daylight saving offset from the
202 * @param prevDSTSavings The amount of daylight saving offset from the
218 * @param prevDSTSavings The amount of daylight saving offset from the
236 * @param prevDSTSavings The amount of daylight saving offset from th
    [all...]
hebrwcal.h 233 * (Overrides Calendar) UDate Arithmetic function. Adds the specified (signed) amount
238 * @param amount The amount of date or time to be added to the field.
243 virtual void add(UCalendarDateFields field, int32_t amount, UErrorCode& status);
247 virtual void add(EDateFields field, int32_t amount, UErrorCode& status);
251 * (Overrides Calendar) Rolls up or down by the given amount in the specified field.
255 * @param amount Indicates amount to roll.
261 virtual void roll(UCalendarDateFields field, int32_t amount, UErrorCode& status);
264 * (Overrides Calendar) Rolls up or down by the given amount in the specified field
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430RegisterInfo.cpp 114 uint64_t Amount = Old->getOperand(0).getImm();
115 if (Amount != 0) {
117 // amount of space needed for the outgoing arguments up to the next
119 Amount = (Amount+StackAlign-1)/StackAlign*StackAlign;
125 .addReg(MSP430::SPW).addImm(Amount);
128 // factor out the amount the callee already popped.
130 Amount -= CalleeAmt;
131 if (Amount)
134 .addReg(MSP430::SPW).addImm(Amount);
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
carousel.js 224 var amount = slideWidth;
225 animateSlide(amount, 'left');
229 var amount = slideWidth;
230 animateSlide(amount, 'right');
236 function animateSlide(amount,dir) {
239 if (amount == slideWidth ) {
242 motionDistance = amount;
  /external/llvm/lib/Target/MBlaze/
MBlazeRegisterInfo.cpp 97 int Amount = Old->getOperand(0).getImm() + 4;
98 if (Amount != 0) {
100 // amount of space needed for the outgoing arguments up to the next
103 Amount = (Amount+Align-1)/Align*Align;
108 .addReg(MBlaze::R1).addImm(-Amount);
112 .addReg(MBlaze::R1).addImm(Amount);
  /external/speex/libspeex/
scal.c 140 float amount; local
147 amount = .01*strength;
174 beta = 1.-.3*amount*amount;
175 if (amount>1)
176 beta = 1-sqrt(.4*amount);
178 beta = 1-0.63246*amount;
200 max_alpha = pow(.96+.04*(amount-1),order);
231 float coef = M_PI*0.075063 * 0.93763 * amount * .8 * 0.707;
  /external/v8/src/
v8-counters.h 88 /* Amount of evaled source code. */ \
90 /* Amount of loaded source code. */ \
92 /* Amount of parsed source code. */ \
94 /* Amount of source code skipped over using preparsing. */ \
98 /* Amount of compiled source code. */ \
100 /* Amount of source code compiled with the old codegen. */ \
102 /* Amount of source code compiled with the full codegen. */ \
119 /* Amount of stub code. */ \
121 /* Amount of (JS) compiled code. */ \

Completed in 364 milliseconds

1 23 4 5 6 7 8 91011>>