/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]);
|
/frameworks/base/services/usb/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 startConfirmation(String key, String fingerprints) { 250 if (startConfirmationActivity(componentName, key, fingerprints) 251 || startConfirmationService(componentName, key, fingerprints)) { 262 String fingerprints) { 264 Intent intent = createConfirmationIntent(componentName, key, fingerprints); 281 String fingerprints) { [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_;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/ |
UsbDebuggingActivity.java | 58 String fingerprints = intent.getStringExtra("fingerprints"); local 61 if (fingerprints == null || mKey == null) { 68 ap.mMessage = getString(R.string.usb_debugging_message, 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/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...] |
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,
|
/external/chromium_org/components/visitedlink/browser/ |
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...] |
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/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());
|
ResultsElement.java | 541 return ((PerformanceResultsElement)this).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);
|
/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);
|
/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/chromium_org/components/visitedlink/test/ |
visitedlink_unittest.cc | 557 std::vector<uint64> fingerprints; variable 558 CHECK(IPC::ReadParam(msg, &iter, &fingerprints)); 559 counting_context->CountAddEvent(fingerprints.size());
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/ |
performanceui.jar | |
/hardware/qcom/gps/loc_api/libloc_api_50001/ |
loc.cpp | 151 static int loc_agps_revoke_certificates(const Sha1CertificateFingerprint* fingerprints, 1061 static int loc_agps_revoke_certificates(const Sha1CertificateFingerprint* fingerprints,
|
/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...] |
/hardware/libhardware/include/hardware/ |
gps.h | 783 * A type definition for SHA1 Fingerprints used to identify X.509 Certificates 825 * fingerprints - A pointer to an array of SHA1 Fingerprints to identify the set of 827 * length - The number of fingerprints provided. 835 int (*revoke_certificates) ( const Sha1CertificateFingerprint* fingerprints, size_t length ); [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.test.performance_3.6.0.v20091014.jar | |