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

<<11121314151617181920>>

  /external/icu4c/i18n/unicode/
ucal.h 136 * adding the specified (signed) amount of time to a particular time field.
636 * Return the amount of time in milliseconds that the clock is
1008 * Add a specified signed amount to a particular field in a UCalendar.
    [all...]
gregocal.h 352 * (Overrides Calendar) Rolls up or down by the given amount in the specified field.
356 * @param amount Indicates amount to roll.
360 * @deprecated ICU 2.6. Use roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) instead.
362 virtual void roll(EDateFields field, int32_t amount, UErrorCode& status);
365 * (Overrides Calendar) Rolls up or down by the given amount in the specified field.
369 * @param amount Indicates amount to roll.
375 virtual void roll(UCalendarDateFields field, int32_t amount, UErrorCode& status);
    [all...]
  /frameworks/base/core/java/android/os/
PerformanceCollector.java 186 * In a snapshot Bundle, this key reports the amount of allocated memory
191 * In a snapshot Bundle, this key reports the amount of free memory
211 * In a snapshot Bundle, this key reports the total amount of memory
216 * In a snapshot Bundle, this key reports the amount of allocated memory in
221 * In a snapshot Bundle, this key reports the amount of free memory in the
  /frameworks/base/services/java/com/android/server/
DeviceStorageMonitorService.java 43 * This class implements a service to monitor the amount of disk
53 * on storage space. The amount of free storage on the device is
107 * Handler that checks the amount of disk space on the device and sends a
149 //log the amount of free memory in event log
342 //log the event to event log with the amount of free storage(in bytes) left on the device
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
locale_facets_nonio.h 820 * pattern for formatting a money amount. Each field may contain one entry
916 * features of money amount string representations.
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
locale_facets_nonio.h 834 * pattern for formatting a money amount. Each field may contain one entry
931 * features of money amount string representations.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
locale_facets_nonio.h 834 * pattern for formatting a money amount. Each field may contain one entry
931 * features of money amount string representations.
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets_nonio.h 820 * pattern for formatting a money amount. Each field may contain one entry
916 * features of money amount string representations.
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets_nonio.h 820 * pattern for formatting a money amount. Each field may contain one entry
916 * features of money amount string representations.
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets_nonio.h 820 * pattern for formatting a money amount. Each field may contain one entry
916 * features of money amount string representations.
    [all...]
  /external/aac/libMpegTPDec/include/
tpdec_lib.h 352 * The value is updated according to the amount of newly copied bytes.
403 * \brief Get the remaining amount of bits of the current access unit. The result
406 * \return amount of remaining bits.
411 * \brief Get the total amount of bits of the current access unit.
413 * \return amount of total bits.
426 * \brief Obtain the amount of missing access units if applicable in case of
429 * of the amount of missing access units. This works only in case of constant average
tp_data.h 169 UCHAR NumChannels; /*!< Amount of audio channels summing all channel elements including LFEs */
170 UCHAR NumEffectiveChannels; /*!< Amount of audio channels summing only SCEs and CPEs */
252 UINT m_samplesPerFrame; /**< Amount of samples per frame. */
  /external/chromium/chrome/browser/download/
download_util.cc 682 string16 amount = received_size; local
686 base::i18n::AdjustStringForLocaleDirection(&amount);
694 amount = l10n_util::GetStringFUTF16(IDS_DOWNLOAD_TAB_PROGRESS_SIZE,
698 amount.assign(received_size);
713 base::i18n::AdjustStringForLocaleDirection(&amount);
715 IDS_DOWNLOAD_TAB_PROGRESS_STATUS_TIME_UNKNOWN, speed_text, amount);
718 speed_text, amount, time_remaining);
    [all...]
  /build/tools/releasetools/
edify_generator.py 129 def CacheFreeSpaceCheck(self, amount):
130 """Check that there's at least 'amount' space that can be made
132 self.script.append("assert(apply_patch_space(%d));" % (amount,))
  /development/samples/BrowserPlugin/jni/audio/
AudioPlugin.cpp 71 size_t amount = fread(buffer->bufferData, 1, buffer->size, play->file); local
72 buffer->size = amount;
73 if (amount == 0) {
  /external/aac/libAACenc/src/
bitenc.h 133 * \param pBitDemand Pointer to an int where the amount of bits is returned into. The returned value
135 * \param minCnt If non-zero the value returned into *pBitDemand is the absolute minimum required amount of
153 * not write any bit stream data but only count the amount
  /external/aac/libMpegTPEnc/include/
tp_data.h 169 UCHAR NumChannels; /*!< Amount of audio channels summing all channel elements including LFEs */
170 UCHAR NumEffectiveChannels; /*!< Amount of audio channels summing only SCEs and CPEs */
252 UINT m_samplesPerFrame; /**< Amount of samples per frame. */
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
XSLOutputAttributes.java 192 * <li> "{http://xml.apache.org/xalan}indent-amount"
215 * <li> "{http://xml.apache.org/xalan}indent-amount"
230 * <li> "{http://xml.apache.org/xalan}indent-amount"
  /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 196 <p>The Clang Static Analyzer runs in a reasonable amount of time by both
197 bounding the amount of checking work it will do as well as using clever
198 algorithms to reduce the amount of work it must do to find bugs.</p>
  /external/llvm/lib/Target/X86/
X86RegisterInfo.cpp 399 uint64_t Amount = !reseveCallFrame ? I->getOperand(0).getImm() : 0;
408 if (Amount == 0)
412 // amount of space needed for the outgoing arguments up to the next
415 Amount = (Amount + StackAlign - 1) / StackAlign * StackAlign;
419 New = BuildMI(MF, DL, TII.get(getSUBriOpcode(Is64Bit, Amount)),
422 .addImm(Amount);
426 // Factor out the amount the callee already popped.
427 Amount -= CalleeAmt;
429 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 */

Completed in 802 milliseconds

<<11121314151617181920>>