/external/tcpdump/tests/ |
mpls-ldp-hello.new | 3 Hello Message (0x0100), length: 28, Message ID: 0x00011970, Flags: [ignore if unknown] 4 Common Hello Parameters TLV (0x0400), length: 4, Flags: [ignore and don't forward if unknown] 5 Hold Time: 15s, Flags: [Link Hello]
|
mpls-ldp-hello.out | 3 Hello Message (0x0100), length: 28, Message ID: 0x00011970, Flags: [ignore if unknown] 4 Common Hello Parameters TLV (0x0400), length: 4, Flags: [ignore and don't forward if unknown] 5 Hold Time: 15s, Flags: [Link Hello]
|
/external/llvm/test/Transforms/InstCombine/ |
strcat-1.ll | 8 @hello = constant [6 x i8] c"hello\00" 10 @null_hello = constant [7 x i8] c"\00hello\00" 24 ; rslt1 = strcat(target, "hello\00") 25 %arg2 = getelementptr [6 x i8]* @hello, i32 0, i32 0 32 ; rslt3 = strcat(rslt2, "\00hello\00")
|
strncat-1.ll | 7 @hello = constant [6 x i8] c"hello\00" 9 @null_hello = constant [7 x i8] c"\00hello\00" 23 ; rslt1 = strncat(target, "hello\00") 24 %arg2 = getelementptr [6 x i8]* @hello, i32 0, i32 0 31 ; rslt3 = strncat(rslt2, "\00hello\00")
|
/cts/suite/audio_quality/test/ |
StringUtilTest.cpp | 26 android::String8 str("hello"); 27 ASSERT_TRUE(StringUtil::compare(str, "hello") == 0); 32 android::String8 str("hello there"); 35 ASSERT_TRUE(StringUtil::compare(sub1, "hello") == 0); 48 android::String8 str("hello there"); 50 ASSERT_TRUE(StringUtil::endsWith(str, "hello there")); 55 android::String8 str("hello:there:break:this:"); 59 ASSERT_TRUE(StringUtil::compare(tokens->at(0), "hello") == 0);
|
/external/chromium/base/ |
sys_string_conversions_mac_unittest.mm | 12 EXPECT_STREQ("Hello, world!", 13 base::SysNSStringToUTF8(@"Hello, world!").c_str());
|
stringprintf_unittest.cc | 30 EXPECT_EQ("123hello w", StringPrintf("%3d%2s %1c", 123, "hello", 'w')); 31 EXPECT_EQ(L"123hello w", StringPrintf(L"%3d%2ls %1lc", 123, L"hello", 'w')); 35 std::string value("Hello"); 37 EXPECT_EQ("Hello", value); 39 std::wstring valuew(L"Hello"); 41 EXPECT_EQ(L"Hello", valuew); 45 std::string value("Hello"); 47 EXPECT_EQ("Hello World", value) [all...] |
/external/llvm/test/Feature/ |
metadata.ll | 6 store i32 0, i32* null, !whatever !0, !whatever_else !{}, !more !{metadata !"hello"} 7 store i32 0, i32* null, !whatever !{i32 %x, metadata !"hello", metadata !1, metadata !{}, metadata !2}
|
/external/llvm/test/MC/AsmParser/ |
directive_file-errors.s | 5 .file "hello" 8 // CHECK: .file "hello"
|
/external/markdown/tests/misc/ |
arabic.html | 6 <p>???? Hello World!</p> 7 <pre><code>print "Hello World!"
|
/external/webkit/LayoutTests/fast/url/script-tests/ |
anchor.js | 4 ["hello, world", "hello, world"],
|
/external/webkit/LayoutTests/http/tests/appcache/ |
online-fallback-layering-expected.txt | 6 Creating two iframes for an existing and non-existing page, one should say "hello" the other should 404. 7 - hello heard
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
varnesting | 10 ."variable2 := Hello\n" 24 $answer = "Hello\n";
|
/packages/apps/Bluetooth/res/values/ |
test_strings.xml | 3 <string name="hello">Hello World, TestActivity</string>
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
unwrap-expected-unwrap1.xml | 12 android:text="@string/hello" /> 18 android:text="@string/hello" />
|
unwrap-expected-unwrap2.xml | 12 android:text="@string/hello" /> 18 android:text="@string/hello" />
|
unwrap-expected-unwrap3.xml | 11 android:text="@string/hello" /> 17 android:text="@string/hello" />
|
/cts/tests/tests/text/src/android/text/cts/ |
SpannableStringBuilderTest.java | 113 SpannableStringBuilder builder = new SpannableStringBuilder("hello, world"); 154 assertNotNull(SpannableStringBuilder.valueOf("hello, string")); 156 SpannableStringBuilder builder = new SpannableStringBuilder("hello, world"); 161 SpannableStringBuilder builder = new SpannableStringBuilder("hello, world!"); 166 builder = new SpannableStringBuilder("hello, world!"); 168 assertEquals("hello, google!", builder.toString()); 193 SpannableStringBuilder builder = new SpannableStringBuilder("hello, world"); 198 builder = new SpannableStringBuilder("hello, world"); 202 builder = new SpannableStringBuilder("hello, world"); 207 builder = new SpannableStringBuilder("hello, world") [all...] |
/dalvik/tests/084-class-init/ |
expected.txt | 4 Got expected 'hello!' from Exploder
|
/development/ndk/platforms/android-4/samples/san-angeles/res/layout/ |
main.xml | 10 android:text="Hello World, DemoActivity"
|
/development/tools/templates/ |
layout.template | 10 android:text="Hello World, ACTIVITY_ENTRY_NAME"
|
/external/android-mock/livetests/com/google/android/testing/mocking/test/res/layout/ |
main.xml | 10 android:text="@string/hello"
|
/external/android-mock/livetests/com/google/android/testing/mocking/testapp/res/layout/ |
main.xml | 10 android:text="@string/hello"
|
/external/clang/test/CodeGenCXX/ |
internal-linkage.cpp | 21 char const * const xyzzy = "Hello, world!"; 30 static char const * const static_xyzzy = "Hello, world!"; 39 static char const * static_nonconst_xyzzy = "Hello, world!"; 49 char const * extern_nonconst_xyzzy = "Hello, world!";
|
/external/clang/test/CodeGenObjC/ |
2008-11-24-ConstCFStrings.m | 12 [a bork:@"Hello world!"];
|