Home
last modified time | relevance | path

Searched defs:population (Results 1 – 19 of 19) sorted by relevance

/third_party/icu/icu4j/samples/src/com/ibm/icu/samples/iuc/
DPopulationData.java30 private double population; field in PopulationData.TerritoryEntry
31 public TerritoryEntry(String displayCountry, double population) { in TerritoryEntry()
38 public double population() { in population() method in PopulationData.TerritoryEntry
/third_party/skia/third_party/externals/brotli/c/enc/
Dbit_cost.h22 const uint32_t* population, size_t size, size_t* total) { in ShannonEntropy()
45 const uint32_t* population, size_t size) { in BitsEntropy()
/third_party/node/deps/brotli/c/enc/
Dbit_cost.h22 const uint32_t* population, size_t size, size_t* total) { in ShannonEntropy()
45 const uint32_t* population, size_t size) { in BitsEntropy()
/third_party/python/Lib/
Drandom.py406 def sample(self, population, k, *, counts=None): argument
506 def choices(self, population, weights=None, *, cum_weights=None, k=1): argument
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-map.hh70 unsigned int population; /* Not including tombstones. */ member
Dhb-set.hh189 mutable unsigned int population; member
/third_party/harfbuzz/src/
Dhb-map.hh67 unsigned int population; /* Not including tombstones. */ member
Dhb-set.hh215 mutable unsigned int population; member
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dlossless_enc_mips32.c107 static double ExtraCost_MIPS32(const uint32_t* const population, int length) { in ExtraCost_MIPS32()
Dlossless_enc.c639 static double ExtraCost_C(const uint32_t* population, int length) { in ExtraCost_C()
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/
Dlossless_enc_mips32.c107 static double ExtraCost_MIPS32(const uint32_t* const population, int length) { in ExtraCost_MIPS32()
Dlossless_enc.c620 static double ExtraCost_C(const uint32_t* population, int length) { in ExtraCost_C()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-map.hh90 unsigned int population; /* Not including tombstones. */ member
Dhb-bit-set.hh80 mutable unsigned int population = 0; member
/third_party/skia/third_party/externals/harfbuzz/test/shape/
Dhb_test_tools.py194 def zscore (self, population): argument
/third_party/harfbuzz/test/shaping/
Dhb_test_tools.py194 def zscore (self, population): argument
/third_party/flutter/skia/third_party/externals/harfbuzz/test/shaping/
Dhb_test_tools.py273 def zscore (self, population): argument
/third_party/skia/third_party/externals/libwebp/src/enc/
Dhistogram_enc.c299 static double PopulationCost(const uint32_t* const population, int length, in PopulationCost()
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/
Dhistogram_enc.c298 static double PopulationCost(const uint32_t* const population, int length, in PopulationCost()