Searched defs:Clear (Results 76 - 100 of 552) sorted by relevance

1234567891011>>

/external/lzma/CPP/7zip/UI/Common/
H A DExtract.h59 void Clear() function in struct:CDecompressStat
/external/regex-re2/util/
H A Dbenchmark.h19 Benchmark(const char* name, void (*f)(int)) { Clear(name); fn = f; Register(); }
20 Benchmark(const char* name, void (*f)(int, int), int l, int h) { Clear(name); fnr = f; lo = l; hi = h; Register(); }
21 void Clear(const char* n) { name = n; fn = 0; fnr = 0; lo = 0; hi = 0; threadlo = 0; threadhi = 0; } function in struct:testing::Benchmark
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
H A DLookaheadStream.cs87 public override void Clear() method in class:Antlr.Runtime.Misc.LookaheadStream
89 base.Clear();
113 Clear(); // size goes to 0, but retains memory
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DUnbufferedTokenStream.cs125 public override void Clear() method in class:Antlr.Runtime.UnbufferedTokenStream
127 _realTokens.Clear();
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Collections.pas110 procedure Clear; procedure
184 procedure THashList<TKey, TValue>.Clear;
186 FDictionary.Clear;
187 FInsertionOrderList.Clear;
/external/ceres-solver/include/ceres/
H A Dordered_groups.h84 void Clear() { function in class:ceres::OrderedGroups
/external/chromium_org/android_webview/browser/
H A Daw_ssl_host_state_delegate.cc75 void AwSSLHostStateDelegate::Clear() { function in class:android_webview::AwSSLHostStateDelegate
/external/chromium_org/ash/touch/
H A Dtouch_observer_hud.cc69 void TouchObserverHUD::Clear() { function in class:ash::TouchObserverHUD
108 // Clear touch HUD for any change in display mode (single, dual extended, dual
110 Clear();
/external/chromium_org/base/prefs/
H A Dpref_value_map.cc15 Clear();
68 void PrefValueMap::Clear() { function in class:PrefValueMap
/external/chromium_org/cc/base/
H A Dregion.cc41 void Region::Clear() { function in class:cc::Region
/external/chromium_org/chrome/browser/android/omnibox/
H A Domnibox_prerender.cc40 void OmniboxPrerender::Clear(JNIEnv* env, function in class:OmniboxPrerender
/external/chromium_org/chrome/browser/android/thumbnail/
H A Dscoped_ptr_expiring_cache.h45 void Clear() { function in class:ScopedPtrExpiringCache
/external/chromium_org/chrome/browser/download/
H A Ddownload_status_updater.cc33 static void Clear(content::DownloadItem* item) { function in class:__anon3594::WasInProgressData
131 WasInProgressData::Clear(item);
/external/chromium_org/chrome/browser/extensions/
H A Dtest_blacklist.cc48 void BlacklistStateFetcherMock::Clear() { function in class:extensions::BlacklistStateFetcherMock
107 void TestBlacklist::Clear(bool notify) { function in class:extensions::TestBlacklist
108 state_fetcher_mock_.Clear();
/external/chromium_org/chrome/browser/ui/website_settings/
H A Dpermission_bubble_manager_unittest.cc23 void Clear() { function in class:__anon5394::MockView
202 view_.Clear();
/external/chromium_org/chromeos/network/
H A Dcertificate_pattern.cc57 void IssuerSubjectPattern::Clear() { function in class:chromeos::IssuerSubjectPattern
66 Clear();
90 void CertificatePattern::Clear() { function in class:chromeos::CertificatePattern
92 issuer_.Clear();
93 subject_.Clear();
99 Clear();
/external/chromium_org/components/invalidation/
H A Dinvalidator_storage.cc97 Clear(); // We can't reuse our old invalidation state if the ID changes.
139 void InvalidatorStorage::Clear() { function in class:invalidation::InvalidatorStorage
/external/chromium_org/components/translate/core/browser/
H A Dtranslate_script.h42 void Clear() { data_.clear(); } function in class:translate::TranslateScript
/external/chromium_org/content/browser/speech/
H A Dchunked_byte_buffer.cc37 Clear();
118 void ChunkedByteBuffer::Clear() { function in class:content::ChunkedByteBuffer
/external/chromium_org/content/common/gpu/media/
H A Dh264_dpb.cc16 void H264DPB::Clear() { function in class:content::H264DPB
/external/chromium_org/content/renderer/media/
H A Dtagged_list.h74 void Clear() { function in class:content::TaggedList
/external/chromium_org/media/base/
H A Daudio_block_fifo.cc70 void AudioBlockFifo::Clear() { function in class:media::AudioBlockFifo
H A Daudio_buffer_queue.cc15 AudioBufferQueue::AudioBufferQueue() { Clear(); }
18 void AudioBufferQueue::Clear() { function in class:media::AudioBufferQueue
H A Daudio_fifo.cc126 void AudioFifo::Clear() { function in class:media::AudioFifo
/external/chromium_org/net/cert/
H A Dtest_root_certs_mac.cc60 void TestRootCerts::Clear() { function in class:net::TestRootCerts

Completed in 5687 milliseconds

1234567891011>>