HomeSort by relevance Sort by last modified time
    Searched full:hello (Results 451 - 475 of 767) sorted by null

<<11121314151617181920>>

  /cts/tests/tests/text/src/android/text/cts/
TextUtilsTest.java     [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/io/
PushbackInputStreamTest.java 49 pis = new PushbackInputStream(new ByteArrayInputStream("Hello"
71 ByteArrayInputStream bas = new ByteArrayInputStream("Hello".getBytes());
87 pis.unread("Hello world".getBytes());
BufferedWriterTest.java 151 bw.write("Hello");
156 sw.toString().equals("Hello" + separator + "World"));
  /external/e2fsprogs/
ABOUT-NLS 210 hello | [] [] [] [] [] [] [] [] [] |
284 hello | [] [] [] [] [] [] [] [] [] [] [] [] |
358 hello | [] [] [] [] [] [] [] | 28
  /external/gtest/include/gtest/internal/
gtest-string.h 97 // otherwise returns "(null)". For example, "\"Hello\"" is returned
98 // for input "Hello".
211 // buffer. E.g. String("hello", 3) will create the string "hel".
  /external/icu4c/test/intltest/
cpdtrtst.cpp 372 "Any-Hex;Hex-Any;Any-Hex", "hello", UnicodeString("\\u0068\\u0065\\u006C\\u006C\\u006F", ""),
373 "Any-Hex;Hex-Any", "hello! How are you?", "hello! How are you?",
  /external/mtpd/
l2tp.c 46 HELLO = 6,
60 "ACK", "SCCRQ", "SCCRP", "SCCCN", "STOPCCN", NULL, "HELLO", "OCRQ",
477 case HELLO:
  /external/openssl/ssl/
d1_pkt.c 688 * to detect unexpected Client Hello and Hello Request messages
713 /* check whether there's a handshake message (client hello?) waiting */
837 * message, then it was unexpected (Hello Request or Client Hello). */
884 /* XDTLS: In a pathalogical case, the Client Hello
915 /* If we are a client, check for an incoming 'Hello Request': */
932 /* no need to check sequence number on HELLO REQUEST messages */
    [all...]
  /external/tcpdump/
print-aodv.c 64 printf(" [|hello]");
69 printf(" [|hello]");
74 printf("\n\text HELLO %ld ms",
print-cdp.c 56 { 0x08, "Protocol-Hello option"},
165 case 0x08: /* Protocol Hello Option - not documented */
  /frameworks/base/docs/html/guide/tutorials/views/
hello-formstuff.jd 1 page.title=Hello, Form Stuff
2 parent.title=Hello, Views
252 <img src="images/hello-formstuff.png" width="150px" />
hello-mapview.jd 1 page.title=Hello, MapView
2 parent.title=Hello, Views
236 <img src="images/hello-mapview.png" width="150px" />
  /frameworks/base/docs/html/guide/topics/ui/
dialogs.jd 50 <a href="{@docRoot}resources/tutorials/views/hello-datepicker.html">Hello DatePicker</a> tutorial.</dd>
53 <a href="{@docRoot}resources/tutorials/views/hello-timepicker.html">Hello TimePicker</a> tutorial.</dd>
584 text.setText("Hello, this is a custom dialog!");
632 text.setText("Hello, this is a custom dialog!");
  /frameworks/base/docs/html/sdk/
installing.jd 217 href="{@docRoot}resources/tutorials/hello-world.html">Hello World</a> and other
440 <p><strong>Set up the Hello World application</strong></p>
443 href="{@docRoot}resources/tutorials/hello-world.html">Hello
450 <p class="caution">Following the Hello World tutorial is an essential
  /dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
HandshakeProtocol.java 262 * Processes SSLv2 Hello message
288 // hello request message
  /external/dbus/doc/
dbus-test-plan.xml 87 # Standard org.freedesktop.DBus.Hello message
92 STRING 'org.freedesktop.DBus.Hello'
dbus-tutorial.xml     [all...]
  /external/svox/pico/lib/
picodbg.h 89 * - PICODBG_INFO(("hello, world!"));
99 * - *** info|2008-04-03|14:51:36|dbgdemo.c(15)|hello world
  /external/webkit/WebCore/bridge/
testbindings.cpp 303 newInstance->stringValue.value.stringValue.UTF8Length = strlen ("Hello world");
304 newInstance->stringValue.value.stringValue.UTF8Characters = strdup ("Hello world");
  /frameworks/base/docs/html/resources/tutorials/views/
hello-gridview.jd 2 parent.title=Hello, Views
168 <img src="images/hello-gridview.png" width="150px" />
hello-listview.jd 2 parent.title=Hello, Views
137 <img src="images/hello-listview.png" width="150px" />
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
eth_utils.c 192 console_printf_terminal("eth_utils, Hello from %s child module (pid = %d).\n", ethernet_utils_module_names[module_index], getpid());
300 /* Send Hello message to client */
  /cts/tests/tests/graphics/src/android/graphics/cts/
ColorTest.java 149 Color.parseColor("hello");
  /cts/tests/tests/text/src/android/text/style/cts/
BulletSpanTest.java 111 Spanned text = Html.fromHtml("<b>hello</b>");
IconMarginSpanTest.java 97 Spanned text = Html.fromHtml("<b>hello</b>");

Completed in 241 milliseconds

<<11121314151617181920>>