Searched refs:reset (Results 51 - 75 of 3559) sorted by relevance

1234567891011>>

/external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/output/
H A DTcpConnection.java76 * @param reset
80 public void writeExecutionData(final boolean reset) throws IOException { argument
82 visitDumpCommand(true, reset);
99 public void visitDumpCommand(final boolean dump, final boolean reset) argument
102 data.collect(writer, writer, reset);
104 if (reset) {
105 data.reset();
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.remove/
H A Dremove.pass.cpp50 ia[0].reset(new int(0));
51 ia[1].reset(new int(1));
52 ia[3].reset(new int(3));
53 ia[4].reset(new int(4));
54 ia[6].reset(new int(3));
55 ia[7].reset(new int(4));
/external/replicaisland/src/com/replica/replicaisland/
H A DDrawableFactory.java41 public void reset() { method in class:DrawableFactory
71 public void reset() { method in class:DrawableFactory.DrawableBitmapPool
86 ((DrawableBitmap)entry).reset();
108 public void reset() { method in class:DrawableFactory.ScrollableBitmapPool
123 ((ScrollableBitmap)entry).reset();
137 public void reset() { method in class:DrawableFactory.TiledBackgroundVertexGridPool
153 bg.reset();
/external/v8/src/
H A Dbackground-parsing-task.cc14 parser.reset();
15 info.reset();
16 zone.reset();
35 source->zone.reset(zone);
36 source->info.reset(info);
48 source_->parser.reset(new Parser(source_->info.get()));
72 source_->cached_data.reset(new ScriptCompiler::CachedData(
/external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
H A DDisassembler.h86 MAI.reset(mAI);
87 MRI.reset(mRI);
88 Ctx.reset(ctx);
89 DisAsm.reset(disAsm);
90 IP.reset(iP);
/external/v8/src/compiler-dispatcher/
H A Dcompiler-dispatcher-job.cc52 unicode_cache_.reset(new UnicodeCache());
53 zone_.reset(new Zone(isolate_->allocator(), ZONE_NAME));
59 character_stream_.reset(ScannerStream::For(
66 character_stream_.reset(ScannerStream::For(
69 parse_info_.reset(new ParseInfo(zone_.get()));
80 parser_.reset(new Parser(parse_info_.get()));
108 no_deref.reset(new DisallowHandleDereference());
160 parser_.reset();
161 unicode_cache_.reset();
162 character_stream_.reset();
[all...]
/external/clang/test/Sema/
H A Dpragma-pack-and-options-align.c19 #pragma options align=reset
48 #pragma options align=reset
51 /* expected-warning {{#pragma options align=reset failed: stack empty}} */ #pragma options align=reset
H A Dpragma-align-packed.c24 #pragma options align=reset
29 #pragma options align=reset
/external/conscrypt/common/src/main/java/org/conscrypt/
H A DOpenSSLBIOSink.java46 public void reset() { method in class:OpenSSLBIOSink
47 buffer.reset();
55 reset();
/external/libcxx/test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.members/
H A Dreset.pass.cpp14 // void reset(X* p=0) throw();
29 ap.reset();
37 ap.reset(p);
46 ap.reset(p2);
/external/libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/
H A Ddelete_align_val_t_replace.pass.cpp33 void reset() { function
65 reset();
77 reset();
/external/libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/
H A Ddelete_align_val_t_replace.pass.cpp34 void reset() { function
66 reset();
78 reset();
/external/libcxx/test/std/utilities/any/any.class/any.observers/
H A Dhas_value.pass.cpp34 a.reset();
46 a.reset();
58 a.reset();
/external/parameter-framework/asio/include/asio/detail/
H A Dsocket_holder.hpp59 void reset() function in class:asio::detail::socket_holder
71 void reset(socket_type s) function in class:asio::detail::socket_holder
73 reset();
/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A Dsocket_holder.hpp59 void reset() function in class:asio::detail::socket_holder
71 void reset(socket_type s) function in class:asio::detail::socket_holder
73 reset();
/external/skia/src/core/
H A DSkPictureFlat.cpp22 this->reset(nullptr);
25 void SkTypefacePlayback::reset(const SkRefCntSet* rec) { function in class:SkTypefacePlayback
46 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/skia/tests/
H A DSkLiteDLTest.cpp25 rec.reset(&p, {2,2,3,3});
35 rec.reset(&p2, {2,2,3,3});
47 rec.reset(&p, {2,2,3,3});
/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/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/conscrypt/common/src/jni/main/include/
H A DOpenSslError.h37 reset(ssl, returnCode);
50 void reset(SSL* ssl, int returnCode) { function in class:conscrypt::OpenSslError
/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();

Completed in 1032 milliseconds

1234567891011>>