HomeSort by relevance Sort by last modified time
    Searched refs:Summary (Results 76 - 100 of 112) sorted by null

1 2 34 5

  /external/ceres-solver/internal/ceres/
trust_region_minimizer_test.cc 248 Solver::Summary summary; local
249 minimizer.Minimize(minimizer_options, parameters, &summary);
390 Solver::Summary summary; local
391 Solve(options, &problem, &summary);
392 EXPECT_LE(summary.final_cost, 1e-10);
solver_impl_test.cc 646 virtual CallbackReturnType operator()(const IterationSummary& summary) {
674 Solver::Summary summary; local
679 SolverImpl::Solve(options, &problem, &summary);
680 num_iterations = summary.num_successful_steps +
681 summary.num_unsuccessful_steps;
691 SolverImpl::Solve(options, &problem, &summary);
692 num_iterations = summary.num_successful_steps +
693 summary.num_unsuccessful_steps;
741 Solver::Summary summary local
761 Solver::Summary summary; local
770 Solver::Summary summary; local
782 Solver::Summary summary; local
    [all...]
system_test.cc 147 Solver::Summary summary; local
150 &summary);
160 CHECK_NE(summary.termination_type, ceres::NUMERICAL_FAILURE)
  /external/chromium_org/chrome/browser/ui/webui/
sync_internals_browsertest.js 54 expectTrue(this.hasInDetails(false, 'Summary', 'Uninitialized'));
  /external/chromium_org/third_party/icu/source/allinone/
icucheck.bat 110 echo Summary:
  /external/dnsmasq/contrib/Suse/
dnsmasq-suse.spec 21 Summary: A lightweight caching nameserver
  /external/icu4c/allinone/
icucheck.bat 116 echo Summary: ICU in %ICU_ICUDIR% arch=%ICU_ARCH% type=%ICU_DBRL%
  /external/iputils/
iputils.spec 6 Summary: The ping program for checking to see if network hosts are alive.
  /external/elfutils/
elfutils.spec 2 Summary: A collection of utilities and DSOs to handle compiled objects
36 Summary: Development libraries to handle compiled objects.
49 Summary: Static archives to handle compiled objects.
58 Summary: Library to read and write ELF files.
68 Summary: Development support for libelf
80 Summary: Static archive of libelf
  /development/build/tools/
windows_sdk.mk 6 # Summary of operations:
  /external/compiler-rt/make/
AppleBI.mk 23 # Log full compile lines in B&I logs and omit summary lines.
25 Summary := @true
  /external/ceres-solver/examples/
bundle_adjuster.cc 325 Solver::Summary summary; local
326 Solve(options, &problem, &summary);
327 std::cout << summary.FullReport() << "\n";
libmv_bundle_adjuster.cc 767 ceres::Solver::Summary summary; local
768 ceres::Solve(options, &problem, &summary);
770 std::cout << "Final report:\n" << summary.FullReport();
nist.cc 443 ceres::Solver::Summary summary; local
444 Solve(options, &problem, &summary);
475 summary.initial_cost,
476 summary.final_cost,
478 (summary.num_successful_steps + summary.num_unsuccessful_steps));
  /external/e2fsprogs/
e2fsprogs.spec 6 Summary: Utilities for managing ext2/ext3/ext4 filesystems
36 Summary: Ext2 filesystem-specific static libraries and headers.
50 Summary: helper daemon to guarantee uniqueness of time-based UUIDs
  /external/openssh/contrib/suse/
openssh.spec 14 Summary: OpenSSH, a free Secure Shell (SSH) protocol implementation
42 Summary: A passphrase dialog for OpenSSH and the X window System.
  /external/openssh/contrib/redhat/
openssh.spec 67 Summary: The OpenSSH implementation of SSH protocol versions 1 and 2.
108 Summary: OpenSSH clients.
114 Summary: The OpenSSH server daemon.
123 Summary: A passphrase dialog for OpenSSH and X.
129 Summary: A passphrase dialog for OpenSSH, X, and GNOME.
  /external/chromium_org/chrome/browser/resources/signin_internals/
signin_internals.js 154 // Signin Summary Info
  /external/chromium/chrome/browser/sync/glue/
sync_backend_host.h 116 typedef sync_api::SyncManager::Status::Summary StatusSummary;
  /external/strace/
strace.spec 0 Summary: Tracks and displays system calls associated with a running process
27 Summary: Tracks and displays system calls associated with a running process.
  /packages/apps/Settings/src/com/android/settings/wifi/
AccessPoint.java 337 /** Updates the title and summary; may indirectly call notifyChanged() */
357 setSummary(Summary.get(context, mState));
359 StringBuilder summary = new StringBuilder(); local
361 summary.append(context.getString(R.string.wifi_remembered));
366 if (summary.length() == 0) {
371 summary.append(String.format(securityStrFormat, getSecurityString(true)));
375 if (summary.length() == 0) {
376 summary.append(context.getString(R.string.wifi_wps_available_first_item));
378 summary.append(context.getString(R.string.wifi_wps_available_second_item));
381 setSummary(summary.toString())
    [all...]
WifiStatusTest.java 297 String summary = Summary.get(this, mWifiManager.getConnectionInfo().getSSID(), local
299 mNetworkState.setText(summary);
WifiSettingsForSetupWizardXL.java 288 showDisconnectedState(Summary.get(this, state));
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/
apitooling-ant.jar 
  /external/chromium_org/chrome/browser/resources/quota_internals/
event_handler.js 506 'Summary\n' +

Completed in 935 milliseconds

1 2 34 5