HomeSort by relevance Sort by last modified time
    Searched full:insertions (Results 1 - 25 of 152) sorted by null

1 2 3 4 5 6 7

  /external/icu4c/layout/
LEInsertionList.h 48 * This class is used to keep track of insertions to an array of
49 * <code>LEGlyphIDs</code>. The insertions are kept on a linked
51 * doesn't have to be grown for each insertion. The insertions are
53 * to do the insertions.
55 * The insertions are applied to the array by calling the
58 * apply the individual insertions.
166 * insertions in this case. Otherwise they're prepended.
  /external/guava/guava/src/com/google/common/hash/
BloomFilter.java 106 @VisibleForTesting double computeExpectedFalsePositiveRate(int insertions) {
108 1 - Math.exp(-numHashFunctions * ((double) insertions / (bits.size()))),
114 * of insertions and expected false positive probability.
124 * @param expectedInsertions the number of expected insertions to the constructed
133 checkArgument(expectedInsertions > 0, "Expected insertions must be positive");
150 * of insertions, and a default expected false positive probability of 3%.
160 * @param expectedInsertions the number of expected insertions to the constructed
172 * n: expected insertions
188 * expected insertions and total number of bits in the Bloom filter.
192 * @param n expected insertions (must be positive
    [all...]
  /ndk/build/tools/toolchain-patches/gcc/
0003-Work-around-for-Android-__cxa_finalize-bug.patch 9 1 files changed, 8 insertions(+), 0 deletions(-)
0005-Use-the-correct-CRT-files-with-shared-link-option.patch 10 1 files changed, 2 insertions(+), 2 deletions(-)
0001-Enable-C-exceptions-and-RTTI-by-default.patch 12 1 files changed, 2 insertions(+), 2 deletions(-)
0002-gcc-prevent-crash-on-Eclair-and-older-platforms.patch 27 1 files changed, 13 insertions(+), 0 deletions(-)
0006-Disable-libstdc-versioning.patch 13 2 files changed, 6 insertions(+), 3 deletions(-)
0004-Enable-x86-gcc-defaults.patch 15 4 files changed, 37 insertions(+), 11 deletions(-)
0007-gcc-mips.patch 14 4 files changed, 47 insertions(+), 8 deletions(-)
  /ndk/build/tools/toolchain-patches/gdb/
0002-ndk-Fix-signal-handling-in-gdbserver-6.6.patch 9 1 files changed, 12 insertions(+), 0 deletions(-)
0003-ndk-Fix-missing-files-checking-in-gdbserver-7.1.x.patch 9 1 files changed, 6 insertions(+), 0 deletions(-)
0004-ndk-Fix-MIPS-builds-on-Darwin.patch 10 2 files changed, 3 insertions(+), 1 deletions(-)
  /external/chromium/net/base/
ssl_client_auth_cache.h 21 // The parameter for doing lookups, insertions, and deletions is the server's
  /external/chromium/net/ftp/
ftp_auth_cache.h 18 // The parameter for doing lookups, insertions, and deletions is a GURL of the
  /external/protobuf/src/google/protobuf/compiler/
mock_code_generator.cc 63 const string& insertions,
82 if (!insertions.empty()) {
83 SplitStringUsing(insertions, ",", &insertion_list);
mock_code_generator.h 70 // |insertions| is a comma-separated list of names of MockCodeGenerators which
74 const string& insertions,
  /external/clang/include/clang/Rewrite/
DeltaTree.h 37 /// This includes all insertions or delections that occurred *before* the
  /external/guava/guava-tests/test/com/google/common/hash/
BloomFilterTest.java 19 * Sanity checking with many combinations of false positive rates and expected insertions
  /ndk/build/tools/toolchain-patches/build/
0003-ndk-Add-MIPS-support-to-configure-scripts.patch 10 2 files changed, 10 insertions(+), 0 deletions(-)
0002-Options-brought-in-from-core-combo-for-IA.patch 8 1 files changed, 29 insertions(+), 0 deletions(-)
  /external/stlport/test/eh/
test_bit_vector.cpp 92 // Test insertions
  /external/hyphenation/patches/
0001-Ehhance-hyphenation-dictionary-reading-from-characte.patch 14 2 files changed, 60 insertions(+), 12 deletions(-)
  /external/llvm/docs/HistoricalNotes/
2003-06-26-Reoptimizer2.txt 30 It does copy insertions for PHIs, which it infers from the machine
  /external/llvm/include/llvm/ADT/
edit_distance.h 39 /// \returns the minimum number of element insertions, removals, or (if
  /external/svox/pico/lib/
picotrns.h 44 * For lingware developers: Insertions are always interpreted "to the right"

Completed in 481 milliseconds

1 2 3 4 5 6 7