/external/chromium_org/native_client_sdk/src/gonacl_appengine/ |
app.yaml | 8 - url: /demo 13 - url: /demo/.*
|
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/home/ |
index.html | 18 <body class="demo"> 28 Choose a demo from the list!
|
/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/chromium_org/chrome/browser/resources/chromeos/login/ |
demo_user_login.js | 6 * @fileoverview Demo login UI. 10 * Handles a user clicking anywhere on the screen. This will log the demo user 29 chrome.send('loginVisible', ['demo']); 41 $('demo-login-text').hidden = true;
|
/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 */
|
/external/eigen/demos/mandelbrot/ |
README | 1 *** Mandelbrot demo ***
|
/frameworks/native/opengl/tests/angeles/ |
Android.mk | 5 LOCAL_SRC_FILES:= app-linux.cpp demo.c.arm
|
/external/chromium_org/third_party/icu/source/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/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/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/ |
test_handshake_draft75.py | 46 '/demo', 60 'WebSocket-Location: ws://example.com/demo\r\n' 69 'WebSocket-Location: wss://example.com/demo\r\n' 75 '/demo', 89 'WebSocket-Location: ws://example.com:8081/demo\r\n' 98 'WebSocket-Location: wss://example.com:8081/demo\r\n' 104 '/demo', 117 'WebSocket-Location: ws://example.com/demo\r\n' 122 '/demo', 136 '/demo', [all...] |
/development/samples/training/EffectiveNavigation/res/values/ |
strings.xml | 22 <string name="demo_external_activity">Demo External Activity</string> 23 <string name="demo_collection">Demo Collection</string>
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/notifications/ |
options.html | 13 <title>Notification Demo</title> 20 Notification Demo
|
manifest.json | 2 "name": "Notification Demo",
|
/external/javassist/sample/evolve/ |
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/chromium_org/chrome/common/extensions/docs/examples/api/webNavigation/basic/ |
popup.html | 9 <title>WebNavigation Tech Demo Popup</title>
|
/external/jmonkeyengine/engine/src/android/jme3test/android/ |
DemoLaunchEntry.java | 4 * Name (=appClass) and Description of one demo launch inside the main apk
|
/external/eigen/doc/ |
tutorial.cpp | 7 // demo static functions 13 // demo non-static set... functions 19 // demo fixed-size block() expression as lvalue and as rvalue 25 // demo dynamic-size block() 32 // demo vector blocks 37 // demo coeff-wise operations 48 // demo intelligent auto-evaluation
|
/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/chromium/net/websockets/ |
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...] |