HomeSort by relevance Sort by last modified time
    Searched full:demo (Results 1 - 25 of 469) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/docs/html/training/notepad/codelab/
NotepadCodeLab.zip 
  /external/javassist/sample/evolve/
update.html 3 <a href="demo.html">Return to the home page.</a>
start.html 11 the demo.
21 <ul><h2><a href="http://localhost:5003/demo.html">
WebPage.java 15 out.write("<P><A HREF=\"demo.html\">Return to the home page.</A>");
  /external/sonivox/jet_tools/JetCreator_content/
JetCreator_demo_2.zip 
JetCreator_demo_1.zip 
  /external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/META-INF/maven/
archetype.xml 5 <source>src\main\java\org\antlr\demo\AbstractTLexer.java</source>
6 <source>src\main\java\org\antlr\demo\AbstractTParser.java</source>
7 <source>src\main\java\org\antlr\demo\Main.java</source>
  /development/samples/WiFiDirectDemo/assets/
sample_file.txt 1 This is a sample text file for wifi_direct demo.
  /external/chromium/chrome/common/extensions/docs/examples/api/tabs/pin/
README 0 Demo Chrome Extension that uses the Tab Pinning API. Enables a new keyboard
  /external/chromium/net/websockets/
websocket_handshake_draft75_unittest.cc 18 "GET /demo HTTP/1.1\r\n"
27 new WebSocketHandshakeDraft75(GURL("ws://example.com/demo"),
29 "ws://example.com/demo",
39 "WebSocket-Location: ws://example.com/demo\r\n"
78 "GET /demo HTTP/1.1\r\n"
86 new WebSocketHandshakeDraft75(GURL("ws://example.com/demo"),
88 "ws://example.com/demo",
98 "WebSocket-Location: ws://example.com/demo\r\n"
111 new WebSocketHandshakeDraft75(GURL("ws://example.com/demo"),
113 "ws://example.com/demo",
    [all...]
websocket_handshake_unittest.cc 111 "GET /demo HTTP/1.1\r\n"
123 new WebSocketHandshake(GURL("ws://example.com/demo"),
125 "ws://example.com/demo",
140 "Sec-WebSocket-Location: ws://example.com/demo\r\n"
188 "GET /demo HTTP/1.1\r\n"
199 new WebSocketHandshake(GURL("ws://example.com/demo"),
201 "ws://example.com/demo",
216 "Sec-WebSocket-Location: ws://example.com/demo\r\n"
230 new WebSocketHandshake(GURL("ws://example.com/demo"),
232 "ws://example.com/demo",
    [all...]
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
Android.mk 12 demo.c \
  /development/samples/AndroidBeamDemo/
_index.html 1 <p>Android Beam Demo shows how to use the Android Beam feature introduced in API level 14. This
  /external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/antlr3/imports/
Ruleb.g 1 // A single rule in a grammar that must be imported by the demo
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
README.txt 1 Hi. This is a simple demo of tree construction and tree parsing with ANTLR
  /external/chromium/chrome/common/extensions/docs/examples/api/notifications/
manifest.json 2 "name": "Notification Demo",
  /external/clang/www/demo/
what is this directory.txt 1 This is for the LLVM+Clang browser based demo.
2 It is supposed to work like the LLVM+GCC demo here: http://llvm.org/demo/ but for the BSD licensed Clang instead.
7 Anyways, right now, these file a basically just a copy of the LLVM+GCC demo (no changes have been made). The files don't even work right in this location on the server. As such, someone will need to edit the file or rewrite it.
  /external/dropbear/libtomcrypt/demos/
small.c 1 /* small demo app that just includes a cipher/hash/prng */
  /frameworks/native/opengl/tests/angeles/
Android.mk 5 LOCAL_SRC_FILES:= app-linux.cpp demo.c.arm
  /external/icu4c/test/intltest/
wbnf.h 79 demo{1,3} 30% 40% 100% == (demo)30% | (demodemo)40% | (demodemodemo)100%
85 demo ? 30% != demo{0,1} 30% 100%
86 demo ? 30% == demo{0,1} 70% 30%
97 demo{1,3} 30% 40% 100%
98 demo{1,3} 30% 40% 100% 50%
99 demo{1,3} 30% 40%
103 demo{1,3} 30% 40% 100% 50% | show 20
    [all...]
  /external/jmonkeyengine/engine/src/android/jme3test/android/
DemoLaunchEntry.java 4 * Name (=appClass) and Description of one demo launch inside the main apk
  /external/icu4c/samples/layout/
readme.html 11 <title>Readme file for the ICU LayoutEngine demo</title>
15 <h2>What is the layout demo?</h2>
17 <p>The layout demo displays a paragraph of text that is laid out using the
18 LayoutEngine. There are two versions of this demo, "layout.exe" which runs on
23 <h2>How do I build the layout demo?</h2>First, you need to build ICU,
34 <p>To build the demo on Windows, just open the layout project in
38 "make all". To build the layout demo on Linux, you'll need the
40 Linux distribution. The demo uses the FreeType 1 library, and the make files
48 <h2>How do I run the demo?</h2>
50 <p>Before you can run the demo, you'll need to get the fonts it uses. Fo
    [all...]
  /external/quake/quake/src/WinQuake/
cl_demo.cpp 28 DEMO CODE
30 When a demo is playing back, all NET_SendMessages are skipped, and
31 NET_GetMessages are read from the demo file.
34 read from the demo file.
42 Called when a demo file runs out, or the user starts a game
127 Sys_Error ("Demo message > MAX_MSGLEN");
163 stop recording a demo
173 Con_Printf ("Not recording a demo.\n");
177 // write a disconnect message to the demo file
186 Con_Printf ("Completed demo\n")
    [all...]
  /gdk/samples/quake/jni/
cl_demo.cpp 28 DEMO CODE
30 When a demo is playing back, all NET_SendMessages are skipped, and
31 NET_GetMessages are read from the demo file.
34 read from the demo file.
42 Called when a demo file runs out, or the user starts a game
127 Sys_Error ("Demo message > MAX_MSGLEN");
163 stop recording a demo
173 Con_Printf ("Not recording a demo.\n");
177 // write a disconnect message to the demo file
186 Con_Printf ("Completed demo\n")
    [all...]
  /external/dropbear/libtommath/
makefile.icc 77 # then run the test demo and rebuild the library.
90 $(CC) $(CFLAGS) -DTESTING -DTIMER demo/demo.c mpi.o -o ltmtest
103 test: libtommath.a demo/demo.o
104 $(CC) demo/demo.o libtommath.a -o test
110 $(CC) $(CFLAGS) -DTIMER demo/timing.c libtommath.a -o ltmtest
113 rm -f *.bat *.pdf *.o *.a *.obj *.lib *.exe *.dll etclib/*.o demo/demo.o test ltmtest mpitest mtest/mtest mtest/mtest.exe
    [all...]

Completed in 708 milliseconds

1 2 3 4 5 6 7 8 91011>>