HomeSort by relevance Sort by last modified time
    Searched defs:reset (Results 151 - 175 of 2379) sorted by null

1 2 3 4 5 67 8 91011>>

  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
SwipeableConversationItemView.java 50 public void reset() { method in class:SwipeableConversationItemView
51 mConversationItemView.reset();
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/util/
PositionInputStream.java 55 public void reset() throws IOException { method in class:PositionInputStream
56 inputStream.reset();
  /art/runtime/
sirt_ref.h 42 void reset(T* object = NULL) { function in class:art::SirtRef
  /cts/tests/tests/media/src/android/media/cts/
ScannerNotificationReceiver.java 54 void reset() { method in class:ScannerNotificationReceiver
  /cts/tests/tests/util/src/android/util/cts/
TimingLoggerTest.java 31 timings.reset(LOG_TAG, "testReset");
33 timings.reset();
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
ANTLRStringStream.as 72 /** Reset the stream so that it's in the same state it was
76 public function reset():void { function
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeNodeStream.java 79 /** Reset the tree node stream in such a way that it acts like
82 public void reset(); method in interface:TreeNodeStream
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
FastQueue.h 50 public void reset() { p = 0; data.clear(); } function in class:FastQueue
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
Parser.pm 15 sub reset { subroutine
18 $self->SUPER::reset(); # reset all recognizer state variables
63 $self->reset();
  /external/apache-http/src/org/apache/http/impl/io/
HttpTransportMetricsImpl.java 59 public void reset() { method in class:HttpTransportMetricsImpl
  /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/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/bcprov/src/main/java/org/bouncycastle/asn1/x509/
ExtensionsGenerator.java 21 * Reset the generator
23 public void reset() method in class:ExtensionsGenerator
X509ExtensionsGenerator.java 23 * Reset the generator
25 public void reset() method in class:X509ExtensionsGenerator
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
CCMBlockCipher.java 137 reset(); method
142 public void reset() method in class:CCMBlockCipher
144 cipher.reset();
145 associatedText.reset();
146 data.reset();
185 // Need to keep the CTR and CBC Mac parts around and reset
  /external/chromium/base/mac/
scoped_cftyperef.h 23 // in reset()), it takes over the caller's existing ownership claim. The
41 void reset(CFT object = NULL) { function in class:base::mac::ScopedCFTypeRef
71 // CFRelease(), use ScopedCFTypeRef<>::reset().
  /external/chromium/base/memory/
scoped_nsobject.h 19 // in reset()), it takes over the caller's existing ownership claim. The
42 void reset(NST* object = nil) { function in class:scoped_nsobject
46 // in a call to reset(). In either case, it relinquishes that claim and
71 // call [object_ release], use scoped_nsobject<>::reset().
115 void reset(id object = nil) { function in class:scoped_nsobject
119 // in a call to reset(). In either case, it relinquishes that claim and
144 // call [object_ release], use scoped_nsobject<>::reset().
  /external/chromium/chrome/browser/cocoa/
scoped_authorizationref.h 29 void reset(AuthorizationRef authorization = NULL) { function in class:scoped_AuthorizationRef
67 // scoped_AuthorizaitonRef::reset().
  /external/chromium_org/base/mac/
scoped_authorizationref.h 31 void reset(AuthorizationRef authorization = NULL) { function in class:base::mac::ScopedAuthorizationRef
69 // ScopedAuthorizationRef::reset().
scoped_block.h 43 reset(that.get(), base::scoped_policy::RETAIN);
47 void reset(B block = NULL, function in class:base::mac::ScopedBlock
scoped_cffiledescriptorref.h 34 void reset(CFFileDescriptorRef fdref = NULL) { function in class:base::mac::ScopedCFFileDescriptorRef
scoped_cftyperef.h 22 // constructor or in reset()) by taking over the caller's existing ownership
26 // enum. If the value |RETAIN| is passed (in the constructor or in reset()),
55 reset(that.get(), base::scoped_policy::RETAIN);
59 void reset(CFT object = NULL, function in class:base::ScopedCFTypeRef
93 // CFRelease(), use ScopedCFTypeRef<>::reset().
scoped_ioobject.h 31 void reset(IOT object = IO_OBJECT_NULL) { function in class:base::mac::ScopedIOObject
scoped_launch_data.h 32 void reset(launch_data_t object = NULL) { function in class:base::mac::ScopedLaunchData
  /external/chromium_org/chrome/renderer/extensions/
scoped_persistent.h 22 reset(handle);
26 reset();
29 void reset(v8::Handle<T> handle) { function in class:extensions::ScopedPersistent
31 handle_.Reset(GetIsolate(handle), handle);
33 reset();
36 void reset() { function in class:extensions::ScopedPersistent
37 handle_.Reset();

Completed in 208 milliseconds

1 2 3 4 5 67 8 91011>>