HomeSort by relevance Sort by last modified time
    Searched full:compact (Results 1 - 25 of 1103) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/proguard/examples/dictionaries/
compact.txt 4 # obfuscated class files will generally be a little bit more compact.
6 # java -jar proguard.jar ..... -obfuscationdictionary compact.txt
  /prebuilts/tools/common/proguard/proguard4.7/examples/dictionaries/
compact.txt 4 # obfuscated class files will generally be a little bit more compact.
6 # java -jar proguard.jar ..... -obfuscationdictionary compact.txt
  /frameworks/base/data/fonts/
fallback_fonts.xml 39 <file variant="compact">DroidNaskhUI-Regular.ttf</file>
61 <file variant="compact">NotoSansThaiUI-Regular.ttf</file>
62 <file variant="compact">NotoSansThaiUI-Bold.ttf</file>
83 <file variant="compact">NotoSansDevanagariUI-Regular.ttf</file>
84 <file variant="compact">NotoSansDevanagariUI-Bold.ttf</file>
95 <file variant="compact">NotoSansTamilUI-Regular.ttf</file>
96 <file variant="compact">NotoSansTamilUI-Bold.ttf</file>
107 <file variant="compact">NotoSansMalayalamUI-Regular.ttf</file>
108 <file variant="compact">NotoSansMalayalamUI-Bold.ttf</file>
119 <file variant="compact">NotoSansBengaliUI-Regular.ttf</file
    [all...]
  /external/openfst/src/extensions/
Makefile.am 2 compactdir = compact
  /external/kernel-headers/original/asm-mips/sn/
types.h 17 typedef signed short cnodeid_t; /* node id in compact-id space */
20 typedef signed short cmoduleid_t; /* kernel compact module id type */
  /external/chromium_org/third_party/cld/
README.chromium 1 Name: Compact Language Detection
  /external/chromium_org/third_party/leveldatabase/src/db/
db_impl.cc 701 CompactionState* compact = new CompactionState(c); local
702 status = DoCompactionWork(compact);
703 CleanupCompaction(compact);
737 void DBImpl::CleanupCompaction(CompactionState* compact) {
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->outputs.size(); i++)
    [all...]
db_impl.h 47 // Compact any files in the named level that overlap [*begin,*end]
82 // Compact the in-memory write buffer to disk. Switches to a new
95 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/llvm/test/CodeGen/X86/
compact-unwind.ll 10 ; Even though we can't encode %rax into the compact unwind, We still want to be
11 ; able to generate a compact unwind encoding in this particular case.
15 ; CHECK: 16842753 ## Compact Unwind Encoding: 0x1010001
  /external/proguard/src/proguard/obfuscate/
AttributeShrinker.java 47 // Compact the array for class attributes.
52 // Compact the attributes in fields, methods, and class attributes,
69 // Compact the attributes array.
74 // Compact any attributes of the remaining attributes.
86 // Compact the attributes array.
  /external/openfst/
configure.ac 18 src/extensions/compact/Makefile
45 [compact-fsts],
47 [--enable-compact-fsts],
  /external/compiler-rt/lib/tsan/lit_tests/
virtual_inheritance_compile_bug.cc 2 // The C++ variant is much more compact that the LLVM IR equivalent.
  /external/iproute2/doc/
preamble.tex 10 % To print it in compact form: both sides on one sheet (psnup -2)
  /external/proguard/src/proguard/classfile/
package.html 12 more compact than <code>ProgramClassFile</code>, and sufficient for
  /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;
HTMLOListElement.idl 21 [Reflect] attribute boolean compact;
HTMLUListElement.idl 21 [Reflect] attribute boolean compact;
  /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>

Completed in 1261 milliseconds

1 2 3 4 5 6 7 8 91011>>