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

<<31323334353637383940>>

  /external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
wpa_background.sgml 35 40-bit keys, 24-bit initialization vector (IV), and CRC32 to
48 per-packet RC4 keys. In addition, it implements replay protection,
51 <para>Keys can be managed using two different mechanisms. WPA can
53 EAP just like IEEE 802.1X is using or pre-shared keys without need
61 keys between the Authenticator and Supplicant. This handshake is
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentMap.java 27 * @param <K> the type of keys maintained by this map
55 * and this map does not permit null keys or values
82 * and this map does not permit null keys or values
108 * and this map does not permit null keys or values
137 * and this map does not permit null keys or values
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MoreKeysPanel.java 68 * Dismisses the more keys panel and calls the controller's onDismissMoreKeysPanel to remove
74 * Process a move event on the more keys panel.
84 * Process a down event on the more keys panel.
94 * Process an up event on the more keys panel.
122 * Return the view containing the more keys panel.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_misc.py 58 # string keys but FREE_DBT() was always being told to free it when the
81 keys = db1.keys()
82 keys.sort()
83 self.assertEqual(['a', 'a\x00', 'a\x00a', 'aaa'], keys)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_misc.py 58 # string keys but FREE_DBT() was always being told to free it when the
81 keys = db1.keys()
82 keys.sort()
83 self.assertEqual(['a', 'a\x00', 'a\x00a', 'aaa'], keys)
  /system/core/libutils/tests/
LruCache_test.cpp 107 void assertInstanceCount(ssize_t keys, ssize_t values) {
108 if (keys != ComplexKey::instanceCount || values != ComplexValue::instanceCount) {
109 FAIL() << "Expected " << keys << " keys and " << values << " values "
110 "but there were actually " << ComplexKey::instanceCount << " keys and "
  /external/bluetooth/bluedroid/stack/btm/
btm_ble.c 815 p_dev_rec->ble.keys.local_counter++;
817 p_dev_rec->ble.keys.counter++;
820 p_dev_rec->ble.keys.local_counter,
821 p_dev_rec->ble.keys.counter);
870 if (p_dev_rec && p_dev_rec->ble.keys.div)
873 *p_div = p_dev_rec->ble.keys.div;
884 ** an BLE key. SMP is internal, whereas all the keys shall
912 memcpy(p_rec->ble.keys.ltk, p_keys->penc_key.ltk, BT_OCTET16_LEN);
913 memcpy(p_rec->ble.keys.rand, p_keys->penc_key.rand, BT_OCTET8_LEN);
914 p_rec->ble.keys.sec_level = p_keys->penc_key.sec_level
    [all...]
  /external/chromium_org/third_party/lcov/bin/
lcov 1117 foreach $filename (keys(%result))
1125 if (scalar(keys(%{$sumcount})) == 0)
1131 foreach $testname (keys(%{$testdata}))
1134 scalar(keys(%{$testdata->{$testname}})) == 0)
1141 $data->{"found"} = scalar(keys(%{$sumcount}));
1144 foreach (keys(%{$sumcount}))
1152 $data->{"f_found"} = scalar(keys(%{$sumfnccount}));
1155 foreach (keys(%{$sumfnccount})) {
1163 if (scalar(keys(%result)) == 0)
1260 foreach $line (keys(%data1)
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_host.h 98 // cryptographer's pending keys to be passed on to the frontend in order to
203 // - |is_explicit| is true and we have pending keys.
205 // - If there are pending keys, we try to decrypt them. If decryption works,
208 // - If there are no pending keys, data is encrypted with |passphrase| (this
214 // be used to decrypt a locally cached copy of encrypted keys; returns true
215 // otherwise. If new encrypted keys arrive during the asynchronous call,
217 // call this when there are no pending keys.
286 // Whether or not we are syncing encryption keys.
297 // True if the cryptographer has any keys available to attempt decryption.
462 // keys that were cached during NotifyPassphraseRequired. Returns true i
    [all...]
  /external/chromium_org/media/tools/layout_tests/
layouttest_analyzer_helpers.py 35 contains the following keys: 'whole','skip','nonskip'. The value of 'whole'
53 The value of the map is a map that contains the following keys:
69 if any([True for x in value['te_info'] if set(x.keys()) ==
148 delta = len(self.result_map['whole'].keys()) - (
149 len(self.result_map['skip'].keys()))
153 return 100 - len(self.result_map['nonskip'].keys()) * 100 / delta
178 stats = ','.join([current_time, str(len(self.result_map['whole'].keys())),
179 str(len(self.result_map['skip'].keys())),
180 str(len(self.result_map['nonskip'].keys())),
194 issues_txt += ' '.join(te_info.keys()) + ',' + test_name + ',
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/doc/
index.html 12 The <code>leveldb</code> library provides a persistent key value store. Keys and
13 values are arbitrary byte arrays. The keys are ordered within the key
76 delete of key1, the same value may be left stored under multiple keys.
170 The following variation shows how to process just the keys in the
217 <code>std::string</code> since we do not need to copy potentially large keys and
219 C-style strings since <code>leveldb</code> keys and values are allowed to
308 third part to the keys processed by <code>TwoPartComparator</code>),
310 for new keys (c) change the comparator function so it uses the
311 version numbers found in the keys to decide how to interpret them.
321 <code>leveldb</code> groups adjacent keys together into the same block and such
    [all...]
  /external/sepolicy/tools/
check_seapp.c 448 /* hdestroy() frees comparsion keys for non glibc */
465 * @param keys
466 * Keys from a rule line to map
468 * The length of the keys array
470 * The line number the keys were extracted from
474 static rule_map *rule_map_new(kvp keys[], unsigned int num_of_keys, int lineno) {
488 /* For all the keys in a rule line*/
490 k = &(keys[i]);
513 log_info("Validating keys!\n");
546 log_error("Strange, no keys found, input file corrupt perhaps?\n")
873 kvp keys[KVP_NUM_OF_RULES]; local
    [all...]
  /frameworks/base/core/java/android/view/
KeyCharacterMap.java 30 * Describes the keys provided by a keyboard device and their associated labels.
84 * and toggled / locked shift and alt keys.
95 * by pressing keys on the keyboard without on-screen support or affordances such
106 * A special function keyboard consists only of non-printing keys such as
125 * Modifier keys may be chorded with character keys.
132 * Modifier keys may be chorded with character keys or they may toggle
151 /* Characters used to display placeholders for dead keys. */
413 * symbolic entry on keyboards where certain keys serve dual functio
    [all...]
  /cts/suite/audio_quality/lib/src/task/
TaskGeneric.cpp 116 void TaskGeneric::registerSupportedStringAttributes(const android::String8* keys[])
119 while (keys[i] != NULL) {
120 mAllowedStringAttributes.insert(*keys[i]);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
ListResourceBundleTest.java 37 Enumeration<String> keys = bundle.getKeys(); local
39 while (keys.hasMoreElements()) {
40 result.addElement(keys.nextElement());
  /external/apache-harmony/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
FilePreferencesImplTest.java 60 String[] names = uroot.keys();
67 names = uroot.keys();
72 names = uroot.keys();
  /external/apache-xml/src/main/java/org/apache/xml/utils/
StringToIntTable.java 25 * number strings being keys, and the odd number strings being values.
181 * Return array of keys in the table.
185 public final String[] keys() method in class:StringToIntTable
  /external/chromium/chrome/browser/chromeos/input_method/
xkeyboard.h 46 // change the current mapping of the modifier keys. Returns true on success.
49 // Remaps modifier keys. This function does not change the current keyboard
51 // Notice: For now, you can't remap Left Control and Left Alt keys to CapsLock.
  /external/chromium_org/base/
path_service.h 20 // The path service is a global table mapping keys to file system paths. It is
53 // To extend the set of supported keys, you can register a path provider,
64 // key_end)" of supported path keys.
  /external/chromium_org/chrome/browser/chromeos/login/screens/
screen_context.h 73 // Applies changes from |diff| to the context. All keys from |diff|
74 // are stored in |keys|.
76 std::vector<std::string>* keys);
  /external/chromium_org/chrome/browser/extensions/api/declarative_content/
content_action.cc 24 namespace keys = declarative_content_constants;
105 factory_methods[keys::kShowPageAction] =
136 action_dict->GetString(keys::kInstanceType, &instance_type));
  /external/chromium_org/chrome/browser/extensions/api/storage/
syncable_settings_storage.h 36 virtual size_t GetBytesInUse(const std::vector<std::string>& keys) OVERRIDE;
39 virtual ReadResult Get(const std::vector<std::string>& keys) OVERRIDE;
48 virtual WriteResult Remove(const std::vector<std::string>& keys) OVERRIDE;
  /external/chromium_org/chrome/browser/extensions/api/web_request/
upload_data_presenter.cc 22 namespace keys = extension_web_request_api_constants;
92 subtle::AppendKeyValuePair(keys::kRequestBodyRawBytesKey,
99 subtle::AppendKeyValuePair(keys::kRequestBodyRawFileKey,
  /external/chromium_org/chrome/browser/policy/
registry_dict_win.h 49 // Clears all keys.
62 // Merge keys and values from |other|, giving precedence to |other|.
78 const KeyMap& keys() const { return keys_; } function in class:policy::RegistryDict
  /external/chromium_org/chrome/browser/value_store/
leveldb_value_store.h 34 virtual size_t GetBytesInUse(const std::vector<std::string>& keys) OVERRIDE;
37 virtual ReadResult Get(const std::vector<std::string>& keys) OVERRIDE;
46 virtual WriteResult Remove(const std::vector<std::string>& keys) OVERRIDE;

Completed in 2553 milliseconds

<<31323334353637383940>>