/external/dbus/test/data/valid-messages/ |
lots-of-arguments.message | 33 STRING_ARRAY { 'Hello', 'This', 'Is', 'A', 'String', 'Array!' }
|
/external/srec/tools/grxmlcompile/ |
testhashmap.cpp | 68 string value = "hello"; 129 s = "hello"; 136 findi("hello"); 141 findi("hello");
|
/external/v8/test/mjsunit/ |
double-equals.js | 57 assertTrue('hello' == 'hello', "'hello' == 'hello'");
|
/external/v8/test/mjsunit/regress/ |
regress-670147.js | 33 assertFalse(XXX('Hello'));
|
regress-874178.js | 31 foo.bar = 'hello';
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/Statements/ |
12.6.3-4.js | 118 var ob = { 0:"hello" }; 124 "ob = { 0:\"hello\" }; for ( ob[0] in o ) { result += o[ob[0]]", 138 var ob = { value:"hello" }; 143 "ob = { 0:\"hello\" }; for ( ob[value] in o ) { result += o[ob[value]]",
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Statements/ |
try-009.js | 27 TryInWhile( new TryObject( "hello", ThrowException, true ) );
|
/external/webkit/LayoutTests/http/tests/appcache/ |
404-manifest.html | 38 if (req.responseText == 'Hello, World!')
|
simple.html | 37 if (req.responseText != 'Hello, World!') {
|
/frameworks/base/core/java/android/ddm/ |
DdmHandleHello.java | 29 * Handle "hello" messages and feature discovery. 57 Log.v("ddm-hello", "Connected!"); 74 Log.v("ddm-hello", "Disconnected!"); 109 Log.v("ddm-hello", "Server version is " + serverProtoVers);
|
/frameworks/base/docs/html/guide/tutorials/views/ |
hello-gridview.jd | 1 page.title=Hello, GridView 2 parent.title=Hello, Views 98 should return the actual object at the specified position in our Adapter, but for this Hello World, 117 <img src="images/hello-gridview.png" width="150px" />
|
/frameworks/base/docs/html/resources/tutorials/testing/ |
helloandroid_test.jd | 1 page.title=Hello, Testing 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 168 <code>testPreconditions()</code>: This defines a small test that ensures the Hello, Android 272 test case, the <code>setUp()</code> method starts the Hello, Android application [all...] |
/frameworks/base/docs/html/ |
sitemap-intl.txt | 7 http://developer.android.com/ja/guide/tutorials/hello-world.html
|
/frameworks/base/tests/CoreTests/android/core/ |
URLTest.java | 117 String body = "Hello, Android world #" + i + "!"; 163 assertEquals("Hello, Android world #0!", request(url)); 164 assertEquals("Hello, Android world #1!", request(url)); 165 assertEquals("Hello, Android world #2!", request(url));
|
/dalvik/libcore/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/ |
DalvikExecTest.java | 101 assertEquals("Hello Android World!", "Hello Android World!\n", res); 164 assertEquals("Hello Android World!", "Hello Android World!\n", res); 237 assertEquals("Hello Android World!", "Hello Android World!\n", res); 270 System.out.println("Hello Android World!");
|
/external/skia/src/views/ |
SkMetaData.cpp | 328 SkASSERT(!m1.findString("hello")); 331 SkASSERT(!m1.removeString("hello")); 337 m1.setString("hello", "world"); 349 SkASSERT(!strcmp(m1.findString("hello"), "world")); 364 { "hello", SkMetaData::kString_Type, sizeof("world") }, 391 SkASSERT(m1.removeString("hello")); 397 SkASSERT(!m1.findString("hello"));
|
/dalvik/libcore/luni/src/test/java/tests/api/java/io/ |
PrintStreamTest.java | 547 os.print("Hello World"); 551 assertEquals("Incorrect string written", "Hello World", new String( 770 os.println("Hello World"); 774 assertEquals("Incorrect string written", "Hello World", new String( [all...] |
/external/webkit/JavaScriptCore/tests/mozilla/ecma/Array/ |
15.4.5.1-1.js | 118 TEST_STRING +" A[150] = 'hello'; A[150]", 119 'hello', 120 eval( TEST_STRING + " A[150] = 'hello'; A[150]" ) ); 123 TEST_STRING +" A[150] = 'hello'; A[150]", 125 eval( TEST_STRING + " A[150] = 'hello'; A.length" ) );
|
/frameworks/base/docs/html/guide/tutorials/ |
hello-world.jd | 1 page.title=Hello, World 20 of a development framework is how easy it is to write "Hello, 90 <li><em>Application name:</em> Hello, Android</li> 201 tv.setText("Hello, Android"); 232 <p>There it is — "Hello, World" in Android! The next step, of course, is 259 <p>The "Hello, Android" you see in the grey bar is actually the application title. The Eclipse plugin 264 <p>That concludes the basic "Hello World" tutorial, but you should continue reading for some more 270 <p>The "Hello, World" example you just completed uses what is called a "programmatic" 287 android:text="@string/hello"/></pre> 344 The <em>hello</em> string is defined in the <em>res/values/strings.xml</em> file. This is th [all...] |
/cts/tests/tests/text/src/android/text/cts/ |
SelectionTest.java | 37 CharSequence text = "hello, world"; 59 CharSequence text = "hello, world"; 83 CharSequence text = "hello, world"; 125 SpannableStringBuilder builder = new SpannableStringBuilder("hello, world"); 163 CharSequence text = "hello, world"; 194 CharSequence text = "hello, world"; 233 CharSequence text = "hello\nworld"; 291 CharSequence text = "hello\nworld"; 401 CharSequence text = "hello,world\nGoogle"; 458 CharSequence text = "hello, world" [all...] |
TextUtils_SimpleStringSplitterTest.java | 84 simpleStringSplitter.setString("hello|world"); 88 assertEquals("hello", iterator.next());
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/astore/ |
Test_astore.java | 36 assertEquals("hello", T_astore_1.run()); 94 assertEquals("hello", T_astore_1_w.run());
|
/dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
ClientHandshakeImpl.java | 202 "Bad server hello protocol version"); 208 "Bad server hello compression method"); 223 "Bad server hello cipher suite"); 235 "Bad server hello protocol version"); 239 "Bad server hello cipher suite"); 331 * Processes SSLv2 Hello message. 332 * SSLv2 client hello message message is an unexpected message 334 * @ see TLS 1.0 spec., E.1. Version 2 client hello
|
ServerHello.java | 27 * Represents server hello message. 29 * Server hello.</a>
|
/external/bluetooth/glib/tests/ |
spawn-test-win32-gui.c | 59 n = strlen ("Hello there"); 61 write (outfd, "Hello there", n) == -1)
|