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

<<31323334353637383940>>

  /hardware/libhardware_legacy/audio/
AudioDumpInterface.h 54 virtual String8 getParameters(const String8& keys);
96 virtual String8 getParameters(const String8& keys);
147 virtual String8 getParameters(const String8& keys);
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
HandshakeCompletedEventTest.java 393 String keys; field in class:HandshakeCompletedEventTest.TestServer
399 public TestServer(boolean provideKeys, int clientAuth, String keys) throws Exception {
400 this.keys = keys;
406 KeyManager[] keyManagers = provideKeys ? getKeyManagers(keys) : null;
476 private String keys; field in class:HandshakeCompletedEventTest.TestClient
480 public TestClient(boolean provideKeys, String keys) {
481 this.keys = keys;
489 KeyManager[] keyManagers = provideKeys ? getKeyManagers(keys) : null
    [all...]
SSLSessionTest.java 476 String keys; field in class:SSLSessionTest.TestServer
484 public TestServer(boolean provideKeys, int clientAuth, String keys) throws Exception {
485 this.keys = keys;
491 store = provideKeys ? getKeyStore(keys) : null;
559 private String keys; field in class:SSLSessionTest.TestClient
565 public TestClient(boolean provideKeys, String keys) {
566 this.keys = keys;
574 store = provideKeys ? getKeyStore(keys) : null
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerAlertFullScreen.java 93 // Handle key down and key up on a few of the system keys.
96 // Volume keys and camera keys stop all the timers
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/
HardwareKeyboardEventDecoder.java 28 * can be dead keys, they can be meta keys like shift or ctrl... This does not deal with
45 // The keyCode is the abstraction used by the KeyEvent to represent different keys that
  /packages/inputmethods/PinyinIME/res/xml/
skb_qwerty.xml 28 <keys splitter="|" labels="Q|W|E|R|T|Y|U|I|O|P"
33 <keys splitter="|" labels="A|S|D|F|G|H|J|K|L"
52 <keys splitter="|" labels="Z|X|C|V|B|N|M"
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/
prompt.py 101 keys = sorted (prompt_substitutions.keys())
102 for key in keys:
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/
prompt.py 101 keys = sorted (prompt_substitutions.keys())
102 for key in keys:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
StackViewer.py 108 def keys(self): member in class:VariablesTreeItem
109 return self.object.keys()
113 for key in self.keys():
config-main.def 12 # config-keys.def the default keybinding config file
19 # ~/.idlerc/config-keys.cfg the user keybinding config file
72 [Keys]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
StackViewer.py 108 def keys(self): member in class:VariablesTreeItem
109 return self.object.keys()
113 for key in self.keys():
config-main.def 12 # config-keys.def the default keybinding config file
19 # ~/.idlerc/config-keys.cfg the user keybinding config file
72 [Keys]
  /system/core/fs_mgr/
fs_mgr_priv.h 53 * is the location of the encryption keys. It can either be a path
54 * to a file or partition which contains the keys, or the word "footer"
55 * which means the keys are in the last 16 Kbytes of the partition
  /external/openssh/
ssh.c 173 /* Private host keys. */
812 * If we cannot access the private keys, load the public keys
816 sensitive_data.keys = NULL;
821 sensitive_data.keys = xcalloc(sensitive_data.nkeys,
824 sensitive_data.keys[i] = NULL;
827 sensitive_data.keys[0] = key_load_private_type(KEY_RSA1,
829 sensitive_data.keys[1] = key_load_private_cert(KEY_DSA,
832 sensitive_data.keys[2] = key_load_private_cert(KEY_ECDSA,
835 sensitive_data.keys[3] = key_load_private_cert(KEY_RSA
1488 Key **keys; local
    [all...]
  /cts/suite/pts/utils/
get_csv_report.py 117 #print self.results.keys()
155 keys = ["device", "board", "serial", "build", "data size"]
157 for i in xrange(len(keys)):
160 values.append(str(deviceResults[j].getInfoV(keys[i])))
161 reportInfo[keys[i]] = values
166 for key in deviceResult.getResults().keys():
  /external/bluetooth/bluedroid/btif/co/
bta_dm_co.c 327 ** *p_init_key - initiator keys.
328 ** *p_resp_key - responder keys.
350 ** Description This callout function is to load the local BLE keys if available
362 BTIF_TRACE_DEBUG0("bta_dm_co_ble_load_local_keys: Load local keys if any are persisted");
379 ** *p_init_key - initiator keys.
380 ** *p_resp_key - responder keys.
  /external/chromium/chrome/browser/extensions/
extension_debugger_api.cc 30 namespace keys = extension_debugger_api_constants;
153 extension_id_, keys::kOnDetach, json_args, profile, GURL());
232 extension_id_, keys::kOnEvent, json_args, profile, GURL());
256 keys::kNoTabError,
275 keys::kNotAttachedError,
298 keys::kAlreadyAttachedError,
  /external/chromium_org/chrome/browser/extensions/api/management/
management_api_browsertest.cc 26 namespace keys = extension_management_api_constants;
130 keys::kUninstallCanceledError));
254 EXPECT_TRUE(dict->GetStringASCII(keys::kDisabledReasonKey, &reason));
255 EXPECT_EQ(reason, std::string(keys::kDisabledReasonPermissionsIncrease));
261 SetEnabled(true, false, keys::kGestureNeededForEscalationError);
266 SetEnabled(true, true, keys::kUserDidNotReEnableError);
  /external/chromium_org/chrome/common/extensions/api/
storage.json 38 "name": "keys",
48 "description": "A single key to get, list of keys to get, or a dictionary specifying default values (see description of the object). An empty list or object will return an empty result object. Pass in <code>null</code> to get the entire contents of storage.",
72 "name": "keys",
77 "description": "A single key or list of keys to get the total usage for. An empty list will return 0. Pass in <code>null</code> to get the total usage of all of storage.",
120 "name": "keys",
125 "description": "A single key or a list of keys for items to remove."
  /external/chromium_org/chrome/common/extensions/docs/server2/
appengine_wrappers.py 41 A fake urlfetch class just needs to have a fetch method. The keys of the
141 return _BLOBS.keys()
167 def get_multi_async(self, keys, namespace='', time=0):
169 (k, memcache.get(k, namespace=namespace, time=time)) for k in keys))
180 def delete_multi(self, keys, namespace=''):
181 for k in keys:
  /external/chromium_org/content/browser/indexed_db/
indexed_db_callbacks.cc 220 const std::vector<IndexedDBKey>& keys,
223 DCHECK_EQ(keys.size(), primary_keys.size());
224 DCHECK_EQ(keys.size(), values.size());
236 for (size_t i = 0; i < keys.size(); ++i) {
237 msgKeys.push_back(keys[i]);
245 params.keys = msgKeys;
  /external/chromium_org/sync/internal_api/public/
sync_encryption_handler.h 70 // |pending_keys| is a copy of the cryptographer's pending keys, that may be
147 // keys, and a new implicit passphrase is provided, we try decrypting the
148 // pending keys with it, and if that fails, we cache the passphrase for
149 // re-encryption once the pending keys are decrypted.
157 // error to call this when we don't have pending keys.
168 // bag of encryption keys in the nigori node.
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/cocoa/
FontPlatformDataCocoa.mm 206 const void* keys[] = { kCTFontCascadeListAttribute };
209 RetainPtr<CFDictionaryRef> attributes(AdoptCF, CFDictionaryCreate(kCFAllocatorDefault, keys, values, WTF_ARRAY_LENGTH(keys), &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks));
228 const void* keys[] = { kCTFontFeatureSettingsAttribute };
230 RetainPtr<CFDictionaryRef> attributes(AdoptCF, CFDictionaryCreate(kCFAllocatorDefault, keys, values, WTF_ARRAY_LENGTH(keys), &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks));
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
gl_enums.py 171 keys = self.enum_table.keys()
172 keys.sort()
177 for enum in keys:
208 print 'static const unsigned reduced_enums[%u] =' % (len(keys))
210 for enum in keys:
  /external/guava/guava/src/com/google/common/cache/
Cache.java 33 * A semi-persistent mapping from keys to values. Cache entries are manually added using
81 * Returns a map of the values associated with {@code keys} in this cache. The returned map will
86 ImmutableMap<K, V> getAllPresent(Iterable<? extends K> keys);
105 * Discards any cached values for keys {@code keys}.
109 void invalidateAll(Iterable<?> keys);

Completed in 1383 milliseconds

<<31323334353637383940>>