/external/chromium/chrome/browser/ui/find_bar/ |
find_tab_helper.cc | 56 // because the highlighting has been cleared and we need it to reappear). We 84 // kClearSelection means the find string has been cleared by the user, but
|
/external/chromium/chrome/browser/ui/webui/ |
mediaplayer_ui.h | 148 // which would cause the mediaplayer to be closed. These are cleared out 153 // cause the mediaplayer to be closed. These are cleared out when the
|
/external/fdlibm/ |
e_hypot.c | 28 * where x1 = x with lower 32 bits cleared, x2 = x-x1; else 31 * where t1 = 2x with lower 32 bits cleared, t2 = 2x-t1,
|
/external/libvpx/ |
vp8_api1_migration.txt | 154 analogous to setting the VP8_EFLAG_FORCE_* flag. A cleared bit is analogous 181 `vpx_codec_encode()`. A cleared bit on the VP8E_USE_REFERENCE bitfield is
|
/external/qemu/slirp/ |
tcp_timer.h | 52 * then the retransmit timer is cleared (if there are no more 67 * packet time. The TCPT_PERSIST timer is cleared whenever we receive
|
/external/qemu/slirp-android/ |
tcp_timer.h | 52 * then the retransmit timer is cleared (if there are no more 67 * packet time. The TCPT_PERSIST timer is cleared whenever we receive
|
/frameworks/base/core/java/com/android/internal/view/menu/ |
IconMenuPresenter.java | 103 public void updateMenuView(boolean cleared) { 108 super.updateMenuView(cleared);
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
AutoCompleteTextViewPopup.java | 195 // Drop-down should be hidden when text is cleared 196 waitAssertPopupShowState("isPopupShowing() after text cleared", textView, false);
|
/libcore/luni/src/main/java/javax/crypto/spec/ |
PBEKeySpec.java | 151 * if the password has been cleared before. 155 throw new IllegalStateException("The password has been cleared");
|
/external/apache-http/src/org/apache/commons/logging/impl/ |
WeakHashtable.java | 114 * the map will be purged of all cleared entries. 120 * the map will be purged of one cleared entry. 402 // work if the WeakReference has been cleared 413 // work if the WeakReference has been cleared 437 // hashcode/equals contract, as two cleared Referenced
|
/libcore/luni/src/main/java/java/nio/ |
Buffer.java | 210 * and mark is cleared. 225 * zero, and the mark is cleared. 293 * is set and is greater than the new limit, then it is cleared. 348 * cleared. 401 * The position is set to zero, and the mark is cleared. The content of this
|
/external/valgrind/main/drd/ |
drd_bitmap.c | 551 /* If the first address in the bitmap that must be cleared does not */ 566 /* If some UWords have to be cleared entirely, do this now. */ 583 /* If the last address in the bitmap that must be cleared does not */ 628 /* If the first address in the bitmap that must be cleared does not */ 645 /* If some UWords have to be cleared entirely, do this now. */ 665 /* If the last address in the bitmap that must be cleared does not */ 710 /* If the first address in the bitmap that must be cleared does not */ 727 /* If some UWords have to be cleared entirely, do this now. */ 747 /* If the last address in the bitmap that must be cleared does not */ [all...] |
/dalvik/vm/ |
ReferenceTable.cpp | 176 // Ensure null references and cleared jweaks appear at the end. 223 LOGW(" cleared jweak (count=%d)", equiv); 274 LOGW(" %5d: cleared jweak", idx);
|
/external/protobuf/src/google/protobuf/ |
repeated_field.h | 230 // Like Add(), but if there are no cleared objects to use, returns NULL. 386 // are not actually freed. Instead, they are cleared and kept so that 394 // Get the number of cleared objects that are currently being kept 397 // Add an element to the pool of cleared objects, passing ownership to 398 // the RepeatedPtrField. The element must be cleared prior to calling 401 // Remove a single element from the cleared pool and return it, passing 402 // ownership to the caller. The element is guaranteed to be cleared. 737 // The array is completely full with no cleared objects, so grow it. 742 // cleared objects awaiting reuse. We don't want to grow the array in this 747 // We have some cleared objects. We don't care about their order, so w [all...] |
/external/quake/quake/src/QW/server/ |
server.h | 67 // added to every client's unreliable buffer each frame, then cleared 71 // added to every client's reliable buffer each frame, then cleared 146 // the datagram is written to after every frame, but only cleared
|
/frameworks/base/core/java/android/widget/ |
RadioGroup.java | 34 * to uncheck a particular radio button, the radio group can be cleared to 197 * <p>Clears the selection. When the selection is cleared, no radio button 320 * selection is cleared, checkedId is -1.</p>
|
/libcore/luni/src/test/java/tests/api/java/lang/ref/ |
ReferenceTest.java | 94 assertTrue("Start: Object not cleared.", (sr.get() != null) 100 assertTrue("End: Object cleared.", (sr.get() == null) 299 * freed without the reference getting cleared,
|
/build/core/ |
multi_prebuilt.mk | 17 # Save these before they get cleared by CLEAR_VARS.
|
/external/apache-http/src/org/apache/http/protocol/ |
HttpRequestInterceptorList.java | 108 * This list will be cleared and re-initialized to contain
|
HttpResponseInterceptorList.java | 109 * This list will be cleared and re-initialized to contain
|
/external/astl/tests/ |
Android.mk | 28 # $(3) and $(5) must be set or cleared in sync. $(3) is used to
|
/external/bluetooth/bluez/src/ |
main.conf | 72 # state, which requires park state bit cleared.
|
/external/chromium/chrome/browser/content_settings/ |
content_settings_pref_provider.h | 71 // true and the preference is missing, the local copy will be cleared as well.
|
/external/chromium/chrome/browser/prerender/ |
prerender_resource_handler.h | 111 // can result in the referrer being cleared.
|
/external/chromium/chrome/browser/sync/engine/ |
clear_data_command_unittest.cc | 85 // incorrectly get the impression that their private data has been cleared
|