Searched
full:hello (Results
351 -
375 of
767) sorted by null
<<11121314151617181920>>
/external/zlib/msdos/ |
Makefile.emx | 45 echo hello world | .\minigzip | .\minigzip -d
|
/external/zlib/win32/ |
Makefile.emx | 45 echo hello world | .\minigzip | .\minigzip -d
|
Makefile.gcc | 64 echo hello world | ./minigzip | ./minigzip -d 68 echo hello world | ./minigzip_d | ./minigzip_d -d
|
Makefile.msc | 110 echo hello world | minigzip | minigzip -d 114 echo hello world | minigzip_d | minigzip_d -d
|
/frameworks/base/docs/html/guide/developing/testing/ |
index.jd | 15 href="{@docRoot}resources/tutorials/testing/helloandroid_test.html">Hello, Testing</a>
|
/frameworks/base/docs/html/guide/topics/resources/ |
accessing-resources.jd | 73 <pre class="classic no-pretty-print">R.string.hello</pre> 74 <p>{@code string} is the resource type and {@code hello} is the resource name. There are many 80 <pre class="classic no-pretty-print">@string/hello</pre> 81 <p>{@code string} is the resource type and {@code hello} is the resource name. You can use this 238 <string name="hello">Hello!</string> 251 android:text="<strong>@string/hello</strong>" /> 264 android:text="@string/hello" /> 340 <a href="{@docRoot}resources/tutorials/views/hello-listview.html">List View Tutorial</a>.)</p>
|
/system/core/libcutils/ |
open_memstream.c | 293 fprintf(stream, "hello my world"); 308 fprintf(stream, "hello my world"); 367 buf=hello my world, len=14 370 buf=hello my world, len=14
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/aastore/ |
Test_aastore.java | 34 t.run(arr, 0, "hello"); 35 assertEquals("hello", arr[0]);
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/areturn/ |
Test_areturn.java | 37 assertEquals("hello", t.run()); 70 assertEquals("hello", t.run());
|
/cts/tools/vm-tests/src/dot/junit/opcodes/aput_object/ |
Test_aput_object.java | 34 t.run(arr, 0, "hello"); 35 assertEquals("hello", arr[0]);
|
/cts/tools/vm-tests/src/dot/junit/opcodes/return_object/ |
Test_return_object.java | 35 assertEquals("hello", t.run()); 59 assertEquals("hello", t.run());
|
/dalvik/libcore/support/src/test/java/tests/support/ |
Support_GetPutFieldsDefaulted.java | 95 objectValue = new SimpleClass(1965, "Hello Jupiter"); 128 new SimpleClass(1965, "Hello Jupiter"));
|
/dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
ClientHello.java | 25 * Represents Client Hello message 27 * Client hello</a>
|
/dalvik/libcore/xml/src/test/java/tests/api/org/xml/sax/ |
InputSourceTest.java | 99 StringReader sr = new StringReader("Hello, world."); 231 StringReader sr = new StringReader("Hello, world.");
|
/external/bluetooth/glib/tests/ |
module-test.c | 134 test_states (NULL, "Hello world", NULL); 137 test_states (NULL, NULL, "Hello world");
|
/external/tcpdump/ |
ospf6.h | 25 #define OSPF_TYPE_HELLO 1 /* Hello */ 226 /* Hello packet */
|
/external/webkit/WebCore/rendering/ |
RenderInline.h | 151 RenderLineBoxList m_lineBoxes; // All of the line boxes created for this inline flow. For example, <i>Hello<br>world.</i> will have two <i> line boxes. 153 RenderBoxModelObject* m_continuation; // Can be either a block or an inline. <b><i><p>Hello</p></i></b>. In this example the <i> will have a block as its continuation but the
|
/external/webkit/WebKitTools/DumpRenderTree/mac/ |
ObjCPlugin.m | 195 if (![str isEqualToString:@"Hello"]) 196 [WebScriptObject throwException:[NSString stringWithFormat:@"%@ != Hello", str]];
|
/external/webkit/WebKitTools/pywebsocket/test/ |
test_mock.py | 67 self._conn.write('Hello\r\n') 69 self.assertEqual('Hello\r\nWorld\r\n', self._conn.written_data())
|
/frameworks/base/docs/html/resources/tutorials/views/ |
hello-linearlayout.jd | 2 parent.title=Hello, Views 118 <img src="images/hello-linearlayout.png" width="150px" />
|
hello-relativelayout.jd | 2 parent.title=Hello, Views 80 <img src="images/hello-relativelayout.png" width="150px" />
|
hello-tablelayout.jd | 2 parent.title=Hello, Views 115 <img src="images/hello-tablelayout.png" width="150px" />
|
/frameworks/base/tests/CoreTests/android/core/ |
TestWebData.java | 28 * <h1>Hello World!</h1> 52 * <h1>Hello World!</h1>
|
/frameworks/base/docs/html/resources/ |
resources_toc.cs | 159 <li><a href="<?cs var:toroot ?>resources/tutorials/hello-world.html"> 160 <span class="en">Hello World</span> 163 <span class="en">Hello Views</span> 166 <span class="en">Hello Localization</span> 169 <span class="en">Hello Testing</span></a>
|
/frameworks/base/docs/html/guide/tutorials/localization/ |
index.jd | 1 page.title=Hello, L10N
33 <p>In this tutorial, we will create a Hello, L10N application that uses the
44 <p>The first version of the Hello, L10N application will use only the default
67 <li><em>Application name:</em> Hello, L10N</li>
125 <string name="app_name">Hello, L10N</string>
557 <br />Specifically supported by the Hello, L10N application.</td>
564 <br />Specifically supported by the Hello, L10N application.</td>
572 the Hello, L10N application.</td>
579 <br />Specifically supported by the Hello, L10N application.
587 <br />Not specifically supported by the Hello, L10N [all...] |
Completed in 207 milliseconds
<<11121314151617181920>>