Searched refs:reset (Results 251 - 275 of 4796) sorted by relevance

<<11121314151617181920>>

/external/skia/src/gpu/
H A DGrMesh.h133 fIndexBuffer.reset(nullptr);
134 fInstanceBuffer.reset(nullptr);
144 fIndexBuffer.reset(indexBuffer);
145 fInstanceBuffer.reset(nullptr);
161 fIndexBuffer.reset(indexBuffer);
162 fInstanceBuffer.reset(nullptr);
174 fIndexBuffer.reset(nullptr);
175 fInstanceBuffer.reset(instanceBuffer);
189 fIndexBuffer.reset(indexBuffer);
190 fInstanceBuffer.reset(instanceBuffe
[all...]
/external/skqp/src/gpu/
H A DGrMesh.h133 fIndexBuffer.reset(nullptr);
134 fInstanceBuffer.reset(nullptr);
144 fIndexBuffer.reset(indexBuffer);
145 fInstanceBuffer.reset(nullptr);
161 fIndexBuffer.reset(indexBuffer);
162 fInstanceBuffer.reset(nullptr);
174 fIndexBuffer.reset(nullptr);
175 fInstanceBuffer.reset(instanceBuffer);
189 fIndexBuffer.reset(indexBuffer);
190 fInstanceBuffer.reset(instanceBuffe
[all...]
/external/skia/tests/
H A DTemplatesTest.cpp54 array.reset(0);
56 array.reset(1);
61 // reset and realloc > stack size
62 array.reset(2);
87 container.reset((TCount)1);
90 container.reset((TCount)kStackPreallocCount);
93 container.reset((TCount)kStackPreallocCount + 1);
96 container.reset((TCount)0);
/external/skqp/tests/
H A DTemplatesTest.cpp54 array.reset(0);
56 array.reset(1);
61 // reset and realloc > stack size
62 array.reset(2);
87 container.reset((TCount)1);
90 container.reset((TCount)kStackPreallocCount);
93 container.reset((TCount)kStackPreallocCount + 1);
96 container.reset((TCount)0);
/external/swiftshader/src/OpenGL/libGL/
H A DSurface.cpp74 return reset();
95 bool Surface::reset() function in class:gl::Surface
99 return reset(mWidth, mHeight);
107 return reset(windowRect.right - windowRect.left, windowRect.bottom - windowRect.top);
112 return reset(windowAttributes.width, windowAttributes.height);
116 bool Surface::reset(int backBufferWidth, int backBufferHeight) function in class:gl::Surface
245 reset(clientWidth, clientHeight);
/external/tensorflow/tensorflow/stream_executor/
H A Dkernel_spec.cc175 ocl_text_on_disk_.reset(new OpenCLTextOnDisk{filename, kernelname});
182 ocl_binary_on_disk_.reset(new OpenCLBinaryOnDisk{filename, kernelname});
189 ocl_text_in_memory_.reset(new OpenCLTextInMemory{filename, kernelname});
196 cuda_ptx_on_disk_.reset(new CudaPtxOnDisk{filename, kernelname});
203 cuda_cubin_in_memory_.reset(new CudaCubinInMemory{bytes, kernelname});
210 cuda_cubin_on_disk_.reset(new CudaCubinOnDisk{filename, kernelname});
217 cuda_ptx_in_memory_.reset(
225 cuda_ptx_in_memory_.reset(
234 cuda_ptx_in_memory_.reset(
243 cuda_ptx_in_memory_.reset(
[all...]
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.unique/
H A Dunique_pred.pass.cpp149 ib[1].reset(&one);
167 id[2].reset(&one);
177 ie[2].reset(&one);
188 ig[2].reset(&one);
189 ig[3].reset(&one);
199 ih[1].reset(&one);
200 ih[2].reset(&one);
210 ii[1].reset(&one);
211 ii[2].reset(&one);
212 ii[3].reset(
[all...]
/external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/
H A DAgent.java241 public void reset() { method in class:Agent
242 data.reset();
245 public byte[] getExecutionData(final boolean reset) { argument
249 data.collect(writer, writer, reset);
257 public void dump(final boolean reset) throws IOException { argument
258 output.writeExecutionData(reset);
/external/libcxx/test/std/experimental/filesystem/class.path/path.member/path.native.obs/
H A Dstring_alloc.pass.cpp53 MAlloc::reset();
63 MAlloc::reset();
76 MAlloc::reset();
94 MAlloc::reset();
104 MAlloc::reset();
117 MAlloc::reset();
/external/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/
H A Dconstruct_type.pass.cpp57 PInner.reset();
58 POuter.reset();
91 PInner.reset();
92 POuter.reset();
125 PInner.reset();
126 POuter.reset();
/external/libcxx/test/std/utilities/utility/pairs/pairs.pair/
H A Dassign_tuple.pass.cpp36 static void reset() { function in struct:CountingType
75 C::reset();
89 C::reset();
103 C::reset();
117 C::reset();
131 C::reset();
/external/libcxx/test/support/
H A Dtest_memory_resource.hpp64 void reset() { C.reset(); P.reset(); } function in class:TestResourceImp
119 void reset() {} function in struct:NullProvider
128 void reset() {} function in struct:NewDeleteProvider
156 void reset() { function in struct:BufferProvider
/external/libmojo/mojo/public/cpp/bindings/lib/
H A Dassociated_interface_ptr_state.h38 endpoint_client_.reset();
39 proxy_.reset();
88 endpoint_client_.reset(new InterfaceEndpointClient(
92 proxy_.reset(new Proxy(endpoint_client_.get()));
99 endpoint_client_.reset();
100 proxy_.reset();
H A Dinterface_ptr_state.h41 endpoint_client_.reset();
42 proxy_.reset();
116 endpoint_client_.reset();
117 proxy_.reset();
191 endpoint_client_.reset(new InterfaceEndpointClient(
198 proxy_.reset(new Proxy(endpoint_client_.get()));
/external/llvm/include/llvm/IR/
H A DTrackingMDRef.h58 void reset() { function in class:llvm::TrackingMDRef
62 void reset(Metadata *MD) { function in class:llvm::TrackingMDRef
126 void reset() { Ref.reset(); } function in class:llvm::TypedTrackingMDRef
127 void reset(T *MD) { Ref.reset(static_cast<Metadata *>(MD)); } function in class:llvm::TypedTrackingMDRef
/external/skia/src/core/
H A DSkPictureRecorder.cpp22 fMiniRecorder.reset(new SkMiniRecorder);
23 fRecorder.reset(new SkRecorder(nullptr, SkRect::MakeEmpty(), fMiniRecorder.get()));
37 fBBH.reset((*bbhFactory)(cullRect));
42 fRecord.reset(new SkRecord);
47 fRecorder->reset(fRecord.get(), cullRect, dpm, fMiniRecorder.get());
62 fBBH.reset(nullptr);
/external/skqp/src/core/
H A DSkPictureRecorder.cpp22 fMiniRecorder.reset(new SkMiniRecorder);
23 fRecorder.reset(new SkRecorder(nullptr, SkRect::MakeEmpty(), fMiniRecorder.get()));
37 fBBH.reset((*bbhFactory)(cullRect));
42 fRecord.reset(new SkRecord);
47 fRecorder->reset(fRecord.get(), cullRect, dpm, fMiniRecorder.get());
62 fBBH.reset(nullptr);
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DTrackingMDRef.h58 void reset() { function in class:llvm::TrackingMDRef
62 void reset(Metadata *MD) { function in class:llvm::TrackingMDRef
126 void reset() { Ref.reset(); } function in class:llvm::TypedTrackingMDRef
127 void reset(T *MD) { Ref.reset(static_cast<Metadata *>(MD)); } function in class:llvm::TypedTrackingMDRef
/external/tensorflow/tensorflow/c/
H A Dcheckpoint_reader.cc43 v2_reader_.reset(
53 reader_.reset(new TensorSliceReader(filename));
58 var_to_shape_map_.reset(
60 var_to_data_type_map_.reset(new TensorSliceReader::VarToDataTypeMap(
100 out_tensor->reset(new Tensor(dtype, shape));
102 if (!status.ok()) out_tensor->reset();
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DParser.as42 public override function reset():void {
43 super.reset(); // reset all recognizer state variables
71 /** Set the token stream and reset the parser */
74 reset();
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
H A DParser.js10 reset: function() {
11 // reset all recognizer state variables
12 org.antlr.runtime.Parser.superclass.reset.call(this);
47 /** Set the token stream and reset the parser */
50 this.reset();
/external/apache-http/src/org/apache/http/impl/
H A DHttpConnectionMetricsImpl.java139 public void reset() { method in class:HttpConnectionMetricsImpl
141 this.outTransportMetric.reset();
144 this.inTransportMetric.reset();
/external/archive-patcher/shared/src/main/java/com/google/archivepatcher/shared/
H A DDeflateCompressor.java108 deflater.reset();
129 deflater.reset();
208 result.reset();
/external/autotest/client/cros/
H A Dtpm_store.py38 self.reset()
74 self.reset()
82 def reset(self): member in class:TPMStore
/external/autotest/frontend/client/src/autotest/moblab/rpc/
H A DNetworkInfo.java23 reset();
38 private void reset() { method in class:NetworkInfo
45 reset();

Completed in 656 milliseconds

<<11121314151617181920>>