/external/icu4c/samples/ufortune/resources/ |
res-file-list.txt | 1 root.res 2 es.res
|
/external/icu4c/stubdata/reduced_coll/ |
add.txt | 1 coll/en.res 2 coll/en_AU.res 3 coll/en_BE.res 4 coll/en_BW.res 5 coll/en_CA.res 6 coll/en_GB.res 7 coll/en_HK.res 8 coll/en_IE.res 9 coll/en_IN.res 10 coll/en_MT.res [all...] |
/external/icu4c/stubdata/ |
icudt42l-large.txt | 2 brkitr/en.res 3 brkitr/en_US.res 4 brkitr/en_US_POSIX.res 5 brkitr/ja.res 7 brkitr/res_index.res 8 brkitr/root.res 15 coll/cs.res 16 coll/cs_CZ.res 17 coll/de.res 18 coll/de_.res [all...] |
icudt42l-zh.txt | 2 brkitr/en.res 3 brkitr/en_US.res 4 brkitr/en_US_POSIX.res 6 brkitr/res_index.res 7 brkitr/root.res 13 coll/cs.res 14 coll/cs_CZ.res 15 coll/de.res 16 coll/de_.res 17 coll/de_AT.res [all...] |
icudt42l-default.txt | 2 brkitr/en.res 3 brkitr/en_US.res 4 brkitr/en_US_POSIX.res 6 brkitr/res_index.res 7 brkitr/root.res 13 coll/cs.res 14 coll/cs_CZ.res 15 coll/de.res 16 coll/de_.res 17 coll/de_AT.res [all...] |
icudt42l-us-euro.txt | 2 brkitr/en.res 3 brkitr/en_US.res 4 brkitr/en_US_POSIX.res 6 brkitr/res_index.res 7 brkitr/root.res 13 coll/cs.res 14 coll/cs_CZ.res 15 coll/de.res 16 coll/de_.res 17 coll/de_AT.res [all...] |
icudt42l-us-japan.txt | 2 brkitr/en.res 3 brkitr/en_US.res 4 brkitr/en_US_POSIX.res 5 brkitr/ja.res 7 brkitr/res_index.res 8 brkitr/root.res 15 coll/en.res 16 coll/en_AU.res 17 coll/en_BE.res 18 coll/en_BW.res [all...] |
icudt42l-us.txt | 2 brkitr/en.res 3 brkitr/en_US.res 4 brkitr/en_US_POSIX.res 6 brkitr/res_index.res 7 brkitr/root.res 13 coll/en.res 14 coll/en_AU.res 15 coll/en_BE.res 16 coll/en_BW.res 17 coll/en_CA.res [all...] |
/cts/tests/config_demo/data/case_rep/ |
APICheckTest_java5.apk | |
APICheckTest_java6.apk | |
/external/srec/config/en.us/ |
run-liveaudio.sh | 4 # mv -f recog4.res recog4_SHIP_liveaudio.res 7 cat recog4.res > recog4_SHIP_liveaudio.res
|
run-change-sample-rate2.sh | 4 # mv -f recog4.res recog4_SHIP_change_sample_rate2.res 7 cat recog4.res > recog4_SHIP_change_sample_rate2.res
|
run-set-get-param.sh | 4 # mv -f recog4.res recog4_SHIP_set_get_param.res 7 cat recog4.res > recog4_SHIP_set_get_param.res
|
/dalvik/tests/012-math/ |
expected.txt | 0 res:10 2 res:-4 3 res:2 4 res:-2 5 res:21 6 res:0 7 res:3 8 res:4 9 res:384 10 res: [all...] |
/external/v8/test/mjsunit/third_party/ |
regexp-pcre.js | 78 var res = new Array(); 79 res[0] = /(a)b|/i; 80 res[1] = /abc/i; 81 res[2] = /^abc/i; 82 res[3] = /a+bc/i; 83 res[4] = /a*bc/i; 84 res[5] = /a{3}bc/i; 85 res[6] = /(abc|a+z)/i; 86 res[7] = /^abc$/i; 87 res[8] = /ab\idef/ [all...] |
/frameworks/base/docs/html/resources/tutorials/notepad/codelab/ |
NotepadCodeLab.zip | |
/frameworks/base/core/tests/coretests/res/raw/ |
install_shared1_unsigned | |
install_shared2_unsigned | |
install_shared1_cert1 | |
install_shared1_cert2 | |
install_shared2_cert1 | |
install_shared2_cert2 | |
/external/dropbear/libtomcrypt/testprof/ |
test_driver.c | 3 void run_cmd(int res, int line, char *file, char *cmd) 5 if (res != CRYPT_OK) { 6 fprintf(stderr, "%s (%d)\n%s:%d:%s\n", error_to_string(res), res, file, line, cmd); 7 if (res != CRYPT_NOP) {
|
/dalvik/tests/012-math/src/ |
Main.java | 24 int a, b, res; local 25 //long a, b, res; 30 res = a + b; 31 System.out.println("res:" +res); 32 res = a - b; 33 System.out.println("res:" +res); 34 res = 5 - a; 35 System.out.println("res:" +res) [all...] |
/packages/apps/Gallery3D/src/com/cooliris/media/ |
LoadingLayer.java | 27 import com.cooliris.app.Res; 32 private static final int[] PRELOAD_RESOURCES_ASYNC_UNSCALED = { Res.drawable.stack_frame, Res.drawable.grid_frame, 33 Res.drawable.stack_frame_focus, Res.drawable.stack_frame_gold, Res.drawable.btn_location_filter_unscaled, 34 Res.drawable.videooverlay, Res.drawable.grid_check_on, Res.drawable.grid_check_off, Res.drawable.icon_camera_small_unscaled [all...] |