HomeSort by relevance Sort by last modified time
    Searched full:fingerprints (Results 26 - 50 of 165) sorted by null

12 3 4 5 6 7

  /external/chromium_org/components/visitedlink/browser/
visitedlink_event_listener.cc 32 // This class manages buffering and sending visited link hashes (fingerprints)
60 void AddLinks(const VisitedLinkCommon::Fingerprints& links) {
109 VisitedLinkCommon::Fingerprints pending_;
visitedlink_master.h 219 // and the number of nonzero fingerprints in used_count. This will fail if
253 // Deletes all fingerprints from the given vector from the current hash table
258 const std::set<Fingerprint>& fingerprints);
322 // |fingerprints| will contain the computed fingerprints. On failure, there
323 // will be no fingerprints.
325 const std::vector<Fingerprint>& fingerprints);
  /external/chromium/chrome/browser/visitedlink/
visitedlink_master.h 178 // and the number of nonzero fingerprints in used_count. This will fail if
212 // Deletes all fingerprints from the given vector from the current hash table
217 const std::set<Fingerprint>& fingerprints);
281 // |fingerprints| will contain the computed fingerprints. On failure, there
282 // will be no fingerprints.
284 const std::vector<Fingerprint>& fingerprints);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
ComponentResults.java 89 * @param fingerprints Set whether only fingerprints scenario should be taken into account
101 public List getConfigNumbers(String configName, boolean fingerprints, List differences) {
111 if (!fingerprints || scenarioResults.hasSummary()) {
131 if (!fingerprints || scenarioResults.hasSummary()) {
167 // appendDifferences(lastBuildName, configName, previousMilestoneName, differences, fingerprints);
168 // appendDifferences(lastBuildName, configName, previousBuildName, differences, fingerprints);
  /frameworks/base/core/res/res/layout-land/
ssl_certificate.xml 226 <!-- Fingerprints: -->
228 android:id="@+id/fingerprints"
231 android:text="@string/fingerprints"
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/html/
results.html 51 <li>Advanced scenarios: hide the scenarios which are not in the fingerprints</li>
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
readme.html 56 patterns&gt;] [-fingerprints][-scenarioresults][-current.prefix &lt;comma-separated list of build id prefixes&gt;][-baseline.prefix &lt;comma-separated list of build id prefixes&gt;]</b></LI></OL><br> Parameter descriptions:
65 output directory for fingerprints and scenarios for each configuration specified
75 -fingerprints or -scenarioresults &lt;use one or the other to generate fingerprints
  /external/iptables/include/linux/netfilter/
xt_osf.h 32 #define XT_OSF_LOGLEVEL_ALL 0 /* log all matched fingerprints */
  /external/openssh/contrib/
ssh-copy-id.1 50 file. Once it has one or more fingerprints (by whatever means) it
  /external/chromium/net/base/
x509_cert_types.h 120 // The set of fingerprints of allowed certificates.
123 // The set of fingerprints of denied certificates.
  /external/chromium_org/chrome/browser/resources/
certificate_viewer.html 86 <!-- Fingerprints -->
88 <h3 i18n-content="fingerprints"></h3>
  /external/chromium_org/net/cert/
x509_cert_types.h 110 // The set of fingerprints of allowed certificates.
113 // The set of fingerprints of denied certificates.
  /external/chromium_org/tools/vim/
ninja-build.vim 37 fingerprints = ['chrome', 'net', 'v8', 'build', 'skia']
39 [os.path.isdir(os.path.join(candidate, fp)) for fp in fingerprints]):
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/doc/
help.html 29 Since 3.5, it's possible to see results in fingerprints with three different
33 <p>This is the way fingerprints were displayed since the beginning:
  /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/
ConfigTab.java 136 boolean fingerprints = this.preferences.getBoolean(IPerformancesConstants.PRE_FILTER_ADVANCED_SCENARIOS, IPerformancesConstants.DEFAULT_FILTER_ADVANCED_SCENARIOS);
137 String [] columnHeaders = getLayoutDataFieldNames(fingerprints);
146 fillTableLines(fingerprints);
311 private void fillTableLines(boolean fingerprints) {
319 List differences = this.results.getConfigNumbers(this.configName, fingerprints);
370 if (milestoneName != null || (!fingerprints && scenarioResultsElement.hasSummary())) {
528 private String[] getLayoutDataFieldNames(boolean fingerprints) {
532 List labels = this.results.getScenariosLabels(fingerprints);
BuildsView.java 111 // Ask for fingerprints
112 final boolean fingerprints = MessageDialog.openQuestion(BuildsView.this.shell, getTitleToolTip(), "Generate only fingerprints?");
117 generate(i, baselineName, fingerprints);
124 private void generate(int i, final String baselineName, final boolean fingerprints) {
142 fingerprints,
ComponentResultsView.java 71 * <li>Filter non-fingerprints: hide the scenarios which are not in the fingerprints</li>
257 // Filter non-fingerprints action
294 // Filter non-fingerprints change
387 // Filter non fingerprints action state
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
GenerateResults.java 133 * Tells whether only fingerprints has to be generated.
134 * This field is set to <code>true</code> if <b>-fingerprints</b> argument is specified.
145 * Tells whether only fingerprints has to be generated.
148 * Default is <code>false</code> which means that fingerprints
157 * Tells whether only fingerprints has to be generated.
159 * if <b>-fingerprints</b> or <b>-data</b> argument is specified.
189 public GenerateResults(PerformanceResults results, String current, String baseline, boolean fingerprints, File data, File output) {
192 this.genFingerPrints = fingerprints;
193 this.genAll = !fingerprints;
418 if (arg.equals("-fingerprints")) {
    [all...]
  /external/iptables/utils/
nfnl_osf.c 429 char *fingerprints = NULL; local
434 fingerprints = optarg;
441 "Usage: %s -f fingerprints -d <del rules> -h\n",
447 if (!fingerprints) {
470 err = osf_load_entries(fingerprints, del);
  /frameworks/base/core/res/res/layout/
ssl_certificate.xml 238 <!-- Fingerprints: -->
240 android:id="@+id/fingerprints"
243 android:text="@string/fingerprints"
  /external/chromium_org/third_party/tlslite/test/
index.html 23 user-friendly fingerprints (aka "cryptoIDs") like 'cyhf4.9ajd8.kbdx4.rk98c'.
77 CryptoURLs add "crypto metadata" like content hashes and key fingerprints to normal URLs.
110 user-friendly fingerprints (aka "cryptoIDs") like 'cyhf4.9ajd8.kbdx4.rk98c'.
164 CryptoURLs add "crypto metadata" like content hashes and key fingerprints to normal URLs.
197 user-friendly fingerprints (aka "cryptoIDs") like 'cyhf4.9ajd8.kbdx4.rk98c'.
251 CryptoURLs add "crypto metadata" like content hashes and key fingerprints to normal URLs.
284 user-friendly fingerprints (aka "cryptoIDs") like 'cyhf4.9ajd8.kbdx4.rk98c'.
338 CryptoURLs add "crypto metadata" like content hashes and key fingerprints to normal URLs.
371 user-friendly fingerprints (aka "cryptoIDs") like 'cyhf4.9ajd8.kbdx4.rk98c'.
425 CryptoURLs add "crypto metadata" like content hashes and key fingerprints to normal URLs
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
KeyCheckPage.java 264 // show certificate fingerprints
269 sb.append("<p>Certificate fingerprints:</p>");
  /external/chromium_org/chrome/browser/component_updater/test/
component_updater_ping_manager_unittest.cc 104 // Test the error values and the fingerprints.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/utils/
IPerformancesConstants.java 40 public static final String PRE_FILTER_ADVANCED_SCENARIOS = PREFIX + "filter.non.fingerprints.scenarios"; //$NON-NLS-1$
  /external/openssh/
ssh-add.0 51 -l Lists fingerprints of all identities currently represented by the

Completed in 2267 milliseconds

12 3 4 5 6 7