/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-set.cc | 392 * Return value: set population.
|
/frameworks/base/core/java/android/net/ |
DhcpResults.java | 182 // Utils for jni population - false on success
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_random.py | 72 population = xrange(N) 74 s = self.gen.sample(population, k) 78 self.assertTrue(uniq <= set(population)) 100 # SF bug #801342 -- population can be any iterable defining __len__()
|
test_cmd_line_script.py | 32 # Check population of magic variables
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_random.py | 72 population = xrange(N) 74 s = self.gen.sample(population, k) 78 self.assertTrue(uniq <= set(population)) 100 # SF bug #801342 -- population can be any iterable defining __len__()
|
test_cmd_line_script.py | 32 # Check population of magic variables
|
/art/runtime/base/ |
histogram-inl.h | 133 // Using algorithms for calculating variance over a population:
|
/dalvik/dexgen/src/com/android/dexgen/util/ |
Bits.java | 129 * @return {@code >= 0;} the bit count (aka population count) of the set
|
/dalvik/dx/src/com/android/dx/util/ |
Bits.java | 129 * @return {@code >= 0;} the bit count (aka population count) of the set
|
/external/dexmaker/src/dx/java/com/android/dx/util/ |
Bits.java | 129 * @return {@code >= 0;} the bit count (aka population count) of the set
|
/external/openfst/src/include/fst/extensions/ngram/ |
bitmap-index.h | 133 // count of the population of one bits contained in [0,i), there is
|
/external/chromium/chrome/browser/ui/webui/options/chromeos/ |
system_settings_provider.cc | 269 // the population of a country the city belongs to.).
|
/external/chromium_org/third_party/openssl/openssl/crypto/stack/ |
stack.c | 319 * as a (void*,void*) callback type, but this made the population
|
/external/chromium_org/third_party/sqlite/src/test/ |
hook.test | 125 # 4.3.* - Do some sorting, grouping, compound queries, population and
|
/external/jmonkeyengine/engine/src/android/com/jme3/util/ |
FastInteger.java | 218 * referred to as population count.
|
/external/openssl/crypto/stack/ |
stack.c | 319 * as a (void*,void*) callback type, but this made the population
|
/frameworks/base/docs/html/training/basics/activity-lifecycle/ |
stopping.jd | 144 the general population of apps. However, because your {@link android.app.Activity#onStop()}
|
/frameworks/support/v4/java/android/support/v4/view/ |
AccessibilityDelegateCompat.java | 373 * @return True if the event population was completed.
|
/libcore/luni/src/main/java/java/lang/ |
Long.java | 598 * referred to as population count. 620 * // http://chessprogramming.wikispaces.com/Population+Count
|
/external/chromium/base/metrics/ |
field_trial.h | 10 // produces "better" results across our user population. In that scenario, UMA
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bubble_controller_unittest.mm | 135 // Confirm population of folder list
|
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bubble_controller_unittest.mm | 146 // Confirm population of folder list
|
/external/chromium_org/content/browser/frame_host/ |
navigation_controller_impl.h | 172 // pre-population of the SessionStorageNamespace objects. Session restore,
|
/external/chromium_org/v8/src/ |
heap-snapshot-generator.h | 79 // During entries population |to_index_| is used for storing the index,
|
/external/jpeg/ |
jquant2.c | 274 /* Find the splittable box with the largest color population */ 315 /* and recompute its volume and population */ 409 /* Now scan remaining volume of box and compute population */ 434 * Current algorithm: by population for first half, then by volume. [all...] |