OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:timebuffer
(Results
1 - 8
of
8
) sorted by null
/frameworks/base/cmds/statsd/src/guardrail/
StatsdStats.cpp
408
char
timeBuffer
[80];
409
strftime(
timeBuffer
, sizeof(
timeBuffer
), "%Y-%m-%d %I:%M%p", tm);
410
return string(
timeBuffer
);
417
char
timeBuffer
[80];
418
strftime(
timeBuffer
, sizeof(
timeBuffer
), "%Y-%m-%d %I:%M%p\n", tm);
419
fprintf(out, "Stats collection start second: %s\n",
timeBuffer
);
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
MainData.h
87
EFI_TIME
TimeBuffer
; // Used by <time.h>mk
/external/libcups/cups/
debug.c
30
struct _timeb
timebuffer
; /* Time buffer struct */
local
31
_ftime(&
timebuffer
);
32
tv->tv_sec = (long)
timebuffer
.time;
33
tv->tv_usec =
timebuffer
.millitm * 1000;
/external/libxml2/
testSAX.c
82
struct timeb
timebuffer
;
local
84
ftime(&
timebuffer
);
86
tvp->tv_sec =
timebuffer
.time;
87
tvp->tv_usec =
timebuffer
.millitm * 1000L;
xmllint.c
402
struct timeb
timebuffer
;
local
404
ftime(&
timebuffer
);
406
tvp->tv_sec =
timebuffer
.time;
407
tvp->tv_usec =
timebuffer
.millitm * 1000L;
[
all
...]
/external/aac/libSBRenc/include/
sbr_encoder.h
371
* \param
timeBuffer
Pointer to the encoder audio buffer.
375
INT sbrEncoder_UpdateBuffers(HANDLE_SBR_ENCODER hEnvEnc, INT_PCM *
timeBuffer
,
/device/linaro/bootloader/edk2/StdLib/LibC/Time/
Time.c
47
static EFI_TIME
TimeBuffer
;
543
ET = &gMD->
TimeBuffer
;
/external/aac/libSBRenc/src/
sbr_encoder.cpp
[
all
...]
Completed in 769 milliseconds