/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
symtab.h | 59 unsigned int nelements; /* Number of live elements. */
|
/development/samples/NotePad/src/com/example/android/notepad/ |
NotePadProvider.java | 257 // Support for Live Folders. 263 // Add more columns here for more robust Live Folders.
|
/frameworks/base/core/java/com/android/internal/backup/ |
IBackupTransport.aidl | 28 * "live" backup services without interfering with the live bookkeeping. The
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
SimpleCursorAdapterTest.java | 85 * Test creating with a live cursor 107 * Test changeCursor() with live cursor
|
/packages/apps/Launcher2/res/values/ |
strings.xml | 68 <!-- Options in "Add to Home" dialog box; Title of the group containing the list of all live folders --> 91 <!-- Title of dialog when user is selecting live folder to add to homescreen -->
|
/dalvik/libcore/luni/src/main/java/java/net/ |
MulticastSocket.java | 160 * Gets the time-to-live (TTL) for multicast packets sent on this socket. 172 * Gets the time-to-live (TTL) for multicast packets sent on this socket. 517 * Sets the time-to-live (TTL) for multicast packets sent on this socket. 521 * the default time-to-live field value for packets sent on this 535 * Sets the time-to-live (TTL) for multicast packets sent on this socket. 539 * the default time-to-live field value for packets sent on this
|
/external/qemu/audio/ |
alsaaudio.c | 601 int rpos, live, decr; local 607 live = audio_pcm_hw_get_live_out (hw); 608 if (!live) { 618 decr = audio_MIN (live, avail); 849 int live = audio_pcm_hw_get_live_in (hw); local 850 int dead = hw->samples - live;
|
dsoundaudio.c | 667 int live, len, hwshift; local 683 live = audio_pcm_hw_get_live_out (hw); 695 len = live << hwshift; 857 int live, len, dead; local 872 live = audio_pcm_hw_get_live_in (hw); 873 dead = hw->samples - live;
|
/external/libpcap/ |
pcap.3 | 431 This is not a minimum number; when reading a live capture, only one 437 live capture, or all the packets in the file when reading a 486 0 is returned if no packets were read from a live capture (if, for 508 when reading a live capture, 529 return when live read timeouts occur. 563 is returned if an error occured, or if no packets were read from a live 580 packets are being read from a live capture, and the timeout expired 620 if the signal interrupted a call reading packets in a live capture, 825 machine on which the packets are captured; if a live capture is being 1159 is supported only on live captures, not on ``savefiles''; no statistic [all...] |
/external/webkit/WebCore/loader/ |
Cache.cpp | 252 // Dead resource capacity is whatever space is not occupied by live resources, bounded by an independent minimum and maximum. 261 // Live resource capacity is whatever is left over after calculating dead resource capacity. 279 // Destroy any decoded data in live objects that we can. 642 void Cache::adjustSize(bool live, int delta) 644 if (live) {
|
/frameworks/base/services/java/com/android/server/ |
WallpaperManagerService.java | 140 * The component name of the currently set live wallpaper. 347 // let's not let it crash the system and just live with no 741 // No such live wallpaper or other failure; fall back to the default 742 // live wallpaper (since the profile being restored indicated that the 743 // user had selected a live rather than static one). [all...] |
/external/blktrace/doc/ |
blkparse.1 | 30 blkparse may be run in a live manner concurrently with blktrace by specifying 31 \fB\-i \-\fR to blkparse, and combining it with the live option for blktrace. 75 As noted above, specifying \fB\-i \-\fR runs in live mode with blktrace
|
blktrace.tex | 46 run in \emph{live} mode directly outputs data collected by blktrace. 136 \subsection{\label{sec:live-blktrace}blktrace -- live} 186 A \emph{btrace} script is included in the distribution to ease live 369 \emph{live} output -- to do this specify \emph{-o -} for blktrace. 445 blkparse \emph{may} be run in a \emph{live} manner concurrently with 447 the live option for blktrace. An example would be: 476 & & As noted above, specifying \emph{-i -} runs in \emph{live} mode with blktrace \\ [all...] |
/external/qemu/tcg/ |
README | 19 A TCG "temporary" is a variable only live in a basic 22 A TCG "local temporary" is a variable only live in a function. Local 25 A TCG "global" is a variable which is live in all the functions
|
/external/v8/src/ia32/ |
jump-target-ia32.cc | 44 // Live non-frame registers are not allowed at unconditional jumps 46 // which are still live in the C++ code. 171 // Live non-frame registers are not allowed at the start of a basic
|
/external/v8/src/x64/ |
jump-target-x64.cc | 44 // Live non-frame registers are not allowed at unconditional jumps 46 // which are still live in the C++ code. 171 // Live non-frame registers are not allowed at the start of a basic
|
/external/webkit/WebCore/bindings/v8/ |
npruntime.cpp | 352 // The liveObjectMap is a hash table of all live objects to their owner 354 // objects are live or not. 366 // A map of live NPObjects with pointers to their Roots.
|
/frameworks/base/docs/html/guide/topics/manifest/ |
uses-feature-element.jd | 175 <td>Live Wallpaper</td> 177 <td>The application uses or provides Live Wallpapers and should be installed only on devices that support Live Wallpapers.
|
/frameworks/base/docs/html/sdk/ |
android-2.1.jd | 179 <h3>Live Wallpapers</h3> 188 <p>Additionally, if your application uses or provides Live Wallpapers, you must 200 is not made available to users whose devices do not support Live Wallpapers.
|
/development/samples/BackupRestore/src/com/example/android/backuprestore/ |
ExampleAgent.java | 56 /** The app's current data, read from the live disk file */ 192 * This application does not do any "live" restores of its own data,
|
/bootable/recovery/minzip/ |
Hash.h | 63 int numEntries; /* current #of "live" entries */
|
/dalvik/dx/src/com/android/dx/ssa/back/ |
RegisterAllocator.java | 174 * Adjust interference graph based on what's live out of the current
|
/dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
hc_nodechildnodesappendchild.java | 32 * is live. Changes on the node's children are immediately
|
/dalvik/libcore/support/src/test/java/tests/util/ |
TestEnvironment.java | 85 // There are two system properties we can't live without.
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/ |
DTMAxisIterNodeList.java | 51 * promise to implement the DOM NodeList's "live view" response to
|