/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
TestTreeIterator.java | 116 it.reset();
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
StringBufferInputStreamTest.java | 65 * @tests java.io.StringBufferInputStream#reset() 68 // Test for method void java.io.StringBufferInputStream.reset() 71 sbis.reset(); 72 assertEquals("Failed to reset", 'H', sbis.read());
|
/external/apache-harmony/support/src/test/java/tests/support/ |
Support_StringReader.java | 70 * is ignored for StringReaders. Sending reset() will reposition the reader 96 * mark() and reset(). This method always returns true. 98 * @return <code>true</code> if mark() and reset() are supported, 196 * Reset this StringReader's position to the last <code>mark()</code> 199 * reset to the beginning of the String. 205 public void reset() throws IOException { method in class:Support_StringReader 218 * unless <code>reset()</code> is used.
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/ |
RC2Engine.java | 146 public void reset() method in class:RC2Engine
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/ |
OpenSSLPBEParametersGenerator.java | 75 digest.reset();
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/ |
CTSBlockCipher.java | 261 reset(); method
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/paddings/ |
PaddedBufferedBlockCipher.java | 67 reset(); method 256 reset(); method 269 reset(); method 280 reset(); method 293 reset(); method
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/ |
BaseMac.java | 96 macEngine.reset();
|
/external/ceres-solver/include/ceres/internal/ |
scoped_ptr.h | 79 // Reset. Deletes the current owned object, if any. 81 // this->reset(this->get()) works. 82 void reset(C* p = NULL) { function in class:ceres::internal::scoped_ptr 211 // Reset. Deletes the current owned object, if any. 213 // this->reset(this->get()) works. 214 void reset(C* p = NULL) { function in class:ceres::internal::scoped_array
|
/external/chromium/base/memory/ |
linked_ptr.h | 111 void reset(T* ptr = NULL) { function in class:linked_ptr
|
scoped_ptr.h | 17 // foo.reset(new Foo("wee")); // Now a pointer is managed. 18 // foo.reset(new Foo("wee2")); // Foo("wee") was destroyed. 19 // foo.reset(new Foo("wee3")); // Foo("wee2") was destroyed. 24 // foo.reset(new Foo("wee4")); // foo manages a pointer again. 25 // foo.reset(); // Foo("wee4") destroyed, foo no longer 78 // Reset. Deletes the current owned object, if any. 80 // this->reset(this->get()) works. 81 void reset(C* p = NULL) { function in class:scoped_ptr 183 // Reset. Deletes the current owned object, if any. 185 // this->reset(this->get()) works 186 void reset(C* p = NULL) { function in class:scoped_array 294 void reset(C* p = NULL) { function in class:scoped_ptr_malloc [all...] |
scoped_vector.h | 26 ~ScopedVector() { reset(); } 56 void reset() { STLDeleteElements(&v); } function in class:ScopedVector
|
weak_ptr.h | 176 void reset() { function in class:base::WeakPtr
|
/external/chromium/chrome/browser/safe_browsing/ |
protocol_parser_unittest.cc | 342 bool reset = false; local 348 &reset, &deletes, &urls)); 352 EXPECT_FALSE(reset); 376 &reset, &deletes, &urls)); 391 bool reset = false; local 397 &reset, &deletes, &urls)); 400 EXPECT_FALSE(reset); 426 bool reset = false; local 433 &reset, &deletes, &urls)); 436 EXPECT_FALSE(reset); 453 bool reset = false; local 634 bool reset = false; local 650 bool reset = false; local 799 bool reset = false; local [all...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/ |
chrome_ex_oauthsimple.js | 102 this.reset = function() {
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/oauth_contacts/ |
chrome_ex_oauthsimple.js | 102 this.reset = function() {
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/wave/ |
chrome_ex_oauthsimple.js | 102 this.reset = function() {
|
/external/chromium/crypto/ |
scoped_capi_types.h | 57 void reset(CAPIHandle handle = NULL) { function in class:crypto::ScopedCAPIHandle
|
/external/chromium/googleurl/base/ |
scoped_ptr.h | 17 // an explicit reset(). scoped_ptr is a simple solution for simple needs; 67 void reset(T* p = 0) { function in class:scoped_ptr 134 // reset(). Use shared_array or std::vector if your needs are more complex. 156 void reset(T* p = 0) { function in class:scoped_array 250 void reset(T* p = 0) { function in class:scoped_ptr_malloc
|
/external/chromium/net/base/ |
cookie_monster_store_test.h | 90 void reset() { changes_.clear(); } function in class:net::MockCookieMonsterDelegate
|
/external/chromium/testing/gtest/include/gtest/internal/ |
gtest-linked_ptr.h | 168 void reset(T* ptr = NULL) { function in class:testing::internal::linked_ptr
|
/external/chromium/third_party/libjingle/source/talk/base/ |
scoped_ptr.h | 14 // an explicit reset(). scoped_ptr is a simple solution for simple needs; 59 void reset(T* p = NULL) { function in class:talk_base::scoped_ptr 119 // reset(). Use shared_array or std::vector if your needs are more complex. 141 void reset(T* p = NULL) { function in class:talk_base::scoped_array 209 void reset(T* p = 0) { function in class:talk_base::scoped_ptr_malloc
|
/external/chromium_org/base/memory/ |
linked_ptr.h | 110 void reset(T* ptr = NULL) { function in class:linked_ptr
|
/external/chromium_org/chrome/browser/chromeos/accessibility/ |
magnification_manager_unittest.cc | 34 void reset() { observed_ = false; } function in class:chromeos::__anon4125::MockMagnificationObserver 113 observer.reset(); 119 observer.reset();
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ui/ |
progress_center_panel.js | 44 * Reset is requested but it is pending until the transition of progress bar 133 // If reset is requested, force to reset. 135 this.reset(true); 189 * @param {boolean=} opt_force True if we force to reset and do not wait the 192 ProgressCenterPanel.prototype.reset = function(opt_force) { 285 this.reset();
|