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

  /external/protobuf/src/google/protobuf/compiler/
mock_code_generator.h 70 // |insertions| is a comma-separated list of names of MockCodeGenerators which
74 const string& insertions,
mock_code_generator.cc 63 const string& insertions,
82 if (!insertions.empty()) {
83 SplitStringUsing(insertions, ",", &insertion_list);
command_line_interface_unittest.cc 148 const string& insertions,
373 const string& insertions,
377 generator_name, parameter, insertions, proto_name, message_name,
    [all...]
  /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/webkit/PerformanceTests/SunSpider/tests/parse-only/
prototype-1.6.0.3.js     [all...]
concat-jquery-mootools-prototype.js     [all...]
  /external/google-diff-match-patch/name/fraser/neil/plaintext/
diff_match_patch.java 1366 int insertions = 0; local
    [all...]
  /external/grub/docs/
texinfo.tex 288 % does insertions, but you have to call it yourself.
    [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex 153 % does insertions itself, but you have to call it yourself.
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex 336 % does insertions, but you have to call it yourself.
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas     [all...]

Completed in 640 milliseconds