OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wall
(Results
1 - 3
of
3
) sorted by null
/external/bison/lib/
timevar.h
24
wall
-clock time, as appropriate to and supported by the host
59
/*
Wall
clock time. */
60
float
wall
;
member in struct:timevar_time_def
timevar.c
205
now->
wall
= 0;
213
now->
wall
= times (&tms) * ticks_to_msec;
248
timer->
wall
+= stop->
wall
- start->
wall
;
494
&& tv->elapsed.
wall
< tiny)
515
/* Print
wall
clock time elapsed. */
516
fprintf (fp, "%7.2f (%2.0f%%)
wall
",
517
tv->elapsed.
wall
,
518
(total->
wall
== 0 ? 0 : tv->elapsed.wall / total->wall) * 100)
[
all
...]
/frameworks/base/cmds/am/src/com/android/commands/am/
Am.java
558
boolean
wall
= false;
571
wall
= "--
wall
".equals(nextOption());
603
if (
wall
) {
614
wall
= false;
618
if (!
wall
) {
[
all
...]
Completed in 155 milliseconds