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

1 2

  /external/llvm/test/MC/ARM/
eh-directive-unwind_raw.s 62 @ CHECK: Model: Compact (Inline)
70 @ CHECK: Model: Compact (Inline)
80 @ CHECK: Model: Compact
91 @ CHECK: Model: Compact (Inline)
99 @ CHECK: Model: Compact (Inline)
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/chromium_org/base/
observer_list.h 110 void Compact();
140 list_->Compact();
200 void ObserverListBase<ObserverType>::Compact() {
219 ObserverListBase<ObserverType>::Compact();
id_map.h 164 map_->Compact();
230 void Compact() {
callback_list.h 147 list_->Compact();
181 // Compact the list: remove any entries which were NULLed out during
183 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/heap/
store-buffer-inl.h 27 Compact();
store-buffer.cc 99 isolate->heap()->store_buffer()->Compact();
140 Compact();
240 Compact();
254 Compact();
528 void StoreBuffer::Compact() {
store-buffer.h 74 void Compact();
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugArangeSet.h 43 void Compact();
DWARFDebugArangeSet.cpp 58 DWARFDebugArangeSet::Compact()
97 // compact the ranges before being saved or used.
  /external/llvm/test/tools/llvm-readobj/ARM/
unwind.s 155 @ CHECK: Model: Compact (Inline)
171 @ CHECK: Model: Compact (Inline)
189 @ CHECK: Model: Compact
220 @ CHECK: Model: Compact (Inline)
235 @ CHECK: Model: Compact (Inline)
253 @ CHECK: Model: Compact (Inline)
  /external/chromium_org/content/browser/indexed_db/leveldb/
leveldb_database.h 96 void Compact(const base::StringPiece& start, const base::StringPiece& stop);
leveldb_database.cc 425 void LevelDBDatabase::Compact(const base::StringPiece& start,
  /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 424 void Compact(const Slice& start, const Slice& limit) {
597 Compact("a", "z");
610 Compact("a", "b");
612 Compact("x", "y");
614 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/chromium_org/v8/src/
hydrogen-check-elimination.cc 318 bool compact = false; local
338 compact = true;
350 if (compact) Compact();
399 Compact();
666 bool compact = false; local
672 compact = true;
679 if (compact) Compact();
684 bool compact = false local
    [all...]
  /art/runtime/gc/collector/
mark_compact.h 175 // 3 pass mark compact approach.
176 void Compact() EXCLUSIVE_LOCKS_REQUIRED(Locks::mutator_lock_, Locks::heap_bitmap_lock_);
mark_compact.cc 71 : GarbageCollector(heap, name_prefix + (name_prefix.empty() ? "" : " ") + "mark compact"),
136 CHECK(space_->CanMoveObjects()) << "Attempting compact non-movable space from " << *space_;
273 Compact();
379 void MarkCompact::Compact() {
  /external/openfst/src/test/
fst_test.cc 23 #include <fst/compact-fst.h>
63 Element Compact(StateId s, const A &arc) const {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dsound.h 451 STDMETHOD(Compact)(THIS) PURE;
468 #define IDirectSound_Compact(p) (p)->lpVtbl->Compact(p)
482 #define IDirectSound_Compact(p) (p)->Compact()
504 STDMETHOD(Compact)(THIS) PURE;
522 #define IDirectSound8_Compact(p) (p)->lpVtbl->Compact(p)
538 #define IDirectSound8_Compact(p) (p)->Compact()
    [all...]
ddraw.h     [all...]

Completed in 416 milliseconds

1 2