HomeSort by relevance Sort by last modified time
    Searched refs:reset (Results 251 - 275 of 3098) sorted by null

<<11121314151617181920>>

  /external/apache-xml/src/main/java/org/apache/xalan/templates/
VarNameCollector.java 38 * Reset the list for a fresh visitation and collection.
40 public void reset() method in class:VarNameCollector
69 * be reset if rewriting takes place.
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
DTMIterator.java 104 * Reset the root node of the <code>DTMIterator</code>, overriding
127 * Reset the iterator to the start. After resetting, the next node returned
131 public void reset(); method in interface:DTMIterator
309 * Get a cloned Iterator that is reset to the start of the iteration.
311 * @return A clone of this iteration that has been reset.
318 * Get a clone of this iterator, but don't reset the iteration in the
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
Serializer.java 53 * ser.reset(); // get ready to use the serializer for another document
77 * ser.reset(); // get ready to use the serializer for another document
218 * @return True if serializer has been reset and can be reused
220 public boolean reset(); method in interface:Serializer
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/macs/
CBCBlockCipherMac.java 113 reset(); method
204 reset(); method
210 * Reset the mac generator.
212 public void reset() method in class:CBCBlockCipherMac
225 * reset the underlying cipher.
227 cipher.reset();
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/modes/
AEADBlockCipher.java 104 * Reset the cipher. After resetting the cipher is in the same state
107 public void reset(); method in interface:AEADBlockCipher
CBCBlockCipher.java 78 reset(); method
84 reset(); method
134 * reset the chaining vector back to the IV and reset the underlying
137 public void reset() method in class:CBCBlockCipher
142 cipher.reset();
  /external/chromium/base/i18n/
number_formatting.cc 27 number_format.reset(icu::NumberFormat::createInstance(status));
  /external/chromium/chrome/browser/
browser_process_impl.cc 126 clipboard_.reset(new ui::Clipboard);
127 main_notification_service_.reset(new NotificationService);
134 print_job_manager_.reset(new printing::PrintJobManager);
136 shutdown_event_.reset(new base::WaitableEvent(true, false));
138 net_log_.reset(new ChromeNetLog);
159 automation_provider_list_.reset();
173 metrics_service_.reset();
174 google_url_tracker_.reset();
175 intranet_redirect_detector_.reset();
176 safe_browsing_detection_service_.reset();
    [all...]
  /external/chromium/chrome/browser/importer/
firefox_profile_lock_unittest.cc 47 lock.reset(new FirefoxProfileLock(test_path));
88 lock.reset(new FirefoxProfileLock(test_path));
106 lock1.reset(new FirefoxProfileLock(test_path));
111 lock2.reset(new FirefoxProfileLock(test_path));
  /external/chromium/chrome/browser/ui/cocoa/
tracking_area.h 54 // This will call |scoped_nsobject<>::reset()| to take ownership of the new
57 void reset(CrTrackingArea* tracking_area = nil);
  /external/chromium/chrome/browser/ui/views/
profile_menu_model.cc 19 menu_.reset(new views::Menu2(this));
  /external/chromium/chrome/common/
service_process_util_posix.cc 30 shutdown_task_.reset();
95 initializing_lock_.reset();
144 state_->running_lock_.reset(TakeServiceRunningLock(true));
149 state_->shut_down_monitor_.reset(
  /external/chromium/net/base/
keygen_handler_nss.cc 43 crypto_module_password_delegate_.reset(delegate);
net_log_unittest.cc 26 net_log_event.reset();
  /external/icu4c/layout/
LEInsertionList.h 123 void reset();
  /external/libnfc-nxp/Linux_x86/
phDal4Nfc_link.h 58 phDal4Nfc_link_reset_CB_t reset; member in struct:__anon7601
  /external/llvm/lib/DebugInfo/
DWARFDebugLine.h 86 Row(bool default_is_stmt = false) { reset(default_is_stmt); }
89 void reset(bool default_is_stmt);
155 virtual void reset() { Row::reset(Prologue.DefaultIsStmt); } function in struct:llvm::DWARFDebugLine::State
  /external/proguard/src/proguard/classfile/editor/
CodeAttributeEditorResetter.java 43 * @param codeAttributeEditor the code attribute editor that will be reset.
58 codeAttributeEditor.reset(codeAttribute.u4codeLength);
  /external/proguard/src/proguard/gui/
TextAreaOutputStream.java 78 out.reset();
  /external/replicaisland/src/com/replica/replicaisland/
EventRecorder.java 31 public void reset() { method in class:EventRecorder
FrameRateWatcherComponent.java 31 public void reset() { method in class:FrameRateWatcherComponent
GravityComponent.java 36 public void reset() { method in class:GravityComponent
ScrollerComponent.java 37 reset(); method
45 reset(); method
53 reset(); method
58 public void reset() { method in class:ScrollerComponent
SingleTouchFilter.java 18 public void reset() { method in class:SingleTouchFilter
  /external/skia/gpu/include/
GrAllocator.h 27 reset();
75 void reset() { function in class:GrAllocator
191 void reset() { function in class:GrTAllocator
196 fAllocator.reset();

Completed in 386 milliseconds

<<11121314151617181920>>