/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/ |
hash_policy.hpp | 251 // Notifies the table was cleared.
|
/sdk/layoutlib_api/src/com/android/layoutlib/api/ |
ILayoutBridge.java | 224 * <p/>The cache is not configuration dependent and should only be cleared when a
|
/bionic/libc/bionic/ |
dlmalloc.h | 275 single cleared space, it returns an array of pointers to n_elements 277 of which starts out cleared, and can be independently freed,
|
/cts/tests/tests/location/src/android/location/cts/ |
LocationManagerTest.java | 327 notes = "Cannot determine whether location has been cleared", 736 notes = "Cannot determine whether status has been cleared", [all...] |
/dalvik/vm/alloc/ |
Heap.cpp | 96 /* Set up the lists we'll use for cleared reference objects. 255 * been collected and cleared before throwing an OOME.
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
HashtableTest.java | 122 assertEquals("Hashtable was not cleared", 0, h.size()); 125 assertTrue("Hashtable improperly cleared", !el.hasMoreElements()
|
/external/bison/lib/ |
ebitset.c | 179 /* Allocate a ebitset element. The bits are not cleared. */ 232 /* Allocate a ebitset element. The bits are cleared. */
|
/external/bluetooth/glib/docs/reference/glib/ |
building.sgml | 280 the last 3 bytes will be cleared. This includes removals of single and multiple elements. 290 Grow an array from 7 bytes to 10 bytes, and the last 3 bytes will be cleared.
|
/external/e2fsprogs/e2fsck/ |
super.c | 304 * resize inode should be cleared) as well as the case where on-line 348 * the resize inode is cleared; then we're done.
|
problem.c | 80 N_("CLEARED"), /* 2 */ 88 N_("INODE CLEARED"), /* 10 */ 96 N_("HTREE INDEX CLEARED"),/* 18 */ 258 /* Already cleared block found in orphaned inode */ 260 N_("Already cleared %B (%b) found in @o @i %i.\n"), [all...] |
/external/mesa3d/src/glsl/ |
lower_jumps.cpp | 43 * true, that when cleared inhibits all execution until the end of the loop. 107 ir_variable* execute_flag; /* cleared to emulate continue */
|
/external/openssl/include/openssl/ |
ts.h | 704 * TS_VFY_POLICY is cleared from flags as well) 709 * TS_VFY_NONCE is cleared from flags as well)
|
/external/webkit/Source/WebCore/bindings/v8/ |
V8DOMWindowShell.cpp | 474 // wrapper cleared. Using the cleared global handle will lead to
|
/external/webkit/Source/WebCore/page/ |
Geolocation.cpp | 694 // cleared in handleError. For watchers, the spec requires that the timer is 695 // not cleared.
|
/external/webkit/Tools/Scripts/webkitpy/tool/commands/ |
upload.py | 91 message = "Cleared %s from obsolete attachment %s so that this bug does not appear in http://webkit.org/pending-commit." % (flags_to_clear, patch.id()) 117 message = "Cleared review? from %sattachment %s so that this bug does not appear in %s.%s" % (attachment_obsolete_modifier, patch.id(), queue_url, bug_closed_explanation)
|
/frameworks/base/core/java/android/content/pm/ |
ActivityInfo.java | 104 * of a task, that task's stack should be cleared each time the user 114 * of a task, that task's stack should never be cleared when it is
|
/frameworks/ex/carousel/java/com/android/ex/carousel/ |
CarouselController.java | 405 * the texture will be immediately cleared from view and an invalidate 423 * immediately cleared from view and an invalidate handler will be called. If eraseCurrent is
|
/libcore/luni/src/main/java/java/nio/ |
CharBuffer.java | 192 * {@code remaining()}; the limit is set to capacity; the mark is cleared. 590 * mark is cleared. The new buffer's read-only property and byte order are
|
/libcore/luni/src/main/java/java/util/ |
BitSet.java | 60 * directly after a clear operation that may have cleared the highest set bit, but 61 * not safe after an xor operation that may have cleared the highest set bit or
|
/libcore/luni/src/test/java/tests/api/java/util/ |
HashtableTest.java | 158 assertEquals("Hashtable was not cleared", 0, h.size()); 161 assertTrue("Hashtable improperly cleared", !el.hasMoreElements()
|
/packages/apps/Email/src/com/android/email/ |
SecurityPolicy.java | 491 * @param account the account whose hold flag is to be set/cleared 539 * cleared now. [all...] |
/packages/apps/Email/tests/src/com/android/email/ |
SecurityPolicyTests.java | 293 // confirm set until cleared 493 // If encryption is unsupported, encryption policy bits are cleared
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
BlobCache.java | 23 // file is truncated to empty (and the index for that file is also cleared). 131 // "reset" parameter is true, the cache will be cleared before use.
|
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
CalendarDatabaseHelperTest.java | 328 // April 5th midnight to April 6th midnight, duration cleared 362 // April 5th midnight to April 6th midnight, duration cleared
|
/libcore/luni/src/main/java/java/util/concurrent/locks/ |
ReentrantReadWriteLock.java | 737 * thread's interrupted status is cleared. 824 * current thread's interrupted status is cleared. [all...] |