HomeSort by relevance Sort by last modified time
    Searched full:keys (Results 1201 - 1225 of 5906) sorted by null

<<41424344454647484950>>

  /external/chromium_org/third_party/leveldatabase/src/table/
block_builder.cc 5 // BlockBuilder generates blocks where keys are prefix-compressed:
9 // Furthermore, once every K keys, we do not apply the prefix
  /external/chromium_org/third_party/leveldatabase/src/util/
bloom.cc 35 virtual void CreateFilter(const Slice* keys, int n, std::string* dst) const {
53 uint32_t h = BloomHash(keys[i]);
  /external/chromium_org/third_party/libxslt/
libxslt.gyp 55 'libxslt/keys.c',
56 'libxslt/keys.h',
  /external/chromium_org/third_party/smhasher/src/
Stats.cpp 40 // dependent on the number of bins or the number of keys
42 // (as long as # keys > # bins * 3 or so, otherwise random fluctuations show up
  /external/chromium_org/third_party/tlslite/tlslite/
BaseDB.py 105 def keys(self): member in class:BaseDB
116 usernames = self.db.keys()
  /external/chromium_org/third_party/tlslite/tlslite/integration/
SMTP_TLS.py 30 shared-keys, or you can do certificate-based server
38 not compatible with shared-keys.
  /external/chromium_org/tools/telemetry/telemetry/core/chrome/
inspector_page.py 43 assert len(res['result'].keys()) == 0
50 assert len(res['result'].keys()) == 0
  /external/chromium_org/ui/base/accelerators/
accelerator.h 25 // This is a cross-platform class for accelerator keys used in menus.
78 // The state of the Shift/Ctrl/Alt keys.
  /external/chromium_org/ui/base/keycodes/
keyboard_code_conversion.cc 34 // Returns 0 for all other keys to avoid inputting unexpected chars.
52 // Returns 0 for all other keys to avoid inputting unexpected chars.
usb_keycode_map_unittest.cc 41 // Don't test keys with no native keycode mapping on this platform.
73 // Verify that the number of mapped keys is what we expect, i.e. we haven't
  /external/chromium_org/v8/tools/
gen-postmortem-metadata.py 441 keys = typeclasses.keys();
442 keys.sort();
443 for typename in keys:
454 keys = klasses.keys();
455 keys.sort();
456 for klassname in keys:
  /external/clang/test/CodeGen/
designated-initializers.c 106 int *keys; member in struct:S
116 .keys = 0,
  /external/dropbear/
auth.h 100 /* A singly linked list of signing keys */
106 /* filename? or the buffer? for encrypted keys, so we can later get
  /external/guava/guava/src/com/google/common/collect/
BiMap.java 28 * its values as well as that of its keys. This constraint enables bimaps to
30 * as this bimap but with reversed keys and values.
BstNode.java 29 * A reusable abstraction for a node in a binary search tree. Null keys are allowed.
47 * this node must have keys strictly less than {@code this.key}.
ForwardingMultimap.java 87 public Multiset<K> keys() { method in class:ForwardingMultimap
88 return delegate().keys();
HashBiMap.java 32 * allows null keys and values. A {@code HashBiMap} and its inverse are both
82 // Override these two methods to show that keys and values may be null
  /external/icu4c/test/intltest/
apicoll.h 92 * - comparison between collation keys
113 * This tests the sort keys generated by collator
  /external/linux-tools-perf/scripts/perl/
check-perf-trace.pl 77 if ((scalar keys %unhandled) == 0) {
87 foreach my $event_name (keys %unhandled) {
wakeup-latency.pl 86 if ((scalar keys %unhandled) == 0) {
96 foreach my $event_name (keys %unhandled) {
  /external/mdnsresponder/mDNSShared/
dnsextd.h 45 DomainAuthInfo * updateKeys; // linked list of keys for signing deletion updates
46 DomainAuthInfo * queryKeys; // linked list of keys for queries
  /external/openfst/src/extensions/far/
farscript.cc 80 const string &keys,
85 FarExtractArgs args(ifilenames, generate_filenames, keys,
  /external/openssh/contrib/redhat/
sshd.init.old 113 my_failure "Configuration file or keys"
121 # Create keys if necessary
  /external/qemu/android/skin/
keyboard.c 23 # define D(...) VERBOSE_PRINT(keys,__VA_ARGS__)
30 /** LAST PRESSED KEYS
31 ** a small buffer of last pressed keys, this is used to properly
226 /* first, handle the arrow keys directly */
278 /* special case for keypad keys, ignore them here if numlock is on */
316 * or wasn't used (when in raw keys mode)
366 /* these are qwerty keys not on a device keyboard */
439 /* first, try the keyboard-mode-independent keys */
  /external/qemu/android/utils/
intmap.h 16 * references. I.e. a dictionary where keys are integers, and values
25 /* Returns the number of keys stored in the map */

Completed in 1651 milliseconds

<<41424344454647484950>>