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

<<41424344454647484950>>

  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
SparseWeakArray.java 124 int[] keys = mKeys; local
134 keys[o] = keys[i];
276 * specified key, or a negative number if no keys map to the
279 * and that multiple keys can map to the same value and this will
311 * the key is greater than all existing keys in the array.
  /frameworks/support/v4/java/android/support/v4/util/
SparseArrayCompat.java 143 int[] keys = mKeys; local
151 keys[o] = keys[i];
285 * specified key, or a negative number if no keys map to the
288 * and that multiple keys can map to the same value and this will
322 * the key is greater than all existing keys in the array.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_recno.py 97 keys = d.keys()
99 print keys
100 self.assertIsInstance(keys, list)
101 self.assertIsInstance(keys[0], int)
102 self.assertEqual(len(keys), len(d))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_recno.py 97 keys = d.keys()
99 print keys
100 self.assertIsInstance(keys, list)
101 self.assertIsInstance(keys[0], int)
102 self.assertEqual(len(keys), len(d))
  /external/chromium_org/chrome/browser/policy/test/
policy_testserver.py 16 claimed to be managed. Other keys in the root dictionary identify request
496 policies: The source: a dictionary containing policies under keys
577 nkeys = len(self.server.keys)
580 signing_key = self.server.keys[current_key_index]
583 req_key = self.server.keys[msg.public_key_version - 1]['private_key']
677 private_key_paths: List of paths to read private keys from.
686 self.keys = []
688 # Load specified keys from the filesystem.
703 self.keys.append({ 'private_key' : key })
705 # Generate 2 private keys if none were passed from the command line
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
KeyboardStateSingleTouchTests.java 355 // Enter/release letter keys, switch back to alphabet.
362 // Enter/release into symbol letter keys, switch back to alphabet.
371 // Enter/release letter keys, switch back to alphabet (not alphabet shifted).
380 // Enter/release into symbol letter keys, switch back to alphabet (not alphabet shifted).
390 // Enter/release into symbol letter keys, switch back to alphabet shift locked.
397 // Enter/release letter keys, switch back to shift locked.
469 // Enter/release symbol shifted letter keys, switch back to symbols.
476 // Enter/release letter keys, switch back to symbols.
492 // Enter/release letter keys, switch back to symbols.
509 // Enter/release letter keys, switch back to symbols
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_multimap.h 83 * keys). For a @c multimap<Key,T> the key_type is Key, the mapped_type
311 * keys.
320 * the keys.
329 * keys.
338 * to the keys.
347 * keys.
356 * according to the keys.
365 * according to the keys.
374 * descending order according to the keys.
384 * the keys
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/debugger/
debugger_api.cc 64 namespace keys = debugger_api_constants;
401 keys::kOnDetach, args.Pass()));
451 keys::kOnEvent, args.Pass()));
478 format, keys::kTabTargetType, base::IntToString(*debuggee_.tab_id));
481 format, keys::kBackgroundPageTargetType, *debuggee_.extension_id);
484 format, keys::kOpaqueTargetType, *debuggee_.target_id);
496 keys::kAttachToWebUIError,
514 error_ = keys::kInvalidTargetError;
519 FormatErrorMessage(keys::kNoTargetError);
533 FormatErrorMessage(keys::kNotAttachedError)
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/web_navigation/
web_navigation_api.cc 43 namespace keys = web_navigation_api_constants;
456 keys::kOnReferenceFragmentUpdated,
464 keys::kOnHistoryStateUpdated,
476 keys::kOnCommitted,
823 this, keys::kOnBeforeNavigate);
825 this, keys::kOnCommitted);
827 this, keys::kOnCompleted);
829 this, keys::kOnCreatedNavigationTarget);
831 this, keys::kOnDOMContentLoaded);
833 this, keys::kOnHistoryStateUpdated)
    [all...]
  /external/wpa_supplicant_8/hostapd/
README 216 EAP/TLS generates a session key that can be used to send WEP keys from
222 keys for stations. This requires support for individual keys in the
225 WEP keys can be automatically updated by configuring rekeying. This
264 for protecting wireless networks. WEP uses RC4 with 40-bit keys,
277 per-packet RC4 keys. In addition, it implements replay protection,
280 Keys can be managed using two different mechanisms. WPA can either use
282 IEEE 802.1X is using or pre-shared keys without need for additional
288 Handshake) for generating and exchanging data encryption keys between
322 # For WPA-RADIUS/EAP, ieee8021x must be set (but without dynamic WEP keys),
    [all...]
  /libcore/luni/src/main/java/java/sql/
Statement.java 64 * Indicates that generated keys should not be accessible for retrieval.
69 * Indicates that generated keys should be accessible for retrieval.
157 * ResultSet}s. This method allows control of whether auto-generated Keys
167 * a flag indicating whether to make auto generated keys
182 * ResultSet}s. This method allows retrieval of auto generated keys
205 * ResultSet}s. This method allows retrieval of auto generated keys
291 * whether auto-generated Keys should be made available for retrieval.
299 * generated keys. Parameter must be one of {@code
313 * generated keys specified by the supplied array of column indexes.
333 * generated keys specified by the supplied array of column names
    [all...]
  /libcore/luni/src/main/java/java/util/
Properties.java 49 * A {@code Properties} object is a {@code Hashtable} where the keys and values
81 * The default values for keys not found in this {@code Properties}
210 Enumeration<?> keys = propertyNames(); local
211 while (keys.hasMoreElements()) {
212 String key = (String) keys.nextElement();
440 * Returns all of the property names (keys) in this {@code Properties} object.
445 return selected.keys();
449 * Returns those property names (keys) in this {@code Properties} object for which
452 * @return a set of keys in the property list
465 Enumeration<Object> keys = keys() local
    [all...]
  /external/openssh/
sshd.8 234 Only check the validity of the configuration file and sanity of the keys.
278 Protocol 2 supports DSA, ECDSA and RSA keys;
279 protocol 1 only supports RSA keys.
292 host and server keys.
466 specifies the files containing public keys for
477 Protocol 1 public keys consist of the following space-separated fields:
498 8 kilobytes, which permits DSA keys up to 8 kilobits and RSA
499 keys up to 16 kilobits.
510 and protocol 2 keys of 768 bits.
536 to restrict certain public keys to perform just a specific operation
    [all...]
  /external/v8/src/
array.js 39 // Gets a sorted array of array keys. Useful for operations on sparse
43 var keys = [];
52 keys.push(j);
60 keys.push(key);
65 keys.sort(function(a, b) { return a - b; });
66 return keys;
71 var keys = GetSortedArrayKeys(array, %GetArrayKeys(array, len));
73 var elements = new InternalArray(keys.length * 2);
75 for (var i = 0; i < keys.length; i++) {
76 var key = keys[i]
    [all...]
  /cts/suite/audio_quality/lib/include/task/
TaskGeneric.h 99 /// keys array should end with NULL
100 void registerSupportedStringAttributes(const android::String8* keys[]);
  /development/build/tools/
mk_sdk_repo_xml.sh 186 local KEYS="major minor micro preview"
189 while [[ -n "$VALUE" && -n "$KEYS" ]]; do
197 KEYS=""
199 K="${KEYS%% *}"
207 K="${KEYS#* }"
208 if [[ "$K" == "$KEYS" ]]; then KEYS=""; else KEYS="$K"; fi
  /development/tools/mkstubs/src/com/android/mkstubs/
AsmAnalyzer.java 85 Set<String> keys = classes.keySet(); local
86 for(Iterator<String> it = keys.iterator(); it.hasNext(); ) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
Antlr3.Runtime.Debug.csproj 21 <AssemblyOriginatorKeyFile>..\..\..\..\..\..\..\keys\antlr\Key.snk</AssemblyOriginatorKeyFile>
59 <None Include="..\..\..\..\..\..\..\keys\antlr\Key.snk">
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
Antlr3.Runtime.JavaExtensions.csproj 42 <AssemblyOriginatorKeyFile>..\..\..\..\..\..\..\keys\antlr\Key.snk</AssemblyOriginatorKeyFile>
83 <None Include="..\..\..\..\..\..\..\keys\antlr\Key.snk">
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
NodeSorter.java 66 * the criteria in the keys.
68 * @param keys a vector of NodeSortKeys.
73 public void sort(DTMIterator v, Vector keys, XPathContext support)
77 m_keys = keys;
231 // Use collation keys for faster compare, but note that whitespaces
368 * sorted, and arrays with duplicate keys.<BR>
468 // maxkey + 1 keys will only hit fairly rarely and therefore, we
469 // will get the node values for those keys dynamically.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/
PKCS5S1ParametersGenerator.java 10 * Generator for PBE derived keys and ivs as defined by PKCS 5 V2.0 Scheme 1.
26 * @param digest the digest to be used as the source of derived keys.
  /external/chromium/chrome/browser/chromeos/login/
owner_manager.h 24 // It handles generating the appropriate keys and storing them in the
68 // ensures that we have the keys we need. Then, computes the signature.
  /external/chromium/chrome/browser/
global_keyboard_shortcuts_mac.h 16 // Either one of vkey_code or key_char must be specified. For keys
71 // [charactersIgnoringModifiers] for command keys. Similarly, on german
  /external/chromium/chrome/browser/sync/
signin_manager.h 26 // pair for encryption keys.
66 // Sign a user out, removing the preference, erasing all keys
  /external/chromium/chrome/common/
chrome_paths.h 11 // This file declares path keys for the chrome module. These can be used with
90 // Call once to register the provider for the path keys defined above.

Completed in 2125 milliseconds

<<41424344454647484950>>