Searched refs:buckets (Results 76 - 96 of 96) sorted by relevance

1234

/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/chromium_org/v8/src/
H A Dd8.h266 size_t buckets);
H A Dd8.cc725 size_t buckets) {
722 CreateHistogram(const char* name, int min, int max, size_t buckets) argument
/external/chromium_org/base/metrics/
H A Dhistogram.cc7 // vector of numbers corresponding to each of the aggregating buckets).
145 // consecutive buckets that is sooo small, that the integer bounds are the same
150 // that bucket onward we do use the exponential growth of buckets.
333 // buckets), so we need this to make it possible to see what is going on and
334 // not have 0-graphical-height buckets.
403 break; // All buckets are empty.
499 ListValue* buckets) const {
512 buckets->Set(index, bucket_value.release());
520 // buckets.
605 // Adjacent buckets wit
[all...]
H A Dhistogram.h7 // vector of numbers corresponding to each of the aggregating buckets).
34 // The buckets layout of class Histogram is exponential. For example, buckets
38 // for values between 1 and 64, with 8 buckets, such as:
45 // the smallest ratio that it can use to construct the number of buckets
46 // selected in the constructor. An another example, if you had 50 buckets,
49 // root of 10000. This approach provides very fine grain (narrow) buckets
51 // gigantic range with the addition of very few buckets.
166 // The first four macros use 50 buckets.
173 // of times you want plotted, and the number of buckets yo
[all...]
/external/chromium_org/chrome/browser/autocomplete/
H A Dhistory_url_provider.cc135 for (size_t i = 0; i < score_buckets.buckets().size(); ++i) {
136 score_bucket = &score_buckets.buckets()[i];
/external/chromium_org/content/renderer/
H A Drender_thread_impl.cc234 const char *name, int min, int max, size_t buckets) {
246 histogram_name, min, max, buckets,
233 CreateHistogram( const char *name, int min, int max, size_t buckets) argument
/external/blktrace/btt/doc/
H A Dbtt.tex404 \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
/external/chromium_org/chrome/browser/resources/google_now/
H A Dbackground.js270 buckets: GoogleNowEvent.EVENTS_TOTAL + 1
/external/deqp/modules/gles3/performance/
H A Des3pBufferDataUploadTests.cpp1087 static void bucketizeSamplesUniformly (const std::vector<UploadSampleResult<DurationType> >& samples, std::vector<UploadSampleResult<DurationType> >* buckets, int numBuckets, int& minBufferSize, int& maxBufferSize) argument
1107 buckets[bucketNdx].push_back(samples[sampleNdx]);
1720 std::vector<UploadSampleResult<SampleType> > buckets[numBuckets]; local
1722 bucketizeSamplesUniformly(samples, &buckets[0], numBuckets, minBufferSize, maxBufferSize);
1726 if (buckets[bucketNdx].empty())
1733 const typename SampleTypeTraits<SampleType>::StatsType stats = calculateSampleStatistics(theilSenFitting, buckets[bucketNdx]);
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c205 * Macros for schema buckets.
292 ( (WXS_CONSTRUCTOR((ctx))->buckets != NULL) && \
293 (WXS_CONSTRUCTOR((ctx))->buckets->nbItems > 0) )
574 xmlSchemaItemListPtr buckets; /* List of schema buckets. */ member in struct:_xmlSchemaConstructionCtxt
3565 * For each following import buckets an xmlSchema will be created.
3651 * Add to list of all buckets; this is used for lookup
3654 if (xmlSchemaItemListAdd(WXS_CONSTRUCTOR(pctxt)->buckets, ret) == -1)
4101 * the schema buckets.
4131 /* Never free the doc here, since this will be done by the buckets
[all...]
/external/libxml2/
H A Dxmlschemas.c205 * Macros for schema buckets.
292 ( (WXS_CONSTRUCTOR((ctx))->buckets != NULL) && \
293 (WXS_CONSTRUCTOR((ctx))->buckets->nbItems > 0) )
574 xmlSchemaItemListPtr buckets; /* List of schema buckets. */ member in struct:_xmlSchemaConstructionCtxt
3584 * For each following import buckets an xmlSchema will be created.
3670 * Add to list of all buckets; this is used for lookup
3673 if (xmlSchemaItemListAdd(WXS_CONSTRUCTOR(pctxt)->buckets, ret) == -1)
4120 * the schema buckets.
4150 /* Never free the doc here, since this will be done by the buckets
[all...]
/external/chromium_org/v8/include/
H A Dv8.h3923 size_t buckets);
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 818 milliseconds

1234