HomeSort by relevance Sort by last modified time
    Searched full:amount (Results 276 - 300 of 2473) sorted by null

<<11121314151617181920>>

  /external/chromium/chrome/browser/history/
visitsegment_database.cc 193 int amount) {
210 update.BindInt64(0, select.ColumnInt64(1) + static_cast<int64>(amount));
223 insert.BindInt64(2, static_cast<int64>(amount));
  /external/chromium/chrome/common/extensions/docs/static/
i18n-messages.html 175 <b>Amount (in $)</b>:
178 "message": "Amount (in $$)"
307 for a dollar amount
  /external/chromium/chrome/common/
metrics_helpers.h 74 // Returns the amount of time in seconds that this log has been in use.
205 virtual void SnapshotProblemResolved(int amount) = 0;
270 virtual void SnapshotProblemResolved(int amount);
  /external/clang/www/analyzer/
index.html 199 <p>The Clang Static Analyzer runs in a reasonable amount of time by both
200 bounding the amount of checking work it will do as well as using clever
201 algorithms to reduce the amount of work it must do to find bugs.</p></li>
  /external/icu4c/i18n/unicode/
ucal.h 136 * adding the specified (signed) amount of time to a particular time field.
583 * Return the amount of time in milliseconds that the clock is
954 * Add a specified signed amount to a particular field in a UCalendar.
961 * @param amount The signed amount to add to field. If the amount causes the value
971 int32_t amount,
975 * Add a specified signed amount to a particular field in a UCalendar.
982 * @param amount The signed amount to add to field. If the amount causes the valu
    [all...]
  /external/llvm/lib/Target/X86/
X86RegisterInfo.cpp 523 uint64_t Amount = !reseveCallFrame ? I->getOperand(0).getImm() : 0;
532 if (Amount == 0)
536 // amount of space needed for the outgoing arguments up to the next
539 Amount = (Amount + StackAlign - 1) / StackAlign * StackAlign;
543 New = BuildMI(MF, DL, TII.get(getSUBriOpcode(Is64Bit, Amount)),
546 .addImm(Amount);
550 // Factor out the amount the callee already popped.
551 Amount -= CalleeAmt;
553 if (Amount) {
    [all...]
  /external/netperf/
netcpu_ntperf.c 249 // Validate that NtQuery returned a reasonable amount of data
252 fprintf(stderr, "NtQuery didn't return expected amount of data\n");
261 fprintf(stderr, "NtQuery didn't return expected amount of data\n");
  /external/neven/Embedded/common/src/b_BasicEm/
MemSeg.h 123 /** returns effectively used memory amount allocated size - unused blocks - overhead */
127 /** counts amount of memory blocks allocated */
131 /** counts amount of memory blocks currently used */
  /external/pcre/doc/html/
pcrestack.html 38 controlled by the amount of workspace it is given. However, it is possible to
54 You can often reduce the amount of recursion, and therefore the amount of stack
  /external/sonivox/arm-wt-22k/host_src/
eas_hostmm.c 187 void *EAS_HWMemCpy (void *dest, const void *src, EAS_I32 amount)
189 if (amount < 0) {
190 EAS_ReportEx(_EAS_SEVERITY_NOFILTER, 0x1a54b6e8, 0x00000004 , amount);
193 return memcpy(dest, src, (size_t) amount);
204 void *EAS_HWMemSet (void *dest, int val, EAS_I32 amount)
206 if (amount < 0) {
207 EAS_ReportEx(_EAS_SEVERITY_NOFILTER, 0x1a54b6e8, 0x00000005 , amount);
210 return memset(dest, val, (size_t) amount);
221 EAS_I32 EAS_HWMemCmp (const void *s1, const void *s2, EAS_I32 amount)
223 if (amount < 0)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/cg/
ImageSourceCG.cpp 59 size_t amount = min<size_t>(count, sourceSize - position); local
60 memcpy(buffer, source, amount);
61 return amount;
  /external/webkit/Source/WebKit/mac/WebView/
WebResourceLoadDelegate.h 124 @param length The amount of new data received. This is not the total amount, just the new amount received.
  /external/webkit/Source/WebKit/win/Interfaces/
IWebResourceLoadDelegate.idl 139 @param length The amount of new data received. This is not the total amount, just the new amount received.
  /frameworks/base/core/java/android/animation/
Animator.java 73 * The amount of time, in milliseconds, to delay starting the animation after
81 * The amount of time, in milliseconds, to delay starting the animation after
84 * @param startDelay The amount of the delay, in milliseconds
  /packages/apps/Email/emailcommon/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/Email/emailcommon/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/Email/emailcommon/src/org/apache/james/mime4j/field/datetime/parser/
SimpleCharStream.java 250 public void backup(int amount) {
252 inBuf += amount;
253 if ((bufpos -= amount) < 0)
  /system/core/sh/
show.c 250 indent(int amount, char *pfx, FILE *fp)
254 for (i = 0 ; i < amount ; i++) {
255 if (pfx && i == amount - 1)
  /cts/tests/tests/app/src/android/app/cts/
ActivityManagerMemoryClassTest.java 109 assertEquals("The test application couldn't allocate memory close to the amount "
  /dalvik/dexgen/src/com/android/dexgen/util/
IndentingWriter.java 45 /** {@code >= 0;} current indent amount */
  /dalvik/dx/src/com/android/dx/util/
IndentingWriter.java 45 /** {@code >= 0;} current indent amount */
  /dalvik/vm/jdwp/
ExpandBuf.cpp 74 * Get the amount of data currently in the buffer.
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyNetworkMonitor.java 40 private long mElapsedTime = 0; // amount of time spent between start() and stop()
  /development/ndk/platforms/android-9/include/android/
asset_manager.h 114 * Report the total amount of asset data that can be read from the current position.
  /development/samples/NFCDemo/src/com/example/android/nfc/
TagViewer.java 44 * This activity will finish itself in this amount of time if the user

Completed in 2343 milliseconds

<<11121314151617181920>>