Searched
full:hello (Results
376 -
400 of
1658) sorted by null
<<11121314151617181920>>
/external/webkit/LayoutTests/dom/xhtml/level2/html/ |
HTMLStyleElement03.xhtml | 11 <p>Hello, World.</p>
|
/external/webkit/LayoutTests/http/tests/appcache/resources/ |
uncacheable-resource.php | 12 print("Hello, world!\n");
|
/external/webkit/Source/WebCore/manual-tests/ |
target_new-1.html | 9 <li>Clicking <a href="#" onclick="window.opener.externallyCalled()">here</a> should alert "hello from opener"</li>
|
/frameworks/rs/driver/linkloader/tests/stubs/ |
arm-stub.c | 17 printf("hello world!\n");
|
/libcore/support/src/test/java/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 | |
/ndk/tests/device/test-openmp/jni/ |
openmp2.c | 16 printf("Hello World from thread = %d\n", tid);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/refactoring/usecompound/ |
compound1.xml | 22 android:text="Hello World" />
|
compound2.xml | 17 android:text="Hello World" />
|
compound3.xml | 22 android:text="Hello World" />
|
compound4.xml | 17 android:text="Hello World" />
|
compound5.xml | 11 android:text="Hello World" />
|
compound6-expected-8.xml | 14 android:text="Hello World" >
|
compound6.xml | 22 android:text="Hello World" />
|
compound7-expected-9.xml | 14 android:text="Hello World" >
|
compound_all.xml | 22 android:text="Hello World" /> 37 android:text="Hello World" /> 61 android:text="Hello World" /> 75 android:text="Hello World" />
|
/external/llvm/unittests/ADT/ |
SmallStringTest.cpp | 101 theString = "hello"; 104 EXPECT_EQ("hello", theString.substr(0, 100)); 109 theString = "hello"; 118 theString = "hello"; 122 EXPECT_EQ(0U, theString.find("hello")); 132 EXPECT_EQ(0U, theString.rfind("hello")); 142 EXPECT_EQ(StringRef::npos, theString.find_first_not_of("hello")); 144 theString = "hellx xello hell ello world foo bar hello"; 145 EXPECT_EQ(36U, theString.find("hello")); 152 theString = "hello"; [all...] |
/cts/tests/tests/drm/src/android/drm/cts/ |
DrmEventTest.java | 31 attributes.put("Hello World", attributes); 32 attributes.put("Hello", "World"); 40 checkGetAttributeWithEventType(attributes, "Hello", true); 42 checkGetAttributeWithEventType(attributes, "Hello World", true); 49 checkGetAttributeWithEventType(attributes, "Hello", false); 51 checkGetAttributeWithEventType(attributes, "Hello World", false); 58 checkGetMessageWithEventType("Hello World", true); 63 checkGetMessageWithEventType("Hello World", false);
|
/development/ndk/platforms/android-9/samples/native-audio/res/values/ |
strings.xml | 20 <string name="hello">Hello, Android using native audio!</string>
|
/external/chromium/base/ |
string16_unittest.cc | 20 << string16(ASCIIToUTF16("Hello, world")) << "'"; 21 EXPECT_STREQ("Empty '' standard 'Hello, world'",
|
Completed in 1260 milliseconds
<<11121314151617181920>>