HomeSort by relevance Sort by last modified time
    Searched refs:reset (Results 1 - 25 of 11132) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.modifiers/
reset_self.pass.cpp 14 // test reset against resetting self
22 void reset() { ptr_.reset(); } function in struct:A
25 int main() { (new A)->reset(); }
reset.runtime.fail.cpp 14 // test reset
24 p.reset(static_cast<B*>(nullptr)); // expected-error {{no matching member function for call to 'reset'}}
28 p.reset(static_cast<const int*>(nullptr)); // expected-error {{no matching member function for call to 'reset'}}
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.modifiers/
reset_self.pass.cpp 14 // test reset against resetting self
22 void reset() { ptr_.reset(); } function in struct:A
25 int main() { (new A)->reset(); }
reset.runtime.fail.cpp 14 // test reset
24 p.reset(static_cast<B*>(nullptr)); // expected-error {{no matching member function for call to 'reset'}}
28 p.reset(static_cast<const int*>(nullptr)); // expected-error {{no matching member function for call to 'reset'}}
  /external/webrtc/webrtc/sound/
nullsoundsystemfactory.cc 24 instance_.reset(new NullSoundSystem());
29 instance_.reset();
  /external/apache-http/src/org/apache/http/io/
HttpTransportMetrics.java 50 void reset(); method in interface:HttpTransportMetrics
  /external/proguard/src/proguard/obfuscate/
NameFactory.java 31 public void reset(); method in interface:NameFactory
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
Markable.java 36 void reset(); method in interface:Markable
  /frameworks/base/core/java/android/hardware/sidekick/
SidekickInternal.java 28 * Tell Sidekick to reset back to newly-powered-on state.
30 * @return true on success (Sidekick is reset), false if Sidekick is not
34 public abstract boolean reset(); method in class:SidekickInternal
  /platform_testing/libraries/app-helpers/interfaces/common/src/android/platform/helpers/
IStopwatchHelper.java 37 * Reset the stopwatch
39 public void reset(); method in interface:IStopwatchHelper
  /system/update_engine/update_manager/
real_config_provider.cc 24 var_is_oobe_enabled_.reset(new ConstCopyVariable<bool>(
  /external/skia/src/core/
SkAutoPixmapStorage.h 29 * On failure, return false and reset() the pixmap to empty.
56 void reset() { function in class:SkAutoPixmapStorage
58 this->INHERITED::reset();
60 void reset(const SkImageInfo& info, const void* addr, size_t rb) { function in class:SkAutoPixmapStorage
62 this->INHERITED::reset(info, addr, rb);
65 bool SK_WARN_UNUSED_RESULT reset(const SkMask& mask) { function in class:SkAutoPixmapStorage
67 return this->INHERITED::reset(mask);
  /external/skqp/src/core/
SkAutoPixmapStorage.h 29 * On failure, return false and reset() the pixmap to empty.
56 void reset() { function in class:SkAutoPixmapStorage
58 this->INHERITED::reset();
60 void reset(const SkImageInfo& info, const void* addr, size_t rb) { function in class:SkAutoPixmapStorage
62 this->INHERITED::reset(info, addr, rb);
65 bool SK_WARN_UNUSED_RESULT reset(const SkMask& mask) { function in class:SkAutoPixmapStorage
67 return this->INHERITED::reset(mask);
  /external/webrtc/webrtc/modules/video_processing/util/
denoiser_filter.cc 33 filter.reset(new DenoiserFilterSSE2());
35 filter.reset(new DenoiserFilterC());
39 filter.reset(new DenoiserFilterNEON());
41 filter.reset(new DenoiserFilterC());
44 filter.reset(new DenoiserFilterC());
47 filter.reset(new DenoiserFilterC());
  /external/perfetto/src/tracing/test/
aligned_buffer_test.cc 28 buf_.reset(new TestSharedMemory(page_size_ * kNumPages));
32 buf_.reset();
  /external/replicaisland/src/com/replica/replicaisland/
Texture.java 34 reset(); method
37 public void reset() { method in class:Texture
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
Memoable.java 5 * via the copy() method and then reseting the object back to that state later using the reset() method.
20 * Implementations of this method <em>should</em> try to avoid or minimise memory allocation to perform the reset.
26 void reset(Memoable other); method in interface:Memoable
  /frameworks/base/core/java/android/content/
EntityIterator.java 30 * Reset the iterator back to the beginning.
32 public void reset(); method in interface:EntityIterator
  /packages/apps/Messaging/src/com/android/messaging/ui/
PlaybackStateView.java 30 * Reset ("stop") the playback to the starting position.
32 void reset(); method in interface:PlaybackStateView
  /external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/
IAgent.java 46 void reset(); method in interface:IAgent
51 * @param reset
56 byte[] getExecutionData(boolean reset);
62 * @param reset
68 void dump(boolean reset) throws IOException;
  /external/libcxx/test/std/utilities/optional/optional.object/optional.object.mod/
reset.pass.cpp 14 // void reset() noexcept;
34 static_assert(noexcept(opt.reset()) == true, "");
35 opt.reset();
40 opt.reset();
45 static_assert(noexcept(opt.reset()) == true, "");
47 opt.reset();
54 opt.reset();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/optional/optional.object/optional.object.mod/
reset.pass.cpp 14 // void reset() noexcept;
34 static_assert(noexcept(opt.reset()) == true, "");
35 opt.reset();
40 opt.reset();
45 static_assert(noexcept(opt.reset()) == true, "");
47 opt.reset();
54 opt.reset();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/audiolib/
AudioFiller.java 24 * Reset a stream to the beginning.
26 public void reset(); method in interface:AudioFiller
  /external/apache-http/src/org/apache/http/
HttpConnectionMetrics.java 82 void reset(); method in interface:HttpConnectionMetrics
  /external/clang/test/Parser/
pragma-options.c 7 /* expected-warning {{extra tokens at end of '#pragma options'}} */ #pragma options align = reset foo
10 #pragma options align=reset
17 /* expected-warning {{extra tokens at end of '#pragma align'}} */ #pragma align = reset foo
20 #pragma align=reset

Completed in 1757 milliseconds

1 2 3 4 5 6 7 8 91011>>