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

<<41424344454647484950>>

  /external/guava/guava/src/com/google/common/collect/
StandardRowSortedTable.java 31 * Implementation of {@code Table} whose iteration ordering across row keys is
33 * iterations across the columns keys for a single row key may or may not be
41 * <p>Null keys and values are not supported.
53 * which return a Table view with rows keys in a given range. Create a
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
SingletonImmutableMap.java 31 // GWT compiler to infer the keys and values of the map that needs to be
  /external/ipsec-tools/src/racoon/samples/
racoon.conf.sample-plainrsa 5 # This file shows the usage of PlainRSA keys, which are widely used
  /external/jsr305/ri/src/main/java/javax/annotation/
Syntax.java 39 * should ignore any keys they don't recognize.
  /external/linux-tools-perf/scripts/perl/
failed-syscalls.pl 37 keys %failed_syscalls) {
rwtop.pl 133 ($reads{$a}{bytes_read} || 0) } keys %reads) {
157 ($writes{$a}{bytes_written} || 0)} keys %writes) {
178 if ((scalar keys %unhandled) == 0) {
188 foreach my $event_name (keys %unhandled) {
  /external/linux-tools-perf/util/ui/
browser.h 36 void ui_browser__add_exit_keys(struct ui_browser *self, int keys[]);
  /external/markdown/markdown/
odict.py 3 A dictionary that keeps its keys in the order in which they're inserted.
18 self.keyOrder = data.keys()
64 def keys(self): member in class:OrderedDict
109 Replace the normal dict.__repr__ with a version that returns the keys
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_program.h 28 * Sampler information needed by VS, WM, and GS program cache keys.
  /external/objenesis/tck/src/org/objenesis/tck/
TCK.java 122 private Collection findAllDescriptions(List keys, Map descriptions) {
123 List results = new ArrayList(keys.size());
124 for(int i = 0; i < keys.size(); i++) {
125 results.add(descriptions.get(keys.get(i)));
  /external/openssh/
pathnames.h 26 * System-wide file containing host keys of known hosts. This file should be
64 * Per-user file containing host keys of known hosts. This file need not be
90 * File containing a list of those rsa keys that permit logging in as this
130 /* Location of ssh-pkcs11-helper to support keys in tokens */
ssh-add.0 39 If ssh-add has been run without arguments, the keys for the
42 matching keys will be removed from the agent. If no public key
46 Remove keys provided by the PKCS#11 shared library pkcs11.
55 Add keys provided by the PKCS#11 shared library pkcs11.
ssh-agent.0 11 ssh-agent is a program to hold private keys used for public key
47 The agent initially does not have any private keys. Keys are added using
78 private keys are not exposed to clients using the agent.
ssh-pkcs11-helper.8 29 to access keys provided by a PKCS#11 token.
  /external/openssh/regress/
ssh2putty.sh 13 # XXX - support DSA keys too
  /external/openssl/patches/
README 33 keys.
  /external/qemu/android/
keycode-array.c 33 if (VERBOSE_CHECK(keys)) {
  /external/qemu/distrib/sdl-1.2.15/test/
README 20 testkeys List the available keyboard keys
  /external/qemu/
user-events-qemu.c 37 if (VERBOSE_CHECK(keys))
  /external/wpa_supplicant_8/src/eap_server/
ikev2.h 35 struct ikev2_keys keys; member in struct:ikev2_initiator_data
  /external/wpa_supplicant_8/src/tls/
tlsv1_client.h 39 int tlsv1_client_get_keys(struct tlsv1_client *conn, struct tls_keys *keys);
tlsv1_server.h 35 int tlsv1_server_get_keys(struct tlsv1_server *conn, struct tls_keys *keys);
  /frameworks/base/core/java/com/android/internal/widget/
PasswordEntryKeyboardView.java 42 // invalidate both shift keys
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardViewBase.java 38 * Handles intercepting of media keys that still work when the keyguard is
47 // Whether the volume keys should be handled by keyguard. If true, then
104 * Allows the media keys to work when the keyguard is showing.
105 * The media keys should be of no interest to the actual keyguard view(s),
  /frameworks/base/services/java/com/android/server/
SystemBackupAgent.java 58 // Use old keys to keep legacy data compatibility and avoid writing two wallpapers
69 String[] keys = new String[] { WALLPAPER_IMAGE_KEY, WALLPAPER_INFO_KEY }; local
75 keys = new String[] { WALLPAPER_INFO_KEY };
77 addHelper("wallpaper", new WallpaperBackupHelper(SystemBackupAgent.this, files, keys));

Completed in 1386 milliseconds

<<41424344454647484950>>