OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fLog
(Results
1 - 3
of
3
) sorted by null
/hardware/ti/omap3/omx/system/src/openmax_il/perf/reader/
perf_reader.c
52
static U32 read_U32(FILE *
fLog
)
55
fread(&data, sizeof(U32), 1,
fLog
);
66
void PERF_Replay(FILE *
fLog
, PERF_Config *pConfig)
90
while ((ulData0 = read_U32(
fLog
)), !feof(
fLog
))
98
ulData1 = read_U32(
fLog
); /* ID */
110
me->ulPID = read_U32(
fLog
); /* PID */
111
ulData1 = read_U32(
fLog
); /* startTime.sec */
112
ulData2 = read_U32(
fLog
); /* startTime.usec */
128
ulData1 = read_U32(
fLog
);
[
all
...]
/external/icu/icu4c/source/tools/ctestfw/unicode/
tstdtmod.h
40
TestLog&
fLog
;
/external/icu/icu4c/source/tools/ctestfw/
tstdtmod.cpp
94
fLog
(log)
215
const char* icu_data =
fLog
.getTestDataPath(status);
219
fLog
.dataerrln(UNICODE_STRING_SIMPLE("Could not load test data from resourcebundle: ") + UnicodeString(bundleName, -1, US_INV));
Completed in 164 milliseconds