Home
last modified time | relevance | path

Searched refs:compact (Results 1 – 25 of 172) sorted by relevance

1234567

/external/icu4c/common/
Ddictbe.cpp87 fSet.compact(); in setCharacters()
233 fMarkSet.compact(); in ThaiBreakEngine()
234 fEndWordSet.compact(); in ThaiBreakEngine()
235 fBeginWordSet.compact(); in ThaiBreakEngine()
236 fSuffixSet.compact(); in ThaiBreakEngine()
466 fMarkSet.compact(); in KhmerBreakEngine()
467 fEndWordSet.compact(); in KhmerBreakEngine()
468 fBeginWordSet.compact(); in KhmerBreakEngine()
/external/proguard/examples/dictionaries/
Dcompact.txt4 # obfuscated class files will generally be a little bit more compact.
6 # java -jar proguard.jar ..... -obfuscationdictionary compact.txt
/external/dbus/test/data/sha-1/
DReadme.txt68 The message files provided use "compact strings" to store the message values. Compact strings are
69 used to represented the messages in a compact form. A compact string has the form
72 representing a positive number. The length of the compact string is given by the summation of the …
74 The compact string is interpreted as the representation of the bit string consisting of b repeated …
79 where z = 5 and b = 1. Then the compact string M represents the bit string
/external/openfst/src/lib/
Dsymbol-table-ops.cc91 SymbolTable *compact = new SymbolTable(syms.Name() + "_compact"); in CompactSymbolTable() local
95 compact->AddSymbol(si->second, newkey++); in CompactSymbolTable()
97 return compact; in CompactSymbolTable()
/external/openfst/
Dconfigure.ac18 src/extensions/compact/Makefile
44 [compact-fsts],
46 [--enable-compact-fsts],
/external/openfst/src/include/fst/extensions/far/
Dcompile-strings.h164 bool compact; in FarCompileStrings() local
166 compact = false; in FarCompileStrings()
168 compact = true; in FarCompileStrings()
224 if (compact) in FarCompileStrings()
/external/junit/src/org/junit/
DComparisonFailure.java41 …return new ComparisonCompactor(MAX_CONTEXT_LENGTH, fExpected, fActual).compact(super.getMessage()); in getMessage()
86 private String compact(String message) { in compact() method in ComparisonFailure.ComparisonCompactor
/external/skia/src/views/
DSkEvent.cpp54 static size_t makeCharArray(char* buffer, size_t compact) in makeCharArray() argument
56 size_t bits = (size_t) compact >> 1; in makeCharArray()
57 memcpy(buffer, &bits, sizeof(compact)); in makeCharArray()
58 buffer[sizeof(compact)] = 0; in makeCharArray()
/external/openfst/src/extensions/
DMakefile.am2 compactdir = compact directory
/external/icu4c/i18n/
Dregexst.cpp206 fPropSets[i]->compact(); in RegexStaticSets()
216 fRuleSets[i].compact(); in RegexStaticSets()
/external/junit/src/junit/framework/
DComparisonFailure.java35 …return new ComparisonCompactor(MAX_CONTEXT_LENGTH, fExpected, fActual).compact(super.getMessage()); in getMessage()
/external/webkit/LayoutTests/dom/xhtml/level2/html/
DHTMLUListElement01.js103 vcompact = testNode.compact;
DHTMLMenuElement01.js103 vcompact = testNode.compact;
Ddlist01.js100 vcompact = testNode.compact;
DHTMLDlistElement01.js103 vcompact = testNode.compact;
DHTMLDirectoryElement01.js103 vcompact = testNode.compact;
DHTMLOListElement01.js103 vcompact = testNode.compact;
/external/webkit/LayoutTests/dom/html/level2/html/
DHTMLDlistElement01.js103 vcompact = testNode.compact;
DHTMLUListElement01.js103 vcompact = testNode.compact;
Ddlist01.js100 vcompact = testNode.compact;
DHTMLMenuElement01.js103 vcompact = testNode.compact;
DHTMLOListElement01.js103 vcompact = testNode.compact;
DHTMLDirectoryElement01.js103 vcompact = testNode.compact;
/external/iproute2/doc/
Dpreamble.tex10 % To print it in compact form: both sides on one sheet (psnup -2)
/external/llvm/lib/DebugInfo/
DDWARFDebugArangeSet.h57 void compact();

1234567