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

1 2 3 4 5 6 7 891011>>

  /external/clang/test/CodeGenObjC/
objc2-write-barrier-4.m 27 id *keys;
28 keys[idx] = 0;
  /external/clang/test/SemaObjCXX/
pointer-to-objc-pointer-conv.mm 17 G **keys;
18 [b bar:keys];
  /external/openssh/
PROTOCOL.agent 3 OpenSSH's agent supports managing keys for the standard SSH protocol
6 protocol 2 keys cannot see or affect protocol 1 keys and vice-versa.
8 Protocol 1 and protocol 2 keys are separated because of the differing
9 cryptographic usage: protocol 1 private RSA keys are used to decrypt
11 whereas protocol 2 RSA private keys are used to sign challenges with
18 messages refer to protocol 1 keys only. SSH2_* messages refer to
19 protocol 2 keys. Furthermore, the names also indicate whether the
26 Because of support for legacy SSH protocol 1 keys, OpenSSH's agent
78 2.2 Adding keys to the agen
    [all...]
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_GetModState.3 3 SDL_GetModState \- Get the state of modifier keys\&.
11 Returns the current state of the modifier keys (CTRL, ALT, etc\&.)\&.
  /external/wpa_supplicant_8/src/eap_common/
eap_ikev2_common.h 27 int eap_ikev2_derive_keymat(int prf, struct ikev2_keys *keys,
32 int eap_ikev2_validate_icv(int integ_alg, struct ikev2_keys *keys,
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
ExtendedKeyUsage.java 46 private List<String> keys; field in class:ExtendedKeyUsage
60 if (keys == null) {
61 keys = (List<String>) ASN1.decode(getEncoded());
63 return keys;
68 encoding = ASN1.encode(keys);
75 if (keys == null) {
77 keys = getExtendedKeyUsage();
85 for (Iterator<?> it = keys.iterator(); it.hasNext();) {
  /external/chromium_org/third_party/icu/source/i18n/unicode/
sortkey.h 28 * \brief C++ API: Keys for comparing strings multiple times.
44 * Collation keys are generated by the Collator class. Use the CollationKey objects
65 * CollationKey* keys = new CollationKey [3];
66 * myCollator->getCollationKey("Tom", keys[0], success );
67 * myCollator->getCollationKey("Dick", keys[1], success );
68 * myCollator->getCollationKey("Harry", keys[2], success );
70 * // Inside body of sort routine, compare keys this way:
72 * if(keys[0].compareTo( keys[1] ) > 0 ) {
73 * tmp = keys[0]; keys[0] = keys[1]; keys[1] = tmp
    [all...]
  /external/icu4c/i18n/unicode/
sortkey.h 28 * \brief C++ API: Keys for comparing strings multiple times.
44 * Collation keys are generated by the Collator class. Use the CollationKey objects
65 * CollationKey* keys = new CollationKey [3];
66 * myCollator->getCollationKey("Tom", keys[0], success );
67 * myCollator->getCollationKey("Dick", keys[1], success );
68 * myCollator->getCollationKey("Harry", keys[2], success );
70 * // Inside body of sort routine, compare keys this way:
72 * if(keys[0].compareTo( keys[1] ) > 0 ) {
73 * tmp = keys[0]; keys[0] = keys[1]; keys[1] = tmp
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_idle_api_constants.h 11 // Keys.
extension_infobar_module_constants.h 13 // Keys.
extension_page_actions_module_constants.h 13 // Keys.
extension_pref_value_map.cc 92 std::set<std::string> keys; // keys set by this extension
93 GetExtensionControlledKeys(*(i->second), &keys);
98 NotifyPrefValueChanged(keys);
107 std::set<std::string> keys; // keys set by this extension
108 GetExtensionControlledKeys(*(i->second), &keys);
110 NotifyPrefValueChanged(keys);
209 // Collect all currently used keys and notify the new observer.
210 std::set<std::string> keys; local
    [all...]
  /external/chromium/chrome/common/
switch_utils.h 16 // Remove the keys that we shouldn't pass through during restart.
  /external/chromium_org/base/
base_paths_mac.h 8 // This file declares Mac-specific path keys for the base module.
  /external/chromium_org/cc/test/
paths.h 19 // Call once to register the provider for the path keys defined above.
  /external/chromium_org/chrome/browser/chromeos/attestation/
attestation_key_payload.proto 13 // Enterprise Machine Keys to determine if the certificate has been uploaded
  /external/chromium_org/chrome/browser/extensions/api/bookmark_manager_private/
bookmark_manager_private_api_constants.h 11 // Keys.
  /external/chromium_org/chrome/browser/extensions/api/extension_action/
extension_page_actions_api_constants.h 12 // Keys.
  /external/chromium_org/chrome/browser/extensions/api/storage/
settings_storage_quota_enforcer.h 15 // of setting keys, for a delegate storage area.
35 virtual size_t GetBytesInUse(const std::vector<std::string>& keys) OVERRIDE;
38 virtual ReadResult Get(const std::vector<std::string>& keys) OVERRIDE;
47 virtual WriteResult Remove(const std::vector<std::string>& keys) OVERRIDE;
  /external/chromium_org/chrome/common/extensions/api/file_browser_handlers/
file_browser_handler.cc 19 namespace keys = extension_manifest_keys;
119 extension->GetManifestData(keys::kFileBrowserHandlers));
142 if (!file_browser_handler->HasKey(keys::kPageActionId) ||
143 !file_browser_handler->GetString(keys::kPageActionId, &handler_id)) {
151 if (!file_browser_handler->HasKey(keys::kPageActionDefaultTitle) ||
152 !file_browser_handler->GetString(keys::kPageActionDefaultTitle, &title)) {
160 if (file_browser_handler->HasKey(keys::kFileAccessList)) {
161 if (!file_browser_handler->GetList(keys::kFileAccessList,
186 if (!file_browser_handler->HasKey(keys::kFileFilters) ||
187 !file_browser_handler->GetList(keys::kFileFilters, &file_filters))
    [all...]
  /external/chromium_org/chrome/common/mac/
mock_launchd.cc 130 const void *keys[] = { env_var }; local
132 COMPILE_ASSERT(arraysize(keys) == arraysize(values), array_sizes_must_match);
134 keys,
136 arraysize(keys),
151 const void *keys[] = { program, program_pid }; local
158 COMPILE_ASSERT(arraysize(keys) == arraysize(values), array_sizes_must_match);
160 keys,
162 arraysize(keys),
178 const void *keys[] = { program, program_args }; local
180 COMPILE_ASSERT(arraysize(keys) == arraysize(values)
242 const void *keys[] = { program, program_args, socket_key }; local
    [all...]
  /external/chromium_org/chrome/common/
switch_utils.h 15 // Remove the keys that we shouldn't pass through during restart.
  /external/chromium_org/content/shell/android/
shell_descriptors.h 8 // This is a list of global descriptor keys to be used with the
  /external/chromium_org/ipc/
ipc_descriptors.h 8 // This is a list of global descriptor keys to be used with the
  /external/chromium_org/third_party/tlslite/test/
clientCryptoIDChain.xml 10 <publicKeys keys="A">

Completed in 28 milliseconds

1 2 3 4 5 6 7 891011>>