/external/dropbear/libtomcrypt/demos/ |
small.c | 12 /* $Source: /cvs/libtom/libtomcrypt/demos/small.c,v $ */
|
timing.c | 40 /* $Source: /cvs/libtom/libtomcrypt/demos/timing.c,v $ */
|
test.c | 34 /* $Source: /cvs/libtom/libtomcrypt/demos/test.c,v $ */
|
hashsum.c | 117 /* $Source: /cvs/libtom/libtomcrypt/demos/hashsum.c,v $ */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/testdata/ |
AndroidManifest-testapp.xml | 16 android:label="Tests for Api Demos."/>
|
/cts/tests/ApiDemosReferenceTest/ |
AndroidManifest.xml | 19 android:targetPackage="com.example.android.apis" android:label="Tests for Api Demos." />
|
/external/sonivox/jet_tools/JetCreator/ |
ReadMe1st.txt | 44 5. Use Import to import simple example project off Demos directory
|
/frameworks/base/docs/html/guide/samples/ |
index.jd | 20 a project for the API Demos app from Eclipse, 22 {@code ApiDemos} in the {@code samples/} directory. To create the API Demos project 25 android update project -s -n API Demos -t <em><target_ID></em> -p <em><path-to-platform></em>/samples/ApiDemos/ 40 <dt><a href="{@docRoot}resources/samples/ApiDemos/index.html">API Demos</a></dt>
|
/external/dropbear/libtomcrypt/ |
makefile.msvc | 135 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)
|
makefile.shared | 218 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
|
Makefile.in | 170 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
|
makefile.unix | 159 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
|
makefile.icc | 230 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
|
changes | 325 -- 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) [all...] |
/development/samples/ApiDemos/tests/ |
AndroidManifest.xml | 35 android:label="Tests for Api Demos."/>
|
/external/icu4c/test/cintltst/ |
cg7coll.h | 16 * mentioned on the IBM Java international demos web site.
|
/frameworks/base/docs/html/resources/samples/ |
get.jd | 50 create a project for the "API Demos" sample app by starting a new Android 56 <p>If you are not working in Eclipse, you can create a project for the API Demos 60 android update project -s -n API Demos -t <em><target_ID></em> -p <<em>path</em>></em>samples/android-<<em>level</em>>/ApiDemos/
|
/development/samples/ApiDemos/ |
_index.html | 1 <p>The API Demos application includes a variety of small applications
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
NotificationDisplay.java | 75 // as part of the api demos app. Note the use of NEW_TASK here,
|
/external/icu4c/test/intltest/ |
g7coll.h | 9 * mentioned on the IBM Java international demos web site.
|
/external/openssl/ |
openssl.config | 22 demos \
|
/external/quake/quake/src/QW/client/ |
client.h | 41 vec3_t viewangles; // only for demos, not from server 184 int demonum; // -1 = don't play demos 185 char demos[MAX_DEMOS][MAX_DEMONAME]; // when not playing member in struct:__anon4960
|
/external/quake/quake/src/ |
readme.txt | 46 the original quake demos and use that data with the code, but there are
|
/external/quake/quake/src/WinQuake/ |
client.h | 121 int demonum; // -1 = don't play demos 122 char demos[MAX_DEMOS][MAX_DEMONAME]; // when not playing member in struct:__anon5245
|
cl_main.cpp | 224 return; // don't play demos 228 if (!cls.demos[cls.demonum][0] || cls.demonum == MAX_DEMOS) 231 if (!cls.demos[cls.demonum][0]) 233 Con_Printf ("No demos listed with startdemos\n"); 239 sprintf (str,"playdemo %s\n", cls.demos[cls.demonum]);
|