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

1 2 3 4 5 6 7 8 910

  /external/icu4c/layout/
LEInsertionList.h 49 * This class is used to keep track of insertions to an array of
50 * <code>LEGlyphIDs</code>. The insertions are kept on a linked
52 * doesn't have to be grown for each insertion. The insertions are
54 * to do the insertions.
56 * The insertions are applied to the array by calling the
59 * apply the individual insertions.
167 * 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...]
  /external/chromium_org/media/cast/net/rtp_sender/packet_storage/
packet_storage_unittest.cc 34 Packet test_123(100, 123); // 100 insertions of the value 123.
60 Packet test_123(100, 123); // 100 insertions of the value 123.
80 Packet test_123(100, 123); // 100 insertions of the value 123.
81 Packet test_234(200, 234); // 200 insertions of the value 234.
  /external/chromium_org/third_party/skia/src/core/
SkBBoxHierarchy.h 55 * If any insertions have been deferred, this forces them to be inserted
67 * Gets the number of insertions
SkTileGrid.h 47 * @param defer Ignored, TileArray does not defer insertions
62 * Gets the number of insertions
  /external/skia/src/core/
SkBBoxHierarchy.h 55 * If any insertions have been deferred, this forces them to be inserted
67 * Gets the number of insertions
SkTileGrid.h 47 * @param defer Ignored, TileArray does not defer insertions
62 * Gets the number of insertions
  /ndk/sources/cxx-stl/llvm-libc++/patches.android/
0001-Support-building-with-GCC-4.6.patch 8 1 file changed, 8 insertions(+)
0002-include-regex-Support-building-with-GCC-4.6.patch 8 1 file changed, 5 insertions(+), 1 deletion(-)
0003-src-new.cpp-Support-building-with-GAbi.patch 8 1 file changed, 8 insertions(+), 4 deletions(-)
  /ndk/sources/third_party/googletest/patches.ndk/
0001-Allow-clone-usage-on-MIPS.patch 14 1 file changed, 3 insertions(+), 2 deletions(-)
0002-Work-around-broken-abort-on-Android-MIPS.patch 11 1 file changed, 3 insertions(+)
0003-Allow-clone-usage-on-X86.patch 12 1 file changed, 2 insertions(+), 3 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/chromium_org/net/ftp/
ftp_auth_cache.h 18 // The parameter for doing lookups, insertions, and deletions is a GURL of the
  /external/chromium_org/net/ssl/
ssl_client_auth_cache.h 22 // The parameter for doing lookups, insertions, and deletions is the server's
  /ndk/build/tools/toolchain-patches/mclinker/
0005-Fixed-darwin-ld.mcld-GNU-m-emulation-fail.patch 12 1 file changed, 2 insertions(+), 2 deletions(-)
  /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/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
mock_code_generator.cc 74 const string& insertions,
94 if (!insertions.empty()) {
95 SplitStringUsing(insertions, ",", &insertion_list);
mock_code_generator.h 74 // |insertions| is a comma-separated list of names of MockCodeGenerators which
80 const string& insertions,
  /external/clang/include/clang/Rewrite/Core/
DeltaTree.h 39 /// 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
  /external/llvm/test/CodeGen/SystemZ/
insert-03.ll 1 ; Test insertions of 16-bit constants into one half of an i32.

Completed in 1882 milliseconds

1 2 3 4 5 6 7 8 910