/external/chromium_org/third_party/tcmalloc/vendor/src/tests/ |
addressmap_unittest.cc | 119 ValueT removed; local 120 CHECK(map.FindAndRemove(p, &removed)); 121 CHECK_EQ(removed.first, i + N);
|
/external/chromium_org/ui/compositor/ |
layer_animator.cc | 485 // The removed sequence may have been responsible for making other sequences 519 scoped_ptr<LayerAnimationSequence> removed(RemoveAnimation(sequence)); 541 scoped_ptr<LayerAnimationSequence> removed( 594 scoped_ptr<LayerAnimationSequence> removed( 615 scoped_ptr<LayerAnimationSequence> removed( 635 LayerAnimationSequence* removed = RemoveAnimation(sequence); 636 DCHECK(removed == NULL || removed == sequence); 679 // incremented or an element is removed from the queue, so 834 scoped_ptr<LayerAnimationSequence> removed( [all...] |
/external/guava/guava-tests/test/com/google/common/eventbus/ |
EventHandlerTest.java | 127 "signature, or removed it entirely. (Must be public.)"); 150 "visibility, signature, or removed it entirely. (Must be public.)"); 173 "visibility, signature, or removed it entirely. (Must be public.)");
|
/external/harfbuzz_ng/ |
NEWS | 30 - Removed generated files from git again. So, one needs ragel to 331 - All struct tag names had their initial underscore removed. 407 o Removed API: 447 o Removed API: 473 o Removed API: 491 o Removed API: 517 o Removed func getter functions: 550 o Removed API: 554 o Removed func getter functions: 593 o Removed the _get_reference_count() from all object types [all...] |
/external/mesa3d/docs/ |
relnotes-6.5.1.html | 64 <li>removed the test for duplicated framebuffer attachments, per 102 First, many old/unused extensions were removed. 103 Second, the static entrypoints for some extensions were removed.
|
/external/openssh/ |
ssh-add.0 | 40 default identities will be removed. Otherwise, the argument list 42 matching keys will be removed from the agent. If no public key 111 de Raadt and Dug Song removed many bugs, re-added newer features and
|
/external/skia/src/gpu/ |
GrAtlas.cpp | 211 bool removed = false; local 217 removed = true; 224 return removed;
|
/external/srec/srec/include/ |
search_network.h | 112 FSMarc_ptr first_prev_arc; /* this can be removed if not doing addword */ 128 FSMnode_ptr fr_node; /* this can be removed if not doing addword */ 129 FSMarc_ptr linkl_prev_arc; /* this can be removed if not doing addword */
|
/external/wpa_supplicant_8/src/drivers/ |
driver_hostap.h | 40 /* PRISM2_PARAM_PTYPE = 1, */ /* REMOVED 2003-10-22 */ 45 /* PRISM2_PARAM_TXPOWER = 6, */ /* REMOVED 2003-10-22 */ 129 /* REMOVED: PRISM2_HOSTAPD_RESET_TXEXC_STA = 5, */
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/ |
CameraBinderTest.java | 215 "Listener was removed before added", 228 "Listener was not removed", 232 "Listener was wrongly removed again",
|
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
NetworkManagementServiceTest.java | 106 sendMessage("600 Iface removed eth1"); 109 sendMessage("607 Iface removed eth1"); 166 sendMessage("614 Address removed 2001:db8::1/64 wlan0 1 0");
|
/frameworks/base/wifi/java/android/net/wifi/p2p/ |
WifiP2pDeviceList.java | 147 * @return WifiP2pDevice device removed, or null if none removed 155 /** Returns true if any device the list was removed @hide */
|
/hardware/ti/omap3/dspbridge/inc/ |
cfgdefs.h | 25 *! 24-Feb-2003 kc Removed wIOPort* in CFG_HOSTRES. 32 *! PCMCIA ISR Register/Unregister fxn removed.. 35 *! 01-Sep-1999 ag: Removed NT/95 specific fields in CFG_HOSTRES
|
/libcore/luni/src/main/java/java/math/ |
Multiplication.java | 28 // BEGIN android-removed 34 // END android-removed 82 // BEGIN android-note: multiply has been removed in favor of using OpenSSL BIGNUM
|
/libcore/luni/src/main/java/org/xml/sax/ext/ |
DeclHandler.java | 58 * is removed,and will include the enclosing parentheses. Other 78 * the separator "|" and all whitespace removed, or the word 80 * token group with all whitespace removed.</p>
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/decoder/ |
UnboundedFifoByteBuffer.java | 31 * order; elements are removed in the same order in which they were added.
168 * @return the removed object
244 // First element can be removed quickly
|
/external/libvpx/libvpx/examples/includes/geshi/docs/ |
CHANGES | 66 * Removed duplicate keywords from Progres, SAS and TSQL (BenBE) 184 * Removed explicit escaping of / in Regular Expressions (BenBE) 214 * Removed <, > and / from HTML names, now only containing the real tag names (BenBE) 218 - Removed some private methods which were only called at exactly one place (milian) 382 - Changed code style of geshi.php, and removed tabs 385 - Removed background colour on keyword group in eiffel (Julian Tschannen) 386 - Removed GESHI_DIR_SEPARATOR constant usage, it's unnecessary (Aleksey Zapparov) 412 - Removed extra newlines at the end of some files 445 - Removed \ as an escape character in T-SQL (Dave Jackson) 458 - Fixed backslash characters being removed (ArTourter [all...] |
/libcore/crypto/src/main/java/org/conscrypt/ |
CipherSuite.java | 89 // BEGIN android-removed 92 // END android-removed 95 // BEGIN android-removed 98 // END android-removed 115 // BEGIN android-removed 117 // END android-removed 121 // BEGIN android-removed 128 // END android-removed 210 // BEGIN android-removed 214 // END android-removed [all...] |
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/ |
Sasl3Test.java | 103 * All providers are previously removed and 2 new providers were added. 149 * All providers are previously removed. 169 * All providers are previously removed and 2 new providers were added. 208 * All providers are previously removed and 1 new provider was added. 240 * All providers are previously removed and 2 new providers were added.
|
Sasl4Test.java | 100 * All providers are previously removed and 144 * All providers are previously removed. 165 * All providers are previously removed and 206 * All providers are previously removed and 239 * All providers are previously removed and
|
/external/chromium_org/base/ |
observer_list_threadsafe.h | 128 // If the observer to be removed is in the list, RemoveObserver MUST 251 // The ObserverList could have been removed already. In fact, it could 252 // have been removed and then re-added! If the master list's loop 270 // Remove |list| if it's not already removed. 271 // This can happen if multiple observers got removed in a notification.
|
/external/chromium_org/chrome/browser/extensions/api/storage/ |
managed_value_store_cache.cc | 124 const Extension* removed = NULL; local 139 removed = content::Details<const Extension>(details).ptr(); 146 if (removed) { 147 if (UsesManagedStorage(removed)) { 149 policy::POLICY_DOMAIN_EXTENSIONS, removed->id()));
|
/external/chromium_org/device/nfc/ |
nfc_adapter_chromeos.cc | 123 // The current adapter was removed, so mark us as not present and clean up 134 // The removed object will still be available until the call to 136 // removed adapter. 210 VLOG(1) << "NFC adapter removed: " << object_path_.value(); 221 // GetPeers and GetTags return no values during the *Removed observer calls.
|
/external/chromium_org/net/cert/ |
ct_serialization.cc | 44 // The bytes read from |in| are discarded (i.e. |in|'s prefix removed) 63 // The bytes read from |in| are discarded (i.e. |in|'s prefix removed) 75 // The bytes read from |in| are discarded (i.e. |in|'s prefix removed) 89 // The bytes read from |in| are discarded (i.e. |in|'s prefix removed) 100 // The bytes read from |in| are discarded (i.e. |in|'s prefix removed)
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
Settings.in | 15 # - Should this setting ideally be removed in the future? If so please file 211 # Presumably, this can be removed any time after 2015. 229 # API function will be removed. 283 # FIXME: This is a temporary flag and should be removed once 287 # FIXME: This is a temporary flag and should be removed
|