OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compact
(Results
1 - 25
of
196
) sorted by null
1
2
3
4
5
6
7
8
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLDListElement.idl
21
[Reflect] attribute boolean
compact
;
HTMLDirectoryElement.idl
21
[Reflect] attribute boolean
compact
;
HTMLMenuElement.idl
21
[Reflect] attribute boolean
compact
;
HTMLUListElement.idl
21
[Reflect] attribute boolean
compact
;
HTMLOListElement.idl
21
[Reflect] attribute boolean
compact
;
/external/chromium-trace/trace-viewer/third_party/gl-matrix/tasks/support/gl-matrix/
version.rb
24
STRING = [MAJOR, MINOR, PATCH, REL].
compact
.join '.'
/external/openfst/src/extensions/compact/
compact16_acceptor-fst.cc
18
#include <fst/
compact
-fst.h>
compact16_string-fst.cc
18
#include <fst/
compact
-fst.h>
compact16_unweighted-fst.cc
18
#include <fst/
compact
-fst.h>
compact16_unweighted_acceptor-fst.cc
18
#include <fst/
compact
-fst.h>
compact16_weighted_string-fst.cc
18
#include <fst/
compact
-fst.h>
compact64_acceptor-fst.cc
18
#include <fst/
compact
-fst.h>
compact64_string-fst.cc
18
#include <fst/
compact
-fst.h>
compact64_unweighted-fst.cc
18
#include <fst/
compact
-fst.h>
compact64_unweighted_acceptor-fst.cc
18
#include <fst/
compact
-fst.h>
compact64_weighted_string-fst.cc
18
#include <fst/
compact
-fst.h>
compact8_acceptor-fst.cc
18
#include <fst/
compact
-fst.h>
compact8_string-fst.cc
18
#include <fst/
compact
-fst.h>
compact8_unweighted-fst.cc
18
#include <fst/
compact
-fst.h>
compact8_unweighted_acceptor-fst.cc
18
#include <fst/
compact
-fst.h>
compact8_weighted_string-fst.cc
18
#include <fst/
compact
-fst.h>
/external/junit/src/junit/framework/
ComparisonFailure.java
35
return new ComparisonCompactor(MAX_CONTEXT_LENGTH, fExpected, fActual).
compact
(super.getMessage());
/external/chromium_org/third_party/leveldatabase/src/db/
db_impl.cc
705
CompactionState*
compact
= new CompactionState(c);
local
706
status = DoCompactionWork(
compact
);
710
CleanupCompaction(
compact
);
740
void DBImpl::CleanupCompaction(CompactionState*
compact
) {
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
->outputs.size(); i++)
[
all
...]
db_impl.h
47
//
Compact
any files in the named level that overlap [*begin,*end]
88
//
Compact
the in-memory write buffer to disk. Switches to a new
101
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/
symbol-table-ops.cc
91
SymbolTable *
compact
= new SymbolTable(syms.Name() + "_compact");
local
95
compact
->AddSymbol(si->second, newkey++);
97
return
compact
;
Completed in 286 milliseconds
1
2
3
4
5
6
7
8