HomeSort by relevance Sort by last modified time
    Searched refs:slack (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
frag_unittest.cc 65 // Check the current "slack".
77 // Check that slack delta is within 10% of expected.
82 size_t slack = slack_after - slack_before; local
84 CHECK_GT(double(slack), 0.9*free_bytes);
85 CHECK_LT(double(slack), 1.1*free_bytes);
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
frag_unittest.cc 65 // Check the current "slack".
77 // Check that slack delta is within 10% of expected.
82 size_t slack = slack_after - slack_before; local
84 CHECK_GT(double(slack), 0.9*free_bytes);
85 CHECK_LT(double(slack), 1.1*free_bytes);
  /external/freetype/src/cache/
ftccache.c 124 if ( cache->slack < 0 )
165 cache->slack += FTC_HASH_MAX_LOAD;
177 else if ( cache->slack > (FT_Long)count * FTC_HASH_SUB_LOAD )
211 cache->slack -= FTC_HASH_MAX_LOAD;
250 cache->slack++;
266 cache->slack--;
343 cache->slack = FTC_HASH_INITIAL_SIZE * FTC_HASH_MAX_LOAD;
401 cache->slack = 0;
614 cache->slack++;
ftccache.h 147 FT_Long slack; member in struct:FTC_CacheRec_
  /external/dnsmasq/contrib/slackware-dnsmasq/
dnsmasq.SlackBuild 51 cat $CWD/slack-desc > $PKG/install/slack-desc
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/transport/
TransportConnection.java 132 int slack = packet_len % send_padd_blocksize; local
134 if (slack != 0)
136 packet_len += (send_padd_blocksize - slack);
  /packages/apps/Settings/src/com/android/settings/widget/
ChartView.java 87 final int slack = getMeasuredWidth() - mOptimalWidth; local
88 if (mOptimalWidth > 0 && slack > 0) {
89 final int targetWidth = (int) (mOptimalWidth + (slack * mOptimalWidthWeight));
  /external/chromium_org/v8/test/mjsunit/compiler/
alloc-object.js 31 // objects (e.g. in object properties, slack tracking in progress or
85 // Test inlined allocation while slack tracking is still in progress.
  /external/v8/test/mjsunit/compiler/
alloc-object.js 31 // objects (e.g. in object properties, slack tracking in progress or
85 // Test inlined allocation while slack tracking is still in progress.
  /external/e2fsprogs/e2fsck/
rehash.c 409 int offset, slack; local
434 slack = fd->compress ? 12 :
436 if (slack < 12)
437 slack = 12;
472 if (left < slack) {
  /external/chromium_org/v8/src/
prettyprinter.cc 516 const int slack = 32; local
517 int new_size = size_ + (size_ >> 1) + slack;
factory.h 75 int slack = 0);
factory.cc 130 int slack) {
133 DescriptorArray::Allocate(number_of_descriptors, slack),
    [all...]
objects.cc 9927 int slack = map->unused_property_fields(); local
9935 int slack = *reinterpret_cast<int*>(data); local
9956 int slack = map->unused_property_fields(); local
    [all...]
objects.h     [all...]
  /external/v8/src/
prettyprinter.cc 490 const int slack = 32; local
491 int new_size = size_ + (size_ >> 1) + slack;
objects.cc 7891 int slack = map->unused_property_fields(); local
7899 int slack = *reinterpret_cast<int*>(data); local
7920 int slack = map->unused_property_fields(); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 425 milliseconds