Searched
full:keep (Results
451 -
475 of
3382) sorted by null
<<11121314151617181920>>
/external/qemu/distrib/sdl-1.2.12/src/events/ |
SDL_resize.c | 31 /* Keep the last resize event so we don't post duplicates */
|
/external/qemu/elff/ |
elf_alloc.cc | 35 /* Lets keep everyting properly aligned. */
|
/external/qemu/hw/ |
pci_ids.h | 4 * Please keep sorted.
|
/external/srec/srec/crec/ |
srec_initialize.c | 47 int viterbi_prune_thresh; score-based pruning threshold - only keep paths within this delta of best cost 62 keep at each time frame 73 int viterbi_prune_thresh, /*score-based pruning threshold - only keep paths within this delta of best cost*/ 139 int viterbi_prune_thresh, /*score-based pruning threshold - only keep paths within this delta of best cost*/
|
/external/webkit/WebCore/loader/ |
CachedResourceClientWalker.h | 36 // Just keep calling next() on this. It's safe from deletions of items.
|
/external/webkit/WebCore/manual-tests/ |
animate-duration.html | 48 <p>Single anim (should keep animating)</p>
|
input-starved-by-timers.html | 30 // stop multplying them and keep the number of timers constant.
|
/external/webkit/WebCore/platform/text/ |
BidiContext.h | 33 // Used to keep track of explicit embeddings.
|
/external/webkit/WebKit/mac/Carbon/ |
CarbonWindowFrame.h | 38 // Something we keep around just to return when it's asked for.
|
/frameworks/base/core/java/android/os/ |
MessageQueue.java | 48 * wait for more. Return true to keep your idle handler active, false 113 boolean keep = false; 116 keep = ((IdleHandler)idler).queueIdle(); 121 if (!keep) {
|
/frameworks/base/docs/html/guide/topics/processes/ |
process-lifecycle.jd | 62 reached a memory paging state, so this action is required in order to keep the user 72 required to keep all foreground processes running. 80 network data upload or download), so the system will always keep such processes 97 components. The only reason to keep such a process around is as a cache to
|
/frameworks/base/include/utils/ |
Flattenable.h | 49 // keep ownership. If a fd is not retained by unflatten() it must be
|
/frameworks/base/media/libmediaplayerservice/ |
MetadataRetrieverClient.h | 65 // Keep the shared memory copy of album art and capture frame (for thumbnail)
|
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/ |
PowerMgrKeepAlive.h | 37 * \brief user keep-alive declarations
|
/packages/apps/Camera/src/com/android/camera/ |
CameraButtonIntentReceiver.java | 42 holder.keep();
|
/packages/apps/Contacts/src/com/android/contacts/util/ |
NotifyingAsyncQueryHandler.java | 26 * Slightly more abstract {@link AsyncQueryHandler} that helps keep a
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/ |
symcat.h | 29 e.g. CONCAT2(foo, bar) because traditonal C will keep the space between
|
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/ |
PowerMgrKeepAlive.h | 37 * \brief user keep-alive declarations
|
/external/guava/src/com/google/common/base/internal/ |
Finalizer.java | 38 * Google Collections, this thread would keep an indirect strong reference 101 // Keep track of the FRQ that started us so we know when to stop. 178 * much just shut down and make sure we don't keep it alive any longer
|
/external/opencore/protocols/rtsp_client_engine/inc/ |
pvrtspenginenodeextensioninterface.h | 197 * This API is to set the keep-alive mechanism for rtsp client. 199 * @param aTimeout The interval in milliseconds of sending the RTSP keep-alive commands. 202 * @param aKeepAliveInPlay Turns on/off the sending RTSP keep-alive commands during PLAY
|
/external/proguard/src/proguard/wtk/ |
default.pro | 8 # Keep all extensions of javax.microedition.midlet.MIDlet. 9 -keep public class * extends javax.microedition.midlet.MIDlet 11 # Keep all native class/method names.
|
/external/qemu/proxy/ |
proxy_http.c | 123 /* keep-alive */ 125 p += snprintf(p, end-p, "Connection: Keep-Alive\r\nProxy-Connection: Keep-Alive\r\n");
|
/external/proguard/src/proguard/classfile/ |
LibraryClass.java | 378 // This class doesn't keep references to its constant pool entries. 384 // This class doesn't keep references to its constant pool entries. 390 // This class doesn't keep references to its constant pool entries. 396 // This class doesn't keep references to its constant pool entries. 402 // This class doesn't keep references to its constant pool entries.
|
/external/proguard/src/proguard/obfuscate/ |
Obfuscator.java | 61 // Check if we have at least some keep commands. 62 if (configuration.keep == null && 66 throw new IOException("You have to specify '-keep' options for the obfuscation step."); 87 ClassSpecificationVisitorFactory.createClassPoolVisitor(configuration.keep, 97 // All library classes and library class members keep their names.
|
/external/qemu/slirp/ |
tcp_timer.c | 170 * keep retransmitting it, it'll keep eating the zeroes, so we keep 209 * move the current srtt into rttvar to keep the current 270 * Keep-alive timer went off; send something
|
Completed in 79 milliseconds
<<11121314151617181920>>