/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/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 45 [compact-fsts], 47 [--enable-compact-fsts],
|
/external/openfst/src/include/fst/extensions/far/ |
D | compile-strings.h | 178 bool compact; in FarCompileStrings() local 180 compact = false; in FarCompileStrings() 182 compact = true; in FarCompileStrings() 252 if (compact) in FarCompileStrings()
|
/external/icu4c/common/ |
D | dictbe.cpp | 86 fSet.compact(); in setCharacters() 227 fMarkSet.compact(); in ThaiBreakEngine() 228 fEndWordSet.compact(); in ThaiBreakEngine() 229 fBeginWordSet.compact(); in ThaiBreakEngine() 230 fSuffixSet.compact(); in ThaiBreakEngine() 459 fMarkSet.compact(); in KhmerBreakEngine() 460 fEndWordSet.compact(); in KhmerBreakEngine() 461 fBeginWordSet.compact(); in KhmerBreakEngine()
|
/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/legacy/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/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 | 208 fPropSets[i]->compact(); in RegexStaticSets() 218 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 | HTMLDlistElement01.js | 103 vcompact = testNode.compact;
|
D | HTMLDirectoryElement01.js | 103 vcompact = testNode.compact;
|
D | HTMLOListElement01.js | 103 vcompact = testNode.compact;
|
D | HTMLMenuElement01.js | 103 vcompact = testNode.compact;
|
D | dlist01.js | 100 vcompact = testNode.compact;
|
/external/webkit/LayoutTests/dom/html/level2/html/ |
D | HTMLUListElement01.js | 103 vcompact = testNode.compact;
|
D | HTMLOListElement01.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;
|
/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();
|