Home
last modified time | relevance | path

Searched refs:reset (Results 1 – 25 of 3600) sorted by relevance

12345678910>>...144

/external/skia/src/gpu/
DGrContextFactory.cpp47 fContexts.reset(); in destroyContexts()
79 glCtx.reset(SkCreatePlatformGLContext(kNone_GrGLStandard)); in getContextInfo()
82 glCtx.reset(SkCreatePlatformGLContext(kGL_GrGLStandard)); in getContextInfo()
85 glCtx.reset(SkCreatePlatformGLContext(kGLES_GrGLStandard)); in getContextInfo()
90 glCtx.reset(SkANGLEGLContext::CreateDirectX()); in getContextInfo()
94 glCtx.reset(SkANGLEGLContext::CreateOpenGL()); in getContextInfo()
99 glCtx.reset(SkCommandBufferGLContext::CreateES2()); in getContextInfo()
102 glCtx.reset(SkCommandBufferGLContext::CreateES3()); in getContextInfo()
107 glCtx.reset(SkMesaGLContext::Create()); in getContextInfo()
111 glCtx.reset(SkNullGLContext::Create()); in getContextInfo()
[all …]
/external/ceres-solver/internal/ceres/
Dnumeric_diff_cost_function_test.cc50 cost_function.reset( in TEST()
63 cost_function.reset( in TEST()
76 cost_function.reset( in TEST()
89 cost_function.reset( in TEST()
102 cost_function.reset( in TEST()
115 cost_function.reset( in TEST()
128 cost_function.reset( in TEST()
141 cost_function.reset( in TEST()
170 cost_function.reset( in TEST()
174 cost_function.reset( in TEST()
[all …]
Dnumeric_diff_functor_test.cc55 cost_function.reset( in TEST()
61 cost_function.reset( in TEST()
74 cost_function.reset( in TEST()
80 cost_function.reset( in TEST()
93 cost_function.reset( in TEST()
99 cost_function.reset( in TEST()
112 cost_function.reset( in TEST()
118 cost_function.reset( in TEST()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DTestUScriptRun.java229 scriptRun.reset(0, 100); in TestReset()
236 scriptRun.reset(100, 0); in TestReset()
243 scriptRun.reset(0, -100); in TestReset()
250 scriptRun.reset(-100, 0); in TestReset()
257 scriptRun.reset(dummy, 0, 6); in TestReset()
264 scriptRun.reset(dummy, 6, 0); in TestReset()
271 scriptRun.reset(dummy, 0, -100); in TestReset()
278 scriptRun.reset(dummy, -100, 0); in TestReset()
285 scriptRun.reset(dummy, 0, dummy.length); in TestReset()
292 scriptRun.reset(0, 6); in TestReset()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DTestUScriptRun.java233 scriptRun.reset(0, 100); in TestReset()
240 scriptRun.reset(100, 0); in TestReset()
247 scriptRun.reset(0, -100); in TestReset()
254 scriptRun.reset(-100, 0); in TestReset()
261 scriptRun.reset(dummy, 0, 6); in TestReset()
268 scriptRun.reset(dummy, 6, 0); in TestReset()
275 scriptRun.reset(dummy, 0, -100); in TestReset()
282 scriptRun.reset(dummy, -100, 0); in TestReset()
289 scriptRun.reset(dummy, 0, dummy.length); in TestReset()
296 scriptRun.reset(0, 6); in TestReset()
[all …]
/external/icu/icu4c/source/extra/scrptrun/
Dscrptrun.h42 void reset();
44 void reset(int32_t start, int32_t count);
46 void reset(const UChar chars[], int32_t start, int32_t length);
102 reset(NULL, 0, 0); in ScriptRun()
107 reset(chars, 0, length); in ScriptRun()
112 reset(chars, start, length); in ScriptRun()
130 inline void ScriptRun::reset() in reset() function
138 inline void ScriptRun::reset(int32_t start, int32_t length) in reset() function
143 reset(); in reset()
146 inline void ScriptRun::reset(const UChar chars[], int32_t start, int32_t length) in reset() function
[all …]
/external/skia/tools/VisualBench/
DVisualBench.cpp53 fModule.reset(new VisualLightweightBenchModule(this)); in VisualBench()
59 fModule.reset(new VisualInteractiveModule(this)); in VisualBench()
61 fModule.reset(new VisualDebugModule(this)); in VisualBench()
81 fSurface.reset(SkSurface::NewRenderTargetDirect(fRenderTarget, &props)); in createSurface()
117 fSurface.reset(nullptr); in setupContext()
119 fInterface.reset(GrGLCreateNativeInterface()); in setupContext()
123 fInterface.reset(GrGLInterfaceRemoveNVPR(fInterface)); in setupContext()
128 fContext.reset(GrContext::Create(kOpenGL_GrBackend, (GrBackendContext)fInterface.get())); in setupContext()
139 fContext.reset(); in tearDownContext()
140 fSurface.reset(); in tearDownContext()
[all …]
/external/skia/tests/
DUtilsTest.cpp59 tmp.reset(0); // test out reset(0) when already at 0 in test_autostarray()
60 tmp.reset(4); // this should force a new allocation in test_autostarray()
62 tmp[0].reset(SkRef(&obj0)); in test_autostarray()
63 tmp[1].reset(SkRef(&obj1)); in test_autostarray()
68 tmp.reset(0); in test_autostarray()
73 tmp.reset(2); // this should use the preexisting allocation in test_autostarray()
75 tmp[0].reset(SkRef(&obj0)); in test_autostarray()
76 tmp[1].reset(SkRef(&obj1)); in test_autostarray()
88 tmp[0].reset(SkRef(&obj0)); in test_autostarray()
89 tmp[1].reset(SkRef(&obj1)); in test_autostarray()
[all …]
DIsClosedSingleContourTest.cpp14 p.reset(); in DEF_TEST()
18 p.reset(); in DEF_TEST()
23 p.reset(); in DEF_TEST()
29 p.reset(); in DEF_TEST()
38 p.reset(); in DEF_TEST()
44 p.reset(); in DEF_TEST()
52 p.reset(); in DEF_TEST()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DUScriptRun.java67 reset(nullChars, 0, 0); in UScriptRun()
82 reset (text); in UScriptRun()
99 reset(text, start, count); in UScriptRun()
114 reset(chars); in UScriptRun()
131 reset(chars, start, count); in UScriptRun()
142 public final void reset() in reset() method in UScriptRun
174 public final void reset(int start, int count) in reset() method in UScriptRun
190 reset(); in reset()
206 public final void reset(char[] chars, int start, int count) in reset() method in UScriptRun
214 reset(start, count); in reset()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/lang/
DUScriptRun.java69 reset(nullChars, 0, 0); in UScriptRun()
84 reset (text); in UScriptRun()
101 reset(text, start, count); in UScriptRun()
116 reset(chars); in UScriptRun()
133 reset(chars, start, count); in UScriptRun()
144 public final void reset() in reset() method in UScriptRun
176 public final void reset(int start, int count) in reset() method in UScriptRun
192 reset(); in reset()
208 public final void reset(char[] chars, int start, int count) in reset() method in UScriptRun
216 reset(start, count); in reset()
[all …]
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.remove/
Dremove_if.pass.cpp62 ia[0].reset(new int(0)); in test1()
63 ia[1].reset(new int(1)); in test1()
64 ia[2].reset(new int(2)); in test1()
65 ia[3].reset(new int(3)); in test1()
66 ia[4].reset(new int(4)); in test1()
67 ia[5].reset(new int(2)); in test1()
68 ia[6].reset(new int(3)); in test1()
69 ia[7].reset(new int(4)); in test1()
70 ia[8].reset(new int(2)); in test1()
Dremove.pass.cpp50 ia[0].reset(new int(0)); in test1()
51 ia[1].reset(new int(1)); in test1()
52 ia[3].reset(new int(3)); in test1()
53 ia[4].reset(new int(4)); in test1()
54 ia[6].reset(new int(3)); in test1()
55 ia[7].reset(new int(4)); in test1()
/external/opencv3/modules/superres/src/
Dframe_source.cpp62 void reset();
70 void EmptyFrameSource::reset() in reset() function in __anonbc8b00fd0111::EmptyFrameSource
138 void reset();
146 reset(); in VideoFrameSource()
149 void VideoFrameSource::reset() in reset() function in __anonbc8b00fd0211::VideoFrameSource
161 void reset();
169 reset(); in CameraFrameSource()
172 void CameraFrameSource::reset() in reset() function in __anonbc8b00fd0211::CameraFrameSource
214 void reset();
224 reset(); in VideoFrameSource_CUDA()
[all …]
/external/webrtc/webrtc/modules/video_processing/util/
Ddenoiser_filter.cc33 filter.reset(new DenoiserFilterSSE2()); in Create()
35 filter.reset(new DenoiserFilterC()); in Create()
39 filter.reset(new DenoiserFilterNEON()); in Create()
41 filter.reset(new DenoiserFilterC()); in Create()
44 filter.reset(new DenoiserFilterC()); in Create()
47 filter.reset(new DenoiserFilterC()); in Create()
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.unique/
Dunique.pass.cpp109 ib[1].reset(&one); in test1()
123 id[2].reset(&one); in test1()
131 ie[2].reset(&one); in test1()
140 ig[2].reset(&one); in test1()
141 ig[3].reset(&one); in test1()
149 ih[1].reset(&one); in test1()
150 ih[2].reset(&one); in test1()
158 ii[1].reset(&one); in test1()
159 ii[2].reset(&one); in test1()
160 ii[3].reset(&one); in test1()
[all …]
Dunique_pred.pass.cpp137 ib[1].reset(&one); in test1()
155 id[2].reset(&one); in test1()
165 ie[2].reset(&one); in test1()
176 ig[2].reset(&one); in test1()
177 ig[3].reset(&one); in test1()
187 ih[1].reset(&one); in test1()
188 ih[2].reset(&one); in test1()
198 ii[1].reset(&one); in test1()
199 ii[2].reset(&one); in test1()
200 ii[3].reset(&one); in test1()
[all …]
/external/skia/debugger/QT/
DSkGLWidget.cpp30 fCurIntf.reset(GrGLCreateNativeInterface()); in initializeGL()
41 fGpuDevice.reset(nullptr); in initializeGL()
42 fCanvas.reset(nullptr); in initializeGL()
44 fCurContext.reset(GrContext::Create(kOpenGL_GrBackend, (GrBackendContext) fCurIntf.get())); in initializeGL()
58 fGpuDevice.reset(nullptr); in createRenderTarget()
59 fCanvas.reset(nullptr); in createRenderTarget()
66 fGpuDevice.reset(SkGpuDevice::Create(curRenderTarget, &props, in createRenderTarget()
68 fCanvas.reset(new SkCanvas(fGpuDevice)); in createRenderTarget()
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/
Drjsmin.c89 const rchar *reset, *sentinel = source + length; in rjsmin() local
103 reset = source; in rjsmin()
127 target -= source - reset; in rjsmin()
128 source = reset; in rjsmin()
160 reset = source; in rjsmin()
203 target -= source - reset; in rjsmin()
204 source = reset; in rjsmin()
232 reset = source++; in rjsmin()
245 reset = NULL; in rjsmin()
249 if (!reset) in rjsmin()
[all …]
/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
Dresolver_service_base.ipp51 work_.reset();
58 work_thread_.reset();
60 work_io_service_.reset();
76 work_io_service_->reset();
77 work_thread_.reset(new asio::detail::thread(
86 impl.reset(static_cast<void*>(0), socket_ops::noop_deleter());
94 impl.reset();
102 impl.reset(static_cast<void*>(0), socket_ops::noop_deleter());
117 work_thread_.reset(new asio::detail::thread(
/external/skia/include/core/
DSkPixmap.h40 void reset();
41 void reset(const SkImageInfo& info, const void* addr, size_t rowBytes,
43 void reset(const SkImageInfo& info) { in reset() function
44 this->reset(info, NULL, 0, NULL); in reset()
51 bool SK_WARN_UNUSED_RESULT reset(const SkMask&);
221 void reset() { in reset() function
223 this->INHERITED::reset(); in reset()
225 void reset(const SkImageInfo& info, const void* addr, size_t rb, SkColorTable* ctable = NULL) {
227 this->INHERITED::reset(info, addr, rb, ctable);
229 void reset(const SkImageInfo& info) { in reset() function
[all …]
/external/autotest/server/control_segments/
Dreset12 def reset(machine):
13 print 'Starting to reset host %s' % machine
16 job.record('START', None, 'reset')
32 job.record('END FAIL', None, 'reset')
37 job.record('END GOOD', None, 'reset',
38 '%s reset successfully' % machine)
44 job.parallel_simple(reset, machines)
/external/llvm/lib/MC/MCDisassembler/
DDisassembler.h98 MAI.reset(mAI); in LLVMDisasmContext()
99 MRI.reset(mRI); in LLVMDisasmContext()
100 MSI.reset(mSI); in LLVMDisasmContext()
101 MII.reset(mII); in LLVMDisasmContext()
102 Ctx.reset(ctx); in LLVMDisasmContext()
103 DisAsm.reset(disAsm); in LLVMDisasmContext()
104 IP.reset(iP); in LLVMDisasmContext()
120 void setIP(MCInstPrinter *NewIP) { IP.reset(NewIP); } in setIP()
/external/replicaisland/src/com/replica/replicaisland/
DDrawableFactory.java41 public void reset() { in reset() method in DrawableFactory
71 public void reset() { in reset() method in DrawableFactory.DrawableBitmapPool
86 ((DrawableBitmap)entry).reset(); in release()
108 public void reset() { in reset() method in DrawableFactory.ScrollableBitmapPool
123 ((ScrollableBitmap)entry).reset(); in release()
137 public void reset() { in reset() method in DrawableFactory.TiledBackgroundVertexGridPool
153 bg.reset(); in release()
/external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/output/
DTcpConnection.java80 public void writeExecutionData(final boolean reset) throws IOException { in writeExecutionData() argument
82 visitDumpCommand(true, reset); in writeExecutionData()
99 public void visitDumpCommand(final boolean dump, final boolean reset) in visitDumpCommand() argument
102 data.collect(writer, writer, reset); in visitDumpCommand()
104 if (reset) { in visitDumpCommand()
105 data.reset(); in visitDumpCommand()

12345678910>>...144