OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:flog
(Results
1 - 7
of
7
) sorted by null
/external/v8/benchmarks/
raytrace.js
4
// http://labs.
flog
.nz.co/raytracer/
56
//
flog
/color.js
57
//
flog
/light.js
58
//
flog
/vector.js
59
//
flog
/ray.js
60
//
flog
/scene.js
61
//
flog
/material/basematerial.js
62
//
flog
/material/solid.js
63
//
flog
/material/chessboard.js
64
//
flog
/shape/baseshape.j
[
all
...]
run.html
114
<li><b>RayTrace</b><br>Ray tracer benchmark based on code by <a href="http://
flog
.co.nz/">Adam Burmister</a> (<i>935 lines</i>).</li>
/external/webkit/SunSpider/tests/v8-v4/
v8-raytrace.js
4
// http://labs.
flog
.nz.co/raytracer/
51
//
flog
/color.js
52
//
flog
/light.js
53
//
flog
/vector.js
54
//
flog
/ray.js
55
//
flog
/scene.js
56
//
flog
/material/basematerial.js
57
//
flog
/material/solid.js
58
//
flog
/material/chessboard.js
59
//
flog
/shape/baseshape.j
[
all
...]
/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/icu4c/tools/ctestfw/
tstdtmod.cpp
36
fLog
(log)
157
const char* icu_data =
fLog
.getTestDataPath(status);
161
fLog
.dataerrln(UNICODE_STRING_SIMPLE("Could not load test data from resourcebundle: ") + UnicodeString(bundleName, -1, US_INV) + "\n");
/external/icu4c/tools/ctestfw/unicode/
tstdtmod.h
40
TestLog&
fLog
;
/system/core/adb/
adb.c
624
FILE*
flog
;
local
634
flog
= fopen( temp, "at" );
635
if (
flog
== NULL)
636
flog
= fnul;
638
setvbuf(
flog
, NULL, _IONBF, 0 );
640
stdout[0] =
flog
[0];
641
stderr[0] =
flog
[0];
Completed in 33 milliseconds