HomeSort by relevance Sort by last modified time
    Searched defs:Compact (Results 1 - 12 of 12) sorted by null

  /external/chromium/net/base/
host_cache.cc 70 // Compact the cache if we grew it beyond limit -- exclude |entry| from
73 Compact(now, ptr);
120 void HostCache::Compact(base::TimeTicks now, const Entry* pinned_entry) {
  /external/chromium/base/
id_map.h 130 map_->Compact();
190 void Compact() {
observer_list.h 92 list_.Compact();
156 void Compact() {
194 ObserverListBase<ObserverType>::Compact();
  /external/chromium_org/base/
observer_list.h 93 list_->Compact();
163 void Compact() {
196 ObserverListBase<ObserverType>::Compact();
id_map.h 162 map_->Compact();
228 void Compact() {
  /external/chromium_org/net/base/
expiring_cache.h 146 // 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) {
  /external/openfst/src/test/
fst_test.cc 23 #include <fst/compact-fst.h>
63 Element Compact(StateId s, const A &arc) const {
  /external/chromium_org/v8/src/
store-buffer.cc 123 isolate->heap()->store_buffer()->Compact();
165 Compact();
263 Compact();
277 Compact();
674 void StoreBuffer::Compact() {
  /external/v8/src/
store-buffer.cc 121 isolate->heap()->store_buffer()->Compact();
184 Compact();
284 Compact();
301 Compact();
665 void StoreBuffer::Compact() {
  /external/chromium_org/third_party/leveldatabase/src/db/
db_bench.cc 39 // compact -- Compact the entire DB
52 "compact,"
490 } else if (name == Slice("compact")) {
491 method = &Benchmark::Compact;
890 void Compact(ThreadState* thread) {
db_test.cc 425 void Compact(const Slice& start, const Slice& limit) {
580 Compact("a", "z");
593 Compact("a", "b");
595 Compact("x", "y");
597 Compact("f", "g");
    [all...]
  /external/openfst/src/include/fst/
compact-fst.h 0 // compact-fst.h
75 // 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,
470 string type = "compact";
727 string type = "compact";
752 string type = "compact";
792 // into the compact arc array (uint32 by default, declared i
    [all...]

Completed in 357 milliseconds