Searched defs:results (Results 251 - 275 of 608) sorted by relevance

<<11121314151617181920>>

/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/
H A DBuildResultsElement.java11 package org.eclipse.test.internal.performance.results.model;
19 import org.eclipse.test.internal.performance.results.db.*;
20 import org.eclipse.test.internal.performance.results.utils.Util;
113 list.add("The results history shows that the variation of its delta is over 20%, hence its result is surely not reliable");
116 list.add("The results history shows that the variation of its delta is between 10% and 20%, hence its result may not be really reliable");
140 public BuildResultsElement(AbstractResults results, ResultsElement parent) { argument
141 super(results, parent);
166 return (BuildResults) this.results;
170 if (this.results == null) {
180 if (this.results
[all...]
H A DResultsElement.java11 package org.eclipse.test.internal.performance.results.model;
23 import org.eclipse.test.internal.performance.results.db.AbstractResults;
24 import org.eclipse.test.internal.performance.results.db.BuildResults;
25 import org.eclipse.test.internal.performance.results.db.ConfigResults;
26 import org.eclipse.test.internal.performance.results.db.DB_Results;
27 import org.eclipse.test.internal.performance.results.utils.IPerformancesConstants;
28 import org.eclipse.test.internal.performance.results.utils.Util;
59 AbstractResults results; field in class:ResultsElement
164 ResultsElement(AbstractResults results, ResultsElement parent) { argument
166 this.results
[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/
H A DPerformancesView.java11 package org.eclipse.test.internal.performance.results.ui;
47 import org.eclipse.test.internal.performance.results.db.DB_Results;
48 import org.eclipse.test.internal.performance.results.model.BuildResultsElement;
49 import org.eclipse.test.internal.performance.results.model.PerformanceResultsElement;
50 import org.eclipse.test.internal.performance.results.utils.IPerformancesConstants;
51 import org.eclipse.test.internal.performance.results.utils.Util;
68 * Abstract view for performance results.
143 PerformanceResultsElement results; field in class:PerformancesView
428 * Init results
431 this.results
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jar ... html html/preferences.html html/properties.html html/results.html html/verification.html contexts.xml icons ...
/external/antlr/antlr-3.4/gunit-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
H A DGUnitExecuteMojo.java354 Set<File> results = new HashSet<File>();
357 results.add( ( File ) result );
360 results.add( new File( ( String ) result ) );
366 return results;
373 private void writeReportFile(File reportFile, String results) { argument
378 writer.write( results );
/external/chromium_org/athena/home/
H A Dapp_list_view_delegate.cc50 // TODO(mukai): port app-list's Mixer to reorder the results properly.
52 std::vector<app_list::SearchResult*> results; local
53 search_provider->ReleaseResult(&results);
54 model_->results()->DeleteAll();
55 for (size_t i = 0; i < results.size(); ++i)
56 model_->results()->Add(results[i]);
/external/chromium_org/chrome/browser/captive_portal/
H A Dcaptive_portal_service_unittest.cc33 // received result and the total number of received results.
61 CaptivePortalService::Results *results = variable
64 EXPECT_EQ(captive_portal_result_, results->previous_result);
66 results->result);
68 captive_portal_result_ = results->result;
377 // Needed to create the URLFetcher, even if it never returns any results.
H A Dcaptive_portal_tab_helper.cc181 const CaptivePortalService::Results* results = local
184 OnCaptivePortalResults(results->previous_result, results->result);
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dsearch_metadata.cc237 MetadataSearchResultVector* results) {
272 // the final results. Hence, here we fill the part.
278 results->push_back(MetadataSearchResult(
284 std::reverse(results->begin(), results->end());
292 scoped_ptr<MetadataSearchResultVector> results,
295 results.reset();
296 callback.Run(error, results.Pass());
317 scoped_ptr<MetadataSearchResultVector> results(
319 MetadataSearchResultVector* results_ptr = results
233 SearchMetadataOnBlockingPool(ResourceMetadata* resource_metadata, const std::string& query_text, int options, int at_most_num_matches, MetadataSearchResultVector* results) argument
290 RunSearchMetadataCallback(const SearchMetadataCallback& callback, const base::TimeTicks& start_time, scoped_ptr<MetadataSearchResultVector> results, FileError error) argument
[all...]
/external/chromium_org/chrome/browser/extensions/activity_log/
H A Dfullstream_ui_policy_unittest.cc79 // the results to be processed.
90 // checker function when results are available. This will happen on the
103 // Set up a timeout for receiving results; if we haven't received anything
110 // Wait for results; either the checker or the timeout callbacks should
120 scoped_ptr<Action::ActionVector> results) {
121 checker.Run(results.Pass());
127 FAIL() << "Policy test timed out waiting for results";
117 CheckWrapper( const base::Callback<void(scoped_ptr<Action::ActionVector>)>& checker, const base::Closure& done, scoped_ptr<Action::ActionVector> results) argument
/external/chromium_org/chrome/browser/extensions/api/webrtc_audio_private/
H A Dwebrtc_audio_private_api.cc221 std::vector<linked_ptr<wap::SinkInfo> > results; local
229 results.push_back(info);
232 // It's safe to directly set the results here (from a thread other
240 results_.reset(wap::GetSinks::Results::Create(results).release());
/external/chromium_org/chrome/browser/google/
H A Dgoogle_update_win.cc192 // Returns the results of the update operation.
347 GoogleUpdateUpgradeResult results; local
348 hr = job_observer->GetResult(&results);
361 if (results == UPGRADE_ERROR) {
383 results, GOOGLE_UPDATE_NO_ERROR, base::string16()));
388 void GoogleUpdate::ReportResults(GoogleUpdateUpgradeResult results, argument
392 DCHECK(results == UPGRADE_ERROR ? error_code != GOOGLE_UPDATE_NO_ERROR :
396 results, error_code, error_message, version_available_);
/external/chromium_org/chrome/browser/guest_view/web_view/
H A Dweb_view_find_helper.cc73 // Call the request's callback function with the find results, and then
93 // function can be called when the find results are available.
161 // Clears the results for |findupdate| for a new find session.
165 // Aggregate the find results.
171 // Propagate incremental results to the |findupdate| event.
206 base::DictionaryValue* results) {
207 results->SetInteger(webview::kFindNumberOfMatches, number_of_matches_);
208 results->SetInteger(webview::kFindActiveMatchOrdinal, active_match_ordinal_);
214 results->Set(webview::kFindSelectionRect, rect.DeepCopy());
234 base::DictionaryValue* results) {
205 PrepareResults( base::DictionaryValue* results) argument
233 PrepareResults( base::DictionaryValue* results) argument
272 base::DictionaryValue results; local
[all...]
/external/chromium_org/chrome/browser/history/
H A Dvisitsegment_database.cc205 std::vector<PageUsageData*>* results) {
231 results->push_back(pud);
257 results->push_back(pud);
260 // Limit to the top kResultCount results.
261 std::sort(results->begin(), results->end(), PageUsageData::Predicate);
262 if (static_cast<int>(results->size()) > max_result_count) {
263 STLDeleteContainerPointers(results->begin() + max_result_count,
264 results->end());
265 results
202 QuerySegmentUsage( base::Time from_time, int max_result_count, std::vector<PageUsageData*>* results) argument
[all...]
/external/chromium_org/chrome/browser/importer/
H A Dprofile_writer_unittest.cc109 history::QueryResults* results) {
111 history_count_ = results->size();
108 HistoryQueryComplete(HistoryService::Handle handle, history::QueryResults* results) argument
/external/chromium_org/chrome/browser/media_galleries/
H A Dmedia_folder_finder_unittest.cc84 MediaFolderFinder::MediaFolderFinderResults* results) {
89 MediaGalleryScanResult& result = (*results)[parent_dir];
110 results->erase(parent_dir);
152 const MediaFolderFinder::MediaFolderFinderResults& results) {
157 ASSERT_EQ(expected_keys, GetKeysFromResults(results));
159 results.begin();
160 it != results.end(); ++it) {
163 const MediaGalleryScanResult& actual = results.find(folder)->second;
174 const MediaFolderFinder::MediaFolderFinderResults& results) {
177 results
80 CreateTestFile(const base::FilePath& parent_dir, MediaGalleryScanFileType type, size_t count, bool big, MediaFolderFinder::MediaFolderFinderResults* results) argument
150 OnGotResults( bool success, const MediaFolderFinder::MediaFolderFinderResults& results) argument
173 GetKeysFromResults( const MediaFolderFinder::MediaFolderFinderResults& results) argument
[all...]
/external/chromium_org/chrome/browser/net/
H A Dssl_config_service_manager_pref.cc31 std::vector<std::string> results; local
32 results.reserve(value->GetSize());
38 results.push_back(s);
40 return results;
/external/chromium_org/chrome/browser/profile_resetter/
H A Dresettable_settings_snapshot.cc48 base::DictionaryValue* results = new base::DictionaryValue(); local
49 results->SetString("key", key);
50 results->SetString("value", value);
51 list->Append(results);
/external/chromium_org/chrome/browser/spellchecker/
H A Dfeedback_sender_unittest.cc97 std::vector<SpellCheckResult> results(1, BuildSpellCheckResult());
101 &results);
102 return results[0].hash;
254 std::vector<SpellCheckResult> results; local
255 results.push_back(SpellCheckResult(SpellCheckResult::SPELLING,
261 results.push_back(SpellCheckResult(SpellCheckResult::SPELLING,
268 &results);
308 std::vector<SpellCheckResult> results(
317 &results);
318 uint32 original_hash = results[
521 std::vector<SpellCheckResult> results; local
572 std::vector<SpellCheckResult> results; local
[all...]
H A Dspellcheck_message_filter_mac.cc57 const std::vector<SpellCheckResult>& results);
60 void OnLocalCheckCompleted(const std::vector<SpellCheckResult>& results);
165 const std::vector<SpellCheckResult>& results) {
168 remote_results_ = results;
184 const std::vector<SpellCheckResult>& results) {
186 local_results_ = results;
233 // Discard all local results occurring before remote result.
162 OnRemoteCheckCompleted( bool success, const base::string16& text, const std::vector<SpellCheckResult>& results) argument
183 OnLocalCheckCompleted( const std::vector<SpellCheckResult>& results) argument
H A Dspelling_service_client_unittest.cc154 const std::vector<SpellCheckResult>& results) {
158 for (std::vector<SpellCheckResult>::const_iterator it = results.begin();
159 it != results.end(); ++it) {
166 std::vector<SpellCheckResult> results; local
167 return ParseResponse(data, &results);
192 // monitor the class calls the callback with expected results.
198 const std::vector<SpellCheckResult>& results) {
199 client_.VerifyResponse(success, text, results);
218 // the corrected text with the expected results. (If there are not any
152 VerifyResponse(bool success, const base::string16& request_text, const std::vector<SpellCheckResult>& results) argument
195 OnTextCheckComplete(int tag, bool success, const base::string16& text, const std::vector<SpellCheckResult>& results) argument
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_browsertest.cc138 history::QueryResults* results) {
147 results,
155 history::QueryResults* results) {
156 results->Swap(new_results);
275 history::QueryResults results; local
276 QueryHistory(history_service, "", options, &results);
279 ASSERT_EQ(2u, results.size());
280 EXPECT_EQ(blocked_url.spec(), results[0].url().spec());
281 EXPECT_TRUE(results[0].blocked_visit());
282 EXPECT_EQ(allowed_url.spec(), results[
135 QueryHistory(HistoryService* history_service, const std::string& text_query, const history::QueryOptions& options, history::QueryResults* results) argument
152 QueryHistoryComplete(history::QueryResults* new_results, base::RunLoop* run_loop, HistoryService::Handle , history::QueryResults* results) argument
[all...]
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dhistory_data_store.cc34 HistoryData::SecondaryDeque results; local
41 results.push_back(str);
44 secondary->swap(results);
147 const HistoryData::SecondaryDeque& results) {
149 for (size_t i = 0; i< results.size(); ++i)
150 results_list->AppendString(results[i]);
145 SetSecondary( const std::string& query, const HistoryData::SecondaryDeque& results) argument
H A Dmixer.cc19 // Maximum number of results to show.
25 // A value to indicate no max number of results limit.
28 // Used for sorting and mixing results.
49 // Removes duplicates from |results|.
50 void RemoveDuplicates(SortedResults* results) { argument
52 final.reserve(results->size());
55 for (SortedResults::iterator it = results->begin();
56 it != results->end();
66 results->swap(final);
69 // Publishes the given |results| t
71 Publish(const SortedResults& results, AppListModel::SearchResults* ui_results) argument
158 const SortedResults& results() const { return results_; } function in class:app_list::Mixer::Group
190 SortedResults results; local
[all...]
/external/chromium_org/chrome/browser/ui/sync/
H A Dprofile_signin_confirmation_helper.cc88 history::QueryResults* results);
124 history::QueryResults* results) {
126 results->Swap(&owned_results);
121 OnHistoryQueryResults( size_t max_entries, CancelableRequestProvider::Handle handle, history::QueryResults* results) argument

Completed in 2382 milliseconds

<<11121314151617181920>>