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

<<21222324252627282930>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
token.py 112 keys = tokens.keys()
113 keys.sort()
129 for val in keys:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
token.py 112 keys = tokens.keys()
113 keys.sort()
129 for val in keys:
  /external/chromium_org/chrome/browser/extensions/api/content_settings/
content_settings_store.cc 34 namespace keys = content_settings_api_constants;
262 setting_dict->SetString(keys::kPrimaryPatternKey,
264 setting_dict->SetString(keys::kSecondaryPatternKey,
267 keys::kContentSettingsTypeKey,
269 setting_dict->SetString(keys::kResourceIdentifierKey,
274 keys::kContentSettingKey,
294 dict->GetString(keys::kPrimaryPatternKey, &primary_pattern_str);
300 dict->GetString(keys::kSecondaryPatternKey, &secondary_pattern_str);
306 dict->GetString(keys::kContentSettingsTypeKey, &content_settings_type_str);
312 dict->GetString(keys::kResourceIdentifierKey, &resource_identifier)
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/extensions/
extension_installed_bubble_controller_unittest.mm 47 namespace keys = extension_manifest_keys;
89 extension_input_value.SetString(keys::kVersion, "1.0.0.0");
91 extension_input_value.SetString(keys::kName, "page action extension");
93 action->SetString(keys::kPageActionId, "ExtensionActionId");
94 action->SetString(keys::kPageActionDefaultTitle, "ExtensionActionTitle");
95 action->SetString(keys::kPageActionDefaultIcon, "image1.png");
98 extension_input_value.Set(keys::kPageActions, action_list);
100 extension_input_value.SetString(keys::kName, "browser action extension");
103 extension_input_value.Set(keys::kBrowserAction, browser_action);
105 extension_input_value.SetString(keys::kName, "test app")
    [all...]
  /external/chromium_org/chrome/test/webdriver/
webdriver_key_converter.cc 30 // Ordered list of all the key codes corresponding to special WebDriver keys.
31 // These WebDriver keys are defined in the Unicode Private Use Area.
128 // Shorthand keys are common text equivalents for keys, such as the newline
198 string16 keys = client_keys;
202 keys.push_back(kWebDriverNullKey);
205 for (size_t i = 0; i < keys.size(); ++i) {
206 char16 key = keys[i];
209 // Release all modifier keys and clear |stick_modifiers|.
298 unmodified_text = UTF16ToUTF8(keys.substr(i, 1))
    [all...]
  /external/chromium_org/sync/internal_api/
sync_encryption_handler_impl.h 34 // (re-encryption), updating the encrypted types, changing the encryption keys,
78 const google::protobuf::RepeatedPtrField<google::protobuf::string>& keys,
220 // 1. Cryptographer has no pending keys
221 // 2. Nigori node isn't already properly migrated or we need to rotate keys.
242 // Helper method for installing the keys encrypted in |encryption_keybag|
250 // Helper method for decrypting pending keys with the keystore bootstrap.
285 // keys stored in the nigori node.
291 // The set of old keystore keys. Every time a key rotation occurs, the server
292 // sends down all previous keystore keys as well as the new key. We preserve
293 // the old keys so that when we re-encrypt we can ensure they're all added t
    [all...]
  /external/guava/guava/src/com/google/common/collect/
ImmutableBiMap.java 27 * not permit null keys or values. An {@code ImmutableBiMap} and its inverse
68 * @throws IllegalArgumentException if duplicate keys or values are added
77 * @throws IllegalArgumentException if duplicate keys or values are added
88 * @throws IllegalArgumentException if duplicate keys or values are added
99 * @throws IllegalArgumentException if duplicate keys or values are added
147 * keys or values are not allowed, and will cause {@link #build} to fail.
155 * Associates all of the given map's keys and values in the built bimap.
156 * Duplicate keys or values are not allowed, and will cause {@link #build}
169 * @throws IllegalArgumentException if duplicate keys or values were added
182 * {@code map} somehow contains entries with duplicate keys (for example, i
    [all...]
  /frameworks/base/media/jni/
android_media_Utils.cpp 32 JNIEnv *env, jobjectArray keys, jobjectArray values,
37 if (keys != NULL && values != NULL) {
38 nKeyValuePairs = env->GetArrayLength(keys);
43 failed = ((keys != NULL && values == NULL) ||
44 (keys == NULL && values != NULL));
48 ALOGE("keys and values arrays have different length");
56 jstring key = (jstring) env->GetObjectArrayElement(keys, i);
283 JNIEnv *env, jobjectArray keys, jobjectArray values,
300 if (keys != NULL) {
305 numEntries = env->GetArrayLength(keys);
    [all...]
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/misc/
DoubleKeyMap.java 41 /** get all primary keys */
46 /** get all secondary keys associated with a primary key */
  /external/apache-harmony/support/src/test/java/tests/support/
Support_MapTest2.java 44 assertTrue("Should not have keys", !map.keySet().iterator()
58 assertTrue("Should not have keys", !map.keySet().iterator()
  /external/chromium_org/chrome/browser/policy/
registry_dict_win_unittest.cc 76 EXPECT_EQ(1, test_dict.keys().size());
84 EXPECT_EQ(2, test_dict.keys().size());
96 EXPECT_TRUE(test_dict.keys().empty());
105 EXPECT_EQ(1, test_dict.keys().size());
110 RegistryDict::KeyMap::const_iterator entry = test_dict.keys().begin();
111 ASSERT_NE(entry, test_dict.keys().end());
117 EXPECT_EQ(1, test_dict.keys().size());
127 EXPECT_TRUE(test_dict.keys().empty());
  /external/chromium_org/chrome/common/extensions/
extension_builder.h 44 // Adds the keys from the DictionaryBuilder to the manifest, with new keys
  /external/chromium_org/chrome/common/extensions/manifest_handlers/
shared_module_info.h 54 // Parses all import/export keys in the manifest.
66 virtual const std::vector<std::string> Keys() const OVERRIDE;
  /external/chromium_org/chrome/test/chromedriver/js/
focus.js 6 // Focus the target element in order to send keys to it.
21 // keys to work. Not sure why
  /external/chromium_org/remoting/host/
pairing_registry_delegate_win.h 23 // keys are used:
38 // Passes the root keys to be used to access the pairing registry store.
  /external/chromium_org/sync/syncable/
nigori_handler.h 50 // Set the keystore keys the server returned for this account.
53 const google::protobuf::RepeatedPtrField<std::string>& keys,
  /external/chromium_org/third_party/WebKit/Source/core/page/
DiagnosticLoggingKeys.h 35 // Message keys
45 // Success keys
  /external/chromium_org/third_party/WebKit/Source/wtf/
HashIterators.h 40 typedef HashTableConstKeysIterator<HashTableType, KeyType, MappedType> Keys;
53 Keys keys() { return Keys(*this); } function in struct:WTF::HashTableConstIteratorAdapter
63 typedef HashTableKeysIterator<HashTableType, KeyType, MappedType> Keys;
81 Keys keys() { return Keys(*this); } function in struct:WTF::HashTableIteratorAdapter
  /external/chromium_org/third_party/bintrees/bintrees/
treeslice.py 62 def keys(self): member in class:TreeSlice
64 __iter__ = keys
  /external/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille/display/
BrailleKeyBinding.java 23 * Represents a binding between a combination of braille device keys and a
63 * Returns the list of device-specific keys that, when pressed
  /external/chromium_org/third_party/leveldatabase/src/db/
dbformat.h 45 // Value types encoded as the last component of internal keys.
56 // number in internal keys, we need to use the highest-numbered
108 // A comparator for internal keys that uses a specified comparator for
127 // Filter policy wrapper that converts from internal keys to user keys
134 virtual void CreateFilter(const Slice* keys, int n, std::string* dst) const;
138 // Modules in this directory should keep internal keys wrapped inside
214 char space_[200]; // Avoid allocation for short keys
  /external/chromium_org/tools/gyp/pylib/gyp/
common_test.py 26 gyp.common.TopologicallySorted(graph.keys(), GetEdge),
41 graph.keys(), GetEdge)
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
gypsh.py 53 banner='Python %s on %s\nlocals.keys() = %s\ngypsh' % \
54 (sys.version, sys.platform, repr(sorted(locals.keys())))
  /external/chromium_org/v8/test/cctest/
test-weakmaps.cc 210 // Test that weak map keys on an evacuation candidate which are reachable by
226 // Start second old-space page so that keys land on evacuation candidate.
230 // Fill up weak map with keys on an evacuation candidate.
231 Handle<JSObject> keys[32]; local
233 keys[i] = factory->NewJSObject(function, TENURED);
234 CHECK(!heap->InNewSpace(keys[i]->address()));
235 CHECK(!first_page->Contains(keys[i]->address()));
240 keys[i],
test-weaksets.cc 210 // Test that weak set keys on an evacuation candidate which are reachable by
226 // Start second old-space page so that keys land on evacuation candidate.
230 // Fill up weak set with keys on an evacuation candidate.
231 Handle<JSObject> keys[32]; local
233 keys[i] = factory->NewJSObject(function, TENURED);
234 CHECK(!heap->InNewSpace(keys[i]->address()));
235 CHECK(!first_page->Contains(keys[i]->address()));
240 keys[i],

Completed in 1141 milliseconds

<<21222324252627282930>>