HomeSort by relevance Sort by last modified time
    Searched full:world (Results 501 - 525 of 2157) sorted by null

<<21222324252627282930>>

  /frameworks/base/docs/html/resources/tutorials/testing/
helloandroid_test.jd 43 <a href="{@docRoot}resources/tutorials/hello-world.html">Hello, World</a>
68 To keep things simple, this tutorial builds on the <a href="{@docRoot}resources/tutorials/hello-world.html">Hello World</a> tutorial, which you may have already completed.
69 It guides you through the process of setting up a test project, adding a test, and running the test against the Hello World application, all from inside the Eclipse environment.
80 This tutorial and its code depend on the Hello World tutorial. If you haven't completed that tutorial already,
94 In the Hello World tutorial you created Android application project called
395 <img alt="Menu to run Hello, World as an Android JUnit test"
  /frameworks/base/tests/CoreTests/android/core/
TestWebData.java 28 * <h1>Hello World!</h1>
52 * <h1>Hello World!</h1>
  /libcore/luni/src/test/java/tests/api/java/io/
StringBufferInputStreamTest.java 79 assertEquals("Returned incorrect chars", "World", new String(buf));
167 sbis = new StringBufferInputStream("Hello World");
CharArrayWriterTest.java 181 "World", cw.toString());
200 "World", new String(c, 0, 5));
283 "World", new String(c, 0, 5));
  /libcore/luni/src/test/java/tests/api/org/xml/sax/
InputSourceTest.java 99 StringReader sr = new StringReader("Hello, world.");
231 StringReader sr = new StringReader("Hello, world.");
  /system/vold/
Fat.cpp 110 * we make the SD card world-writable so any process can write snapshots.
117 SLOGW("The SD card is world-writable because the"
  /external/webkit/WebKit/chromium/tests/
KURLTest.cpp 80 {"javascript:hello!//world", "javascript", "", 0, "", 0, "world", 0, 0, false},
122 {"javascript:hello!?#/\\world", "javascript", "", 0, "", 0, "hello!?#/\\world", "world", 0, 0},
126 {"http://a.com/hello;world", "http", "a.com", 0, "", 0, "/hello;world", "hello", 0, 0},
270 {"hello, world", "hello, world"},
  /external/elfutils/
COPYING 13 world-wide, royalty-free, non-exclusive, perpetual, non-sublicenseable
30 2) Grant of Patent License. Licensor hereby grants You a world-wide,
35 Licensor hereby grants You a world-wide, royalty-free, non-exclusive,
  /external/quake/quake/src/WinQuake/
glqnotes.txt 94 Multitextures support allows certain hardware to render the world in one
95 pass instead of two. GLQuake uses two passes, one for the world textures
137 light. Clearing this variable will cause it to properly relight the world
  /external/quake/quake/src/WinQuake/kit/
README.TXT 94 Multitextures support allows certain hardware to render the world in one
95 pass instead of two. GLQuake uses two passes, one for the world textures
137 light. Clearing this variable will cause it to properly relight the world
  /external/skia/src/views/
SkMetaData.cpp 337 m1.setString("hello", "world");
349 SkASSERT(!strcmp(m1.findString("hello"), "world"));
364 { "hello", SkMetaData::kString_Type, sizeof("world") },
  /bootable/bootloader/legacy/include/msm7k/
gpio.h 39 ** ARM9 side of the world.
  /cts/tests/src/android/app/cts/
AppStubActivity.java 32 * A minimal "Hello, World!" application.
  /cts/tests/tests/content/src/android/content/res/cts/
Resources_ThemeTest.java 68 mResTheme.dump(1, "hello", "world");
  /cts/tests/tests/text/src/android/text/cts/
SpannedStringTest.java 79 String text = "hello, world";
  /development/pdk/docs/community/
groups-charter.jd 20 in the world of Android. We welcome announcements and discussion of products, libraries, publications, and other interesting Android-related news. We even welcome (polite!) discussion of articles and ideas critical of Android--after all, we can't improve if we don't listen. There are no restrictions on the subject matter, and we don't exclude discussions of commercial products if users are interested in talking about them.<br><br>However, we hate spam almost as passionately as we love courtesy and respect, so we reserve the right to limit discussions that amount to spam. Outright spam will result in the spammer being immediately and permanently banned from the list.
  /external/astl/tests/
test_iostream.cpp 106 cout << "string: " << std::string("hello world") << endl;
  /external/bluetooth/glib/docs/reference/glib/
compiling.sgml 58 a GLib Hello, World, you would type the following:
  /external/chromium/googleurl/src/
gurl_unittest.cc 166 {"http://www.google.com/blah/bloo?c#d", "../../../hello/./world.html?a#b", true, "http://www.google.com/hello/world.html?a#b"},
199 {"javascript:window.alert(\"hello,world\");", ""},
218 {"javascript:window.alert(\"hello, world\");", ""},
  /external/clearsilver/cs/
test4.cs 21 <?cs set:set.5 = "The end of the world." ?>
  /external/dbus/tools/
dbus-send.1 48 int32:47 string:'hello world' double:65.32
  /external/e2fsprogs/lib/ss/
test_ss.c 140 printf("Hello, world!\n");
  /external/gtest/samples/
sample2_unittest.cc 77 const char kHelloString[] = "Hello, world!";
  /external/kernel-headers/original/linux/
ppdev.h 91 /* flags visible to the world */
  /external/openssl/ssl/
install.com 51 $ SET FILE/PROT=WORLD:RE WRK_SSLINCLUDE:'EXHEADER'

Completed in 1171 milliseconds

<<21222324252627282930>>