/external/iproute2/doc/ |
ss.sgml | 123 <item><tt/bucket/ - for TCP minisockets (<tt/TIME-WAIT|SYN-RECV/) 380 <item><tt/bucket/ - states, which are maintained as minisockets, i.e. 382 <item><tt/big/ - opposite to <tt/bucket/
|
/packages/apps/Gallery/src/com/android/camera/ |
ImageGallery.java | 191 String bucket = thisUri.getQueryParameter("bucketId"); 192 if (bucket != null) { 194 .appendQueryParameter("bucketId", bucket) [all...] |
/ndk/sources/host-tools/make-3.81/po/ |
es.po | [all...] |
ja.po | [all...] |
ko.po | [all...] |
zh_CN.po | [all...] |
/external/chromium/chrome/browser/sync/syncable/ |
model_type.cc | 345 // if we feel the min, max, or bucket count amount are not appropriate.
|
/external/chromium/net/base/ |
ssl_false_start_blacklist_process.cc | 226 fprintf(stderr, "Largest bucket has %d entries\n", max_bucket_size);
|
/external/replicaisland/res/values/ |
kyle.xml | 55 You followed us down here, didn?t you? You slimy, spying little bucket of transistors. We do all the work and you just tag along, is that how it is? Mr. Rokudou takes all the risk and Kabocha just rides on his coattails, all the way to The Source? You?re even more pathetic than I thought.
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
LocalAlbumSet.java | 185 // Move camera and download bucket to the front, while keeping the
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
HashMapTest.java | 455 assertEquals("Failed adding to bucket containing null", "short", m 457 assertEquals("Failed adding to bucket containing null2", "int", m
|
HashtableTest.java | 220 // these three elements hash to the same bucket in a 7 element Hashtable 508 // these three elements hash to the same bucket in a 7 element Hashtable
|
LinkedHashMapTest.java | 171 assertEquals("Failed adding to bucket containing null", "short", m.get( 173 assertEquals("Failed adding to bucket containing null2", "int", m.get(
|
/external/v8/src/ |
string-search.h | 491 int bucket = (sizeof(PatternChar) == 1) ? c : c % AlphabetSize(); local 492 bad_char_occurrence[bucket] = i;
|
/libcore/luni/src/test/java/tests/api/java/util/ |
HashtableTest.java | 269 // // these three elements hash to the same bucket in a 7 element Hashtable 560 // // these three elements hash to the same bucket in a 7 element Hashtable
|
LinkedHashMapTest.java | 164 assertEquals("Failed adding to bucket containing null", "short", m.get( 166 assertEquals("Failed adding to bucket containing null2", "int", m.get(
|
/external/tcpdump/ |
print-rsvp.c | 362 { 127, "Token Bucket TSpec" }, 559 * | Token Bucket Rate [r] (32-bit IEEE floating point number) | 561 * | Token Bucket Size [b] (32-bit IEEE floating point number) | 573 printf("\n\t\tToken Bucket Rate: %.10g Mbps", bw.f/125000); 575 printf("\n\t\tToken Bucket Size: %.10g bytes", bw.f); [all...] |
/external/yaffs2/yaffs2/ |
yaffs_guts.c | 1404 int bucket; local 1522 int bucket = yaffs_FindNiceObjectBucket(dev); local 1556 int bucket = yaffs_HashFunction(in->objectId); local 1566 int bucket = yaffs_HashFunction(number); local [all...] |
/external/elfutils/src/ |
readelf.c | 56 N_("Display histogram of bucket list lengths") }, 123 /* True if bucket list length histogram should be printed. */ 2400 Elf32_Word *bucket; local [all...] |
/frameworks/base/services/java/com/android/server/net/ |
NetworkStatsService.java | [all...] |
/external/chromium/chrome/browser/extensions/ |
sandboxed_extension_unpacker.cc | 261 // If there are errors in that extra bucket, we will know to expand
|
/external/chromium/chrome/common/ |
metrics_helpers.cc | 542 CHECK(false); // Crash for the bucket order corruption.
|
/external/chromium/net/disk_cache/ |
backend_impl.h | 285 // on the list of entries with the same hash (or bucket). To look for a parent
|
/external/guava/src/com/google/common/collect/ |
ImmutableSet.java | 269 // Came to an empty bucket. Put the element here.
|
/external/iptables/libiptc/ |
libiptc.c | 301 * A nice property of the chain index, is that the "bucket" list 303 * change this). Oppose to hashing, where the "bucket" list length can 314 * To mitigate the performance penalty of longer bucket lists and the 628 * is located in the same index bucket. [all...] |