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

<<11121314151617181920>>

  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
DatagramPacketTest.java 37 DatagramPacket dp = new DatagramPacket("Hello".getBytes(), 5);
38 assertEquals("Created incorrect packet", "Hello", new String(dp
57 DatagramPacket dp = new DatagramPacket("Hello".getBytes(), 2, 3);
58 assertEquals("Created incorrect packet", "Hello", new String(dp
69 DatagramPacket dp = new DatagramPacket("Hello".getBytes(), 2, 3,
82 DatagramPacket dp = new DatagramPacket("Hello".getBytes(), 5,
94 DatagramPacket dp = new DatagramPacket("Hello".getBytes(), 5,
104 DatagramPacket dp = new DatagramPacket("Hello".getBytes(), 5);
105 assertEquals("Incorrect length returned", "Hello", new String(dp
113 DatagramPacket dp = new DatagramPacket("Hello".getBytes(), 5)
    [all...]
  /external/chromium/chrome/browser/password_manager/
encryptor_unittest.cc 42 plaintext = ASCIIToUTF16("hello");
88 plaintext = "hello";
94 plaintext.assign("hello", 3);
113 plaintext = "hello";
120 plaintext.assign("hello", 3);
133 plaintext = "hello";
  /external/chromium/net/base/
data_url_unittest.cc 64 "hello world" },
77 "<html><body><b>hello world</b></body></html>" },
79 { "data:text/html,<html><body><b>hello world</b></body></html>",
83 "<html><body><b>hello world</b></body></html>" },
112 "hello world" },
119 "hello world" },
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
test_memorizingfile.py 80 'Hello\nWorld\nWelcome'))
81 self.check(memorizing_file, 3, ['Hello\n', 'World\n', 'Welcome'])
85 'Hello\nWorld\nWelcome'), 2)
86 self.check(memorizing_file, 3, ['Hello\n', 'World\n'])
96 'Hello\nWorld\nWelcome'))
98 ['Hello\n', 'World\n', 'Welcome'])
  /external/dexmaker/src/test/java/com/google/dexmaker/examples/
HelloWorldMaker.java 46 helloWorldClass.getMethod("hello").invoke(null);
51 * public static void hello() {
65 // Identify the 'hello()' method on declaringType.
66 MethodId hello = declaringType.getMethod(TypeId.VOID, "hello"); local
70 Code code = dexMaker.declare(hello, Modifier.STATIC | Modifier.PUBLIC);
  /external/llvm/test/Transforms/InstCombine/
strlen-1.ll 7 @hello = constant [6 x i8] c"hello\00"
9 @null_hello = constant [7 x i8] c"\00hello\00"
19 %hello_p = getelementptr [6 x i8]* @hello, i32 0, i32 0
52 %hello_p = getelementptr [6 x i8]* @hello, i32 0, i32 0
72 %hello_p = getelementptr [6 x i8]* @hello, i32 0, i32 0
strcpy-1.ll 9 @hello = constant [6 x i8] c"hello\00"
19 %src = getelementptr [6 x i8]* @hello, i32 0, i32 0
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/Objects/
toString-001.js 58 o = { name:"object", length:0, value:"hello" }
61 "o = { name:\"object\", length:0, value:\"hello\" }; o.toString()",
64 'value:"hello"']));
66 o = { name:"object", length:0, value:"hello",
70 "o = { name:\"object\", length:0, value:\"hello\", "+
72 "hello",
  /cts/tests/tests/text/src/android/text/method/cts/
SingleLineTransformationMethodTest.java 54 CharSequence result = method.getTransformation("hello\nworld\r", null);
55 assertEquals("hello world\uFEFF", result.toString());
58 editText.setText("hello\nworld\r");
  /development/samples/ApiDemos/src/com/example/android/apis/app/
HelloWorld.java 29 * Hello World</a></h3>
34 App/Activity/Hello World
40 * <td >The Hello World Screen implementation</td>
  /external/clang/test/PCH/
exprs.h 20 const char *hello = "Hello" "PCH" "World"; variable
106 typedef typeof(_Generic(i, char*: 0, int: 0., default: hello))
  /external/clang/test/SemaCXX/
warn-global-constructors.cpp 55 char a[] = "hello";
56 char b[6] = "hello";
57 char c[][6] = { "hello" };
  /frameworks/rs/driver/linkloader/tests/images/
test.c 45 hello_function("Hello world!1\n");
46 hello_function("Hello world!2\n");
47 hello_function("Hello world!3\n");
  /external/apache-harmony/support/src/test/resources/tests/resources/
Inserted_Entry_Manifest.jar 
Inserted_Entry_Manifest_with_DigestCode.jar 
Integrate.jar 
Modified_Class.jar 
Modified_Manifest_EntryAttributes.jar 
Modified_Manifest_MainAttributes.jar 
Modified_SF_EntryAttributes.jar 
  /external/chromium/chrome/browser/metrics/
metrics_service_unittest.cc 55 local_list.push_back("Hello world!");
61 // [1, Base64Encode("Hello world!"), MD5("Hello world!")].
72 (*it)->GetAsString(&str); // Base64 encoded "Hello world!" string.
74 base::Base64Encode("Hello world!", &encoded);
78 (*it)->GetAsString(&str); // MD5 for encoded "Hello world!" string.
130 local_list.push_back("Hello world!");
168 local_list.push_back("Hello world!");
188 local_list.push_back("Hello world!");
  /external/chromium/net/tools/dump_cache/
url_utilities_unittest.cc 25 UrlUtilities::GetUrlHost("www.foo.com:80/news?q=hello"));
41 EXPECT_EQ("www.foo.com:80/news?q=hello",
42 UrlUtilities::GetUrlHostPath("www.foo.com:80/news?q=hello"));
58 EXPECT_EQ("/news?q=hello",
59 UrlUtilities::GetUrlPath("www.foo.com:80/news?q=hello"));
70 EXPECT_EQ("www.foo.com:80/news?q=hello",
71 UrlUtilities::Unescape("www.foo.com:80/news?q=hello"));
99 EXPECT_EQ("Hello, world!", UrlUtilities::Unescape("Hello%2C world%21"));
  /external/chromium/webkit/glue/
bookmarklet_unittest.cc 60 test_shell_->LoadURL(GURL("javascript:'hello world'"));
63 EXPECT_EQ("hello world", UTF16ToASCII(text));
69 "document.write('hello world');"
73 EXPECT_EQ("hello world", UTF16ToASCII(text));
  /external/clang/test/CodeGen/
PR3589-freestanding-libcalls.c 8 printf("hello\n");
  /external/clang/test/Sema/
overloaded-func-transparent-union.c 27 Class_Init(&obj, "Hello ", " World");

Completed in 1636 milliseconds

<<11121314151617181920>>