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

1 2 3 4 5 6 7 8 91011>>

  /external/libcxx/test/std/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers/
reset_self.pass.cpp 14 // test reset against resetting self
23 void reset() {ptr_.reset();} function in struct:A
28 (new A)->reset();
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers/
reset_self.pass.cpp 14 // test reset against resetting self
23 void reset() {ptr_.reset();} function in struct:A
28 (new A)->reset();
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers/
reset_self.pass.cpp 14 // test reset against resetting self
23 void reset() {ptr_.reset();} function in struct:A
28 (new A)->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
  /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);
64 void reset(const SkImageInfo& info) { function in class:SkAutoPixmapStorage
66 this->INHERITED::reset(info);
68 bool SK_WARN_UNUSED_RESULT reset(const SkMask& mask) { function in class:SkAutoPixmapStorage
70 return this->INHERITED::reset(mask);
74 void reset(const SkImageInfo& info, const void* addr, size_t rb, SkColorTable*) function in class:SkAutoPixmapStorage
    [all...]
  /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/replicaisland/src/com/replica/replicaisland/
Texture.java 34 reset(); method
37 public void reset() { method in class:Texture
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/config/
_epilog.h 13 # pragma reset woff 1174
14 # pragma reset woff 1375
15 # pragma reset woff 1209
17 # pragma reset woff 1183
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/config/
_epilog.h 13 # pragma reset woff 1174
14 # pragma reset woff 1375
15 # pragma reset woff 1209
17 # pragma reset woff 1183
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/config/
_epilog.h 13 # pragma reset woff 1174
14 # pragma reset woff 1375
15 # pragma reset woff 1209
17 # pragma reset woff 1183
  /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();
55 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
  /external/icu/android_icu4j/src/main/java/android/icu/util/
RangeValueIterator.java 104 public void reset(); method in interface:RangeValueIterator
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
RangeValueIterator.java 111 public void reset(); method in interface:RangeValueIterator
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
IRemoteCommandVisitor.java 22 * Requests a execution data dump with an optional reset.
26 * @param reset
27 * <code>true</code> if the reset should be executed
31 public void visitDumpCommand(final boolean dump, final boolean reset)

Completed in 1564 milliseconds

1 2 3 4 5 6 7 8 91011>>