/external/webkit/LayoutTests/storage/domstorage/ |
complex-values-expected.txt | 85 PASS storage['foo10'] is "?ÿ?hello" 87 PASS storage.foo10 is "?ÿ?hello" 89 PASS storage.getItem('foo10') is "?ÿ?hello" 92 PASS storage['foo11'] is "?ÿ?hello" 94 PASS storage.foo11 is "?ÿ?hello" 96 PASS storage.getItem('foo11') is "?ÿ?hello" 99 PASS storage['foo12'] is "?ÿ?hello" 101 PASS storage.foo12 is "?ÿ?hello" 103 PASS storage.getItem('foo12') is "?ÿ?hello" 185 PASS storage['foo10'] is "?ÿ?hello" [all...] |
/cts/tests/assets/webkit/ |
test_hello_world.html | 18 <title>test hello world</title> 21 <h3>hello world!</h3><br>
|
/external/stlport/test/unit/ |
ostmit_test.cpp | 36 const char* text = "hello"; 49 CPPUNIT_ASSERT(os.str() == "hello 1524");
|
/external/webkit/WebCore/manual-tests/inspector/ |
webinspector-log.html | 11 WebInspector.log("hello, world") 17 in the console with the text "hello, world". There will be a blue
|
/ndk/samples/hello-jni/jni/ |
Android.mk | 19 LOCAL_MODULE := hello-jni 20 LOCAL_SRC_FILES := hello-jni.c
|
hello-jni.c | 24 * apps/samples/hello-jni/project/src/com/example/HelloJni/HelloJni.java 30 return (*env)->NewStringUTF(env, "Hello from JNI !");
|
/packages/apps/Bluetooth/res/values-cs/ |
test_strings.xml | 4 <string name="hello" msgid="1740533743008967039">"Hello World, TestActivity"</string>
|
/packages/apps/Bluetooth/res/values-da/ |
test_strings.xml | 4 <string name="hello" msgid="1740533743008967039">"Hello World, TestActivity"</string>
|
/packages/apps/Bluetooth/res/values-el/ |
test_strings.xml | 4 <string name="hello" msgid="1740533743008967039">"Hello World, TestActivity"</string>
|
/packages/apps/Bluetooth/res/values-es/ |
test_strings.xml | 4 <string name="hello" msgid="1740533743008967039">"Hello World, TestActivity"</string>
|
/packages/apps/Bluetooth/res/values-it/ |
test_strings.xml | 4 <string name="hello" msgid="1740533743008967039">"Hello World, TestActivity"</string>
|
/packages/apps/Bluetooth/res/values-ja/ |
test_strings.xml | 4 <string name="hello" msgid="1740533743008967039">"Hello World, TestActivity"</string>
|
/packages/apps/Bluetooth/res/values-pt/ |
test_strings.xml | 4 <string name="hello" msgid="1740533743008967039">"Hello World, atividade de teste"</string>
|
/packages/apps/Bluetooth/res/values-ru/ |
test_strings.xml | 4 <string name="hello" msgid="1740533743008967039">"Hello, World! (???????? ?????)"</string>
|
/packages/apps/Bluetooth/res/values-sv/ |
test_strings.xml | 4 <string name="hello" msgid="1740533743008967039">"Hello World, TestActivity"</string>
|
/packages/apps/Bluetooth/res/values-tr/ |
test_strings.xml | 4 <string name="hello" msgid="1740533743008967039">"Hello World, TestActivity"</string>
|
/packages/apps/Bluetooth/res/values-zh-rTW/ |
test_strings.xml | 4 <string name="hello" msgid="1740533743008967039">"Hello World, TestActivity"</string>
|
/external/v8/test/mjsunit/ |
this-in-callbacks.js | 46 assertEquals('id', 'hello'.replace('hello', r)); 47 assertEquals('id', 'hello'.replace(/hello/, r));
|
/external/webkit/LayoutTests/http/tests/appcache/resources/ |
offline-access.js | 11 if (req.responseText == "Hello, World!")
|
/external/webkit/WebCore/manual-tests/resources/ |
StringTypeTest.class | |
/ndk/samples/hello-jni/src/com/example/hellojni/ |
HelloJni.java | 41 * 'hello-jni' native library, which is packaged 47 * implemented by 'hello-jni'. This is simply to show that 58 /* this is used to load the 'hello-jni' library on application 64 System.loadLibrary("hello-jni");
|
/cts/tools/dex-tools/src/dex/structure/ |
DexAnnotationAttribute.java | 24 * @Text(value="hello") 27 * 'value="hello"' is represented by a {@code DexAnnotationValue}. "value" is 28 * its name and "hello" is its encoded value.
|
/frameworks/base/docs/html/guide/topics/ui/ |
binding.jd | 16 <li><a href="{@docRoot}resources/tutorials/views/hello-spinner.html">Hello Spinner tutorial</a></li> 17 <li><a href="{@docRoot}resources/tutorials/views/hello-listview.html">Hello ListView tutorial</a></li> 18 <li><a href="{@docRoot}resources/tutorials/views/hello-gridview.html">Hello GridView tutorial</a></li> 110 <a href="{@docRoot}resources/tutorials/views/hello-spinner.html">Hello Spinner</a>, 111 <a href="{@docRoot}resources/tutorials/views/hello-listview.html">Hello ListView</a>, an [all...] |
/development/pdk/pndk/samples/sample/ |
README | 13 1) Test the pndk install by building the hello world sample application: 19 The sample application uses hello.c to construct the hello binary, which you 27 port and installing the application (hello) you just made by (in the commands 33 adb push hello system/app 36 # ./hello 37 Hello from the NDK; no user libraries. 54 C++ example printing message: Hello world! 95 Library printing message: Hello from the NDK. 112 Library printing message: Hello from the NDK [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...] |