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

1 2 3 4 56 7 8 91011>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/interfaces/
ECPublicKey.java 8 * interface for elliptic curve public keys.
  /external/chromium/chrome/browser/extensions/
execute_code_in_tab_function.cc 26 namespace keys = extension_tabs_module_constants;
42 error_ = keys::kNoCodeOrFileToExecuteError;
45 bool has_code = script_info->HasKey(keys::kCodeKey);
46 bool has_file = script_info->HasKey(keys::kFileKey);
48 error_ = keys::kMoreThanOneValuesError;
51 error_ = keys::kNoCodeOrFileToExecuteError;
67 error_ = keys::kNoCurrentWindowError;
90 if (script_info->HasKey(keys::kAllFramesKey)) {
91 if (!script_info->GetBoolean(keys::kAllFramesKey, &all_frames_))
96 if (script_info->HasKey(keys::kCodeKey))
    [all...]
extension_bookmarks_unittest.cc 12 namespace keys = extension_bookmarks_module_constants;
39 tree->GetList(keys::kChildrenKey, &children);
49 tree->GetList(keys::kChildrenKey, &children);
59 tree->GetList(keys::kChildrenKey, &children);
64 digg->GetString(keys::kTitleKey, &title);
74 tree->GetList(keys::kChildrenKey, &children);
79 inner_folder->GetString(keys::kTitleKey, &title);
  /external/chromium-trace/trace-viewer/src/tracing/trace_model/
async_slice.js 29 var keys = Object.keys(this);
30 for (var i = 0; i < keys.length; i++) {
31 var key = keys[i];
  /external/chromium_org/chrome/common/extensions/manifest_handlers/
minimum_chrome_version_checker.cc 16 namespace keys = extension_manifest_keys;
29 if (!extension->manifest()->GetString(keys::kMinimumChromeVersion,
58 const std::vector<std::string> MinimumChromeVersionChecker::Keys() const {
59 return SingleKey(keys::kMinimumChromeVersion);
shared_module_info.cc 18 namespace keys = extension_manifest_keys;
109 bool has_import = extension->manifest()->HasKey(keys::kImport);
110 bool has_export = extension->manifest()->HasKey(keys::kExport);
121 if (!extension->manifest()->GetDictionary(keys::kExport, &export_value)) {
126 if (!export_value->GetList(keys::kResources, &resources_list)) {
150 if (!extension->manifest()->GetList(keys::kImport, &import_list)) {
162 if (!import_entry->GetString(keys::kId, &extension_id) ||
169 if (import_entry->HasKey(keys::kMinimumVersion)) {
171 if (!import_entry->GetString(keys::kMinimumVersion, &min_version)) {
219 const std::vector<std::string> SharedModuleHandler::Keys() const
220 static const char* keys[] = { local
    [all...]
requirements_handler.cc 14 namespace keys = extension_manifest_keys;
26 npapi = manifest->GetList(keys::kPlugins, &list_value) &&
37 extension->GetManifestData(keys::kRequirements));
52 return SingleKey(keys::kPlugins);
55 const std::vector<std::string> RequirementsHandler::Keys() const {
56 return SingleKey(keys::kRequirements);
67 if (!extension->manifest()->HasKey(keys::kRequirements)) {
68 extension->SetManifestData(keys::kRequirements, requirements.release());
73 if (!extension->manifest()->GetDictionary(keys::kRequirements,
137 extension->SetManifestData(keys::kRequirements, requirements.release())
    [all...]
  /external/chromium_org/chrome/installer/util/
create_reg_key_work_item.h 16 // It also creates all necessary intermediate keys if they do not exist.
30 // Initialize key_list_ by adding all paths of keys from predefined_root_
35 // one of the predefined keys on Windows.
41 // List of paths to all keys that need to be created from predefined_root_
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/model/
datastorefile.py 75 # keys to the data store entries that can be reused for new data.
86 def _convert_blob_keys(self, keys):
88 for key in keys:
94 return keys
96 def delete_data(self, keys=None):
97 if not keys:
98 keys = self._convert_blob_keys(self.data_keys)
99 logging.info('Doing async delete of keys: %s', keys)
101 get_futures = [DataEntry.get_async(k) for k in keys]
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/lhash/
num.pl 13 @a=sort {$a <=> $b } keys %num;
  /external/chromium_org/ui/keyboard/resources/elements/
kb-key-sequence.html 7 <polymer-element name="kb-key-sequence" attributes="keys superscripts">
24 if (this.keys) {
25 var newKeys = this.keys;
28 console.error('keys and superscripts do not match');
  /external/icu4c/common/
uhash_us.cpp 8 * 07/06/01 aliu Modified to support int32_t keys on
  /external/iproute2/include/linux/tc_act/
tc_pedit.h 30 struct tc_pedit_key keys[0]; member in struct:tc_pedit_sel
  /external/openssh/regress/
agent-timeout.sh 14 trace "add keys with timeout"
22 trace "agent has $n keys"
24 fail "ssh-add -l did not return 2 keys: $n"
31 fail "ssh-add -l still returns keys after timeout"
  /external/openssl/crypto/lhash/
num.pl 13 @a=sort {$a <=> $b } keys %num;
  /external/qemu/pc-bios/keymaps/
modifiers 12 # Translate Super to Windows keys.
  /external/wpa_supplicant_8/wpa_supplicant/examples/
ieee8021x.conf 1 # IEEE 802.1X with dynamic WEP keys using EAP-PEAP/MSCHAPv2
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/tc_act/
tc_pedit.h 32 struct tc_pedit_key keys[0]; member in struct:tc_pedit_sel
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/tc_act/
tc_pedit.h 32 struct tc_pedit_key keys[0]; member in struct:tc_pedit_sel
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/tc_act/
tc_pedit.h 32 struct tc_pedit_key keys[0]; member in struct:tc_pedit_sel
  /external/chromium_org/chrome/browser/resources/chromeos/login/
screen_context_test.html 76 assertEquals(1, Object.keys(changes).length);
102 assertEquals(3, Object.keys(changes).length);
116 assertEquals(1, Object.keys(changes).length);
130 var keys = context.applyChanges(changes);
132 assertEquals(3, keys.length);
133 keys.sort();
134 assertEquals('key0', keys[0]);
135 assertEquals('key1', keys[1]);
136 assertEquals('key2', keys[2]);
149 /* Invalid keys. *
    [all...]
  /external/chromium_org/chrome/browser/value_store/
testing_value_store.cc 45 const std::vector<std::string>& keys) {
62 const std::vector<std::string>& keys) {
69 for (std::vector<std::string>::const_iterator it = keys.begin();
70 it != keys.end(); ++it) {
122 const std::vector<std::string>& keys) {
129 for (std::vector<std::string>::const_iterator it = keys.begin();
130 it != keys.end(); ++it) {
140 std::vector<std::string> keys; local
142 keys.push_back(it.key());
144 return Remove(keys);
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
cache_chain_object_store.py 14 is the result of calling GetMulti on the missing keys for the object store.
16 - |missing_keys| the keys that were missing from the GetMulti call
31 # Try each object store in order, until there are no more missing keys.
60 try for the same keys. This is useful for implementing a multi-layered cache.
84 def GetMulti(self, keys):
85 missing_keys = list(keys)
87 for key in keys:
98 def DelMulti(self, keys):
99 for k in keys:
102 object_store.DelMulti(keys)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
report-include-statistics 71 for my $include (keys %{ $includes{$file} }) {
74 for my $i (keys %{ $totalIncludes{$include} }) {
81 for my $file (keys %includes) {
86 for my $file (keys %sources) {
87 for my $include (keys %{ $totalIncludes{$file} }) {
92 for my $file (sort mostincludedcmp keys %includes) {
95 my $numIncludes = keys %{ $includes{$file} };
96 my $numTotalIncludes = keys %{ $totalIncludes{$file} };
109 my $ta = keys %{ $totalIncludes{$filea} };
110 my $tb = keys %{ $totalIncludes{$fileb} }
    [all...]
  /external/chromium_org/chrome/common/extensions/
background_info.cc 24 namespace keys = extension_manifest_keys;
91 keys::kPlatformAppBackgroundScripts : keys::kBackgroundScripts;
179 extension, keys::kPlatformAppBackgroundPage, error);
182 if (!LoadBackgroundPage(extension, keys::kBackgroundPage, error))
185 return LoadBackgroundPage(extension, keys::kBackgroundPageLegacy, error);
197 if (!extension->manifest()->Get(keys::kBackgroundPersistent,
217 if (!extension->manifest()->Get(keys::kBackgroundAllowJsAccess,
299 const std::vector<std::string> BackgroundManifestHandler::Keys() const {
300 static const char* keys[] = local
    [all...]

Completed in 1285 milliseconds

1 2 3 4 56 7 8 91011>>