/external/mesa3d/docs/ |
MESA_swap_frame_usage.spec | 50 The value, percent, indicates the amount of time spent between the 61 completions, as a significant amount of time may pass between the
|
/external/qemu/slirp/ |
mbuf.h | 39 #define MINCSIZE 4096 /* Amount to increase mbuf if too small */ 70 int mh_len; /* Amount of data in this mbuf */
|
tcp_timer.h | 71 * connection is idle (no segments received) for TCPTV_KEEP_INIT amount of time, 80 * amount of time probing, then we drop the connection.
|
/external/qemu/slirp-android/ |
mbuf.h | 39 #define MINCSIZE 4096 /* Amount to increase mbuf if too small */ 70 int mh_len; /* Amount of data in this mbuf */
|
tcp_timer.h | 71 * connection is idle (no segments received) for TCPTV_KEEP_INIT amount of time, 80 * amount of time probing, then we drop the connection.
|
/external/srec/shared/include/ |
CircularBuffer.h | 55 * Amount of data in buffer. 160 ESR_SHARED_API int CircularBufferUnwrite(CircularBuffer* buffer, size_t amount);
|
/frameworks/base/native/include/android/ |
asset_manager.h | 131 * Report the total amount of asset data that can be read from the current position. 136 * Report the total amount of asset data that can be read from the current position.
|
/frameworks/support/v13/java/android/support/v13/app/ |
FragmentPagerAdapter.java | 38 * a significant amount of memory since fragment instances can hold on to an 39 * arbitrary amount of state. For larger sets of pages, consider
|
/frameworks/support/v4/java/android/support/v4/app/ |
FragmentPagerAdapter.java | 34 * a significant amount of memory since fragment instances can hold on to an 35 * arbitrary amount of state. For larger sets of pages, consider
|
/hardware/ti/omap3/dspbridge/inc/ |
cfgdefs.h | 131 ULONG ulMin; /* Minimum amount of memory of this type. */ 132 ULONG ulMax; /* Maximum amount of memory of this type. */
|
/ndk/sources/host-tools/make-3.81/ |
strcache.c | 35 int bytesfree; /* The amount of the buffer that is free. */ 72 least amount of space free). */
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
time.h | 83 /* Adjust the current time of day by the amount in DELTA. 84 If OLDDELTA is not NULL, it is filled in with the amount
|
/system/core/libpixelflinger/tinyutils/ |
VectorImpl.h | 104 void* _grow(size_t where, size_t amount); 105 void _shrink(size_t where, size_t amount);
|
/external/llvm/lib/Target/Blackfin/ |
BlackfinRegisterInfo.cpp | 161 int64_t Amount = I->getOperand(0).getImm(); 162 if (Amount != 0) { 163 assert(Amount%4 == 0 && "Unaligned call frame size"); 165 adjustRegister(MBB, I, I->getDebugLoc(), BF::SP, BF::P1, -Amount); 169 adjustRegister(MBB, I, I->getDebugLoc(), BF::SP, BF::P1, Amount);
|
/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/docs/html/resources/articles/ |
multitasking-android-way.jd | 46 <p>Of course, there is a limited amount of memory, and to accommodate this Android must decide when to get rid of processes that are not needed. This leads to Android's <a href="{@docRoot}guide/topics/fundamentals.html#proclife">process lifecycle</a>, the rules it uses to decide how important each process is and thus the next one that should be dropped. These rules are based on both how important a process is for the user's current experience, as well as how long it has been since the process was last needed by the user.</p> 49 <p>In some ways, Android's process management can be seen as a form of swap space: application processes represent a certain amount of in-use memory; when memory is low, some processes can be killed (swapped out); when those processes are needed again, they can be re-started from their last saved state (swapped in).</p> 55 <p>A BroadcastReceiver allows an application to run, for a brief amount of time, in the background as a result of something else happening. It can be used in many ways to build higher-level facilities: for example the AlarmManager allows an application to have a broadcast sent at a certain time in the future, and the LocationManager can send a broadcast when it detects interesting changes in location. Because information about the receiver is part of an application's manifest, Android can find and launch the application even if it isn't running; of course if it already has its process available in the background, the broadcast can very efficiently be directly dispatched to it.</p> 57 <p>Broadcast receivers are great for doing small pieces of work in response to an external stimulus, such as posting a notification to the user after being sent a new GPS location report. They are very lightweight, since the application's process only needs to be around while actively receiving the broadcast. Because they are active for a deterministic amount of time, fairly strong guarantees can be made about not killing their process while running. However they are not appropriate for anything of indeterminate length, such as networking.</p> 61 <p>Process management for services is different than broadcast receivers, because an unbounded number of services can ask to be running for an unknown amount of time. There may not be enough RAM to have all of the requesting services run, so as a result no strong guarantees are made about being able to keep them running.</p>
|
/frameworks/base/services/java/com/android/server/ |
DeviceStorageMonitorService.java | 41 * This class implements a service to monitor the amount of disk 51 * on storage space. The amount of free storage on the device is 104 * Handler that checks the amount of disk space on the device and sends a 146 //log the amount of free memory in event log 336 //log the event to event log with the amount of free storage(in bytes) left on the device
|
/prebuilt/linux-x86/toolchain/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...] |
/prebuilt/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...] |
/prebuilt/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...] |
/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...] |
/external/icu4c/i18n/unicode/ |
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...] |
/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/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"
|