HomeSort by relevance Sort by last modified time
    Searched full:hello (Results 876 - 900 of 1658) sorted by null

<<31323334353637383940>>

  /external/zlib/src/old/
Makefile.emx 45 echo hello world | .\minigzip | .\minigzip -d
  /frameworks/base/tests/BiDiTests/res/values/
strings.xml 37 <string name="arabic_text">&#x0644;&#x0627; &#x0627;&#x0646;&#x0627; hello Arabic</string>
  /libcore/luni/src/test/java/libcore/java/io/
FileOutputStreamTest.java 72 byte[] bytes = "hello".getBytes();
  /libcore/luni/src/test/java/libcore/java/math/
BigIntegerTest.java 66 new BigInteger("-1 hello"); // no trailing junk at all.
  /libcore/luni/src/test/java/libcore/java/util/zip/
GZIPInputStreamTest.java 36 assertEquals("Hello World", new String(gunzip(data), "UTF-8"));
ZipOutputStreamTest.java 33 byte[] data = "Hello World".getBytes("UTF-8");
  /pdk/apps/HelloPDK/
AndroidManifest.xml 27 <application android:label="Hello, PDK!">
  /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
  /bionic/tests/
stdio_test.cpp 37 rc = fprintf(fp, "hello\n");
45 ASSERT_STREQ("hello\n", s);
  /cts/tests/tests/text/src/android/text/method/cts/
QwertyKeyListenerTest.java 80 assertEquals("hello", mTextView.getText().toString());
102 assertEquals("HELLO", mTextView.getText().toString());
  /cts/tools/vm-tests-tf/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-tf/src/dot/junit/opcodes/return_object/
Test_return_object.java 35 assertEquals("hello", t.run());
59 assertEquals("hello", t.run());
  /external/chromium/base/mac/
mac_util.h 127 // NSString *foo = CFToNSCast(CFSTR("Hello"));
128 // CFStringRef foo2 = NSToCFCast(@"Hello");
  /external/chromium/chrome/browser/resources/shared/js/cr/
promise_test.html 235 p2.value = 'Hello world';
236 assertEquals('Hello world', String(p2));
  /external/chromium/chrome/common/extensions/docs/
tut_debugging.html 357 the Hello World extension that was featured in
368 Load the Hello World extension if it isn't already running.
370 you'll see the Hello World icon
377 If the Hello World extension isn't already running,
395 Look at the Hello World extension's information on that page.
415 Right-click the Hello World icon
461 It should show 20 "hello world" images.
572 Example: <code>console.log("Hello, world!")</code>
  /external/chromium/chrome/common/
web_apps_unittest.cc 110 EXPECT_EQ(UTF8ToUTF16("hello"), web_app->title);
123 EXPECT_EQ(UTF8ToUTF16("hello"), web_app->title);
  /external/chromium/net/url_request/
url_request_job_tracker_unittest.cc 30 const char kBasic[] = "Hello\n";
32 // The above string "Hello\n", gzip compressed.
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
test_mock.py 71 self._conn.write('Hello\r\n')
73 self.assertEqual('Hello\r\nWorld\r\n', self._conn.written_data())
  /external/llvm/test/MC/COFF/
basic-coff.s 25 .asciz "Hello World"
83 // CHECK: 48 65 6C 6C 6F 20 57 6F - 72 6C 64 00 |Hello World.|
  /external/llvm/test/Transforms/InstCombine/
printf-1.ll 8 @hello_world = constant [13 x i8] c"hello world\0A\00"
16 ; CHECK: [[STR:@[a-z0-9]+]] = private unnamed_addr constant [12 x i8] c"hello world\00"
sprintf-1.ll 8 @hello_world = constant [13 x i8] c"hello world\0A\00"
10 @null_hello = constant [7 x i8] c"\00hello\00"
  /external/llvm/unittests/Support/
YAMLParserTest.cpp 201 UnnamedStream.printError(UnnamedStream.begin()->getRoot(), "Hello, World!");
215 Stream.printError(Stream.begin()->getRoot(), "Hello, World!");
  /external/tcpdump/
ospf6.h 25 #define OSPF_TYPE_HELLO 1 /* Hello */
226 /* Hello packet */
  /external/webkit/Tools/DumpRenderTree/mac/
ObjCPlugin.m 195 if (![str isEqualToString:@"Hello"])
196 [WebScriptObject throwException:[NSString stringWithFormat:@"%@ != Hello", str]];
  /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">&#64;string/hello</pre>
81 <p>{@code string} is the resource type and {@code hello} is the resource name. You can use this
238 &lt;string name="hello">Hello!&lt;/string>
251 android:text=&quot;<strong>&#64;string/hello</strong>&quot; /&gt;
264 android:text=&quot;&#64;string/hello&quot; /&gt;

Completed in 1522 milliseconds

<<31323334353637383940>>