Searched defs:Compact (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/base/
H A Dcallback_list.h147 list_->Compact();
181 // Compact the list: remove any entries which were NULLed out during
183 void Compact() { function in class:base::internal::CallbackListBase
H A Dobserver_list.h110 void Compact();
140 list_->Compact();
200 void ObserverListBase<ObserverType>::Compact() { function in class:ObserverListBase
219 ObserverListBase<ObserverType>::Compact();
H A Did_map.h164 map_->Compact();
230 void Compact() { function in class:IDMap
/external/chromium_org/net/base/
H A Dexpiring_cache.h146 // Compact the cache if it grew beyond the limit.
148 Compact(now);
173 FRIEND_TEST_ALL_PREFIXES(ExpiringCacheTest, Compact);
177 void Compact(const ExpirationType& now) { function in class:net::ExpiringCache
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugArangeSet.cpp58 DWARFDebugArangeSet::Compact() function in class:DWARFDebugArangeSet
/external/openfst/src/test/
H A Dfst_test.cc63 Element Compact(StateId s, const A &arc) const { function in class:fst::CustomCompactor
/external/chromium_org/v8/src/heap/
H A Dstore-buffer.cc99 isolate->heap()->store_buffer()->Compact();
140 Compact();
240 Compact();
254 Compact();
528 void StoreBuffer::Compact() { function in class:v8::internal::StoreBuffer
/external/chromium_org/v8/src/
H A Dhydrogen-check-elimination.cc350 if (compact) Compact();
399 Compact();
679 if (compact) Compact();
693 if (compact) Compact();
697 void Compact() { function in class:v8::internal::HCheckTable
/external/chromium_org/third_party/leveldatabase/src/db/
H A Ddb_bench.cc39 // compact -- Compact the entire DB
491 method = &Benchmark::Compact;
890 void Compact(ThreadState* thread) { function in class:leveldb::__anon12439::RandomGenerator::Benchmark
H A Ddb_test.cc424 void Compact(const Slice& start, const Slice& limit) { function in class:leveldb::DBTest
597 Compact("a", "z");
610 Compact("a", "b");
612 Compact("x", "y");
614 Compact("f", "g");
1310 // Compact away the placeholder files we created initially
1422 new_options.write_buffer_size = 1000; // Compact more often
1433 Compact("[0]", "[9999]");
1442 Compact("[0]", "[1000000]");
1454 Compact("", "
[all...]
/external/openfst/src/include/fst/
H A Dcompact-fst.h75 // Element Compact(StateId s, const Arc &arc);
108 // Implementation data for Compact Fst, which can shared between otherwise
249 compacts_[pos++] = compactor.Compact(s, A(kNoLabel, kNoLabel,
254 compacts_[pos++] = compactor.Compact(s, aiter.Value());
318 compacts_[i] = compactor.Compact(i, Arc(kNoLabel, kNoLabel,
922 // Writes Fst in Compact format, potentially with a pass over the machine
955 first_pass_compactor.Compact(
960 first_pass_compactor.Compact(s, aiter.Value());
1010 element = second_pass_compactor.Compact(
1015 element = second_pass_compactor.Compact(
1225 Element Compact(StateId s, const A &arc) const { return arc.ilabel; } function in class:fst::StringCompactor
1265 Element Compact(StateId s, const A &arc) const { function in class:fst::WeightedStringCompactor
1308 Element Compact(StateId s, const A &arc) const { function in class:fst::UnweightedAcceptorCompactor
1350 Element Compact(StateId s, const A &arc) const { function in class:fst::AcceptorCompactor
1392 Element Compact(StateId s, const A &arc) const { function in class:fst::UnweightedCompactor
[all...]
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_backing_store.cc1477 db_->Compact(start_key, stop_key);
1707 void IndexedDBBackingStore::Compact() { db_->CompactAll(); } function in class:content::IndexedDBBackingStore

Completed in 298 milliseconds