Searched refs:compact (Results 1 - 25 of 128) sorted by relevance

123456

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLDListElement.idl21 [Reflect] attribute boolean compact;
H A DHTMLDirectoryElement.idl21 [Reflect] attribute boolean compact;
H A DHTMLMenuElement.idl21 [Reflect] attribute boolean compact;
H A DHTMLUListElement.idl21 [Reflect] attribute boolean compact;
H A DHTMLOListElement.idl21 [Reflect] attribute boolean compact;
/external/chromium-trace/trace-viewer/third_party/gl-matrix/tasks/support/gl-matrix/
H A Dversion.rb24 STRING = [MAJOR, MINOR, PATCH, REL].compact.join '.'
/external/openfst/src/extensions/compact/
H A Dcompact16_acceptor-fst.cc18 #include <fst/compact-fst.h>
H A Dcompact16_string-fst.cc18 #include <fst/compact-fst.h>
H A Dcompact16_unweighted-fst.cc18 #include <fst/compact-fst.h>
H A Dcompact16_unweighted_acceptor-fst.cc18 #include <fst/compact-fst.h>
H A Dcompact16_weighted_string-fst.cc18 #include <fst/compact-fst.h>
H A Dcompact64_acceptor-fst.cc18 #include <fst/compact-fst.h>
H A Dcompact64_string-fst.cc18 #include <fst/compact-fst.h>
H A Dcompact64_unweighted-fst.cc18 #include <fst/compact-fst.h>
H A Dcompact64_unweighted_acceptor-fst.cc18 #include <fst/compact-fst.h>
H A Dcompact64_weighted_string-fst.cc18 #include <fst/compact-fst.h>
H A Dcompact8_acceptor-fst.cc18 #include <fst/compact-fst.h>
H A Dcompact8_string-fst.cc18 #include <fst/compact-fst.h>
H A Dcompact8_unweighted-fst.cc18 #include <fst/compact-fst.h>
H A Dcompact8_unweighted_acceptor-fst.cc18 #include <fst/compact-fst.h>
H A Dcompact8_weighted_string-fst.cc18 #include <fst/compact-fst.h>
/external/junit/src/junit/framework/
H A DComparisonFailure.java35 return new ComparisonCompactor(MAX_CONTEXT_LENGTH, fExpected, fActual).compact(super.getMessage());
/external/chromium_org/third_party/leveldatabase/src/db/
H A Ddb_impl.cc705 CompactionState* compact = new CompactionState(c); local
706 status = DoCompactionWork(compact);
710 CleanupCompaction(compact);
740 void DBImpl::CleanupCompaction(CompactionState* compact) { argument
742 if (compact->builder != NULL) {
744 compact->builder->Abandon();
745 delete compact->builder;
747 assert(compact->outfile == NULL);
749 delete compact->outfile;
750 for (size_t i = 0; i < compact
757 OpenCompactionOutputFile(CompactionState* compact) argument
782 FinishCompactionOutputFile(CompactionState* compact, Iterator* input) argument
834 InstallCompactionResults(CompactionState* compact) argument
855 DoCompactionWork(CompactionState* compact) argument
[all...]
H A Ddb_impl.h101 Status MakeRoomForWrite(bool force /* compact even if there is room? */)
111 void CleanupCompaction(CompactionState* compact)
113 Status DoCompactionWork(CompactionState* compact)
116 Status OpenCompactionOutputFile(CompactionState* compact);
117 Status FinishCompactionOutputFile(CompactionState* compact, Iterator* input);
118 Status InstallCompactionResults(CompactionState* compact)
/external/openfst/src/lib/
H A Dsymbol-table-ops.cc91 SymbolTable *compact = new SymbolTable(syms.Name() + "_compact"); local
95 compact->AddSymbol(si->second, newkey++);
97 return compact;

Completed in 422 milliseconds

123456