/external/chromium_org/components/visitedlink/renderer/ |
visitedlink_slave.h | 28 void OnAddVisitedLinks(const VisitedLinkSlave::Fingerprints& fingerprints);
|
visitedlink_slave.cc | 74 const VisitedLinkSlave::Fingerprints& fingerprints) { 75 for (size_t i = 0; i < fingerprints.size(); ++i) 76 WebView::updateVisitedLinkState(fingerprints[i]);
|
/external/openssh/ |
dns.c | 180 struct rrsetinfo *fingerprints = NULL; local 205 DNS_RDATATYPE_SSHFP, 0, &fingerprints); 215 if (fingerprints->rri_flags & RRSET_VALIDATED) { 217 debug("found %d secure fingerprints in DNS", 218 fingerprints->rri_nrdatas); 220 debug("found %d insecure fingerprints in DNS", 221 fingerprints->rri_nrdatas); 229 freerrset(fingerprints); 234 if (fingerprints->rri_nrdatas) 237 for (counter = 0; counter < fingerprints->rri_nrdatas; counter++) [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/ |
ComponentsView.java | 78 * <li>Filter non-fingerprints: hide the scenarios which are not in the fingerprints</li> 163 // When all scenarios are displayed, then set fingerprints one in bold. 167 // Action fingerprints = ComponentsView.this.filterNonFingerprints; 168 // if (fingerprints != null && !fingerprints.isChecked()) { 169 boolean fingerprints = ComponentsView.this.preferences.getBoolean(IPerformancesConstants.PRE_FILTER_ADVANCED_SCENARIOS, IPerformancesConstants.DEFAULT_FILTER_ADVANCED_SCENARIOS); 170 if (!fingerprints) { 254 * Filter non fingerprints scenarios action run. 256 void filterAdvancedScenarios(boolean fingerprints, boolean updatePreference) [all...] |
/external/chromium/chrome/browser/visitedlink/ |
visitedlink_event_listener.h | 33 VisitedLinkCommon::Fingerprints pending_visited_links_;
|
visitedlink_master.cc | 156 // The builder will store the fingerprints for those URLs, and then marshalls 159 // fingerprints. 200 // Stores the fingerprints we computed on the background thread. 201 VisitedLinkCommon::Fingerprints fingerprints_; 371 // Compute the deleted URLs' fingerprints and delete them 421 const std::set<Fingerprint>& fingerprints) { 422 bool bulk_write = (fingerprints.size() > kBigDeleteThreshold); 425 for (std::set<Fingerprint>::const_iterator i = fingerprints.begin(); 426 i != fingerprints.end(); ++i) 429 // These deleted fingerprints may make us shrink the table [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/ |
UsbDebuggingActivity.java | 58 String fingerprints = intent.getStringExtra("fingerprints"); local 61 if (fingerprints == null || mKey == null) { 69 ap.mMessage = getString(R.string.usb_debugging_message, fingerprints);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/ |
BuildPreferencePage.java | 95 // default debug keystore fingerprints 96 Fingerprints defaultFingerprints = getFingerprints( 115 // custom debug keystore fingerprints 116 Fingerprints customFingerprints = null; 148 * MD5 & SHA1 fingerprints. 150 private static class Fingerprints { 154 Fingerprints(String md5Val, String sha1Val) { 160 private Fingerprints getFingerprints(String keystorePath) { 166 return new Fingerprints( 200 // restore the default key store fingerprints [all...] |
/external/chromium_org/components/autofill/content/browser/risk/ |
fingerprint.h | 5 // Generates fingerprints appropriate for sending to the Google Wallet Risk 8 // Because much of the data is privacy-sensitive, fingerprints should only be
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
Main.java | 30 * <li>A global php file including global scenario fingerprints and links for all concerned components results php files</li> 31 * <li>A php file for each component including scenario fingerprints and status table with links to a scenario data file</li>
|
FingerPrint.java | 52 * Create and save fingerprints as image and print their reference in the current stream. 54 * @param performanceResults The performance results used to print the fingerprints 75 this.stream.print("The following fingerprints show results for the most representative tests of the "); 94 // this.stream.print("<a href=\"help.html\"><img hspace=\"10\" border=\"0\" src=\""+Utils.LIGHT+"\" title=\"Some tips on fingerprints\"/></a>\n"); 97 this.stream.print("<img hspace=\"10\" border=\"0\" src=\""+Utils.LIGHT+"\"><a href=\""+Utils.HELP+"\">Help on fingerprints</a>\n");
|
/frameworks/base/services/java/com/android/server/usb/ |
UsbDebuggingManager.java | 188 String fingerprints = getFingerprints(key); local 190 if (!fingerprints.equals(mFingerprints)) { 191 Slog.e(TAG, "Fingerprints do not match. Got " 192 + fingerprints + ", expected " + mFingerprints); 246 private void showConfirmationDialog(String key, String fingerprints) { 253 dialogIntent.putExtra("fingerprints", fingerprints);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/html/ |
builds.html | 57 And also whether you only want to generate the fingerprints or all the data: 58 <p><img src="images/builds-generate-fingerprints.png" alt="Generate results: fingerprints"/></p>
|
components.html | 84 <li>Advanced scenarios: hide the scenarios which are not in the fingerprints</li> 88 by default in this view. Currently the survey only concerns the fingerprints
|
/external/iptables/extensions/ |
libxt_osf.man | 35 OS fingerprints are loadable using the \fBnfnl_osf\fP program. To load 36 fingerprints from a file, use:
|
/external/chromium/chrome/common/ |
visitedlink_common.h | 31 // fingerprints. Both the master and the slave inherit from this, and add their 48 typedef std::vector<Fingerprint> Fingerprints; 76 VisitedLinkCommon::Fingerprint** fingerprints) { 78 *fingerprints = hash_table_;
|
/external/chromium/net/base/ |
cert_verify_result.h | 35 // fingerprints of the SubjectPublicKeyInfos of the chain. The fingerprint
|
/external/chromium_org/components/visitedlink/browser/ |
visitedlink_event_listener.h | 51 VisitedLinkCommon::Fingerprints pending_visited_links_;
|
visitedlink_master.cc | 130 // The builder will store the fingerprints for those URLs, and then marshalls 133 // fingerprints. 171 // Stores the fingerprints we computed on the background thread. 172 VisitedLinkCommon::Fingerprints fingerprints_; 369 // Compute the deleted URLs' fingerprints and delete them 420 const std::set<Fingerprint>& fingerprints) { 421 bool bulk_write = (fingerprints.size() > kBigDeleteThreshold); 424 for (std::set<Fingerprint>::const_iterator i = fingerprints.begin(); 425 i != fingerprints.end(); ++i) 428 // These deleted fingerprints may make us shrink the table [all...] |
/external/chromium_org/components/visitedlink/common/ |
visitedlink_common.h | 32 // fingerprints. Both the master and the slave inherit from this, and add their 49 typedef std::vector<Fingerprint> Fingerprints; 77 VisitedLinkCommon::Fingerprint** fingerprints) { 79 *fingerprints = hash_table_;
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/ |
PerformanceResultsElement.java | 32 boolean fingerprints = true; field in class:PerformanceResultsElement 196 * Set whether only fingerprints should be taken into account or not. 198 * @param fingerprints 200 public void setFingerprints(boolean fingerprints) { 201 this.fingerprints = fingerprints;
|
ComponentResultsElement.java | 97 * @param fingerprints Set whether only fingerprints scenario should be taken into account 100 public List getConfigNumbers(String configName, boolean fingerprints) { 102 return ((ComponentResults)this.results).getConfigNumbers(configName, fingerprints, new ArrayList());
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
hsts_view.html | 25 <label>Public key fingerprints: <input type=text id=hsts-view-add-pins style="width: 25em; max-width: 100%;"></label><br> 26 <p style="font-size: small; color: #767676; font-style: italic; margin-left: 2em; max-width: 40em; max-width: 100%;">(public key fingerprints are comma separated and consist of the hash function followed by a foreslash and the base64 encoded fingerprint, for example <tt>sha1/Guzek9lMwR3KeIS8wwS9gBvVtIg=</tt>)</p>
|
/cts/tools/utils/ |
java-cert-list-generator.sh | 22 # Output the Java file with the certificate fingerprints
|
/external/chromium_org/chrome/browser/ui/webui/ |
certificate_viewer_ui.cc | 40 html_source->AddLocalizedString("fingerprints",
|