HomeSort by relevance Sort by last modified time
    Searched refs:buckets (Results 101 - 125 of 239) sorted by null

1 2 3 45 6 7 8 910

  /prebuilts/gdb/darwin-x86/share/pretty-printers/libstdcxx/gcc-4.9/
printers.py 688 self.buckets = hash['_M_buckets']
694 self.node = self.buckets[self.bucket]
711 self.node = self.buckets[self.bucket]
    [all...]
  /prebuilts/gdb/linux-x86/share/pretty-printers/libstdcxx/gcc-4.9/
printers.py 688 self.buckets = hash['_M_buckets']
694 self.node = self.buckets[self.bucket]
711 self.node = self.buckets[self.bucket]
    [all...]
  /external/autotest/frontend/tko/
graphing_utils.py 155 interval: interval for each bucket. E.g., 10 means that buckets should
714 buckets = [(bin, min(bin + interval, 100)) for bin in bins[:-1]]
720 ['%d%% - <%d%%' % bucket for bucket in buckets] +
736 for bucket, y_val in zip(buckets, y)]
743 for bucket in buckets]
  /external/v8/src/
d8.h 367 size_t buckets);
counters.h 62 // sample values. buckets is the maximum number of buckets
67 size_t buckets) {
69 return create_histogram_function_(name, min, max, buckets);
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
AlphabeticIndexTest.java 366 List<Bucket<Double>> buckets = CollectionUtilities.addAll(alphabeticIndex.iterator(), new ArrayList<Bucket<Double>>()); local
367 logln(buckets.toString());
395 // Show index at top. We could skip or gray out empty buckets
403 // Show the buckets with their contents, skipping empty buckets
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
AlphabeticIndexTest.java 362 List<Bucket<Double>> buckets = CollectionUtilities.addAll(alphabeticIndex.iterator(), new ArrayList<Bucket<Double>>()); local
363 logln(buckets.toString());
391 // Show index at top. We could skip or gray out empty buckets
399 // Show the buckets with their contents, skipping empty buckets
    [all...]
  /external/libchrome/base/metrics/
histogram.cc 7 // vector of numbers corresponding to each of the aggregating buckets).
155 // consecutive buckets that is sooo small, that the integer bounds are the same
160 // that bucket onward we do use the exponential growth of buckets.
357 // buckets), so we need this to make it possible to see what is going on and
358 // not have 0-graphical-height buckets.
428 break; // All buckets are empty.
524 ListValue* buckets) const {
537 buckets->Set(index, bucket_value.release());
545 // buckets.
648 // Adjacent buckets with different widths would have "surprisingly" many (few
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
WifiScanningServiceImpl.java 689 WifiNative.BucketSettings activeBucket = mActiveScanSettings.buckets[0];
    [all...]
  /external/guice/extensions/persist/lib/
cglib-nodep-3.0.jar 
  /external/guice/lib/build/
cglib-3.1.jar 
  /prebuilts/devtools/tools/lib/
cglib-nodep-3.1.jar 
  /prebuilts/tools/common/cglib/
cglib-2.2.3.jar 
cglib-nodep-2.2.3.jar 
  /prebuilts/tools/common/m2/repository/cglib/cglib-nodep/2.1_3/
cglib-nodep-2.1_3.jar 
  /prebuilts/tools/common/m2/repository/cglib/cglib-nodep/2.2.2/
cglib-nodep-2.2.2.jar 
  /prebuilts/tools/common/m2/repository/cglib/cglib-nodep/3.1/
cglib-nodep-3.1.jar 
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 2594 static const unsigned int buckets[] = { local
    [all...]
  /external/blktrace/btt/doc/
btt.tex 404 \item[Q2D Histogram] A display of histogram buckets for the Q to D times
406 device, and when it is dispatched. The buckets are arranged via the
555 outgoing IO sizes (in blocks). For simplicity, the histogram buckets
560 containing data for the first 1,023 buckets, and a separate set
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
readelf.c 9873 bfd_vma * buckets = NULL; local
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/third_party/storage_apitools/
storage_v1_client.py 60 self.buckets = self.BucketsService(self)
231 """Service class for the buckets resource."""
233 _NAME = u'buckets'
240 method_id=u'storage.buckets.delete',
252 method_id=u'storage.buckets.get',
264 method_id=u'storage.buckets.insert',
276 method_id=u'storage.buckets.list',
283 response_type_name=u'Buckets',
288 method_id=u'storage.buckets.patch',
300 method_id=u'storage.buckets.update'
    [all...]
storage_v1_messages.py 50 kind: The kind of item this is. For buckets, this is always
286 class Buckets(messages.Message):
287 """A list of buckets.
291 kind: The kind of item this is. For lists of buckets, this is always
292 storage#buckets.
299 kind = messages.StringField(2, default=u'storage#buckets')
455 format. For buckets with versioning enabled, changing an object's
860 maxResults: Maximum number of buckets to return.
863 prefix: Filter results to buckets whose names begin with this prefix.
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/samples/storage_sample/storage/
storage_v1_client.py 37 self.buckets = self.BucketsService(self)
207 """Service class for the buckets resource."""
209 _NAME = u'buckets'
216 method_id=u'storage.buckets.delete',
228 method_id=u'storage.buckets.get',
240 method_id=u'storage.buckets.insert',
252 method_id=u'storage.buckets.list',
259 response_type_name=u'Buckets',
264 method_id=u'storage.buckets.patch',
276 method_id=u'storage.buckets.update'
    [all...]
storage_v1_messages.py 38 kind: The kind of item this is. For buckets, this is always
274 class Buckets(_messages.Message):
275 """A list of buckets.
279 kind: The kind of item this is. For lists of buckets, this is always
280 storage#buckets.
287 kind = _messages.StringField(2, default=u'storage#buckets')
443 format. For buckets with versioning enabled, changing an object's
852 maxResults: Maximum number of buckets to return.
855 prefix: Filter results to buckets whose names begin with this prefix.
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java 2157 final Map<Long, List<DataItem>> buckets = new HashMap<>(); local
    [all...]

Completed in 4110 milliseconds

1 2 3 45 6 7 8 910