OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:chronos
(Results
1 - 25
of
53
) sorted by null
1
2
3
/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" \
/external/autotest/client/site_tests/firmware_TouchMTB/tools/
machine_replay.sh
63
export XAUTHORITY=/home/
chronos
/.Xauthority
/external/autotest/client/site_tests/graphics_PiglitBVT/test_scripts/other/
graphics_PiglitBVT_7.sh
10
export XAUTHORITY=/home/
chronos
/.Xauthority
graphics_PiglitBVT_3.sh
10
export XAUTHORITY=/home/
chronos
/.Xauthority
/external/autotest/client/site_tests/graphics_PiglitBVT/test_scripts/pinetrail/
graphics_PiglitBVT_8.sh
10
export XAUTHORITY=/home/
chronos
/.Xauthority
graphics_PiglitBVT_5.sh
10
export XAUTHORITY=/home/
chronos
/.Xauthority
graphics_PiglitBVT_6.sh
10
export XAUTHORITY=/home/
chronos
/.Xauthority
graphics_PiglitBVT_14.sh
10
export XAUTHORITY=/home/
chronos
/.Xauthority
[
all
...]
graphics_PiglitBVT_2.sh
10
export XAUTHORITY=/home/
chronos
/.Xauthority
graphics_PiglitBVT_10.sh
10
export XAUTHORITY=/home/
chronos
/.Xauthority
[
all
...]
graphics_PiglitBVT_11.sh
10
export XAUTHORITY=/home/
chronos
/.Xauthority
[
all
...]
graphics_PiglitBVT_12.sh
10
export XAUTHORITY=/home/
chronos
/.Xauthority
[
all
...]
graphics_PiglitBVT_13.sh
10
export XAUTHORITY=/home/
chronos
/.Xauthority
[
all
...]
graphics_PiglitBVT_18.sh
10
export XAUTHORITY=/home/
chronos
/.Xauthority
[
all
...]
graphics_PiglitBVT_19.sh
10
export XAUTHORITY=/home/
chronos
/.Xauthority
[
all
...]
graphics_PiglitBVT_20.sh
10
export XAUTHORITY=/home/
chronos
/.Xauthority
[
all
...]
graphics_PiglitBVT_3.sh
10
export XAUTHORITY=/home/
chronos
/.Xauthority
graphics_PiglitBVT_4.sh
10
export XAUTHORITY=/home/
chronos
/.Xauthority
graphics_PiglitBVT_7.sh
10
export XAUTHORITY=/home/
chronos
/.Xauthority
[
all
...]
/system/connectivity/shill/init/
shill.conf.in
70
rm -f /home/
chronos
/.disable_shill
109
if [ ! -f /home/
chronos
/.oobe_completed ]; then
/external/autotest/client/site_tests/security_DbusOwners/
security_DbusOwners.py
19
"""Return a list of interface names to be owned by
chronos
."""
29
For every DBus interface XML, look for <policy user="
chronos
"> sections
31
owned by
chronos
.
47
policy.getAttribute('user') == '
chronos
'):
58
Enumerate all the DBus interfaces owned by
chronos
.
68
logging.error('Missing
chronos
-owned interface %s', iface)
73
message = 'New
chronos
-owned interface(s): ' + ', '.join(new_ifaces)
/system/connectivity/shill/bin/
shill_login_user
29
# - User profile in ~
chronos
/shill -- if the above does not
32
# - Old flimflam profile in ~
chronos
/flimflam -- If the above
33
# does not exist, we move this to ~
chronos
/shill as an
43
profile_user=
chronos
/system/core/crash_reporter/
crash_reporter_logs.conf
43
$(ls -1rt /home/
chronos
/u-*/log/chrome_[0-9]* 2>/dev/null | tail -2); do \
Completed in 714 milliseconds
1
2
3