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

1 2 3 4 5 6 7 891011>>

  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperListAdapter.java 74 private List<LiveWallpaperInfo> generatePlaceholderViews(int amount) {
75 ArrayList<LiveWallpaperInfo> list = new ArrayList<LiveWallpaperInfo>(amount);
76 for (int i = 0; i < amount; i++) {
  /cts/tests/tests/graphics/src/android/opengl/cts/
GLSurfaceViewTest.java 88 * larger number of iterations can be done in a short amount of time.
  /dalvik/dx/src/com/android/dx/cf/iface/
ParseObserver.java 30 * @param indentDelta the amount to change indentation
  /development/samples/ApiDemos/src/com/example/android/apis/app/
Animation.java 55 // (here just doing nothing for the same amount of time) for the
  /device/moto/stingray/whisper/
SHA_TimeUtilsLoop.c 47 /** \brief Delays for a certain amount of time.
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
output_html.properties 40 {http\u003a//xml.apache.org/xalan}indent-amount=0
output_unknown.properties 44 {http\u003a//xml.apache.org/xalan}indent-amount=0
output_xml.properties 43 {http\u003a//xml.apache.org/xalan}indent-amount=0
  /external/bzip2/
spewG.c 4 support for large files (> 2GB) in a reasonable amount of time.
  /external/chromium/base/
bind.h.pump 25 // cannot actually return the exact type without requiring a large amount
sys_info.h 59 // Return the smallest amount of memory (in bytes) which the VM system will
  /external/chromium/chrome/browser/download/
base_file.h 86 // Amount of data received up so far, in bytes.
  /external/chromium/chrome/browser/extensions/
extension_icon_manager.h 67 // Specifies the amount of empty padding to place around the icon.
  /external/chromium/chrome/browser/
transport_security_persister.h 25 // on the file thread after some small amount of time
  /external/chromium/chrome/common/
automation_constants.h 26 // Amount of time to wait before querying the browser.
  /external/chromium/net/udp/
datagram_server_socket.h 28 // |buf_len| is the maximum amount of data to read.
  /external/dropbear/
SMALL 28 - Disabling the MOTD code and SFTP-SERVER may save a small amount of codesize
  /external/iptables/extensions/
libxt_quota2.man 14 Makes it so the counter or quota amount is never changed by packets matching
  /external/libvpx/vpx_mem/memory_manager/
hmm_shrink.c 47 ** and the amount to shrink is exactly the size of the
  /external/llvm/docs/HistoricalNotes/
2001-05-19-ExceptionResponse.txt 20 slightly less than double the amount of code in a function (it is
  /external/llvm/lib/Target/ARM/
Thumb1RegisterInfo.cpp 314 // ADJCALLSTACKDOWN -> sub, sp, sp, amount
315 // ADJCALLSTACKUP -> add, sp, sp, amount
318 unsigned Amount = Old->getOperand(0).getImm();
319 if (Amount != 0) {
321 // amount of space needed for the outgoing arguments up to the next
324 Amount = (Amount+Align-1)/Align*Align;
329 emitSPUpdate(MBB, I, TII, dl, *this, -Amount);
332 emitSPUpdate(MBB, I, TII, dl, *this, Amount);
  /external/llvm/test/CodeGen/X86/
vshift-5.ll 3 ; When loading the shift amount from memory, avoid generating the splat.
  /external/mesa3d/docs/
perf.html 24 <li> Try to maximize the amount of drawing done between glBegin/glEnd pairs.
  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
AuthenticationHelper.java 42 * @param cacheTime The amount of time (seconds ) for which the authentication helper
  /external/oprofile/daemon/
opd_sfile.h 93 /** clear out a certain amount of LRU entries

Completed in 2331 milliseconds

1 2 3 4 5 6 7 891011>>