/external/chromium_org/tools/gyp/test/msvs/uldi2010/ |
gyptest-all.py | 15 test.run_gyp('hello.gyp') 18 test.must_contain('hello.vcxproj', '<UseLibraryDependencyInputs>false')
|
/external/chromium_org/tools/gyp/test/win/linker-flags/ |
subsystem.gyp | 15 'sources': ['hello.cc'], 45 'sources': ['hello.cc'],
|
/external/chromium_org/tools/gyp/test/win/precompiled/ |
hello.gyp | 8 'target_name': 'hello', 11 'hello.c',
|
/external/chromium_org/tools/gyp/test/win/vs-macros/ |
projectname.gyp | 10 'sources': ['hello.cc'], 21 'sources': ['hello.cc'],
|
/external/clang/test/Sema/ |
nonnull.c | 18 Class_init(0, "Hello World"); // expected-warning {{null passed to a callee which requires a non-null argument}} 19 Class_init(obj, "Hello World");
|
/external/clang/test/SemaCXX/ |
ms-wchar.cpp | 7 __wchar_t s[] = L"Hello world!"; 9 unsigned short t[] = L"Hello world!"; // expected-error{{array initializer must be an initializer list}}
|
/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!"
|
/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...] |
/art/test/084-class-init/ |
expected.txt | 5 Got expected 'hello!' from Exploder
|
/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/chromium/base/ |
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/chromium_org/android_webview/test/shell/res/values/ |
strings.xml | 10 <string name="test_string">Hello, World!</string>
|
/external/chromium_org/base/strings/ |
stringprintf_unittest.cc | 33 EXPECT_EQ("123hello w", StringPrintf("%3d%2s %1c", 123, "hello", 'w')); 35 EXPECT_EQ(L"123hello w", StringPrintf(L"%3d%2ls %1lc", 123, L"hello", 'w')); 40 std::string value("Hello"); 42 EXPECT_EQ("Hello", value); 45 std::wstring valuew(L"Hello"); 47 EXPECT_EQ(L"Hello", valuew); 52 std::string value("Hello"); 54 EXPECT_EQ("Hello World", value) [all...] |
/external/chromium_org/chrome/browser/extensions/api/idltest/ |
idltest_api.cc | 39 std::string hello = "hello world"; local 41 BinaryValue::CreateWithCopiedBuffer(hello.c_str(), hello.size());
|