OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bench
(Results
1 - 25
of
28
) sorted by null
1
2
/external/skia/bench/
bench_compare.py
11
"""Takes iterable lines of
bench
output, returns {
bench
:{config:time}}."""
17
#see if this line starts a new
bench
18
new_bench = re.search('running
bench
\[\d+ \d+\] (.{28})', line)
22
#add configs on this line to the current
bench
37
print '-o <file> the old
bench
output file.'
38
print '-n <file> the new
bench
output file.'
42
print ' b:
bench
'
61
'b' : '{
bench
: >28} ',
69
'b' : '{
bench
: >28} '
[
all
...]
Makefile.am
4
bin_PROGRAMS =
Bench
benchmain.cpp
358
str.printf("skia
bench
: alpha=0x%02X antialias=%d filter=%d\n",
372
SkBenchmark*
bench
;
local
373
while ((
bench
= iter.next()) != NULL) {
374
SkIPoint dim =
bench
->getSize();
379
bench
->setForceAlpha(forceAlpha);
380
bench
->setForceAA(forceAA);
381
bench
->setForceFilter(forceFilter);
382
bench
->setDither(forceDither);
384
bench
->setStrokeWidth(strokeWidth);
388
if (matchStr && strstr(
bench
->getName(), matchStr) == NULL)
[
all
...]
RectBench.cpp
125
* to
bench
BlitMask [Opaque, Black, color, shader]
221
/* init the blitmask
bench
/external/chromium/third_party/libevent/test/
Makefile.am
7
noinst_PROGRAMS = test-init test-eof test-weof test-time regress
bench
22
bench_SOURCES =
bench
.c
35
bench
test-init test-eof test-weof test-time: ../libevent.la
Makefile.in
37
bench
$(EXEEXT)
48
am_bench_OBJECTS =
bench
.$(OBJEXT)
214
bench_SOURCES =
bench
.c
258
bench
$(EXEEXT): $(bench_OBJECTS) $(bench_DEPENDENCIES)
259
@rm -f
bench
$(EXEEXT)
484
bench
test-init test-eof test-weof test-time: ../libevent.la
/external/liblzf/
Makefile.in
22
-rm -f *.o *.a lzf
bench
64
bench
: Makefile liblzf.a
bench
.c
65
$(CC) $(CPPFLAGS) $(CFLAGS) -g -o
bench
bench
.c -L. -llzf
/external/libvpx/vp8/common/arm/armv6/
idct_v6.asm
25
;*
bench
: 3/5
53
;*
bench
:
145
;*
bench
:
230
;*
bench
:
/external/chromium/third_party/libevent/
Makefile.am
44
test/Makefile.am test/Makefile.in test/
bench
.c test/regress.c \
Makefile.in
292
test/Makefile.am test/Makefile.in test/
bench
.c test/regress.c \
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
DdmsPlugin.java
419
IWorkbench
bench
= sPlugin.getWorkbench();
local
420
if (
bench
!= null) {
421
return
bench
.getDisplay();
/external/skia/
Android.mk
343
include $(BASE_PATH)/
bench
/Android.mk
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtPlugin.java
313
IWorkbench
bench
= null;
local
315
bench
= sPlugin.getWorkbench();
318
if (
bench
!= null) {
319
return
bench
.getDisplay();
[
all
...]
/external/v8/benchmarks/
richards.js
32
// http://www.cl.cam.ac.uk/~mr10/
Bench
.html
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-richards.js
32
// http://www.cl.cam.ac.uk/~mr10/
Bench
.html
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-richards.js
32
// http://www.cl.cam.ac.uk/~mr10/
Bench
.html
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-richards.js
32
// http://www.cl.cam.ac.uk/~mr10/
Bench
.html
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
RsBenchRS.java
51
private static final String SAMPLE_TEXT = "
Bench
Test";
/external/v8/tools/
ll_prof.py
48
$ perf record -R -e cycles -c 10000 -f -i ./shell
bench
.js --ll-prof
/external/stlport/etc/
ChangeLog
206
kept in basic_ios class even if small
bench
hasn't show real
[
all
...]
/external/webkit/Source/WebCore/dom/
Document.cpp
[
all
...]
/external/bison/
ChangeLog
149
* etc/
bench
.pm: Shorten
bench
names.
211
* etc/README, etc/
bench
.pl: New.
[
all
...]
/external/webkit/Source/JavaScriptCore/
ChangeLog-2007-10-14
[
all
...]
ChangeLog-2010-05-24
[
all
...]
/external/webkit/Source/WebKit/mac/
ChangeLog-2002-12-03
[
all
...]
Completed in 835 milliseconds
1
2