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

  /external/chromium/net/disk_cache/
histogram_macros.h 47 #define CACHE_UMA(type, name, experiment, sample) {\
48 const std::string my_name = BACKEND_OBJ->HistogramName(name, experiment);\
disk_format.h 91 int32 experiment; // Id of an ongoing test. member in struct:disk_cache::IndexHeader
backend_impl.h 151 // Returns the full histogram name, for the given base |name| and experiment,
153 // is the cache type and e the provided |experiment|.
154 std::string HistogramName(const char* name, int experiment) const;
backend_impl.cc 141 // Sets |current_group| for the current experiment. Returns false if the files
149 // There is no experiment.
272 if (data_->header.experiment != 0 && cache_type_ != net::DISK_CACHE) {
273 // No experiment for other caches.
279 if (!InitExperiment(&data_->header.experiment))
845 std::string BackendImpl::HistogramName(const char* name, int experiment) const {
846 if (!experiment)
848 return StringPrintf("DiskCache.%d.%s_%d", cache_type_, name, experiment);
    [all...]
  /external/chromium/net/tools/dump_cache/
dump_files.cc 66 printf("experiment: %d\n", header.experiment);
  /external/iproute2/doc/
ip-cref.tex 663 It would be best not to repeat this experiment.
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 252 milliseconds