/cts/tests/tests/view/src/android/view/inputmethod/cts/ |
BaseInputConnectionTest.java | 170 * current editable buffer cleared. 286 * text and the current editable buffer cleared.
|
/external/webkit/Source/WebKit/gtk/webkit/ |
webkitwebbackforwardlist.cpp | 446 * @web_back_forward_list: the #WebKitWebBackForwardList to be cleared 449 * the current page is kept in list when cleared so you would have to add it later.
|
/external/webkit/Tools/Scripts/webkitpy/tool/commands/ |
download_unittest.py | 139 # FIXME: This expected result is imperfect, notice how it's seeing the same patch as still there after it thought it would have cleared the flags. 154 # FIXME: This expected result is imperfect, notice how it's seeing the same patch as still there after it thought it would have cleared the flags.
|
/frameworks/base/core/java/android/content/pm/ |
IPackageManager.aidl | 238 * free storage, no cache files are cleared. If the currently 261 * free storage, no cache files are cleared. If the currently
|
/libcore/luni/src/main/java/java/util/concurrent/ |
CountDownLatch.java | 201 * interrupted status is cleared. 238 * interrupted status is cleared.
|
/libcore/luni/src/test/java/tests/api/java/util/ |
BitSetTest.java | 107 assertTrue("Clear cleared incorrect bits", eightbs.get(i)); 177 assertTrue("Shouldn't have cleared bit " + i, bs.get(i)); 219 assertTrue("Shouldn't have cleared bit " + i, bs.get(i)); 229 assertTrue("Shouldn't have cleared bit " + i, bs.get(i)); 246 assertTrue("Shouldn't have cleared bit " + i, bs.get(i)); 254 assertTrue("Shouldn't have cleared bit " + i, bs.get(i)); 276 assertTrue("Bit got cleared incorrectly ", bs.get(2)); 918 assertTrue("Bit cleared incorrectly ", eightbs.get(3)); [all...] |
WeakHashMapTest.java | 145 assertTrue("Cleared map should be empty", whm.isEmpty()); 147 assertNull("Cleared map should only return null", whm
|
/packages/apps/Settings/src/com/android/settings/quicklaunch/ |
QuickLaunchSettings.java | 86 /** The bookmark title of the shortcut that is being cleared. */ 89 /** The shortcut that is being cleared. */
|
/packages/inputmethods/OpenWnn/res/values/ |
strings.xml | 82 <string name="dialog_clear_user_dictionary_done">Cleared.</string> 83 <string name="dialog_clear_learning_dictionary_done">Cleared.</string>
|
/cts/tools/host/test/com/android/cts/ |
CtsTestBase.java | 148 * @param path The directory to be cleared.
|
/external/chromium/chrome/browser/google/ |
google_url_tracker.h | 96 // Begins the five-second startup sleep period, unless a test has cleared
|
/external/chromium/chrome/browser/password_manager/ |
native_backend_kwallet_x.h | 129 // cleared by CheckError().
|
/external/chromium/chrome/browser/resources/ |
cookies_tree.js | 56 // But that should be okay because treeLookup is cleared when we
|
/external/chromium/chrome/browser/sync/engine/ |
all_status.cc | 32 // are not to be cleared here.
|
/external/chromium/chrome/browser/ui/views/infobars/ |
infobar_container.cc | 24 // RemoveAllInfoBarsForDestruction() should have already cleared our infobars.
|
/external/chromium/net/base/ |
transport_security_state.h | 109 // Existing non-preloaded entries are cleared and repopulated from the
|
/external/chromium/net/tools/spdyshark/ |
Makefile.am | 43 # Libs must be cleared, or else libtool won't create a shared module.
|
/external/dropbear/libtommath/ |
bn_fast_mp_montgomery_reduce.c | 73 * that W[ix-1] have the carry cleared (see after the inner loop)
|
/external/e2fsprogs/e2fsck/ |
rehash.c | 628 int cleared; member in struct:write_dir_struct 653 wd->cleared++; 681 wd.cleared = 0; 696 ext2fs_iblk_sub_blocks(fs, &inode, wd.cleared);
|
/external/guava/src/com/google/common/base/internal/ |
Finalizer.java | 141 * references will have already been cleared by this point.
|
/external/javassist/src/main/javassist/scopedpool/ |
SoftValueHashMap.java | 62 /* Reference queue for cleared WeakKeys */
|
/external/jsilver/src/com/google/streamhtmlparser/util/ |
CharacterRecorder.java | 86 * Enables recording for incoming characters. The recording buffer is cleared
|
/external/llvm/include/llvm/ADT/ |
PointerIntPair.h | 96 "Can only return the address if IntBits is cleared and "
|
/external/openssl/crypto/bn/asm/ |
s390x.S | 31 jz .Loop1_madd // carry is incidentally cleared if branch taken 106 jz .Loop1_mul // carry is incidentally cleared if branch taken 235 jz .Loop1_add // carry is incidentally cleared if branch taken 289 jnz .Loop4_sub // borrow is incidentally cleared if branch taken
|
/external/oprofile/daemon/ |
opd_anon.c | 103 printf("Cleared anon maps for tgid %u (%s).\n", tgid, name);
|