Searched refs:reset (Results 26 - 50 of 2506) sorted by relevance

1234567891011>>

/external/lldb/tools/debugserver/source/MacOSX/
H A DCFBundle.cpp63 reset(); // This class is a CFReleaser<CFBundleRef>
64 m_bundle_url.reset();
71 m_bundle_url.reset (::CFURLCreateWithFileSystemPath (alloc, cf_path.get(), kCFURLPOSIXPathStyle, true));
74 reset (::CFBundleCreate (alloc, m_bundle_url.get()));
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DRpcController.java61 void reset(); method in interface:RpcController
/external/replicaisland/src/com/replica/replicaisland/
H A DHitPoint.java27 public final void reset() { method in class:HitPoint
H A DInventoryComponent.java26 reset();
31 public void reset() { method in class:InventoryComponent
33 mInventory.reset();
69 public void reset() { method in class:InventoryComponent.UpdateRecord
H A DTouchFilter.java31 public void reset() { method in class:TouchFilter
H A DFixedAnimationComponent.java25 reset();
29 public void reset() { method in class:FixedAnimationComponent
H A DTiledBackgroundVertexGrid.java27 public void reset() { method in class:TiledBackgroundVertexGrid
28 super.reset();
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/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowLocalBroadcastManager.java8 * reset its state after each test run.
11 public static void reset() { method in class:ShadowLocalBroadcastManager
/external/icu/icu4c/source/extra/scrptrun/
H A 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);
107 reset(chars, 0, length);
112 reset(chars, start, length);
130 inline void ScriptRun::reset() function in class:ScriptRun
138 inline void ScriptRun::reset(int32_t start, int32_t length) function in class:ScriptRun
143 reset();
146 inline void ScriptRun::reset(cons function in class:ScriptRun
[all...]
/external/ceres-solver/internal/ceres/
H A Dnumeric_diff_functor_test.cc55 cost_function.reset(
61 cost_function.reset(
74 cost_function.reset(
80 cost_function.reset(
93 cost_function.reset(
99 cost_function.reset(
112 cost_function.reset(
118 cost_function.reset(
H A Dnumeric_diff_cost_function_test.cc50 cost_function.reset(
63 cost_function.reset(
76 cost_function.reset(
89 cost_function.reset(
102 cost_function.reset(
115 cost_function.reset(
128 cost_function.reset(
141 cost_function.reset(
170 cost_function.reset(
174 cost_function.reset(
[all...]
/external/jetty/src/java/org/eclipse/jetty/util/
H A DByteArrayOutputStream2.java35 public void reset(int minSize) method in class:ByteArrayOutputStream2
37 reset();
H A DUtf8StringBuffer.java57 public void reset() method in class:Utf8StringBuffer
59 super.reset();
H A DUtf8StringBuilder.java58 public void reset() method in class:Utf8StringBuilder
60 super.reset();
/external/llvm/lib/Object/
H A DELFObjectFile.cpp35 R.reset(new ELFObjectFile<ELFType<support::little, 4, false>>(Obj, EC));
39 R.reset(new ELFObjectFile<ELFType<support::little, 2, false>>(Obj, EC));
45 R.reset(new ELFObjectFile<ELFType<support::big, 4, false>>(Obj, EC));
49 R.reset(new ELFObjectFile<ELFType<support::big, 2, false>>(Obj, EC));
55 R.reset(new ELFObjectFile<ELFType<support::big, 8, true>>(Obj, EC));
59 R.reset(new ELFObjectFile<ELFType<support::big, 2, true>>(Obj, EC));
65 R.reset(new ELFObjectFile<ELFType<support::little, 8, true>>(Obj, EC));
69 R.reset(new ELFObjectFile<ELFType<support::little, 2, true>>(Obj, EC));
/external/skia/debugger/QT/
H A DSkGLWidget.cpp30 fCurIntf.reset(GrGLCreateNativeInterface());
41 fGpuDevice.reset(NULL);
42 fCanvas.reset(NULL);
44 fCurContext.reset(GrContext::Create(kOpenGL_GrBackend, (GrBackendContext) fCurIntf.get()));
58 fGpuDevice.reset(NULL);
59 fCanvas.reset(NULL);
66 fGpuDevice.reset(SkGpuDevice::Create(curRenderTarget, &props));
67 fCanvas.reset(new SkCanvas(fGpuDevice));
/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/skia/src/gpu/gl/
H A DGrGLContext.cpp13 fInterface.reset(SkSafeRef(that.fInterface.get()));
25 this->reset();
67 fInterface.reset(SkRef(interface));
77 void GrGLContextInfo::reset() { function in class:GrGLContextInfo
78 fInterface.reset(NULL);
85 fGLCaps->reset();
/external/skia/src/gpu/
H A DGrTextureAccess.cpp20 this->reset(texture, params);
26 this->reset(texture, filterMode, tileXAndY);
32 this->reset(texture, swizzle, params);
39 this->reset(texture, swizzle, filterMode, tileXAndY);
42 void GrTextureAccess::reset(GrTexture* texture, function in class:GrTextureAccess
53 void GrTextureAccess::reset(GrTexture* texture, function in class:GrTextureAccess
60 fParams.reset(tileXAndY, filterMode);
65 void GrTextureAccess::reset(GrTexture* texture, function in class:GrTextureAccess
74 void GrTextureAccess::reset(GrTexture* texture, function in class:GrTextureAccess
79 fParams.reset(tileXAnd
[all...]
H A DGrContextFactory.cpp38 glCtx.reset(SkCreatePlatformGLContext(forcedGpuAPI));
42 glCtx.reset(SkANGLEGLContext::Create(forcedGpuAPI));
47 glCtx.reset(SkMesaGLContext::Create(forcedGpuAPI));
51 glCtx.reset(SkNullGLContext::Create(forcedGpuAPI));
54 glCtx.reset(SkDebugGLContext::Create(forcedGpuAPI));
70 glInterface.reset(GrGLInterfaceRemoveNVPR(glInterface));
78 grCtx.reset(GrContext::Create(kOpenGL_GrBackend, p3dctx, &fGlobalOptions));
/external/skia/src/pathops/
H A DSkOpBuilder.cpp21 void SkOpBuilder::reset() { function in class:SkOpBuilder
22 fPathRefs.reset();
23 fOps.reset();
70 reset();
75 reset();
81 reset();
87 reset();
/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
/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLBIOSink.java40 public void reset() { method in class:OpenSSLBIOSink
41 buffer.reset();
49 reset();
/external/jetty/src/java/org/eclipse/jetty/util/statistic/
H A DCounterStatistic.java41 public void reset() method in class:CounterStatistic
43 reset(0);
47 public void reset(final long value) method in class:CounterStatistic

Completed in 632 milliseconds

1234567891011>>