Searched refs:reset (Results 76 - 100 of 4796) sorted by relevance

1234567891011>>

/external/skia/src/core/
H A DSkPictureFlat.cpp21 this->reset(nullptr);
24 void SkTypefacePlayback::reset(const SkRefCntSet* rec) { function in class:SkTypefacePlayback
45 this->reset(nullptr);
/external/skia/src/gpu/
H A DGrRectanizer_skyline.h19 this->reset();
24 void reset() override {
26 fSkyline.reset();
H A DGrStencilSettings.h52 this->reset(user, hasStencilClip, numStencilBits);
54 GrStencilSettings(const GrStencilSettings& that) { this->reset(that); }
55 GrStencilSettings& operator=(const GrStencilSettings& that) { this->reset(that); return *this; }
59 void reset(const GrUserStencilSettings&, bool hasStencilClip, int numStencilBits);
60 void reset(const GrStencilSettings&);
77 void reset(const GrUserStencilSettings::Face&, bool useStencilClip, int numStencilBits);
/external/skqp/src/core/
H A DSkPictureFlat.cpp21 this->reset(nullptr);
24 void SkTypefacePlayback::reset(const SkRefCntSet* rec) { function in class:SkTypefacePlayback
45 this->reset(nullptr);
/external/skqp/src/gpu/
H A DGrRectanizer_skyline.h19 this->reset();
24 void reset() override {
26 fSkyline.reset();
H A DGrStencilSettings.h52 this->reset(user, hasStencilClip, numStencilBits);
54 GrStencilSettings(const GrStencilSettings& that) { this->reset(that); }
55 GrStencilSettings& operator=(const GrStencilSettings& that) { this->reset(that); return *this; }
59 void reset(const GrUserStencilSettings&, bool hasStencilClip, int numStencilBits);
60 void reset(const GrStencilSettings&);
77 void reset(const GrUserStencilSettings::Face&, bool useStencilClip, int numStencilBits);
/external/jacoco/org.jacoco.core/src/org/jacoco/core/tools/
H A DExecDumpClient.java28 private boolean reset; field in class:ExecDumpClient
34 * <code>reset==false</code>, <code>retryCount==0</code> and
39 this.reset = false;
55 * Specifies whether execution data should be reset.
57 * @param reset
58 * <code>true</code> if execution data should be reset
60 public void setReset(final boolean reset) { argument
61 this.reset = reset;
125 remoteWriter.visitDumpCommand(dump, reset);
[all...]
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.remove/
H A Dremove.pass.cpp60 ia[0].reset(new int(0));
61 ia[1].reset(new int(1));
62 ia[3].reset(new int(3));
63 ia[4].reset(new int(4));
64 ia[6].reset(new int(3));
65 ia[7].reset(new int(4));
/external/webrtc/webrtc/common_audio/resampler/
H A Dpush_resampler.cc54 sinc_resampler_.reset(new PushSincResampler(src_size_10ms_mono,
57 src_left_.reset(new T[src_size_10ms_mono]);
58 src_right_.reset(new T[src_size_10ms_mono]);
59 dst_left_.reset(new T[dst_size_10ms_mono]);
60 dst_right_.reset(new T[dst_size_10ms_mono]);
61 sinc_resampler_right_.reset(new PushSincResampler(src_size_10ms_mono,
/external/clang/test/Sema/
H A Dpragma-align-packed.c24 #pragma options align=reset
29 #pragma options align=reset
/external/conscrypt/common/src/jni/main/include/conscrypt/
H A Dssl_error.h37 reset(ssl, returnCode);
50 void reset(SSL* ssl, int returnCode) { function in class:conscrypt::SslError
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
H A DRemoteControlReader.java66 final boolean reset = in.readBoolean();
67 remoteCommandVisitor.visitDumpCommand(dump, reset);
H A DRemoteControlWriter.java54 public void visitDumpCommand(final boolean dump, final boolean reset) argument
58 out.writeBoolean(reset);
/external/libcxx/test/std/thread/futures/futures.task/futures.task.members/
H A Dreset.pass.cpp17 // void reset();
44 p.reset();
54 p.reset();
/external/libcxx/test/std/utilities/template.bitset/bitset.members/
H A Dany.pass.cpp20 v.reset();
29 v.reset();
H A Dnone.pass.cpp20 v.reset();
29 v.reset();
/external/libogg/macos/compat/sys/
H A Dtypes.h23 #ifndef __SYS_TYPES_H__ #define __SYS_TYPES_H__ 1 #include <MacTypes.h> #include <alloca.h> #include <string.h> typedef short int16_t; typedef long int32_t; typedef long long int64_t; #define vorbis_size32_t long #if defined(__cplusplus) extern "C" { #endif #pragma options align=power char *strdup(const char *inStr); #pragma options align=reset #if defined(__cplusplus) } #endif #endif /* __SYS_TYPES_H__ */
/external/llvm/lib/MC/MCDisassembler/
H A DDisassembler.h96 MAI.reset(mAI);
97 MRI.reset(mRI);
98 MSI.reset(mSI);
99 MII.reset(mII);
100 Ctx.reset(ctx);
101 DisAsm.reset(disAsm);
102 IP.reset(iP);
118 void setIP(MCInstPrinter *NewIP) { IP.reset(NewIP); }
/external/proguard/src/proguard/obfuscate/
H A DSpecialNameFactory.java50 public void reset() method in class:SpecialNameFactory
52 nameFactory.reset();
/external/python/cpython2/Lib/encodings/
H A Dutf_8_sig.py37 def reset(self): member in class:IncrementalEncoder
38 codecs.IncrementalEncoder.reset(self)
68 def reset(self): member in class:IncrementalDecoder
69 codecs.BufferedIncrementalDecoder.reset(self)
73 def reset(self): member in class:StreamWriter
74 codecs.StreamWriter.reset(self)
85 def reset(self): member in class:StreamReader
86 codecs.StreamReader.reset(self)
/external/replicaisland/src/com/replica/replicaisland/
H A DPlaySingleSoundComponent.java25 reset();
30 public void reset() { method in class:PlaySingleSoundComponent
/external/skia/gm/
H A Dhugepath.cpp24 path.reset();
29 path.reset();
/external/skia/include/core/
H A DSkMultiPictureDraw.h31 ~SkMultiPictureDraw() { this->reset(); }
47 * Perform all the previously added draws. This will reset the state
54 * Abandon all buffered draws and reset to the initial state.
56 void reset();
/external/skqp/gm/
H A Dhugepath.cpp24 path.reset();
29 path.reset();
/external/skqp/include/core/
H A DSkMultiPictureDraw.h31 ~SkMultiPictureDraw() { this->reset(); }
47 * Perform all the previously added draws. This will reset the state
54 * Abandon all buffered draws and reset to the initial state.
56 void reset();

Completed in 1245 milliseconds

1234567891011>>