/external/icu4c/common/ |
D | dictbe.cpp | 87 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/ |
D | compact.txt | 4 # 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/ |
D | Readme.txt | 68 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/ |
D | symbol-table-ops.cc | 91 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/ |
D | configure.ac | 18 src/extensions/compact/Makefile 44 [compact-fsts], 46 [--enable-compact-fsts],
|
/external/openfst/src/include/fst/extensions/far/ |
D | compile-strings.h | 164 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/ |
D | ComparisonFailure.java | 41 …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/ |
D | SkEvent.cpp | 54 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/ |
D | Makefile.am | 2 compactdir = compact directory
|
/external/icu4c/i18n/ |
D | regexst.cpp | 206 fPropSets[i]->compact(); in RegexStaticSets() 216 fRuleSets[i].compact(); in RegexStaticSets()
|
/external/junit/src/junit/framework/ |
D | ComparisonFailure.java | 35 …return new ComparisonCompactor(MAX_CONTEXT_LENGTH, fExpected, fActual).compact(super.getMessage()); in getMessage()
|
/external/webkit/LayoutTests/dom/xhtml/level2/html/ |
D | HTMLUListElement01.js | 103 vcompact = testNode.compact;
|
D | HTMLMenuElement01.js | 103 vcompact = testNode.compact;
|
D | dlist01.js | 100 vcompact = testNode.compact;
|
D | HTMLDlistElement01.js | 103 vcompact = testNode.compact;
|
D | HTMLDirectoryElement01.js | 103 vcompact = testNode.compact;
|
D | HTMLOListElement01.js | 103 vcompact = testNode.compact;
|
/external/webkit/LayoutTests/dom/html/level2/html/ |
D | HTMLDlistElement01.js | 103 vcompact = testNode.compact;
|
D | HTMLUListElement01.js | 103 vcompact = testNode.compact;
|
D | dlist01.js | 100 vcompact = testNode.compact;
|
D | HTMLMenuElement01.js | 103 vcompact = testNode.compact;
|
D | HTMLOListElement01.js | 103 vcompact = testNode.compact;
|
D | HTMLDirectoryElement01.js | 103 vcompact = testNode.compact;
|
/external/iproute2/doc/ |
D | preamble.tex | 10 % To print it in compact form: both sides on one sheet (psnup -2)
|
/external/llvm/lib/DebugInfo/ |
D | DWARFDebugArangeSet.h | 57 void compact();
|