/frameworks/base/docs/html/resources/tutorials/localization/ |
index.jd | 1 page.title=Hello, L10N
33 <p>In this tutorial, we will create a Hello, L10N application that uses the
44 <p>The first version of the Hello, L10N application will use only the default
67 <li><em>Application name:</em> Hello, L10N</li>
125 <string name="app_name">Hello, L10N</string>
557 <br />Specifically supported by the Hello, L10N application.</td>
564 <br />Specifically supported by the Hello, L10N application.</td>
572 the Hello, L10N application.</td>
579 <br />Specifically supported by the Hello, L10N application.
587 <br />Not specifically supported by the Hello, L10N [all...] |
/external/bluetooth/glib/tests/ |
regex-test.c | [all...] |
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/ |
String2Test.java | 46 String hello1 = "Hello"; 256 String s = new String("Hello World"); 257 assertEquals("Failed to construct correct string", "Hello World", s 619 "Hello World".getBytes(6, 11, buf, 0); 623 "Hello World".getBytes(-1, 1, null, 0); 632 "Hello World".getBytes(6, 2, null, 0); 639 "Hello World".getBytes(2, 10, new byte[10], 4); 657 byte[] buf = "Hello World".getBytes(); 658 assertEquals("Returned incorrect bytes", "Hello World", new String(buf)); 703 "Hello World".getChars(-1, 1, null, 0) [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/tls/ |
tlsv1_client_write.c | 51 u8 *hello, *end, *pos, *hs_length, *hs_start, *rhdr; local 69 hello = os_malloc(len); 70 if (hello == NULL) 72 end = hello + len; 74 rhdr = hello; 122 os_free(hello); 128 return hello;
|
/ndk/docs/ |
ANDROID-MK.TXT | 55 "hello JNI" example, i.e. the files under: 57 apps/hello-jni/project 65 the sample, i.e. 'jni/hello-jni.c' 79 LOCAL_MODULE := hello-jni 80 LOCAL_SRC_FILES := hello-jni.c 104 LOCAL_MODULE := hello-jni 118 LOCAL_SRC_FILES := hello-jni.c
|
CHANGES.TXT | 108 - Added a new sample (hello-neon) to demonstrate usage of 'cpufeatures' 227 make APP=hello-jni 241 See the sample named "hello-gl2" for a *very* basic demonstration. Note that 350 For example, the 'hello-jni' sample uses the following files: 352 apps/hello-jni/project/jni/Android.mk 353 apps/hello-jni/project/jni/hello-jni.c
|
/external/webkit/WebKit/chromium/tests/ |
KURLTest.cpp | 80 {"javascript:hello!//world", "javascript", "", 0, "", 0, "world", 0, 0, false}, 121 // like javascript, so the path here will only consist of "hello!". 122 {"javascript:hello!?#/\\world", "javascript", "", 0, "", 0, "hello!?#/\\world", "world", 0, 0}, 126 {"http://a.com/hello;world", "http", "a.com", 0, "", 0, "/hello;world", "hello", 0, 0}, 270 {"hello, world", "hello, world"},
|
/cts/tests/res/values/ |
strings.xml | 29 <string name="text_view_hello">Hello! Text view!</string> 61 <string name="hello_world">Hello, World!</string> 62 <string name="hello_android">Hello, Android!</string>
|
/cts/tests/tests/database/src/android/database/sqlite/cts/ |
DatabaseStatementTest.java | 95 mDatabase.execSQL("INSERT INTO test VALUES (1234, 'hello');"); 102 statement1.bindString(1, "hello"); 116 assertEquals("hello", value);
|
/dalvik/libcore/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/ |
ZipOutputStreamTest.java | 89 zos.write("Hello World".getBytes("UTF-8")); 115 zos.write("Hello World".getBytes()); 144 zos.write("Hello World".getBytes());
|
/dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/ |
PolicyTest.java | 332 perm[6] = new FilePermission("hello.file", "write"); 353 assertFalse(policy.implies(pd, new FilePermission("hello.file", 359 assertFalse(policy.implies(pd, new FilePermission("hello.file",
|
/dalvik/libcore/security/src/test/java/tests/api/java/security/ |
AccessControlContextTest.java | 189 perm[6] = new FilePermission("hello.file", "write"); 216 + "hello.file", "read")); 230 + "hello.file", "delete"));
|
/external/tcpdump/ |
print-stp.c | 120 ", hello-time %.2fs, forwarding-delay %.2fs", 154 * 2 - bytes Hello Time 222 ", hello-time %.2fs, forwarding-delay %.2fs",
|
/frameworks/base/core/tests/coretests/src/android/database/ |
DatabaseStatementTest.java | 96 mDatabase.execSQL("INSERT INTO test VALUES (1234, 'hello');"); 103 statement1.bindString(1, "hello"); 117 assertEquals("hello", value);
|
/external/dbus/bus/ |
dispatch.c | 757 "Hello"); 797 block_connection_until_message_from_bus (context, connection, "reply to Hello"); 814 "Hello", serial, connection); 852 warn_unexpected (connection, message, "method return for Hello"); 864 _dbus_verbose ("no memory to get service name arg from hello\n"); 872 _dbus_warn ("Did not get the expected single string argument to hello\n"); 877 _dbus_verbose ("Got hello name: %s\n", name); 981 "Hello"); 999 block_connection_until_message_from_bus (context, connection, "reply to Hello"); 1016 "Hello", serial, connection) [all...] |
/cts/tests/src/android/app/cts/ |
AppStubActivity.java | 32 * A minimal "Hello, World!" application.
|
/cts/tests/tests/content/src/android/content/res/cts/ |
Resources_ThemeTest.java | 68 mResTheme.dump(1, "hello", "world");
|
/cts/tests/tests/text/src/android/text/cts/ |
SpannedStringTest.java | 79 String text = "hello, world";
|
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/ |
DeviceInfoActivity.java | 53 view.setText("hello");
|
/dalvik/libcore/luni/src/test/java/tests/api/java/io/ |
LineNumberReaderTest.java | 264 private StringReader delegate = new StringReader("hello\nworld"); 291 assertEquals("hello", lnr.readLine()); 298 lnr = new LineNumberReader(new StringReader("hello\nworld")); 300 assertEquals("hello", lnr.readLine());
|
/dalvik/libcore/support/src/test/java/tests/support/ |
Support_GetPutFields.java | 84 objectValue = new SimpleClass(1965, "Hello Mars");
|
Support_TestWebData.java | 36 return "<html>\n<body>\n<h1>Hello World!</h1>\n</body>\n</html>\n".getBytes("UTF-8");
|
/external/astl/tests/ |
test_iostream.cpp | 106 cout << "string: " << std::string("hello world") << endl;
|
/external/dbus/tools/ |
dbus-send.1 | 48 int32:47 string:'hello world' double:65.32
|
/external/e2fsprogs/lib/ss/ |
test_ss.c | 140 printf("Hello, world!\n");
|