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

1234567891011>>

/external/libcxx/test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.members/
H A Dreset.pass.cpp14 // void reset(X* p=0) throw();
27 ap.reset();
35 ap.reset(p);
44 ap.reset(p2);
/external/lldb/tools/debugserver/source/MacOSX/
H A DCFUtils.h40 virtual ~CFReleaser() { reset(); }
48 reset(copy.get());
63 void reset(T ptr = NULL) function in class:CFReleaser
/external/skia/src/gpu/
H A DGrRectanizer_skyline.h19 this->reset();
24 void reset() override{
26 fSkyline.reset();
/external/clang/test/Sema/
H A Dpragma-align-packed.c24 #pragma options align=reset
29 #pragma options align=reset
/external/conscrypt/src/compat/native/
H A DScopedLocalRef.h32 reset();
35 void reset(T ptr = NULL) { function in class:ScopedLocalRef
/external/libcxx/test/std/thread/futures/futures.tas/futures.task.members/
H A Dreset.pass.cpp16 // void reset();
43 p.reset();
52 p.reset();
/external/libcxx/test/std/utilities/template.bitset/bitset.members/
H A Dany.pass.cpp19 v.reset();
27 v.reset();
H A Dnone.pass.cpp19 v.reset();
27 v.reset();
/external/libogg/macos/compat/sys/
H A Dtypes.h23 #ifndef __SYS_TYPES_H__ #define __SYS_TYPES_H__ 1 #include <MacTypes.h> #include <alloca.h> #include <string.h> typedef short int16_t; typedef long int32_t; typedef long long int64_t; #define vorbis_size32_t long #if defined(__cplusplus) extern "C" { #endif #pragma options align=power char *strdup(const char *inStr); #pragma options align=reset #if defined(__cplusplus) } #endif #endif /* __SYS_TYPES_H__ */
/external/libvorbis/macos/compat/sys/
H A Dtypes.h23 #ifndef __SYS_TYPES_H__ #define __SYS_TYPES_H__ 1 #include <MacTypes.h> #include <alloca.h> #include <string.h> typedef short int16_t; typedef long int32_t; typedef long long int64_t; #define vorbis_size32_t long #if defined(__cplusplus) extern "C" { #endif #pragma options align=power char *strdup(const char *inStr); #pragma options align=reset #if defined(__cplusplus) } #endif #endif /* __SYS_TYPES_H__ */
/external/llvm/lib/MC/MCDisassembler/
H A DDisassembler.h98 MAI.reset(mAI);
99 MRI.reset(mRI);
100 MSI.reset(mSI);
101 MII.reset(mII);
102 Ctx.reset(ctx);
103 DisAsm.reset(disAsm);
104 IP.reset(iP);
120 void setIP(MCInstPrinter *NewIP) { IP.reset(NewIP); }
/external/llvm/unittests/ADT/
H A DSparseBitVectorTest.cpp24 Vec.reset(6);
27 Vec.reset(5);
/external/proguard/src/proguard/obfuscate/
H A DSpecialNameFactory.java50 public void reset() method in class:SpecialNameFactory
52 nameFactory.reset();
/external/replicaisland/src/com/replica/replicaisland/
H A DPlaySingleSoundComponent.java25 reset();
30 public void reset() { method in class:PlaySingleSoundComponent
/external/skia/include/gpu/gl/
H A DGrGLExtensions.h62 void reset() { fStrings->reset(); } function in class:GrGLExtensions
/external/skia/src/animator/
H A DSkDisplayEvents.h34 void reset() { fEvents.reset(); } function in class:SkEvents
/external/skia/include/gpu/
H A DGrTextureAccess.h25 this->reset();
35 this->reset(tileXAndY, filterMode);
39 this->reset(tileModes, filterMode);
53 void reset() { function in class:GrTextureParams
54 this->reset(SkShader::kClamp_TileMode, kNone_FilterMode);
57 void reset(SkShader::TileMode tileXAndY, FilterMode filterMode) { function in class:GrTextureParams
62 void reset(const SkShader::TileMode tileModes[2], FilterMode filterMode) { function in class:GrTextureParams
119 * A default GrTextureAccess must have reset() called on it in a GrProcessor subclass's
142 void reset(GrTexture*, const GrTextureParams&);
143 void reset(GrTextur
[all...]
/external/skia/tests/
H A DUtilsTest.cpp59 tmp.reset(0); // test out reset(0) when already at 0
60 tmp.reset(4); // this should force a new allocation
62 tmp[0].reset(SkRef(&obj0));
63 tmp[1].reset(SkRef(&obj1));
67 // test out reset with data in the array (and a new allocation)
68 tmp.reset(0);
73 tmp.reset(2); // this should use the preexisting allocation
75 tmp[0].reset(SkRef(&obj0));
76 tmp[1].reset(SkRe
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DTestUScriptRun.java229 scriptRun.reset(0, 100);
230 errln("scriptRun.reset(0, 100) did not produce an IllegalArgumentException!");
232 logln("PASS: scriptRun.reset failed as expected");
236 scriptRun.reset(100, 0);
237 errln("scriptRun.reset(100, 0) did not produce an IllegalArgumentException!");
239 logln("PASS: scriptRun.reset failed as expected");
243 scriptRun.reset(0, -100);
244 errln("scriptRun.reset(0, -100) did not produce an IllegalArgumentException!");
246 logln("PASS: scriptRun.reset failed as expected");
250 scriptRun.reset(
[all...]
/external/lldb/source/API/
H A DSBListener.cpp219 event.reset (event_sp);
238 event.reset (NULL);
263 event.reset (event_sp);
268 event.reset (NULL);
295 event.reset (event_sp);
299 event.reset (NULL);
308 event.reset (m_opaque_ptr->PeekAtNextEvent ());
311 event.reset (NULL);
320 event.reset (m_opaque_ptr->PeekAtNextEventForBroadcaster (broadcaster.get()));
323 event.reset (NUL
416 SBListener::reset(Listener *listener, bool owns) function in class:SBListener
[all...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/jacobians/
H A DStepHandlerWithJacobians.java77 void reset(); method in interface:StepHandlerWithJacobians
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/sampling/
H A DDummyStepHandler.java65 public void reset() { method in class:DummyStepHandler
/external/apache-http/src/org/apache/http/impl/io/
H A DHttpTransportMetricsImpl.java64 public void reset() { method in class:HttpTransportMetricsImpl
/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DDTMAxisIterator.java46 public DTMAxisIterator reset(); method in interface:DTMAxisIterator
93 * @return a deep copy of this iterator. The clone should not be reset
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
H A DMac.java70 public void reset(); method in interface:Mac

Completed in 660 milliseconds

1234567891011>>