| /external/chromium_org/chrome/browser/extensions/api/declarative_content/ |
| content_constants.h | 16 // Keys of dictionaries.
|
| /external/chromium_org/chrome/browser/extensions/api/management/ |
| management_api_constants.h | 10 // Keys used for incoming arguments and outgoing JSON data.
|
| /external/chromium_org/chrome/browser/extensions/api/storage/ |
| settings_storage_quota_enforcer.cc | 109 const std::vector<std::string>& keys) { 111 for (std::vector<std::string>::const_iterator it = keys.begin(); 112 it != keys.end(); ++it) { 130 const std::vector<std::string>& keys) { 131 return delegate_->Get(keys); 210 const std::vector<std::string>& keys) { 211 WriteResult result = delegate_->Remove(keys); 216 for (std::vector<std::string>::const_iterator it = keys.begin(); 217 it != keys.end(); ++it) {
|
| /external/chromium_org/chrome/browser/extensions/ |
| extension_pref_value_map.cc | 130 std::set<std::string> keys; // keys set by this extension 131 GetExtensionControlledKeys(*(i->second), &keys); 136 NotifyPrefValueChanged(keys); 148 std::set<std::string> keys; // keys set by this extension 149 GetExtensionControlledKeys(*(i->second), &keys); 151 NotifyPrefValueChanged(keys); 328 // Collect all currently used keys and notify the new observer. 329 std::set<std::string> keys; local [all...] |
| /external/chromium_org/chrome/browser/resources/chromeos/login/ |
| screen_context.js | 68 return Object.keys(this.changes_).length > 0; 72 * Applies |changes| to context. Returns Array of changed keys' names. 76 Object.keys(changes).forEach(function(key) { 81 return Object.keys(changes);
|
| /external/chromium_org/chrome/browser/ui/webui/options/chromeos/ |
| keyboard_handler.h | 15 // Customize modifier keys overlay page UI handler.
|
| /external/chromium_org/chrome/common/extensions/api/identity/ |
| extension_manifests_auth_unittest.cc | 11 namespace keys = extension_manifest_keys; 62 ext_manifest->SetBoolean(keys::kOAuth2AutoApprove, false); 65 ext_manifest->SetBoolean(keys::kOAuth2AutoApprove, true); 68 ext_manifest->SetString(keys::kOAuth2AutoApprove, "incorrect value"); 73 ext_manifest->SetString(keys::kOAuth2ClientId, "client1"); 78 ext_manifest->SetString(keys::kOAuth2ClientId, ""); 81 ext_manifest->SetString(keys::kKey, kExtensionKey); 92 base_manifest.SetString(keys::kName, "test"); 93 base_manifest.SetString(keys::kVersion, "0.1"); 94 base_manifest.SetInteger(keys::kManifestVersion, 2) [all...] |
| /external/chromium_org/chrome/common/extensions/api/system_indicator/ |
| system_indicator_handler.h | 23 virtual const std::vector<std::string> Keys() const OVERRIDE;
|
| /external/chromium_org/chrome/common/extensions/docs/server2/ |
| test_object_store.py | 28 def GetMulti(self, keys): 32 return dict((k, self._store.get(k)) for k in keys if k in self._store) 39 def DelMulti(self, keys): 41 for k in keys:
|
| /external/chromium_org/chrome/common/extensions/ |
| manifest_handler.h | 20 // An interface for clients that recognize and parse keys in extension 45 // the manifest for this extension type, even if no registered keys 54 // The list of keys that, if present, should be parsed before calling our 55 // Parse (typically, because our Parse needs to read those keys). 59 // Associate us with our keys() in the manifest. A handler can register 60 // for multiple keys. The global registry takes ownership of this; 84 // so that they can define keys() { return SingleKey(kKey); } 88 // The keys to register us for (in Register). 89 virtual const std::vector<std::string> Keys() const = 0;
|
| /external/chromium_org/chrome/installer/gcapi/ |
| gcapi_omaha_experiment.h | 9 // binaries registry keys for |brand_code|. This experiment label will have a
|
| /external/chromium_org/content/public/common/ |
| content_descriptors.h | 10 // This is a list of global descriptor keys to be used with the
|
| /external/chromium_org/net/proxy/ |
| proxy_config_service_win.h | 29 // (1) Watch the internet explorer settings registry keys for changes. When 30 // one of the registry keys pertaining to proxy settings has changed, we 57 // Registers change observers on the registry keys relating to proxy settings. 65 // This is called whenever one of the registry keys we are watching change.
|
| /external/chromium_org/sync/test/ |
| fake_sync_encryption_handler.cc | 69 const google::protobuf::RepeatedPtrField<google::protobuf::string>& keys, 71 if (keys.size() == 0) 73 std::string new_key = keys.Get(keys.size()-1);
|
| /external/chromium_org/third_party/WebKit/Source/core/css/ |
| CSSKeyframeRule.h | 54 void getKeys(Vector<float>& keys) const { parseKeyString(m_key, keys); } 65 static void parseKeyString(const String&, Vector<float>& keys); 69 // comma separated list of keys
|
| /external/chromium_org/third_party/skia/include/views/android/ |
| AndroidKeyToSkKey.h | 17 // including keys used by the sample app.
|
| /external/chromium_org/third_party/tlslite/test/ |
| serverCryptoIDChain.xml | 10 <publicKeys keys="A">
|
| /external/chromium_org/third_party/tlslite/tlslite/utils/ |
| jython_compat.py | 118 if e in self.values.keys(): 123 for e in self.values.keys(): 125 for e in s.values.keys(): 130 for e in self.values.keys(): 131 if e not in other.values.keys(): 136 return len(self.values.keys()) 139 return e in self.values.keys() 142 return set.values.keys() 145 return set.values.keys()
|
| /external/chromium_org/ui/base/accelerators/ |
| platform_accelerator.h | 13 // Abstract base class for platform specific accelerator keys.
|
| /external/clang/test/ARCMT/ |
| objcmt-subscripting-unavailable.m.result | 39 + (id)dictionaryWithObjects:(const id [])objects forKeys:(const id [])keys count:(unsigned long)cnt; 42 + (id)dictionaryWithObjects:(NSArray *)objects forKeys:(NSArray *)keys; 44 - (id)initWithObjects:(const id [])objects forKeys:(const id [])keys count:(unsigned long)cnt; 47 - (id)initWithObjects:(NSArray *)objects forKeys:(NSArray *)keys;
|
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/tools/ |
| TestVersionTracker.java | 97 Enumeration keys = elements.keys(); local 99 while (keys.hasMoreElements()){ 100 Object key = keys.nextElement();
|
| /external/guava/guava/src/com/google/common/cache/ |
| CacheLoader.java | 80 * Computes or retrieves the values corresponding to {@code keys}. This method is called by 83 * <p>If the returned map doesn't contain all requested {@code keys} then the entries it does 85 * contains extra keys not present in {@code keys} then all returned entries will be cached, 86 * but only the entries for {@code keys} will be returned from {@code getAll}. 92 * @param keys the unique, non-null keys whose values should be loaded 93 * @return a map from each key in {@code keys} to the value associated with that key; 97 public Map<K, V> loadAll(Iterable<? extends K> keys) throws Exception {
|
| /external/guava/guava/src/com/google/common/collect/ |
| ImmutableSortedMap.java | 43 * An immutable {@link SortedMap}. Does not permit null keys or values. 111 * natural ordering of their keys. 113 * @throws IllegalArgumentException if the two keys are equal according to 124 * natural ordering of their keys. 126 * @throws IllegalArgumentException if any two keys are equal according to 137 * natural ordering of their keys. 139 * @throws IllegalArgumentException if any two keys are equal according to 150 * natural ordering of their keys. 152 * @throws IllegalArgumentException if any two keys are equal according to 163 * by the natural ordering of the keys [all...] |
| /external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/ |
| CacheLoader.java | 53 * Computes or retrieves the values corresponding to {@code keys}. This method is called by 56 * <p>If the returned map doesn't contain all requested {@code keys} then the entries it does 58 * contains extra keys not present in {@code keys} then all returned entries will be cached, 59 * but only the entries for {@code keys} will be returned from {@code getAll}. 65 * @param keys the unique, non-null keys whose values should be loaded 66 * @return a map from each key in {@code keys} to the value associated with that key; 70 public Map<K, V> loadAll(Iterable<? extends K> keys) throws Exception {
|
| /external/guava/guava-tests/test/com/google/common/collect/ |
| ConcurrentHashMultisetBasherTest.java | 70 ImmutableList<String> keys = ImmutableList.of("a", "b", "c"); local 74 futures.add(pool.submit(new MutateTask(multiset, keys))); 85 List<Integer> actualCounts = Lists.transform(keys, 104 private final ImmutableList<String> keys; field in class:ConcurrentHashMultisetBasherTest.MutateTask 107 private MutateTask(ConcurrentHashMultiset<String> multiset, ImmutableList<String> keys) { 109 this.keys = keys; 114 int nKeys = keys.size(); 119 String key = keys.get(keyIndex);
|