HomeSort by relevance Sort by last modified time
    Searched full:hello (Results 201 - 225 of 1658) sorted by null

1 2 3 4 5 6 7 891011>>

  /sdk/testapps/jarCheckTests1/app/res/layout/
main.xml 10 android:text="Hello World, MyActivity"
  /sdk/testapps/jarCheckTests1/lib1/res/layout/
main.xml 10 android:text="Hello World, MyActivity"
  /sdk/testapps/jarCheckTests1/lib2/res/layout/
main.xml 10 android:text="Hello World, MyActivity"
  /sdk/testapps/jarCheckTests2/app/res/layout/
main.xml 10 android:text="Hello World, MyActivity"
  /sdk/testapps/jarCheckTests2/lib1/res/layout/
main.xml 10 android:text="Hello World, MyActivity"
  /sdk/testapps/jarCheckTests2/lib2/res/layout/
main.xml 10 android:text="Hello World, MyActivity"
  /sdk/testapps/jarCheckTests3/app/res/layout/
main.xml 10 android:text="Hello World, MyActivity"
  /sdk/testapps/jarCheckTests3/lib1/res/layout/
main.xml 10 android:text="Hello World, MyActivity"
  /sdk/testapps/jarCheckTests3/lib2/res/layout/
main.xml 10 android:text="Hello World, MyActivity"
  /sdk/testapps/javaProjectTest/lib1/res/layout/
main.xml 10 android:text="Hello World, Main"
  /sdk/testapps/javaProjectTest/lib2/res/layout/
main.xml 10 android:text="Hello World, Main"
  /sdk/testapps/libsAndJarTest/lib1/res/layout/
main.xml 10 android:text="Hello World, Main"
  /sdk/testapps/libsAndJarTest/lib2/res/layout/
main.xml 10 android:text="Hello World, Main"
  /external/llvm/test/Transforms/InstCombine/
strchr-1.ll 6 @hello = constant [14 x i8] c"hello world\5Cn\00"
13 ; CHECK: store i8* getelementptr inbounds ([14 x i8]* @hello, i32 0, i32 6)
17 %str = getelementptr [14 x i8]* @hello, i32 0, i32 0
35 ; CHECK: store i8* getelementptr inbounds ([14 x i8]* @hello, i32 0, i32 13)
39 %src = getelementptr [14 x i8]* @hello, i32 0, i32 0
50 %src = getelementptr [14 x i8]* @hello, i32 0, i32 0
strrchr-1.ll 6 @hello = constant [14 x i8] c"hello world\5Cn\00"
13 ; CHECK: store i8* getelementptr inbounds ([14 x i8]* @hello, i32 0, i32 6)
17 %str = getelementptr [14 x i8]* @hello, i32 0, i32 0
35 ; CHECK: store i8* getelementptr inbounds ([14 x i8]* @hello, i32 0, i32 13)
39 %src = getelementptr [14 x i8]* @hello, i32 0, i32 0
50 %src = getelementptr [14 x i8]* @hello, i32 0, i32 0
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/String/
split-002.js 43 CompareSplit( "hello", "ll" );
45 CompareSplit( "hello", "l" );
46 CompareSplit( "hello", "x" );
47 CompareSplit( "hello", "h" );
48 CompareSplit( "hello", "o" );
49 CompareSplit( "hello", "hello" );
50 CompareSplit( "hello", undefined );
52 CompareSplit( "hello", "");
53 CompareSplit( "hello", "hellothere" )
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
wizard_accessibility_handler_unittest.cc 103 // Type "hello world.", one character at a time.
112 ChangeText(&handler, &textbox_info, "hello", 5, 5, &description);
114 ChangeText(&handler, &textbox_info, "hello ", 6, 6, &description);
116 ChangeText(&handler, &textbox_info, "hello w", 7, 7, &description);
118 ChangeText(&handler, &textbox_info, "hello wo", 8, 8, &description);
120 ChangeText(&handler, &textbox_info, "hello wor", 9, 9, &description);
122 ChangeText(&handler, &textbox_info, "hello worl", 10, 10, &description);
124 ChangeText(&handler, &textbox_info, "hello world", 11, 11, &description);
126 ChangeText(&handler, &textbox_info, "hello world.", 12, 12, &description);
130 ChangeText(&handler, &textbox_info, "hello world.", 11, 11, &description)
    [all...]
  /external/llvm/unittests/Support/
raw_ostream_test.cpp 55 EXPECT_EQ("hello", printToString("hello"));
56 EXPECT_EQ("hello", printToString(std::string("hello")));
86 EXPECT_EQ("hello", printToStringUnbuffered("hello"));
87 EXPECT_EQ("hello", printToStringUnbuffered(std::string("hello")));
124 OS << "hello";
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/ExecutionContexts/
10.2.2-2.js 58 var OBJECT = new MyObject( "hello" );
70 testcases[tc++] = new TestCase( SECTION, "new MyObject('hello').value", "hello", value );
71 testcases[tc++] = new TestCase( SECTION, "eval(new MyObject('hello').value)", "hello", eval("value") );
72 testcases[tc++] = new TestCase( SECTION, "new MyObject('hello').getClass()", "[object Object]", getClass() );
73 testcases[tc++] = new TestCase( SECTION, "eval(new MyObject('hello').getClass())", "[object Object]", eval("getClass()") );
74 testcases[tc++] = new TestCase( SECTION, "eval(new MyObject('hello').toString())", "hello", eval("toString()") );
  /external/webkit/LayoutTests/storage/domstorage/
complex-values-expected.txt 85 PASS storage['foo10'] is "?ÿ?\0hello"
87 PASS storage.foo10 is "?ÿ?\0hello"
89 PASS storage.getItem('foo10') is "?ÿ?\0hello"
92 PASS storage['foo11'] is "?ÿ?\0hello"
94 PASS storage.foo11 is "?ÿ?\0hello"
96 PASS storage.getItem('foo11') is "?ÿ?\0hello"
99 PASS storage['foo12'] is "?ÿ?\0hello"
101 PASS storage.foo12 is "?ÿ?\0hello"
103 PASS storage.getItem('foo12') is "?ÿ?\0hello"
185 PASS storage['foo10'] is "?ÿ?\0hello"
    [all...]
  /external/clang/test/Parser/
recovery.c 26 if (x.hello) // expected-error {{no member named 'hello'}}
31 if (x.hello == 0) // expected-error {{no member named 'hello'}}
36 if ((x.hello == 0)) // expected-error {{no member named 'hello'}}
  /cts/tests/assets/webkit/
test_hello_world.html 18 <title>test hello world</title>
21 <h3>hello world!</h3><br>
  /cts/tests/tests/drm/src/android/drm/cts/
DrmSupportInfoTest.java 33 checkAddValidMimeType("Hello");
35 checkAddValidMimeType("Hello World");
47 checkAddValidFileSuffix("Hello World");
56 checkSetAndGetDescription("Hello");
58 checkSetAndGetDescription("Hello World");
76 info1.addMimeType("Hello");
77 info2.addMimeType("hello"); // lowercase 'h'
79 info3.addMimeType("Hello");
  /development/ndk/platforms/android-14/samples/native-media/res/values/
strings.xml 3 <string name="hello">Hello, Android, using native media!</string>
  /development/ndk/samples/hello-jni/jni/
Android.mk 19 LOCAL_MODULE := hello-jni
20 LOCAL_SRC_FILES := hello-jni.c

Completed in 831 milliseconds

1 2 3 4 5 6 7 891011>>