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

<<21222324252627282930>>

  /external/chromium_org/tools/telemetry/telemetry/unittest/
page_test_test_case.py 17 from telemetry.results import results_options
75 results = results_options.CreateResults(EmptyMetadataForTest(), options)
76 page_runner.Run(measurement, ps, expectations, options, results)
77 return results
  /external/chromium_org/ui/app_list/cocoa/
apps_search_results_controller.h 31 // Controller for the search results displayed when a user types in the app list
32 // search box. Results display in an NSTableView with a single column. Each row
48 @property(readonly, nonatomic) app_list::AppListModel::SearchResults* results; variable
54 // or up/down to navigate results.
  /external/clang/bindings/python/tests/cindex/
test_code_completion.py 7 completions = [str(c) for c in cr.results]
  /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/
AbstractResults.java 11 package org.eclipse.test.internal.performance.results.db;
18 import org.eclipse.test.internal.performance.results.utils.Util;
22 * Abstract class to store performance results.
24 * Each results gives access to specific children depending on model.
58 * Add a child to current results, using specific sort
65 Object results = this.children.get(i); local
66 if (child.compareTo(results) < 0) {
76 * Compare the results to the given one using the name.
89 * Returns whether two results are equals using the name
92 * @param obj The results to compare wit
    [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/
PerformanceResultsPerspective.java 11 package org.eclipse.test.internal.performance.results.ui;
38 // Component results view put on bottom
45 bottom.addView("org.eclipse.test.internal.performance.results.ui.ComponentsResultsView");
54 topLeft.addView("org.eclipse.test.internal.performance.results.ui.ComponentsView"); //NON-NLS-1
55 topLeft.addView("org.eclipse.test.internal.performance.results.ui.BuildsView"); //NON-NLS-1
  /external/lldb/include/lldb/Expression/
ClangFunction.h 295 /// @param[out] results
304 Value &results);
321 /// @param[out] results
330 Value &results);
353 /// @param[out] results
364 Value &results);
396 /// @param[out] results
411 Value &results);
  /external/opencv/ml/src/
mlnbayes.cpp 281 float CvNormalBayesClassifier::predict( const CvMat* samples, CvMat* results ) const
304 if( samples->rows > 1 && !results )
306 "When the number of input samples is >1, the output vector of results must be passed" );
308 if( results )
310 if( !CV_IS_MAT(results) || CV_MAT_TYPE(results->type) != CV_32FC1 &&
311 CV_MAT_TYPE(results->type) != CV_32SC1 ||
312 results->cols != 1 && results->rows != 1 ||
313 results->cols + results->rows - 1 != samples->rows
    [all...]
  /external/chromium_org/chrome/browser/media_galleries/
media_folder_finder_unittest.cc 83 MediaFolderFinder::MediaFolderFinderResults* results) {
88 MediaGalleryScanResult& result = (*results)[parent_dir];
109 results->erase(parent_dir);
146 const MediaFolderFinder::MediaFolderFinderResults& results) {
151 ASSERT_EQ(expected_keys, GetKeysFromResults(results));
153 results.begin();
154 it != results.end(); ++it) {
157 const MediaGalleryScanResult& actual = results.find(folder)->second;
168 const MediaFolderFinder::MediaFolderFinderResults& results) {
171 results.begin()
    [all...]
  /external/chromium_org/net/cert/
multi_threaded_cert_verifier.cc 85 base::DictionaryValue* results = new base::DictionaryValue(); local
86 results->SetBoolean("has_md5", verify_result.has_md5);
87 results->SetBoolean("has_md2", verify_result.has_md2);
88 results->SetBoolean("has_md4", verify_result.has_md4);
89 results->SetBoolean("is_issued_by_known_root",
91 results->SetBoolean("is_issued_by_additional_trust_anchor",
93 results->SetBoolean("common_name_fallback_used",
95 results->SetInteger("cert_status", verify_result.cert_status);
96 results->Set("verified_cert",
107 results->Set("public_key_hashes", hashes)
    [all...]
x509_certificate_win.cc 77 X509Certificate::OSCertHandles* results) {
95 results->insert(results->begin(), to_add);
101 X509Certificate::OSCertHandles results; local
115 return results;
118 AddCertsFromStore(out_store, &results);
121 return results;
271 OSCertHandles results; local
276 results.push_back(handle);
280 results = ParsePKCS7(data, length)
    [all...]
  /external/lldb/source/Expression/
ClangFunction.cpp 448 log->Printf("-- [ClangFunction::FetchFunctionResults] Fetching function results --");
483 ClangFunction::ExecuteFunction(ExecutionContext &exe_ctx, Stream &errors, Value &results)
485 return ExecuteFunction (exe_ctx, errors, 1000, true, results);
489 ClangFunction::ExecuteFunction(ExecutionContext &exe_ctx, Stream &errors, bool stop_others, Value &results)
495 unwind_on_error, ignore_breakpoints, results);
504 Value &results)
510 try_all_threads, unwind_on_error, ignore_breakpoints, results);
548 ExecutionResults results = exe_ctx.GetProcessRef().RunThreadPlan (exe_ctx, call_plan_sp, local
558 if (results != eExecutionCompleted)
571 return results;
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
sandboxed_zip_analyzer.cc 58 zip_analyzer::Results()))) {
85 const zip_analyzer::Results& results) {
90 base::Bind(callback_, results));
  /external/chromium_org/third_party/skia/experimental/Intersection/
CubicBounds.cpp 19 int results = findExtrema(cubic[0].x, cubic[1].x, cubic[2].x, cubic[3].x, leftTs); local
21 for (int index = 0; index < results; ++index) {
  /external/chromium_org/tools/memory_inspector/memory_inspector/classification/
mmap_classifier.py 14 from memory_inspector.classification import results namespace
34 """Create aggregated results of memory maps using the provided rules.
46 res = results.AggreatedResults(rule_tree, _RESULT_KEYS)
results_unittest.py 8 from memory_inspector.classification import results namespace
32 result = results.AggreatedResults(rule, keys=['X', 'Y'])
  /external/chromium_org/tools/perf/measurements/
repaint.py 78 def ValidateAndMeasurePage(self, page, tab, results):
79 self._smoothness_controller.AddResults(tab, results)
thread_times.py 16 parser.add_option('--report-silk-results', action='store_true',
17 help='Report results relevant to silk.')
37 def ValidateAndMeasurePage(self, page, tab, results):
46 self._timeline_controller.smooth_records, results)
  /external/chromium_org/tools/telemetry/examples/
measure_trace.py 18 from telemetry.results import page_test_results
19 from telemetry.results import buildbot_output_formatter
65 results = page_test_results.PageTestResults(output_formatters=formatters)
77 results.WillRunPage(page)
79 timeline_model, thread, records, results)
80 results.DidRunPage(page)
81 results.PrintSummary()
  /external/chromium_org/v8/test/mjsunit/compiler/
shift-shr.js 7 // Check the results of `left >>> right`. The result is always unsigned (and
  /external/bluetooth/bluedroid/stack/gap/
gap_utils.c 38 ** Also, the inquiry results event has its own callback; Not handled here!
54 /* pass the number of results to caller */
122 GAP_TRACE_EVENT ("GAP Inquiry Results Callback (bdaddr [%02x%02x%02x%02x%02x%02x])",
130 /* Find the control block which has an Inquiry Active and call its results callback */
164 tGAP_FINDADDR_RESULTS *p_result = &p_cb->results;
177 memcpy (p_result->bd_addr, p_cb->p_cur_inq->results.remote_bd_addr, BD_ADDR_LEN);
185 if ((BTM_ReadRemoteDeviceName (p_cb->p_cur_inq->results.remote_bd_addr,
187 return; /* This routine will get called again with the next results */
192 p_result->status = GAP_EOINQDB; /* No inquiry results; we're done! */
201 /* If this code is reached, the process has completed so call the appl's callback with results */
    [all...]
  /external/chromium_org/chrome/browser/profiles/
host_zoom_map_browsertest.cc 97 std::vector<std::string> results; local
100 results.push_back(it->host);
101 return results;
108 std::vector<std::string> results; local
112 results.push_back(it.key());
114 return results;
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_message_filter_mac.cc 57 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.
  /external/chromium_org/chrome/browser/ui/app_list/search/
history_data.cc 103 scoped_ptr<KnownResults> results(new KnownResults);
118 (*results)[assoc_it->second.primary] =
131 if (results->find(secondary_result_id) != results->end())
133 (*results)[secondary_result_id] = secondary_type;
137 return results.Pass();
history_data_store.cc 28 HistoryData::SecondaryDeque results; local
35 results.push_back(str);
38 secondary->swap(results);
159 const HistoryData::SecondaryDeque& results) {
161 for (size_t i = 0; i< results.size(); ++i)
162 results_list->AppendString(results[i]);
  /external/chromium_org/chrome/browser/ui/webui/extensions/
command_handler.cc 79 base::DictionaryValue results; local
80 GetAllCommands(&results);
82 "extensions.ExtensionCommandsOverlay.returnExtensionsData", results);
139 base::ListValue* results = new base::ListValue; local
196 results->Append(extension_dict.release());
200 commands->Set("commands", results);

Completed in 475 milliseconds

<<21222324252627282930>>