Searched refs:reset (Results 226 - 250 of 4796) sorted by relevance

1234567891011>>

/external/skqp/src/utils/win/
H A DSkTScopedComPtr.h47 ~SkTScopedComPtr() { this->reset();}
50 this->reset(that.release());
54 SkTScopedComPtr& operator=(std::nullptr_t) { this->reset(); return *this; }
72 void reset(T* ptr = nullptr) { function in class:SkTScopedComPtr
/external/testng/src/test/java/test/pholser/
H A DCaptor.java22 public static void reset() { method in class:Captor
/external/walt/ios/WALT/
H A DDragLatencyController.h25 - (IBAction)reset:(id)sender;
/external/webrtc/webrtc/modules/audio_processing/transient/
H A Dwpd_tree.cc35 nodes_.reset(new rtc::scoped_ptr<WPDNode>[num_nodes_ + 1]);
39 nodes_[1].reset(new WPDNode(data_length, &kRootCoefficient, 1));
56 nodes_[index_left_child].reset(new WPDNode(nodes_[index]->length() / 2,
59 nodes_[index_right_child].reset(new WPDNode(nodes_[index]->length() / 2,
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DParser.java48 public void reset() { method in class:Parser
49 super.reset(); // reset all recognizer state variables
79 /** Set the token stream and reset the parser */
82 reset();
/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIBugReporter.h29 UnmatchedWaitBugType.reset(new BugType(&CB, "Unmatched wait", MPIError));
30 DoubleNonblockingBugType.reset(
32 MissingWaitBugType.reset(new BugType(&CB, "Missing wait", MPIError));
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineUniqueRandomIterator.hpp45 void reset (void);
85 reset();
103 void UniqueRandomIterator<T>::reset (void)
/external/icu/icu4c/source/tools/gencolusb/
H A DMakefile14 ## 1. make 'reset-icu' will reset ICU to 'bootstrap' state, zeroing out source/i18n/collunsafe.h
32 reset-icu:
36 gen-file: reset-icu
45 .PHONY: reset-icu gen-file
/external/jacoco/org.jacoco.examples/src/org/jacoco/examples/
H A DMBeanClient.java72 byte[] getExecutionData(boolean reset); argument
74 void dump(boolean reset); argument
76 void reset(); method in interface:MBeanClient.IProxy
/external/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/
H A Dnullopt_t.pass.cpp40 TT::reset();
53 TT::reset();
66 TT::reset();
/external/perfetto/include/perfetto/base/
H A Dscoped_file.h42 reset(other.t_);
49 void reset(T r = InvalidValue) { function in class:perfetto::base::ScopedResource
61 ~ScopedResource() { reset(InvalidValue); }
/external/replicaisland/src/com/replica/replicaisland/
H A DDynamicCollisionComponent.java38 reset();
42 public void reset() { method in class:DynamicCollisionComponent
68 mBoundingVolume.reset();
H A DInputXY.java84 public void reset() { method in class:InputXY
85 mXAxis.reset();
86 mYAxis.reset();
H A DInputSystem.java34 reset();
38 public void reset() { method in class:InputSystem
39 mTrackball.reset();
40 mTouchScreen.reset();
42 mOrientationSensor.reset();
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowColorMatrix.java24 reset();
32 public void reset() { method in class:ShadowColorMatrix
39 reset();
/external/skia/include/core/
H A DSkDeque.h73 * Creates an uninitialized iterator. Must be reset()
81 void reset(const SkDeque& d, IterStart startLoc);
103 * Wrap Iter::reset to force initialization to the beginning of the
106 void reset(const SkDeque& d) { function in class:SkDeque::F2BIter
107 this->INHERITED::reset(d, kFront_IterStart);
/external/skia/src/sksl/
H A DSkSLStringStream.h35 void reset() { function in class:SkSL::StringStream
72 void reset() { function in class:SkSL::SkSL::StringStream
73 fStream.reset();
/external/skia/tools/sk_app/
H A DGLWindowContext.cpp43 fSurface.reset(nullptr);
48 fContext.reset();
51 fBackendContext.reset(nullptr);
/external/skqp/include/core/
H A DSkDeque.h73 * Creates an uninitialized iterator. Must be reset()
81 void reset(const SkDeque& d, IterStart startLoc);
103 * Wrap Iter::reset to force initialization to the beginning of the
106 void reset(const SkDeque& d) { function in class:SkDeque::F2BIter
107 this->INHERITED::reset(d, kFront_IterStart);
/external/skqp/src/sksl/
H A DSkSLStringStream.h35 void reset() { function in class:SkSL::StringStream
72 void reset() { function in class:SkSL::SkSL::StringStream
73 fStream.reset();
/external/skqp/tools/sk_app/
H A DGLWindowContext.cpp43 fSurface.reset(nullptr);
48 fContext.reset();
51 fBackendContext.reset(nullptr);
/external/tensorflow/tensorflow/python/lib/io/
H A Dpy_record_writer.cc45 writer->writer_.reset(new RecordWriter(writer->file_.get(), options));
72 writer_.reset(nullptr);
78 file_.reset(nullptr);
/external/webrtc/webrtc/modules/desktop_capture/
H A Dwindow_capturer_unittest.cc26 capturer_.reset(
35 void OnCaptureCompleted(DesktopFrame* frame) override { frame_.reset(frame); }
69 frame_.reset();
/external/perfetto/src/tracing/core/
H A Dtrace_writer_impl_unittest.cc52 task_runner_.reset(new base::TestTaskRunner());
53 arbiter_.reset(new SharedMemoryArbiterImpl(buf(), buf_size(), page_size(),
59 arbiter_.reset();
60 task_runner_.reset();
87 writer.reset();
/external/webrtc/talk/media/webrtc/
H A Dwebrtcvideoframefactory_unittest.cc54 captured_frame_buffer_.reset(new uint8_t[captured_frame_.data_size]);
91 frame.reset(factory.CreateAliasedFrame(&captured_frame, new_width,
96 frame.reset(factory.CreateAliasedFrame(
103 frame.reset();
104 frame.reset(factory.CreateAliasedFrame(

Completed in 5828 milliseconds

1234567891011>>