HomeSort by relevance Sort by last modified time
    Searched refs:results (Results 601 - 625 of 1503) sorted by null

<<21222324252627282930>>

  /external/javassist/sample/vector/
VectorAssistant.java 67 CtClass[] results = { subclass, pool.get(vec) }; local
68 return results;
  /external/chromium_org/third_party/libxslt/libxslt/
xsltutils.c 961 xmlXPathObjectPtr *results = NULL; local
992 results = xmlMalloc(len * sizeof(xmlXPathObjectPtr));
993 if (results == NULL) {
1032 results[i] = res;
1038 results[i] = NULL;
1048 results[i] = res;
1054 results[i] = NULL;
1059 results[i] = NULL;
1069 return(results);
1090 xmlXPathObjectPtr *results = NULL, *res local
    [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/
PerformancesView.java 11 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.
142 // Results model information
143 PerformanceResultsElement results; field in class:PerformancesView
428 * Init results
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/bn/
bn_test.c 119 static int results = 0; variable
141 results = 0;
146 if (strcmp(*argv, "-results") == 0)
147 results = 1;
176 if (!results)
317 if (!results) {
363 if (!results) {
407 if (!results) {
416 if (!results) {
454 if (!results) {
    [all...]
  /cts/tests/tests/net/src/android/net/cts/
DnsTest.java 160 "search-results.com", "tribalfusion.com", "thefreedictionary.com", "isohunt.com",
174 ArrayList<String> results = new ArrayList<String>(); local
203 results.add(thisResult);
246 results.add(thisResult);
248 for (String result : results) Log.d(TAG, result);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ReceiveResult.java 39 the picking activity and receives its results; SendResult allows the user
87 // Retrieve the TextView widget that will display results.
88 mResults = (TextView)findViewById(R.id.results);
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
gjslint.py 95 for results in pool.imap(_CheckPath, paths):
96 for record in results:
114 results = _CheckPath(path)
115 for record in results:
  /external/chromium_org/base/test/launcher/
test_results_tracker.h 22 // A helper class to output results.
50 // Adds |result| to the stored test results.
63 // Saves a JSON summary of all test iterations results to |path|. Returns
91 // Aggregate test results grouped by full test name.
93 ResultsMap results; member in struct:base::TestResultsTracker::PerIterationData
108 // Store test results for each iteration.
  /external/chromium_org/chrome/browser/download/
download_query_unittest.cc 73 DownloadVector* results() { return &results_; } function in class:DownloadQueryTest
79 ASSERT_EQ(1U, results()->size());
80 ASSERT_EQ(0U, results()->at(0)->GetId());
88 ASSERT_EQ(2U, results()->size());
89 ASSERT_EQ(1U, results()->at(0)->GetId());
90 ASSERT_EQ(0U, results()->at(1)->GetId());
157 EXPECT_EQ(0U, results()->size());
170 ASSERT_EQ(2U, results()->size());
171 ASSERT_EQ(0U, results()->at(0)->GetId());
172 ASSERT_EQ(1U, results()->at(1)->GetId())
    [all...]
  /external/chromium_org/chrome/browser/history/
download_database.h 35 std::vector<DownloadRow>* results);
  /external/chromium_org/chrome/browser/net/
ssl_config_service_manager_pref.cc 31 std::vector<std::string> results; local
32 results.reserve(value->GetSize());
38 results.push_back(s);
40 return results;
  /external/chromium_org/chrome/browser/spellchecker/
feedback_sender.h 92 // Generates feedback data based on spellcheck results. The new feedback data
93 // is pending. Sets hash identifiers for |results|. Called when spelling
94 // service client receives results from the spelling service. Does not take
95 // ownership of |results|.
99 std::vector<SpellCheckResult>* results);
spelling_service_client.h 46 // const std::vector<SpellCheckResult>& results) {
75 const std::vector<SpellCheckResult>& /* results */)>
96 std::vector<SpellCheckResult>* results);
  /external/chromium_org/chrome/browser/ui/app_list/search/
history_data_store.h 53 const HistoryData::SecondaryDeque& results);
  /external/chromium_org/chrome/browser/ui/cocoa/find_bar/
find_bar_bridge.h 59 virtual void ClearResults(const FindNotificationDetails& results) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/webui/omnibox/
omnibox_ui_handler.cc 102 result->results =
153 for (size_t j = 0; j < result_by_provider.results.size(); ++j) {
154 result_by_provider.results[j]->starred = bookmark_model->IsBookmarked(
155 GURL(result_by_provider.results[j]->destination_url));
185 // important logic and return stale results. In short, we want the
186 // actual results to not depend on the state of the previous request.
  /external/chromium_org/chrome/common/extensions/docs/static/js/
search.js 21 var element = google.search.cse.element.getElement('results');
38 // the search control displaying the results is on the same page.
  /external/chromium_org/components/component_updater/
update_response.h 102 struct Results {
103 Results();
104 ~Results();
115 // indicating success or failure. On success, the results are available by
116 // calling results(). The details for any failures are available by calling
120 const Results& results() const { return results_; } function in class:component_updater::UpdateResponse
124 Results results_;
  /external/chromium_org/content/browser/speech/
google_one_shot_remote_engine.cc 269 SpeechRecognitionResults results; local
270 results.push_back(SpeechRecognitionResult());
271 SpeechRecognitionResult& result = results.back();
287 delegate()->OnSpeechRecognitionEngineResults(results);
speech_recognition_dispatcher_host.h 46 const SpeechRecognitionResults& results) OVERRIDE;
speech_recognizer_impl_android.h 54 void OnRecognitionResultsOnIOThread(SpeechRecognitionResults const &results);
  /external/chromium_org/content/test/gpu/gpu_tests/
gpu_process.py 30 def ValidateAndMeasurePage(self, page, tab, results):
gpu_rasterization.py 37 def ValidateAndMeasurePage(self, page, tab, results):
hardware_accelerated_feature.py 29 def ValidateAndMeasurePage(self, page, tab, results):
  /external/chromium_org/net/dns/
mdns_cache.cc 152 std::vector<const RecordParsed*>* results,
154 DCHECK(results);
155 results->clear();
169 results->push_back(record);

Completed in 707 milliseconds

<<21222324252627282930>>