Home
last modified time | relevance | path

Searched refs:demos (Results 1 – 25 of 39) sorted by relevance

12

/external/skia/gyp/
Dpixman_test.gyp23 # '../../../pixman/demos/alpha-test.c',
24 '../../../pixman/demos/checkerboard.c',
25 # '../../../pixman/demos/clip-in.c',
26 # '../../../pixman/demos/clip-test.c',
27 # '../../../pixman/demos/composite-test.c',
28 # '../../../pixman/demos/convolution-test.c',
29 # '../../../pixman/demos/gradient-test.c',
30 # '../../../pixman/demos/gtk-utils.c',
31 # '../../../pixman/demos/parrot.c',
32 # '../../../pixman/demos/quad2quad.c',
[all …]
/external/eigen/demos/
DCMakeLists.txt3 add_custom_target(demos) target
11 message(STATUS "Qt4 not found, so disabling the mandelbrot and opengl demos")
/external/zlib/src/contrib/minizip/
Dconfigure.ac10 AC_ARG_ENABLE([demos], AC_HELP_STRING([--enable-demos], [build example programs])) optenable
/external/dropbear/libtomcrypt/
DMakefile.in170 TESTOBJECTS=demos/test.o
171 HASHOBJECTS=demos/hashsum.o
172 CRYPTOBJECTS=demos/encrypt.o
173 SMALLOBJECTS=demos/small.o
174 TVS=demos/tv_gen.o
175 MULTIS=demos/multi.o
176 TIMINGS=demos/timing.o
177 TESTS=demos/test.o
Dmakefile.msvc135 tv_gen: demos/tv_gen.c library
136 cl $(CFLAGS) demos/tv_gen.c tomcrypt.lib advapi32.lib $(EXTRALIBS)
138 hashsum: demos/hashsum.c library
139 cl $(CFLAGS) demos/hashsum.c tomcrypt.lib advapi32.lib $(EXTRALIBS)
141 test: demos/test.c library
142 cl $(CFLAGS) demos/test.c testprof/tomcrypt_prof.lib tomcrypt.lib advapi32.lib $(EXTRALIBS)
144 timing: demos/timing.c library
145 cl $(CFLAGS) demos/timing.c testprof/tomcrypt_prof.lib tomcrypt.lib advapi32.lib $(EXTRALIBS)
Dmakefile.shared218 TESTOBJECTS=demos/test.o
219 HASHOBJECTS=demos/hashsum.o
220 CRYPTOBJECTS=demos/encrypt.o
221 SMALLOBJECTS=demos/small.o
222 TVS=demos/tv_gen.o
223 TESTS=demos/test.o
224 TIMINGS=demos/timing.o
260 gcc $(CFLAGS) demos/hashsum.c -o hashsum.o
265 gcc $(CFLAGS) demos/encrypt.c -o encrypt.o
Dmakefile.unix159 TESTOBJECTS=demos/test.o
160 HASHOBJECTS=demos/hashsum.o
161 CRYPTOBJECTS=demos/encrypt.o
162 SMALLOBJECTS=demos/small.o
163 TVS=demos/tv_gen.o
164 MULTIS=demos/multi.o
165 TIMINGS=demos/timing.o
166 TESTS=demos/test.o
Dmakefile.icc230 HASHOBJECTS=demos/hashsum.o
231 CRYPTOBJECTS=demos/encrypt.o
232 SMALLOBJECTS=demos/small.o
233 TVS=demos/tv_gen.o
234 TIMINGS=demos/timing.o
235 TESTS=demos/test.o
Dchanges325 … -- Andy Bontoft fixed a bug in my demos/tests/makefile.msvc ... seems "dsa_test.c" isn't an object
372 -- Added demos to MSVC makefile
388 blocks of data with one call (added demos/multi.c to make sure they work)
455 -- Added CHC mode stuff to demos such as tv_gen and hashsum
504 -- Beefed up load/store test in demos/test
544 -- Updated demos/test/rsa_test.c to test the RSA functionality better
567 -- Removed demos/test.c [deprecated from demos/test/test.c]
583 -- replaced old test harness with new over-engineer'ed one in /demos/test/
621 -- Added base64 gen to demos/tv_gen.c
622 -- Fix to demos/x86_prof.c to correctly identify the i386 architecture... weird...
[all …]
/external/eigen/demos/mandelbrot/
DCMakeLists.txt19 add_dependencies(demos mandelbrot)
/external/eigen/demos/opengl/
DCMakeLists.txt16 add_dependencies(demos quaternion_demo)
/external/quake/quake/src/WinQuake/
Dcl_main.cpp228 if (!cls.demos[cls.demonum][0] || cls.demonum == MAX_DEMOS) in CL_NextDemo()
231 if (!cls.demos[cls.demonum][0]) in CL_NextDemo()
239 sprintf (str,"playdemo %s\n", cls.demos[cls.demonum]); in CL_NextDemo()
Dclient.h122 char demos[MAX_DEMOS][MAX_DEMONAME]; // when not playing member
Dhost_cmd.cpp1833 strncpy (cls.demos[i-1], Cmd_Argv(i), sizeof(cls.demos[0])-1); in Host_Startdemos_f()
/external/quake/quake/src/QW/client/
Dcl_main.c725 if (!cls.demos[cls.demonum][0] || cls.demonum == MAX_DEMOS) in CL_NextDemo()
728 if (!cls.demos[cls.demonum][0]) in CL_NextDemo()
736 sprintf (str,"playdemo %s\n", cls.demos[cls.demonum]); in CL_NextDemo()
Dclient.h185 char demos[MAX_DEMOS][MAX_DEMONAME]; // when not playing member
/external/quake/quake/src/
Dreadme.txt46 the original quake demos and use that data with the code, but there are
/external/qemu/distrib/sdl-1.2.15/
DSDL.qpg.in96 …<QPM:ContentKeyword>SDL,audio,graphics,demos,games,emulators,direct,media,layer</QPM:ContentKeywor…
/external/chromium/build/
Dall.gyp19 '../gpu/demos/demos.gyp:*',
/external/quake/quake/src/WinQuake/data/
DREADME.TXT366 * Changelevel while demos running no longer crashes
369 * Stopped demos changing while in the menus
DTECHINFO.TXT1740 Quake has 3 standard demos that start playing when you first run the game.
1741 It will cycle through these demos until you start or join a game.
1755 How to not play the standard demos at startup
1770 There is another way to not show the demos; one that also keeps your
1793 instead of running the demos.
1802 demos.
/external/eigen/
DCMakeLists.txt331 add_subdirectory(demos EXCLUDE_FROM_ALL)
/external/dropbear/libtommath/
Dchanges.txt137 … adding full demos around half way in chapter three so I could at least get a good portion of the
380 -- Added iterations to the timing demos... more accurate.
/external/quake/quake/src/QW/
Dqwrlnote.txt264 demos.
/external/openssl/
Dopenssl.config45 demos \

12