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

<<11121314151617181920>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_dictviews.py 19 keys = d.viewkeys()
20 self.assertEqual(len(keys), 2)
21 self.assertEqual(set(keys), set([1, "a"]))
22 self.assertEqual(keys, set([1, "a"]))
23 self.assertNotEqual(keys, set([1, "a", "b"]))
24 self.assertNotEqual(keys, set([1, "b"]))
25 self.assertNotEqual(keys, set([1]))
26 self.assertNotEqual(keys, 42)
27 self.assertIn(1, keys)
28 self.assertIn("a", keys)
    [all...]
  /external/guava/guava-tests/test/com/google/common/cache/
EmptyCachesTest.java 116 Set<Object> keys = cache.asMap().keySet(); local
118 keys.toArray(null);
149 Set<Object> keys = cache.asMap().keySet(); local
150 keys.clear();
151 checkEmpty(keys);
158 Set<Object> keys = cache.asMap().keySet(); local
159 assertFalse(keys.remove(null));
160 assertFalse(keys.remove(6));
161 assertFalse(keys.remove(-6));
162 assertFalse(keys.removeAll(asList(null, 0, 15, 1500)))
174 Set<Object> keys = cache.asMap().keySet(); local
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_condition_attribute.cc 35 namespace keys = extensions::declarative_webrequest_constants;
49 keys::kResourceTypeKey,
54 keys::kContentTypeKey,
58 keys::kExcludeContentTypeKey,
63 keys::kRequestHeadersKey,
67 keys::kExcludeRequestHeadersKey,
72 keys::kResponseHeadersKey,
76 keys::kExcludeResponseHeadersKey,
81 keys::kThirdPartyKey,
86 keys::kStagesKey
    [all...]
  /external/wpa_supplicant_8/src/eap_common/
eap_fast_common.c 99 struct tls_keys keys; local
117 if (tls_connection_get_keys(ssl_ctx, conn, &keys))
120 rnd = os_malloc(keys.client_random_len + keys.server_random_len);
124 os_memcpy(rnd, keys.server_random, keys.server_random_len);
125 os_memcpy(rnd + keys.server_random_len, keys.client_random,
126 keys.client_random_len);
129 "expansion", keys.master_key, keys.master_key_len)
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
LogStatement.java 34 * A LogStatement contains a name, keys, and flags about whether the {@code Object[] values}
35 * associated with the {@code String[] keys} are likely to reveal information about the user. The
55 // Keys for internal key/value pairs
84 final boolean isPotentiallyRevealing, final String... keys) {
88 mKeys = (keys == null) ? NULL_KEYS : keys;
111 * keys. So the values must be passed in as an argument.
113 * @param queryKey the String that is tested by {@code String.equals()} to the keys in the
119 * @returns {@true} if {@code queryKey} exists in the keys for this LogStatement, and {@code
122 * @throws IllegalArgumentException if {@code values.length} is not equal to keys().length(
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/proxy/
proxy_api_helpers_unittest.cc 17 namespace keys = proxy_api_constants;
32 dict->SetString(keys::kProxyConfigRuleHost, host);
42 dict->SetString(keys::kProxyConfigRuleScheme, schema);
43 dict->SetString(keys::kProxyConfigRuleHost, host);
44 dict->SetInteger(keys::kProxyConfigRulePort, port);
79 keys::kProxyConfigMode,
88 proxy_config.SetString(keys::kProxyConfigMode, "foobar");
104 keys::kProxyConfigMode,
117 pacScriptDict->SetString(keys::kProxyConfigPacScriptUrl, kSamplePacScriptUrl);
118 proxy_config.Set(keys::kProxyConfigPacScript, pacScriptDict)
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/fx/
options.html 47 var keys = new Array();
49 keys.push(key);
52 keys.sort();
53 for (var index in keys) {
54 var key = keys[index];
  /external/chromium_org/ash/keyboard_overlay/
keyboard_overlay_view_unittest.cc 45 // Verifies that there are no redunduant keys in the canceling keys.
63 // open keys.
69 // Other canceling keys should be same as opening keys.
  /external/chromium_org/chrome/browser/extensions/api/web_request/
upload_data_presenter_unittest.cc 12 namespace keys = extension_web_request_api_constants;
16 // This only tests the handling of dots in keys. Other functionality is covered
63 keys::kRequestBodyRawBytesKey, expected_a.release(), &expected_list);
65 keys::kRequestBodyRawFileKey, expected_b.release(), &expected_list);
67 keys::kRequestBodyRawBytesKey, expected_c.release(), &expected_list);
  /external/chromium_org/chrome/browser/extensions/
browser_extension_window_controller.cc 32 namespace keys = extensions::tabs_constants;
36 return keys::kWindowTypeValuePopup;
38 return keys::kWindowTypeValueApp;
39 return keys::kWindowTypeValueNormal;
53 result->Set(keys::kTabsKey, ExtensionTabUtil::CreateTabList(browser_,
  /external/chromium_org/tools/json_schema_compiler/test/
functions_on_types_unittest.cc 17 EXPECT_FALSE(params->keys);
32 ASSERT_TRUE(params->keys);
33 EXPECT_EQ("test", *params->keys->as_string);
44 ASSERT_TRUE(params->keys);
46 &params->keys->as_object->additional_properties));
  /external/chromium_org/ui/base/gtk/
event_synthesis_gtk.cc 28 GdkKeymapKey* keys; local
32 event->key.keyval, &keys, &n_keys)) {
33 event->key.hardware_keycode = keys[0].keycode;
34 event->key.group = keys[0].group;
35 g_free(keys);
  /external/iproute2/man/man8/
lnstat.8 30 Dump list of available files/keys.
38 .B \-k, \-\-keys k,k,k,...
39 Display only keys specified.
52 Select the specified files and keys.
67 Display statistics for keys entries, in_hit and in_slow_tot of field rt_cache every second.
  /external/openssh/
README.dns 1 How to verify host keys using OpenSSH and DNS
4 OpenSSH contains support for verifying host keys using DNS as described in
18 file containing the public host key file. If you have multiple keys,
30 (2) Client: Enable ssh to verify host keys using DNS
32 To enable the ssh client to verify host keys using DNS, you have to
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/matchers/
StartedServiceMatcher.java 40 * Check if the class of the intent and the keys of the intent's extras match
70 // Test that both intent extras have the same keys
71 Set<String> keys = shadowIntent.getExtras().keySet(); local
73 intentsMatch = keys.equals(expectedKeys);
75 message += "did not get the same extras keys";
  /packages/inputmethods/LatinIME/java/res/color/
key_text_color_ics.xml 18 <!-- Functional keys. -->
24 <!-- Action keys. -->
30 <!-- Toggle keys. Use checkable/checked state. -->
40 <!-- Empty background keys. -->
44 <!-- Normal keys. -->
  /packages/inputmethods/LatinIME/java/res/drawable/
btn_keyboard_key_gb.xml 18 <!-- Functional keys. -->
24 <!-- Action keys. -->
30 <!-- Toggle keys. Use checkable/checked state. -->
40 <!-- Empty background keys. -->
44 <!-- Normal keys. -->
btn_keyboard_key_ics.xml 18 <!-- Functional keys. -->
24 <!-- Action keys. -->
30 <!-- Toggle keys. Use checkable/checked state. -->
40 <!-- Empty background keys. -->
44 <!-- Normal keys. -->
  /external/chromium_org/chrome/browser/extensions/api/identity/
identity_mint_queue_unittest.cc 138 std::vector<IdentityMintRequestQueue::RequestKey> keys; local
149 keys.push_back(IdentityMintRequestQueue::RequestKey(
152 keys.push_back(IdentityMintRequestQueue::RequestKey(
157 // keys should not be less than themselves
158 for (RequestKeyIterator it = keys.begin(); it != keys.end(); ++it) {
162 // keys should not equal different keys
163 for (RequestKeyIterator it1 = keys.begin(); it1 != keys.end(); ++it1)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ScriptsPanelDescriptor.js 81 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.Enter, WebInspector.KeyboardShortcut.Modifiers.CtrlOrMeta)
85 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.F8)
89 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.F10),
90 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.SingleQuote, WebInspector.KeyboardShortcut.Modifiers.CtrlOrMeta)
94 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.F11),
95 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.Semicolon, WebInspector.KeyboardShortcut.Modifiers.CtrlOrMeta)
99 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.F11, WebInspector.KeyboardShortcut.Modifiers.Shift),
100 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.Semicolon, WebInspector.KeyboardShortcut.Modifiers.Shift | WebInspector.KeyboardShortcut.Modifiers.CtrlOrMeta)
116 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.Period, WebInspector.KeyboardShortcut.Modifiers.Ctrl)
120 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.Comma, WebInspector.KeyboardShortcut.Modifiers.Ctrl
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
TreeMultimap.java 31 * Implementation of {@code Multimap} whose keys and values are ordered by
43 * through the keys according to the key comparator ordering or the natural
44 * ordering of the keys. Similarly, {@code get}, {@code removeAll}, and {@code
47 * collections generated by {@code entries}, {@code keys}, and {@code values}
48 * iterate across the keys according to the above key ordering, and for each
54 * <p>Null keys and values are permitted (provided, of course, that the
73 * its keys and values.
97 * keys and values, with the same mappings as the specified multimap.
134 * Returns the comparator that orders the multimap keys.
148 * <p>Because a {@code TreeMultimap} has unique sorted keys, this metho
    [all...]
  /libcore/luni/src/main/java/java/util/
SortedMap.java 22 * A map that has its keys ordered. The sorting is according to either the
23 * natural ordering of its keys or the ordering given by a specified comparator.
28 * Returns the comparator used to compare keys in this sorted map, or null if the natural
42 * Returns a sorted map over a range of this sorted map with all keys that
51 * @return a sorted map where the keys are less than {@code endKey}.
57 * support {@code null} keys.
73 * Returns a sorted map over a range of this sorted map with all keys
91 * does not support {@code null} keys.
100 * Returns a sorted map over a range of this sorted map with all keys that
109 * @return a sorted map where the keys are greater or equal t
    [all...]
  /cts/tests/tests/drm/src/android/drm/cts/
DrmInfoRequestTest.java 73 Iterator<String> keys = attributes.keySet().iterator(); local
74 while (keys.hasNext()) {
75 final String key = (String) keys.next();
79 // Request object must have all the keys that attributes does.
81 while (keys.hasNext()) {
82 final String key = (String) keys.next();
86 // Attributes object must have all the keys that request does.
DrmInfoTest.java 83 Iterator<String> keys = attributes.keySet().iterator(); local
84 while (keys.hasNext()) {
85 final String key = (String) keys.next();
89 // info object must have all the keys that attributes does.
91 while (keys.hasNext()) {
92 final String key = (String) keys.next();
96 // Attributes object must have all the keys that info does.
  /external/chromium_org/chrome/browser/extensions/api/declarative_content/
content_condition.cc 12 namespace keys = extensions::declarative_content_constants;
30 namespace keys = declarative_content_constants;
77 if (!condition_dict->GetString(keys::kInstanceType, &instance_type)) {
81 if (instance_type != keys::kPageStateMatcherType) {
93 if (condition_attribute_name == keys::kInstanceType) {
95 } else if (condition_attribute_name == keys::kPageUrl) {
105 } else if (condition_attribute_name == keys::kCss) {

Completed in 1046 milliseconds

<<11121314151617181920>>