/external/llvm/test/Transforms/InstCombine/ |
strcat-2.ll | 7 @hello = constant [6 x i8] c"hello\00" 19 %src = getelementptr [6 x i8]* @hello, i32 0, i32 0
|
strcat-3.ll | 7 @hello = constant [6 x i8] c"hello\00" 19 %src = getelementptr [6 x i8]* @hello, i32 0, i32 0
|
strchr-2.ll | 7 @hello = constant [14 x i8] c"hello world\5Cn\00" 17 %str = getelementptr [14 x i8]* @hello, i32 0, i32 0
|
strcmp-2.ll | 6 @hello = constant [6 x i8] c"hello\00" 17 %str2 = getelementptr inbounds [6 x i8]* @hello, i32 0, i32 0
|
strcpy-2.ll | 8 @hello = constant [6 x i8] c"hello\00" 17 %src = getelementptr [6 x i8]* @hello, i32 0, i32 0
|
strlen-2.ll | 7 @hello = constant [6 x i8] c"hello\00" 13 %hello_p = getelementptr [6 x i8]* @hello, i32 0, i32 0
|
strncat-3.ll | 7 @hello = constant [6 x i8] c"hello\00" 19 %src = getelementptr [6 x i8]* @hello, i32 0, i32 0
|
strncmp-2.ll | 6 @hello = constant [6 x i8] c"hello\00" 17 %str2 = getelementptr inbounds [6 x i8]* @hello, i32 0, i32 0
|
strncpy-2.ll | 7 @hello = constant [6 x i8] c"hello\00" 17 %src = getelementptr [6 x i8]* @hello, i32 0, i32 0
|
strpbrk-2.ll | 7 @hello = constant [12 x i8] c"hello world\00" 16 %str = getelementptr [12 x i8]* @hello, i32 0, i32 0
|
strrchr-2.ll | 7 @hello = constant [14 x i8] c"hello world\5Cn\00" 17 %str = getelementptr [14 x i8]* @hello, i32 0, i32 0
|
strncat-2.ll | 7 @hello = constant [6 x i8] c"hello\00" 19 %src = getelementptr [6 x i8]* @hello, i32 0, i32 0 39 %src = getelementptr [6 x i8]* @hello, i32 0, i32 0 50 %src = getelementptr [6 x i8]* @hello, i32 0, i32 0
|
strncpy-1.ll | 7 @hello = constant [6 x i8] c"hello\00" 9 @null_hello = constant [7 x i8] c"\00hello\00" 26 %arg2 = getelementptr [6 x i8]* @hello, i32 0, i32 0 56 %src = getelementptr [6 x i8]* @hello, i32 0, i32 0 68 %src = getelementptr [6 x i8]* @hello, i32 0, i32 0 90 %src = getelementptr [6 x i8]* @hello, i32 0, i32 0
|
/libcore/luni/src/test/java/libcore/java/lang/ |
IntrinsicTest.java | 26 "hello".charAt(0); 27 String.class.getMethod("charAt", int.class).invoke("hello", 0); 31 "hello".compareTo("world"); 32 String.class.getMethod("compareTo", String.class).invoke("hello", "world"); 36 "hello".equals("world"); 37 String.class.getMethod("equals", Object.class).invoke("hello", "world"); 41 "hello".indexOf('l'); 42 String.class.getMethod("indexOf", int.class).invoke("hello", 'l'); 46 "hello".isEmpty(); 47 String.class.getMethod("isEmpty").invoke("hello"); [all...] |
StringIndexOutOfBoundsExceptionTest.java | 24 "hello".charAt(-1); 31 "hello".charAt(7); 40 "hello there".substring(9,14);
|
/external/regex-re2/re2/testing/ |
possible_match_test.cc | 34 { "a+hello", 10, "aa", "ahello" }, 35 { "a*hello", 10, "a", "hello" }, 51 { "(?i)a+hello", 10, "AA", "ahello" }, 52 { "(?i)a*hello", 10, "A", "hello" }, 69 { "\\Aa+hello", 10, "aa", "ahello" }, 70 { "\\Aa*hello", 10, "a", "hello" }, 86 { "(?i)\\Aa+hello", 10, "AA", "ahello" } [all...] |
/external/guava/guava-tests/test/com/google/common/hash/ |
Murmur3Hash128Test.java | 39 ascii("hello")); 41 ascii("hello ")); 43 ascii("hello w")); 45 ascii("hello wo")); 47 ascii("hello wor"));
|
/libcore/luni/src/test/java/libcore/icu/ |
TransliteratorTest.java | 24 t.transliterate("hello"); 55 assertEquals("HELLO WORLD!", t.transliterate("HeLlO WoRlD!")); 61 assertEquals("hello world!", t.transliterate("HeLlO WoRlD!"));
|
/libcore/luni/src/test/java/libcore/java/net/ |
OldDatagramPacketTest.java | 28 DatagramPacket dp = new DatagramPacket("Hello".getBytes(), 5, InetAddress.getLocalHost(), 1000); 63 new DatagramPacket("Hello".getBytes(), 6); 69 new DatagramPacket("Hello".getBytes(), -1); 76 DatagramPacket dp = new DatagramPacket("Hello".getBytes(), 5); 85 DatagramPacket dp = new DatagramPacket("Hello".getBytes(), 5);
|
/external/chromium/webkit/glue/ |
webframe_unittest.cc | 43 const char outer_frame_source[] = "Hello<iframe></iframe> world"; 55 EXPECT_EQ("Hello world\n\nsub\ntext", UTF16ToUTF8(text)); 60 EXPECT_EQ("Hello world", UTF16ToUTF8(text)); 68 const char simple_source[] = "<p>Hello</p><p>World</p>"; 69 GURL test_url("http://hello/"); 74 EXPECT_EQ("Hello\n\nWorld", UTF16ToUTF8(text)); 85 EXPECT_EQ("Hello\n\nWorld", UTF16ToUTF8(text));
|
/external/skia/tests/ |
MetaDataTest.cpp | 42 REPORTER_ASSERT(reporter, !m1.findString("hello")); 45 REPORTER_ASSERT(reporter, !m1.removeString("hello")); 51 m1.setString("hello", "world"); 63 REPORTER_ASSERT(reporter, !strcmp(m1.findString("hello"), "world")); 78 { "hello", SkMetaData::kString_Type, sizeof("world") }, 105 REPORTER_ASSERT(reporter, m1.removeString("hello")); 111 REPORTER_ASSERT(reporter, !m1.findString("hello"));
|
/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...] |
/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 <Hello>World</Hello> 75 <Hello>World</Hello> 80 + ELEMENT Hello 88 // Make xml: <?xml ..><Hello>World</Hello> 91 TiXmlElement * element = new TiXmlElement( "Hello" ); 111 TiXmlElement * element = new TiXmlElement( "Hello" ); 123 <Hello>World</Hello> [all...] |
/packages/apps/Gallery2/tests/src/com/android/photos/data/ |
PhotoDatabaseTest.java | 81 assertFalse(PhotoDatabaseUtils.insertAlbum(db, null, "hello", null, accountId)); 84 assertFalse(PhotoDatabaseUtils.insertAlbum(db, null, "hello", 88 assertTrue(PhotoDatabaseUtils.insertAlbum(db, PARENT_ID1, "hello", 94 assertTrue(PhotoDatabaseUtils.insertAlbum(db, PARENT_ID2, "hello", 101 assertTrue(PhotoDatabaseUtils.insertAlbum(db, otherAlbumId, "hello", 105 assertFalse(PhotoDatabaseUtils.insertAlbum(db, otherAlbumId, "hello", 176 assertTrue(PhotoDatabaseUtils.insertAccount(db, "hello")); 177 assertTrue(PhotoDatabaseUtils.insertAccount(db, "hello")); 187 assertTrue(PhotoDatabaseUtils.insertAccount(db, "Hello")); 188 assertTrue(PhotoDatabaseUtils.insertAlbum(db, PARENT_ID1, "hello", [all...] |