HomeSort by relevance Sort by last modified time
    Searched defs:Compact (Results 1 - 6 of 6) 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/openfst/src/test/
fst_test.cc 23 #include <fst/compact-fst.h>
63 Element Compact(StateId s, const A &arc) const {
  /external/v8/src/
store-buffer.cc 121 isolate->heap()->store_buffer()->Compact();
184 Compact();
284 Compact();
301 Compact();
665 void StoreBuffer::Compact() {
  /external/openfst/src/include/fst/
compact-fst.h 0 // compact-fst.h
74 // Element Compact(StateId s, const Arc &arc);
107 // Implementation data for Compact Fst, which can shared between otherwise
243 compacts_[pos++] = compactor.Compact(s, A(kNoLabel, kNoLabel,
248 compacts_[pos++] = compactor.Compact(s, aiter.Value());
310 compacts_[i] = compactor.Compact(i, Arc(kNoLabel, kNoLabel,
464 string type = "compact";
714 string type = "compact";
739 string type = "compact";
781 // into the compact arc array (uint32 by default, declared i
    [all...]

Completed in 103 milliseconds