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

/external/libchrome/base/
H A Dcallback_list.h142 list_->Compact();
176 // Compact the list: remove any entries which were NULLed out during
178 void Compact() { function in class:base::internal::CallbackListBase
H A Dobserver_list.h116 void Compact();
145 list_->Compact();
207 void ObserverListBase<ObserverType>::Compact() { function in class:base::ObserverListBase
226 ObserverListBase<ObserverType>::Compact();
H A Did_map.h190 map_->Compact();
256 void Compact() { function in class:IDMap
/external/libweave/third_party/chromium/base/
H A Dcallback_list.h142 list_->Compact();
176 // Compact the list: remove any entries which were NULLed out during
178 void Compact() { function in class:base::internal::CallbackListBase
H A Dobserver_list.h112 void Compact();
139 list_->Compact();
202 void ObserverListBase<ObserverType>::Compact() { function in class:base::ObserverListBase
221 ObserverListBase<ObserverType>::Compact();
/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/skia/src/core/
H A DSkMipMap.cpp28 static uint32_t Compact(const Sk4h& x) { function in struct:ColorTypeFilter_8888
37 static uint32_t Compact(uint64_t x) { function in struct:ColorTypeFilter_8888
48 static uint16_t Compact(uint32_t x) { function in struct:ColorTypeFilter_565
58 static uint16_t Compact(uint32_t x) { function in struct:ColorTypeFilter_4444
68 static uint8_t Compact(unsigned x) { function in struct:ColorTypeFilter_8
99 d[i] = F::Compact(c >> 2);
122 d[i] = F::Compact(c >> 3);
143 d[i] = F::Compact(c >> 3);
171 d[i] = F::Compact(c >> 4);
/external/v8/src/crankshaft/
H A Dhydrogen-check-elimination.cc350 if (compact) Compact();
399 Compact();
688 if (compact) Compact();
702 if (compact) Compact();
706 void Compact() { function in class:v8::internal::HCheckTable
/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/v8/src/
H A Dobjects.cc9882 void WeakFixedArray::Compact() { function in class:v8::internal::WeakFixedArray
9922 template void WeakFixedArray::Compact<WeakFixedArray::NullCallback>();
9924 WeakFixedArray::Compact<JSObject::PrototypeRegistryCompactionCallback>();
14595 if (entries->Compact()) return entries;
14604 bool DependentCode::Compact() { function in class:v8::internal::DependentCode

Completed in 377 milliseconds