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

1234567891011>>

/external/webkit/Source/WebKit/chromium/src/
H A DWebThreadSafeData.cpp40 void WebThreadSafeData::reset() function in class:WebKit::WebThreadSafeData
42 m_private.reset();
H A DWebIDBKeyPath.cpp62 m_private.reset(new WTF::Vector<IDBKeyPathElement>(keyPath));
65 void WebIDBKeyPath::reset() function in class:WebKit::WebIDBKeyPath
67 m_private.reset(0);
/external/chromium/chrome/browser/policy/
H A Dprofile_policy_connector.cc53 identity_strategy_.reset(new UserPolicyIdentityStrategy(
56 cloud_policy_subsystem_.reset(new CloudPolicySubsystem(
63 managed_cloud_provider_.reset(new MergingPolicyProvider(
66 recommended_cloud_provider_.reset(new MergingPolicyProvider(
73 managed_cloud_provider_.reset();
74 recommended_cloud_provider_.reset();
75 cloud_policy_subsystem_.reset();
76 identity_strategy_.reset();
163 browser_registrar_.reset();
164 profile_registrar_.reset();
[all...]
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
H A DAdler32Test.java41 adl.reset();
47 adl.reset();
48 assertEquals("reset failed to reset the checksum value to zero", 1, adl
51 adl.reset();
60 * @tests java.util.zip.Adler32#reset()
63 // test methods of java.util.zip.reset()
70 adl.reset();
71 assertEquals("reset failed to reset th
[all...]
H A DCRC32Test.java41 crc.reset();
49 crc.reset();
58 crc.reset();
65 crc.reset();
66 assertEquals("reset failed to reset the checksum value to zero", 0, crc
71 * @tests java.util.zip.CRC32#reset()
74 // test methods of java.util.zip.crc32.reset()
82 crc.reset();
83 assertEquals("reset faile
[all...]
/external/replicaisland/src/com/replica/replicaisland/
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();
H A DPlaySingleSoundComponent.java25 reset();
30 public void reset() { method in class:PlaySingleSoundComponent
/external/webkit/Source/JavaScriptCore/wtf/url/src/
H A DURLParser.h68 username.reset();
69 password.reset();
70 host.reset();
71 port.reset();
88 username.reset();
89 password.reset();
163 parsed.scheme.reset();
175 filepath.reset();
176 query.reset();
177 fragment.reset();
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
H A DSHA384Digest.java62 reset();
68 * reset the chaining variables
70 public void reset() method in class:SHA384Digest
72 super.reset();
/external/chromium/chrome/browser/tabs/
H A Dpinned_tab_service_unittest.cc24 pinned_tab_service_.reset(new PinnedTabService(profile));
53 // Close the popup. This shouldn't reset the saved state.
55 popup.reset(NULL);
56 popup_window.reset(NULL);
/external/clang/lib/Tooling/
H A DCommonOptionsParser.cpp63 Compilations.reset(FixedCompilationDatabase::loadFromCommandLine(argc,
70 Compilations.reset(CompilationDatabase::autoDetectFromDirectory(
73 Compilations.reset(CompilationDatabase::autoDetectFromSource(
/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
H A Dpragma-align-packed.c24 #pragma options align=reset
29 #pragma options align=reset
/external/webkit/Source/WebKit/chromium/src/android/
H A DWebHitTestInfo.cpp56 m_private.reset(0);
81 m_private.reset(new HitTestResult(result));
86 m_private.reset(new HitTestResult(result));
/external/chromium/base/debug/
H A Dleak_tracker_unittest.cc60 a2.reset();
83 a1.reset();
87 a4.reset();
94 a2.reset();
95 a3.reset();
99 a5.reset();
/external/skia/include/gpu/
H A DGrContextFactory.h72 glCtx.reset(SkNEW(SkNativeGLContext));
76 glCtx.reset(SkNEW(SkANGLEGLContext));
81 glCtx.reset(SkNEW(SkMesaGLContext));
85 glCtx.reset(SkNEW(SkNullGLContext));
88 glCtx.reset(SkNEW(SkDebugGLContext));
99 grCtx.reset(GrContext::Create(kOpenGL_GrBackend, p3dctx));
/external/chromium/chrome/browser/extensions/
H A Dextension_module.cc29 result_.reset(Value::CreateBooleanValue(
38 result_.reset(Value::CreateBooleanValue(
/external/chromium/chrome/browser/ui/tab_contents/
H A Dtest_tab_contents_wrapper.cc27 contents_wrapper_.reset(new TabContentsWrapper(contents));
35 contents_wrapper_.reset();
/external/chromium/chrome/common/web_resource/
H A Dweb_resource_unpacker.cc29 value.reset(base::JSONReader::Read(resource_data_, false));
39 parsed_json_.reset(static_cast<DictionaryValue*>(value.release()));
/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.h94 MAI.reset(mAI);
95 MRI.reset(mRI);
96 MSI.reset(mSI);
97 MII.reset(mII);
98 Ctx.reset(ctx);
99 DisAsm.reset(disAsm);
100 IP.reset(iP);
116 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/skia/legacy/src/animator/
H A DSkDisplayEvents.h34 void reset() { fEvents.reset(); } function in class:SkEvents

Completed in 3157 milliseconds

1234567891011>>