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

1 2 34 5 6 7 8 91011>>

  /external/neven/Embedded/common/src/b_TensorEm/
CompactAlt.h 35 /** Compact Affine linear trasformation composed of compact matrix and
47 /** compact matrix */
  /external/chromium/chrome/browser/rlz/
rlz.h 20 // them encoded as a compact string at most twice. The sent data does
  /external/chromium/chrome/browser/safe_browsing/
chunk_range.h 11 // class is a simple and compact mechanism for storing a continuous list of
  /external/chromium/third_party/libevent/
evdns.3 108 .Bl -tag -width "DNS_USE_GETTIMEOFDAY_FOR_ID" -compact -offset indent
153 .Bl -enum -compact -offset indent
250 .Bl -tag -width "DNS_OPTION_NAMESERVERS" -offset indent -compact -nested
265 .Bl -tag -width "0" -offset indent -compact -nested
  /external/chromium_org/chrome/browser/safe_browsing/
chunk_range.h 11 // class is a simple and compact mechanism for storing a continuous list of
  /external/chromium_org/components/test/data/autofill/merge/tools/
flatten.py 9 """Converts a vertical serialization into a compact, horizontal serialization.
  /external/chromium_org/content/test/data/indexeddb/
quota_test.js 45 "have more if snappy is used or LevelDB is about to compact.");
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAttributeNames.in 82 compact
  /external/chromium_org/third_party/leveldatabase/src/issues/
issue178_test.cc 65 // compact database
  /external/chromium_org/third_party/libevent/
evdns.3 108 .Bl -tag -width "DNS_USE_GETTIMEOFDAY_FOR_ID" -compact -offset indent
153 .Bl -enum -compact -offset indent
250 .Bl -tag -width "DNS_OPTION_NAMESERVERS" -offset indent -compact -nested
265 .Bl -tag -width "0" -offset indent -compact -nested
  /external/chromium_org/third_party/skia/src/views/
SkEvent.cpp 54 static size_t makeCharArray(char* buffer, size_t compact)
56 size_t bits = (size_t) compact >> 1;
57 memcpy(buffer, &bits, sizeof(compact));
58 buffer[sizeof(compact)] = 0;
  /external/chromium_org/v8/src/
store-buffer-inl.h 49 Compact();
  /external/chromium_org/v8/test/mjsunit/regress/
regress-embedded-cons-string.js 50 //Visit embedded cons string during mark compact.
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator_internal.h 22 // FIXME: Check if we may use even more compact size class map for internal
  /external/dexmaker/src/main/java/com/google/dexmaker/
Label.java 55 void compact() { method in class:Label
  /external/junit/src/junit/framework/
ComparisonCompactor.java 25 public String compact(String message) { method in class:ComparisonCompactor
  /external/llvm/lib/DebugInfo/
DWARFDebugArangeSet.h 57 void compact();
  /external/llvm/test/CodeGen/PowerPC/
stdux-constuse.ll 29 ; Make sure that we generate the most compact form of this loop with no
  /external/netperf/
hist.h 28 10%, and provides a compact representation for capturing the
  /external/openfst/
README 19 --enable-compact-fsts Enable all CompactFst classes (def: no)
  /external/skia/src/views/
SkEvent.cpp 54 static size_t makeCharArray(char* buffer, size_t compact)
56 size_t bits = (size_t) compact >> 1;
57 memcpy(buffer, &bits, sizeof(compact));
58 buffer[sizeof(compact)] = 0;
  /external/v8/src/
store-buffer-inl.h 49 Compact();