HomeSort by relevance Sort by last modified time
    Searched full:keep (Results 576 - 600 of 3382) sorted by null

<<21222324252627282930>>

  /external/webkit/WebCore/bindings/v8/
V8DOMWindowShell.h 109 // For each possible type of wrapper, we keep a boilerplate object.
111 // type. We keep a single persistent handle to an array of the
V8WorkerContextEventListener.cpp 62 // The callback function on XMLHttpRequest can clear the event listener and destroys 'this' object. Keep a local reference to it.
90 // The callback function can clear the event listener and destroy 'this' object. Keep a local reference to it.
  /external/webkit/WebCore/platform/graphics/qt/
ImageDecoderQt.cpp 208 // we want to keep m_failed set to true.
221 // have no images and need to keep m_failed set to
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Macintosh/
alloca.c 19 The general concept of this implementation is to keep
109 (b) keep track of stack depth.
  /external/zlib/
adler32.c 69 /* in case user likes doing a byte at a time, keep it fast */
84 /* in case short lengths are provided, keep it somewhat fast */
  /frameworks/base/awt/org/apache/harmony/awt/gl/image/
JpegDecoder.java 138 // Keep track on how much bytes left in buffer
150 // Keep track on how much bytes left in buffer
  /frameworks/base/core/java/android/util/
TimeUtils.java 77 // and meets the other known properties, keep it
88 // (Keep iterating instead of returning in case we
  /frameworks/base/docs/html/resources/articles/
layout-tricks-stubs.jd 15 to keep in a view hierarchy. A <code>ViewStub</code> can be best described as a
75 <em>removed</em> from the view hierarchy. As such, it is unnecessary to keep a
  /frameworks/base/media/libdrm/mobile2/include/util/domcore/
ElementImpl.h 140 * Get elements whose name match on <code>name</code>,than keep they into <code>nodeList</code>.
142 * @param nodeList keep all the matched element.
  /frameworks/base/tests/CoreTests/android/core/
URLTest.java 77 * Dummy HTTP server class for testing keep-alive behavior. Listens a
154 * Test case for HTTP keep-alive behavior.
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
AsmAnalyzer.java 55 /** Keep all classes that derive from these one (these included). */
57 /** Glob patterns of classes to keep, e.g. "com.foo.*" */
66 * @param deriveFrom Keep all classes that derive from these one (these included).
67 * @param includeGlobs Glob patterns of classes to keep, e.g. "com.foo.*"
297 mLog.debug("Found %1$d to keep, %2$d dependencies.",
305 mLog.info("Found %1$d classes to keep, %2$d class dependencies.",
329 /** New classes to keep as-is found by this visitor. */
390 // - non-android classes are added to the list of classes to keep as-is (they don't need
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
currBss.h 120 TI_UINT8 uDefaultKeepAlivePeriod;/**< The default keep-alive period in seconds */
122 /**< Buffer to store null-data keep-alive template */
  /packages/apps/Camera/src/com/android/camera/
MenuHelper.java 143 // Keep the camera instance for a while.
145 CameraHolder.instance().keep();
  /packages/apps/Gallery/src/com/android/camera/
BitmapManager.java 81 * The following three methods are used to keep track of
95 * The following three methods are used to keep track of which thread
  /packages/apps/Gallery3D/src/com/cooliris/media/
BitmapManager.java 103 * The following three methods are used to keep track of
132 * The following three methods are used to keep track of which thread is
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
OverviewPage.java 60 super(editor, PAGE_ID, "Manifest"); // tab's label, user visible, keep it short
144 // walk through the known children of the manifest descriptor and keep what's not excluded
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/HealthMonitor/
healthMonitor.h 92 UINT32 keepAliveIntervals; /**< number of health monitor timer intervals at which keep alive should be sent */
93 UINT32 currentKeepAliveCounter;/**< counting how many timer intervals had passed w/o a keep alive */
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
currBss.h 121 TI_UINT8 uDefaultKeepAlivePeriod;/**< The default keep-alive period in seconds */
123 /**< Buffer to store null-data keep-alive template */
  /bionic/libc/kernel/
README.TXT 163 there are however a few exceptions: it is seldom useful to keep the definition
249 and keep current with upstream changes in the header definitions with the
254 location of some files) occasionally, so we'll need to keep up with that by
257 what we do is keep a set of "original" kernel headers, and process them
265 source tree, we want to keep them at the same location in our generated
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
UiElementPullParser.java 165 * This does not seem to be called by the layoutlib, but we keep this (and maintain
182 * This does not seem to be called by the layoutlib, but we keep this (and maintain
203 * This does not seem to be called by the layoutlib, but we keep this (and maintain
223 * This does not seem to be called by the layoutlib, but we keep this (and maintain
245 * This does not seem to be called by the layoutlib, but we keep this (and maintain
  /external/elfutils/libelf/
libelf.h 52 /* Keep this the last entry. */
88 /* Keep this the last entry. */
112 /* Keep this the last entry. */
  /external/kernel-headers/original/linux/
tcp.h 259 __u8 keepalive_probes; /* num of allowed keep alive probes */
334 unsigned int keepalive_time; /* time before keep alive takes place */
335 unsigned int keepalive_intvl; /* time interval between keep alive probes */
  /external/v8/test/cctest/
test-mark-compact.cc 151 // keep allocating garbage in new space until it fails
162 // keep allocating maps until it fails
221 // keep allocating maps while pointers are still encodable and thus
  /external/webkit/JavaScriptCore/interpreter/
RegisterFile.h 66 from their register frame pointers, to keep old global offsets correct, new
85 but base itself has moved. To keep up with possible changes to base,
86 clients keep an indirect pointer, so their calculations update
  /frameworks/base/opengl/libagl/
TextureObjectManager.cpp 134 // we should keep the crop_rect, but it's delicate because
139 // it would be nice if we could keep the generate_mipmap flag,
298 // keep the texture's parameters

Completed in 213 milliseconds

<<21222324252627282930>>