HomeSort by relevance Sort by last modified time
    Searched refs:chronos (Results 1 - 3 of 3) sorted by null

  /external/eigen/bench/btl/actions/
action_matrix_matrix_product_bis.hh 80 STL_timer chronos; local
84 chronos.start_baseline(nb_calc);
95 while(chronos.check());
97 chronos.report(true);
101 chronos.start(nb_calc);
111 while(chronos.check());
113 chronos.report(true);
115 double time=chronos.calculated_time/2000.0;
action_lu_solve.hh 79 Portable_Timer chronos; local
83 chronos.start();
99 chronos.stop();
101 double time=chronos.user_time();
  /external/vboot_reference/scripts/image_signing/
set_chronos_password.sh 7 # Customizes a Chrome OS release image by setting the chronos user password.
17 echo "Setting chronos password..."
20 echo "chronos:$crypted_password:14500:0:99999::::" \
22 sudo grep -Ev ^chronos: "$rootfs/etc/shadow" \

Completed in 314 milliseconds