OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lapse
(Results
1 - 3
of
3
) sorted by null
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
userial_linux.c
202
long
lapse
;
member in struct:__anon16870
221
t->
lapse
= 0;
236
// t->
lapse
+= 500;
237
// t->
lapse
/= 1000;
238
if (t->
lapse
)
241
ALOGD( "%s:%s, bytes=%ld,
lapse
=%ld (%d.%02d kbps) (bus data rate %d.%02d kbps) overhead %d(%d percent)\n",
243
t->label, t->bytes, t->
lapse
,
244
(int)(8 * t->bytes / t->
lapse
), (int)(800 * t->bytes / (t->
lapse
)) % 100,
245
(int)(9 * (t->bytes + t->count * t->overhead) / t->
lapse
), (int)(900 * (t->bytes + t->count * t->overhead) / (t->lapse)) % 100
[
all
...]
/external/fonttools/Lib/fontTools/
merge.py
753
self.log.
lapse
("merge '%s'" % tag)
870
def
lapse
(self, *things):
member in class:Logger
915
log.
lapse
("compile and save font")
918
log.
lapse
("make one with everything(TOTAL TIME)")
subset.py
2088
def
lapse
(self, *things):
member in class:Logger
[
all
...]
Completed in 365 milliseconds