HomeSort by relevance Sort by last modified time
    Searched full:hello (Results 626 - 650 of 2904) sorted by null

<<21222324252627282930>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
buffer_tests.py 92 self.assertEqual(b'hello', self.marshal(b'HeLLo').lower())
93 self.assertEqual(b'hello', self.marshal(b'hello').lower())
94 self.assertRaises(TypeError, self.marshal(b'hello').lower, 42)
97 self.assertEqual(b'HELLO', self.marshal(b'HeLLo').upper())
98 self.assertEqual(b'HELLO', self.marshal(b'HELLO').upper())
99 self.assertRaises(TypeError, self.marshal(b'hello').upper, 42
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
test_msgutil.py 149 msgutil.send_message(request, 'Hello')
187 msgutil.send_message(request, 'Hello', False)
196 msgutil.send_message(request, 'Hello World!', False)
206 msgutil.send_message(request, 'Hello')
218 msgutil.send_message(request, 'Hello')
223 compressed_hello = compress.compress('Hello')
246 msgutil.send_message(request, 'Hello')
248 msgutil.send_message(request, 'Hello')
250 msgutil.send_message(request, 'Hello')
254 compressed_hello = compress.compress('Hello')
    [all...]
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/chromium/net/http/
http_chunked_decoder_unittest.cc 61 RunTest(inputs, arraysize(inputs), "hello", true, 0);
68 RunTest(inputs, arraysize(inputs), "hello", false, 0);
78 RunTest(inputs, arraysize(inputs), "hello world", true, 0);
86 "hello",
95 RunTest(inputs, arraysize(inputs), "hello", true, 0);
108 RunTest(inputs, arraysize(inputs), "hello world", true, 0);
116 RunTest(inputs, arraysize(inputs), "hello", true, 0);
127 RunTest(inputs, arraysize(inputs), "hello", true, 0);
136 RunTest(inputs, arraysize(inputs), "hello", false, 0);
170 RunTest(inputs, arraysize(inputs), "hello", true, 0)
    [all...]
  /external/tinyxml/docs/
tutorial0.html 36 &lt;Hello&gt;World&lt;/Hello&gt;
75 &lt;Hello&gt;World&lt;/Hello&gt;
80 + ELEMENT Hello
88 // Make xml: &lt;?xml ..&gt;&lt;Hello&gt;World&lt;/Hello&gt;
91 TiXmlElement * element = new TiXmlElement( "Hello" );
111 TiXmlElement * element = new TiXmlElement( "Hello" );
123 &lt;Hello&gt;World&lt;/Hello&gt
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
icu.test 26 execsql {INSERT INTO test1 VALUES(1,2,1.1,2.2,'hello','world')}
40 test_expr icu-1.1 {i1='hello'} {i1 REGEXP 'hello'} 1
41 test_expr icu-1.2 {i1='hello'} {i1 REGEXP '.ello'} 1
42 test_expr icu-1.3 {i1='hello'} {i1 REGEXP '.ell'} 0
43 test_expr icu-1.4 {i1='hello'} {i1 REGEXP '.ell.*'} 1
61 test_expr icu-2.1 {i1='HellO WorlD'} {upper(i1)} {HELLO WORLD}
62 test_expr icu-2.2 {i1='HellO WorlD'} {lower(i1)} {hello world
    [all...]
incrblobfault.test 21 INSERT INTO blob VALUES(1, 'hello world');
22 INSERT INTO blob VALUES(2, 'world hello');
65 faultsim_test_result {0 {hello world}}
  /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_org/components/webdata/encryptor/
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/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
  /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/chromium_org/net/quic/crypto/
null_decrypter_test.cc 26 0, "hello world!", StringPiece(reinterpret_cast<const char*>(expected),
45 0, "hello world!", StringPiece(reinterpret_cast<const char*>(expected),
60 0, "hello world!", StringPiece(reinterpret_cast<const char*>(expected),
  /external/chromium_org/v8/test/webkit/
dfg-to-string-toString-in-string.js 34 var argument = new String("hello");
35 var expected = "\"hello\"";
38 argument = new String("hello");
dfg-to-string-valueOf-in-string.js 34 var argument = new String("hello");
37 argument = new String("hello");
40 shouldBe("\"\" + foo(argument)", "\"hello\"");
regexp-many-brackets.js 33 regexp += "hello";
39 manyHellosArray[i] = "hello";
42 shouldBe("'hello'.match(manyBracketsRegExp)", "manyHellosArray");
  /external/chromium_org/v8/test/webkit/fast/js/
object-prototype-toLocaleString-expected.txt 31 PASS Object.prototype.toLocaleString.call('Hello, world!') is "Hello, world!"
32 PASS Object.prototype.toLocaleString.call('Hello, world!') is "stringPrototypeToString"
object-prototype-toLocaleString.js 33 shouldBe("Object.prototype.toLocaleString.call('Hello, world!')", '"Hello, world!"');
37 shouldBe("Object.prototype.toLocaleString.call('Hello, world!')", '"stringPrototypeToString"');
  /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" };
  /art/test/HelloWorld/
HelloWorld.java 19 System.logI("Hello, world!");
  /development/tutorials/MoarRam/res/values/
strings.xml 6 <string name="hello_world">Hello world!</string>

Completed in 525 milliseconds

<<21222324252627282930>>