OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:runalarm
(Results
1 - 5
of
5
) sorted by null
/external/robolectric-shadows/
java-timeout
41
#
runalarm
which this script is running under. The arguments are passed to the
44
# Trap SIGTERM, which is what we will receive if
runalarm
interrupts us.
58
#
runalarm
.
76
# Wrap the command with
runalarm
if available. If
runalarm
is not
79
if type
runalarm
> /dev/null 2>&1 ; then
80
runalarm
-t "$timeout_secs" "$0" 'execute' "$@"
/prebuilts/misc/common/robolectric/3.1.1/
java-timeout
41
#
runalarm
which this script is running under. The arguments are passed to the
44
# Trap SIGTERM, which is what we will receive if
runalarm
interrupts us.
58
#
runalarm
.
76
# Wrap the command with
runalarm
if available. If
runalarm
is not
79
if type
runalarm
> /dev/null 2>&1 ; then
80
runalarm
-t "$timeout_secs" "$0" 'execute' "$@"
/prebuilts/misc/common/robolectric/3.4.2/
java-timeout
41
#
runalarm
which this script is running under. The arguments are passed to the
44
# Trap SIGTERM, which is what we will receive if
runalarm
interrupts us.
58
#
runalarm
.
76
# Wrap the command with
runalarm
if available. If
runalarm
is not
79
if type
runalarm
> /dev/null 2>&1 ; then
80
runalarm
-t "$timeout_secs" "$0" 'execute' "$@"
/prebuilts/misc/common/robolectric/3.5.1/
java-timeout
41
#
runalarm
which this script is running under. The arguments are passed to the
44
# Trap SIGTERM, which is what we will receive if
runalarm
interrupts us.
58
#
runalarm
.
76
# Wrap the command with
runalarm
if available. If
runalarm
is not
79
if type
runalarm
> /dev/null 2>&1 ; then
80
runalarm
-t "$timeout_secs" "$0" 'execute' "$@"
/prebuilts/misc/common/robolectric/3.6.1/
java-timeout
41
#
runalarm
which this script is running under. The arguments are passed to the
44
# Trap SIGTERM, which is what we will receive if
runalarm
interrupts us.
58
#
runalarm
.
76
# Wrap the command with
runalarm
if available. If
runalarm
is not
79
if type
runalarm
> /dev/null 2>&1 ; then
80
runalarm
-t "$timeout_secs" "$0" 'execute' "$@"
Completed in 449 milliseconds