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

12345

/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.cc701 CompactionState* compact = new CompactionState(c); local
702 status = DoCompactionWork(compact);
703 CleanupCompaction(compact);
737 void DBImpl::CleanupCompaction(CompactionState* compact) { argument
739 if (compact->builder != NULL) {
741 compact->builder->Abandon();
742 delete compact->builder;
744 assert(compact->outfile == NULL);
746 delete compact->outfile;
747 for (size_t i = 0; i < compact
754 OpenCompactionOutputFile(CompactionState* compact) argument
779 FinishCompactionOutputFile(CompactionState* compact, Iterator* input) argument
831 InstallCompactionResults(CompactionState* compact) argument
852 DoCompactionWork(CompactionState* compact) argument
[all...]
H A Ddb_impl.h95 Status MakeRoomForWrite(bool force /* compact even if there is room? */)
103 void CleanupCompaction(CompactionState* compact)
105 Status DoCompactionWork(CompactionState* compact)
108 Status OpenCompactionOutputFile(CompactionState* compact);
109 Status FinishCompactionOutputFile(CompactionState* compact, Iterator* input);
110 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 180 milliseconds

12345