OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:demo
(Results
76 - 100
of
662
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/
frame.js
81
// Load the correct page, based on the
demo
name.
82
var matches = pathname.match(/
demo
(?:\/(.*))?$/);
151
window.history.pushState(exampleName, '', '/
demo
/' + exampleName);
155
window.history.replaceState(exampleName, '', '/
demo
/' + exampleName);
159
window.history.replaceState('home', '', '/
demo
');
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/lua/
index.html
22
<body class="
demo
">
31
This
demo
provides a client-side interactive shell for the <a
36
Note: the C++ source code of this
demo
is available in <a
76
<div class="
Demo
-body">
78
<div id="listener" class="
Demo
-content">
/external/clang/www/demo/
DemoInfo.html
5
Demo
page information
11
<h1>
Demo
page information</h1>
13
<p>Press "back" or <a href=".">click here</a> to return to the
demo
46
optimize across files in your application. Since the
demo
page doesn't allow
48
configured the
demo
page optimizer to assume there are no calls
/external/chromium/net/websockets/
websocket_handshake_handler_unittest.cc
37
"GET /
demo
HTTP/1.1\r\n"
60
"GET /
demo
HTTP/1.1\r\n"
82
"GET /
demo
HTTP/1.1\r\n"
105
"Sec-WebSocket-Location: ws://example.com/
demo
\r\n"
128
"Sec-WebSocket-Location: ws://example.com/
demo
\r\n"
151
"Sec-WebSocket-Location: ws://example.com/
demo
\r\n"
183
"GET /
demo
HTTP/1.1\r\n"
197
GURL url("ws://example.com/
demo
");
224
"Sec-WebSocket-Location: ws://example.com/
demo
\r\n"
240
"ws://example.com/
demo
"));
[
all
...]
websocket_job_unittest.cc
232
GURL url("ws://example.com/
demo
");
237
"GET /
demo
HTTP/1.1\r\n"
262
"Sec-WebSocket-Location: ws://example.com/
demo
\r\n"
277
GURL url("ws://example.com/
demo
");
282
"GET /
demo
HTTP/1.1\r\n"
309
"Sec-WebSocket-Location: ws://example.com/
demo
\r\n"
337
GURL url("ws://example.com/
demo
");
338
GURL cookieUrl("http://example.com/
demo
");
350
"GET /
demo
HTTP/1.1\r\n"
363
"GET /
demo
HTTP/1.1\r\n
[
all
...]
websocket_unittest.cc
150
"WebSocket-Location: ws://example.com/
demo
\r\n"
157
MockWrite("GET /
demo
HTTP/1.1\r\n"
171
new WebSocket::Request(GURL("ws://example.com/
demo
"),
174
"ws://example.com/
demo
",
212
"WebSocket-Location: ws://example.com/
demo
\r\n"
220
MockWrite("GET /
demo
HTTP/1.1\r\n"
234
new WebSocket::Request(GURL("ws://example.com/
demo
"),
237
"ws://example.com/
demo
",
269
new WebSocket::Request(GURL("ws://example.com/
demo
"),
272
"ws://example.com/
demo
",
[
all
...]
websocket_net_log_params_unittest.cc
15
list->Append(new StringValue("GET /
demo
HTTP/1.1"));
31
"GET /
demo
HTTP/1.1\r\n"
/development/samples/AppNavigation/res/values/
strings.xml
21
<string name="simple_up_description">This
demo
shows the simple case of up navigation that does not ever need to cross across different tasks. Press the up button on the action bar to return to the
demo
list. For simple drill-down navigation, the application up and system back buttons will navigate to the same location, leaving the task\'s back stack in the same state.</string>
29
<string name="view_from_other_task_description">This combined
demo
shows how to handle up navigation when another task has launched your app\'s activity on its own task stack. Navigating up in this scenario should synthesize a task stack representing the most common or direct navigation path to the parent activity. The code example shows how to handle this using helper code from the support library. Press the button below to launch a separate task and begin the
demo
.</string>
33
<string name="outside_task_description">This activity has been launched in a new task. You can confirm this by pressing the Recents button now and switching back to the app navigation example task. This activity will view content with the fake mimetype \"application/x-example\" which will be received by another code example activity to continue the
demo
. Press the View button below.</string>
36
<string name="content_view_description">This activity can receive ACTION_VIEW intents with the mimetype \"application/x-example\", sent by the outside task component of this
demo
. If you launched the activity this way then it will be on the viewing activity\'s task stack. Press the back button to finish this activity and return to the activity that wanted to view the content. Press the up button in the action bar to jump back into the main
demo
task with a synthesized back stack. This matches the pattern for content viewers such as a photo gallery or video player.</string>
/development/samples/SupportAppNavigation/res/values/
strings.xml
21
<string name="simple_up_description">This
demo
shows the simple case of up navigation that does not ever need to cross across different tasks. Press the up button on the action bar to return to the
demo
list. For simple drill-down navigation, the application up and system back buttons will navigate to the same location, leaving the task\'s back stack in the same state.</string>
29
<string name="view_from_other_task_description">This combined
demo
shows how to handle up navigation when another task has launched your app\'s activity on its own task stack. Navigating up in this scenario should synthesize a task stack representing the most common or direct navigation path to the parent activity. The code example shows how to handle this using helper code from the support library. Press the button below to launch a separate task and begin the
demo
.</string>
33
<string name="outside_task_description">This activity has been launched in a new task. You can confirm this by pressing the Recents button now and switching back to the app navigation example task. This activity will view content with the fake mimetype \"application/x-example\" which will be received by another code example activity to continue the
demo
. Press the View button below.</string>
36
<string name="content_view_description">This activity can receive ACTION_VIEW intents with the mimetype \"application/x-example\", sent by the outside task component of this
demo
. If you launched the activity this way then it will be on the viewing activity\'s task stack. Press the back button to finish this activity and return to the activity that wanted to view the content. Press the up button in the action bar to jump back into the main
demo
task with a synthesized back stack. This matches the pattern for content viewers such as a photo gallery or video player.</string>
/external/dropbear/libtommath/
Makefile.in
97
# then run the test
demo
and rebuild the library.
110
$(CC) $(CFLAGS) -DTESTING -DTIMER
demo
/timing.c mpi.o -o ltmtest
123
test: $(LIBNAME)
demo
/
demo
.o
124
$(CC) $(CFLAGS)
demo
/
demo
.o $(LIBNAME) -o test
130
$(CC) $(CFLAGS) -DTIMER
demo
/timing.c $(LIBNAME) -o ltmtest
170
rm -f *.bat *.pdf *.o *.a *.obj *.lib *.exe *.dll etclib/*.o
demo
/
demo
.o test ltmtest mpitest mtest/mtest mtest/mtest.exe \
/external/chromium_org/native_client_sdk/src/doc/devguide/coding/
nacl_io.rst
68
The nacl_io
demo
71
Building and running the
demo
74
The
demo
application launches a Native Client module that mounts three file
79
Follow these steps to build and run the
demo
:
81
* Open a terminal in the
demo
directory::
83
$ cd $NACL_SDK_ROOT/examples/
demo
/nacl_io
85
* run the
demo
::
89
Once the
demo
is running, try these operations:
109
The
demo
is written C and comprises three files.
114
This is the
demo
's main file. The code here creates and initializes the Nativ
[
all
...]
/developers/samples/android/ui/actionbarcompat/ActionBarCompat-SearchView/src/main/res/values/
strings.xml
19
<string name="app_name">ABC Search
Demo
</string>
/development/ndk/platforms/android-4/samples/san-angeles/src/com/example/SanAngeles/
DemoActivity.java
16
* This is a small port of the "San Angeles Observation"
demo
26
* Note that the
demo
runs much faster on the emulator than on
29
* - the
demo
sends bazillions of polygons to OpenGL without
34
* that prevent the
demo
from getting acceptable performance.
/development/samples/ActionBarCompat/res/values/
strings.xml
18
<string name="app_name">Action Bar
Demo
</string>
/development/samples/ApiDemos/res/values/
integers.xml
18
<!-- For the System UI Modes API
demo
, this is the number of columns to use
/development/samples/ApiDemos/res/values-land/
integers.xml
18
<!-- For the System UI Modes API
demo
, this is the number of columns to use
/development/samples/ApiDemos/src/com/example/android/apis/view/
SystemUIModesOverlay.java
23
* Version of
demo
that uses the action bar in overlay mode.
/development/samples/SipDemo/res/values/
strings.xml
19
<string name="app_name">SIP
Demo
</string>
/development/samples/training/TabCompat/res/values/
strings.xml
18
<string name="app_name">Tab
Demo
</string>
/external/chromium_org/chrome/browser/resources/chromeos/login/
demo_user_login.css
40
#
demo
-login-text {
/external/chromium_org/native_client_sdk/src/build_tools/
generate_index.py
14
self.section_list = ['Getting Started', 'API', '
Demo
', 'Tutorial']
/external/jmonkeyengine/engine/src/android/jme3test/android/
DemoAndroidHarness.java
46
exitDialogTitle = "Close
Demo
?";
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cd.py
15
# attributes. More comprehensive examples can be found in
Demo
/cd and
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cd.py
15
# attributes. More comprehensive examples can be found in
Demo
/cd and
/external/chromium/chrome/common/extensions/docs/examples/api/notifications/
options.html
11
<title>Notification
Demo
</title>
66
Notification
Demo
Completed in 1269 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>