HomeSort by relevance Sort by last modified time
    Searched refs:Compact (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium/base/
observer_list.h 92 list_.Compact();
156 void Compact() {
194 ObserverListBase<ObserverType>::Compact();
id_map.h 130 map_->Compact();
190 void Compact() {
  /external/chromium/net/base/
host_cache.h 114 FRIEND_TEST_ALL_PREFIXES(HostCacheTest, Compact);
122 void Compact(base::TimeTicks now, const Entry* pinned_entry);
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) {
host_cache_unittest.cc 171 TEST(HostCacheTest, Compact) {
213 // Shrink the max constraints bound and compact. We expect the "negative"
216 cache.Compact(now, NULL);
230 // Shrink further -- this time the compact will start dropping valid entries
233 cache.Compact(now, NULL);
  /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) {
expiring_cache_unittest.cc 91 TEST(ExpiringCacheTest, Compact) {
133 // Shrink the new max constraints bound and compact. The "negative" and
136 cache.Compact(now);
150 // Shrink further -- this time the compact will start dropping valid entries
153 cache.Compact(now);
291 // Now compact at kMuchLater, which should remove all but "test6".
293 cache.Compact(kMuchLater);
  /external/chromium_org/v8/src/
store-buffer-inl.h 49 Compact();
store-buffer.cc 123 isolate->heap()->store_buffer()->Compact();
165 Compact();
263 Compact();
277 Compact();
674 void StoreBuffer::Compact() {
store-buffer.h 99 void Compact();
  /external/v8/src/
store-buffer-inl.h 49 Compact();
store-buffer.cc 121 isolate->heap()->store_buffer()->Compact();
184 Compact();
284 Compact();
301 Compact();
665 void StoreBuffer::Compact() {
store-buffer.h 91 void Compact();
  /external/llvm/test/MC/ARM/
eh-compact-pr0.s 4 @ Check the compact pr0 model
53 @ 0x80 = Compact model 0, personality routine: __aeabi_unwind_cpp_pr0
87 @ 0x80 = Compact model 0, personality routine: __aeabi_unwind_cpp_pr0
eh-compact-pr1.s 4 @ Check the compact pr1 model
42 @ 0x81 = Compact model 1, personality routine: __aeabi_unwind_cpp_pr1
  /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...]
  /external/chromium_org/third_party/leveldatabase/src/db/
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...]
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) {
  /external/openfst/src/test/
fst_test.cc 23 #include <fst/compact-fst.h>
63 Element Compact(StateId s, const A &arc) const {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
__init__.py 31 Compact encoding::
152 level of 0 will only insert newlines. ``None`` is the most compact
159 ``(',', ':')`` is the most compact JSON representation.
216 level of 0 will only insert newlines. ``None`` is the most compact
223 ``(',', ':')`` is the most compact JSON representation.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
__init__.py 31 Compact encoding::
152 level of 0 will only insert newlines. ``None`` is the most compact
159 ``(',', ':')`` is the most compact JSON representation.
216 level of 0 will only insert newlines. ``None`` is the most compact
223 ``(',', ':')`` is the most compact JSON representation.
  /external/chromium_org/third_party/simplejson/
__init__.py 31 Compact encoding::
175 for each level of nesting. ``None`` (the default) selects the most compact
182 ``(',', ':')`` is the most compact JSON representation.
272 for each level of nesting. ``None`` (the default) selects the most compact
279 ``(',', ':')`` is the most compact JSON representation.
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]

Completed in 597 milliseconds

1 2