Searched refs:DATA (Results 1 - 25 of 55) sorted by relevance

123

/external/icu4c/test/cintltst/
H A Dcposxtst.c39 const char* DATA[] = { local
69 for (i=0; DATA[i]!=NULL; i+=4) {
70 int32_t set_num = T_CString_stringToInteger(DATA[i], 10);
71 int32_t msg_num = T_CString_stringToInteger(DATA[i+1], 10);
78 u_uastrcpy(exp, DATA[i+2]);
90 str, DATA[i+2]);
93 if (len != (int32_t) uprv_strlen(DATA[i+2])) {
95 len, uprv_strlen(DATA[i+2]));
98 if (uprv_strcmp(err, DATA[i+3]) != 0) {
100 err, DATA[
[all...]
H A Dutransts.c493 const char* DATA[] = { local
502 int32_t DATA_length = sizeof(DATA) / sizeof(DATA[0]);
514 /*u_uastrcpy(filt, DATA[i]);*/
515 u_charsToUChars(DATA[i], filt, (int32_t)strlen(DATA[i])+1);
524 /*u_uastrcpy(buf, DATA[i+1]);*/
525 u_charsToUChars(DATA[i+1], buf, (int32_t)strlen(DATA[i+1])+1);
536 u_charsToUChars(DATA[
[all...]
/external/tcpdump/
H A Dtftp.h28 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
50 #define DATA 03 /* data packet */ macro
H A Dprint-tftp.c51 { DATA, "DATA" }, /* data packet */
135 case DATA:
/external/icu4c/test/intltest/
H A Dtranstst.cpp397 const char* DATA[] = { local
406 int32_t DATA_length = (int32_t)(sizeof(DATA) / sizeof(DATA[0]));
419 expect(*fwd, DATA[i], DATA[i+1]);
420 expect(*rev, DATA[i+1], DATA[i]);
443 const char* DATA[] = { local
454 keyboardAux(*t, DATA, (int32_t)(sizeof(DATA)/sizeo
475 const char* DATA[] = { local
503 const char* DATA[] = { local
527 keyboardAux(const Transliterator& t, const char* DATA[], int32_t DATA_length) argument
556 errln(UnicodeString("FAIL: ") + log + ", expected " + DATA[i+1]); local
736 const UnicodeString DATA[] = { local
870 struct { UBool containsErrors; const char* rule; } DATA[] = { local
908 UnicodeString DATA[] = { local
940 UnicodeString DATA[] = { local
973 UnicodeString DATA[] = { local
1014 const char* DATA[] = { local
1085 const char* DATA[] = { local
1170 const char* DATA[] = { local
1304 const char* DATA[] = { local
1343 const char* DATA[] = { local
1664 static const char* DATA[] = { local
2305 static const char* DATA[] = { local
2920 const char* DATA[] = { local
3049 const char* DATA[] = { local
4545 const char* DATA[] = { local
[all...]
H A Dtzregts.cpp611 int32_t DATA [] = { local
633 UBool shouldBeGood = (DATA[i] == GOOD);
634 int32_t month = DATA[i+1];
635 int32_t day = DATA[i+2];
636 int32_t dayOfWeek = DATA[i+3];
637 int32_t time = DATA[i+4];
719 int32_t DATA [] = { local
730 int32_t savings = DATA[i];
731 UBool valid = DATA[i+1] == GOOD;
783 int32_t DATA [] local
958 UnicodeString DATA[] = { local
[all...]
H A Ddtifmtts.cpp277 const char* DATA[] = { local
845 expect(DATA, ARRAY_SIZE(DATA));
914 const char* DATA[] = { local
962 expectUserDII(DATA, ARRAY_SIZE(DATA));
1020 const char* DATA[] = { local
1077 stress(DATA, ARRAY_SIZE(DATA), Locale(testLocale[localeIndex][0], testLocale[localeIndex][1], testLocale[localeIndex][2]), locName);
H A Dcalregts.cpp951 int32_t DATA [] = { local
961 logln(UnicodeString("Minimal days in first week = ") + DATA[j] +
963 testCal->setMinimalDaysInFirstWeek((uint8_t)DATA[j]);
970 if (woy != DATA[j + 1 + i]) {
980 testCal->set(UCAL_YEAR_WOY, DATA[j+1+i] < 25 ? 1998 : 1997);
981 testCal->set(UCAL_WEEK_OF_YEAR, DATA[j+1+i]);
1254 double DATA []= { local
1267 UDate date = DATA[i];
1268 int32_t amt = (int32_t) DATA[i+2];
1269 double expectedChange = DATA[
1913 int32_t DATA[] = { local
2087 J81_DATA DATA[] = { local
2178 int32_t DATA[] = { local
[all...]
H A Dnumfmtst.cpp1530 // Warning: HARD-CODED LOCALE DATA in this test. If it fails, CHECK
1531 // THE LOCALE DATA before diving into the code.
1787 const char* DATA[] = { local
1793 for (int32_t i=0; DATA[i]; ++i) {
1794 const char* pat=DATA[i];
2610 const char* DATA[][3] = { local
2629 for (uint32_t i = 0; i < sizeof(DATA)/sizeof(DATA[0]); ++i) {
2631 UnicodeString stringToBeParsed = ctou(DATA[i][0]);
2632 int parsedPosition = atoi(DATA[
2694 const char* DATA[][6] = { local
2841 const char* DATA[][2] = { local
2871 const char* DATA[][6] = { local
2976 const char* DATA[][6] = { local
3091 const char* DATA[] = { local
[all...]
H A Ddtfmttst.cpp433 const char* DATA[] = { local
442 expect(DATA, ARRAY_SIZE(DATA), Locale("en", "", ""));
1013 UnicodeString DATA [] = { local
1025 int32_t DATA_length = (int32_t)(sizeof(DATA) / sizeof(DATA[0]));
1028 DateFormat *fmt = new SimpleDateFormat(DATA[i+2], Locale::getEnglish(), status);
1033 logln(DATA[i] + result);
1034 if (result != DATA[i+1])
1035 errln("FAIL: Expected " + DATA[
1176 const char* DATA[] = { local
1196 const char* DATA[] = { local
1217 const char* DATA[] = { local
3211 const char* DATA[] = { local
[all...]
H A Dtranstst.h70 const char* DATA[], int32_t DATA_length);
H A Dnumrgts.cpp1826 UnicodeString DATA [] = { local
1838 DecimalFormat *df = new DecimalFormat(DATA[i], status);
1842 if (result != DATA[i+1]) {
1843 errln("Fail: 1.2 x " + DATA[i] + " = " + result +
1844 "; want " + DATA[i+1]);
1847 logln("Ok: 1.2 x " + DATA[i] + " = " + result);
2207 const char* DATA[] = { local
2218 int DATA_length = (int)(sizeof(DATA) / sizeof(DATA[0]));
2222 DecimalFormat df(DATA[
2240 const char* DATA[] = { local
2468 int32_t DATA[] = { INT32_MIN, INT32_MAX, -100000000, 100000000 }; local
[all...]
H A Dtransapi.cpp852 void TransliteratorAPITest::keyboardAux(Transliterator *t, UnicodeString DATA[], UnicodeString& s, int32_t begin, int32_t end) { argument
857 if (DATA[i+0] != "") {
858 log = s + " + " + DATA[i] + " -> ";
859 index.contextStart=getInt(DATA[i+2]);
860 index.contextLimit=index.limit=getInt(DATA[i+3]);
861 index.start=getInt(DATA[i+4]);
862 t->transliterate(s, index, DATA[i+0], status);
871 displayOutput(s, DATA[i+1], log, index);
H A Dusettest.cpp851 static const char* const DATA[] = { local
1015 static const int32_t DATA_LEN = sizeof(DATA)/sizeof(DATA[0]);
1018 expectContainment(UnicodeString(DATA[i], -1, US_INV), CharsToUnicodeString(DATA[i+1]),
1019 CharsToUnicodeString(DATA[i+2]));
1163 const char* DATA[] = { local
1236 for (int32_t i=0; DATA[i]!=NULL; i+=3) {
1237 int32_t selector = DATA[i][0];
1238 UnicodeString pat(DATA[
1411 const UChar32 DATA[] = { local
1586 const char* DATA[] = { local
1647 const char* DATA[] = { local
[all...]
H A Dmsfmrgts.cpp913 UnicodeString DATA [] = { local
923 ChoiceFormat *cf = new ChoiceFormat(DATA[i], status);
929 if (out != DATA[i+1+j])
930 errln("Fail: Pattern \"" + DATA[i] + "\" x "+j+" -> " +
931 out + "; want \"" + DATA[i+1+j] + '"');
939 errln("Fail: Pattern \"" + DATA[i] + "\" x toPattern -> \"" + pat + '"');
941 logln("Ok: Pattern \"" + DATA[i] + "\" x toPattern -> \"" + pat + '"');
944 errln("Fail: Pattern \"" + DATA[i] + "\" -> " + e);
H A Dtstnorm.cpp337 const char* DATA[] = { local
346 int32_t DATA_length = (int32_t)(sizeof(DATA) / sizeof(DATA[0]));
350 UnicodeString a(DATA[i], "");
354 UnicodeString exp(DATA[i+1], "");
363 exp = UnicodeString(DATA[i+2], "").unescape();
H A Dtztest.cpp1174 // THE FOLLOWING LINES MUST BE UPDATED IF THE LOCALE DATA CHANGES
1175 // THE FOLLOWING LINES MUST BE UPDATED IF THE LOCALE DATA CHANGES
1176 // THE FOLLOWING LINES MUST BE UPDATED IF THE LOCALE DATA CHANGES
1243 // THE FOLLOWING LINE MUST BE UPDATED IF THE LOCALE DATA CHANGES
1244 // THE FOLLOWING LINE MUST BE UPDATED IF THE LOCALE DATA CHANGES
1245 // THE FOLLOWING LINE MUST BE UPDATED IF THE LOCALE DATA CHANGES
1277 dataerrln("THE ABOVE FAILURE MAY JUST MEAN THE LOCALE DATA HAS CHANGED");
1534 } DATA[] = {
1552 for (int32_t i=0; DATA[i].id!=0; ++i) {
1553 const char* id = DATA[
[all...]
/external/qemu/distrib/sdl-1.2.12/src/audio/
H A DSDL_wave.h34 #define DATA 0x61746164 /* "data" */ macro
/external/bluetooth/glib/gio/tests/
H A Dunix-streams.c31 #define DATA "abcdefghijklmnopqrstuvwxyz" macro
51 while (offset < sizeof (DATA))
53 nwrote = g_output_stream_write (out, DATA + offset,
54 sizeof (DATA) - offset,
82 char buf[sizeof (DATA)];
89 while (total < sizeof (DATA))
109 g_assert_cmpstr (buf, ==, DATA);
118 char main_buf[sizeof (DATA)];
/external/libffi/src/pa/
H A Dhpux32.S34 .IMPORT $global$,DATA
36 .SUBSPA $DATA$
301 .SUBSPA $DATA$
304 .EXPORT _GLOBAL__F_ffi_call_pa32,DATA
/external/tremolo/Tremolo/
H A Dfloor1LARM.s29 @ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
H A Dfloor1ARM.s29 @ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
/external/webkit/WebKit/scripts/
H A Dgenerate-webkitversion.pl29 # LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
105 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
/external/openssl/crypto/bn/
H A Dbn_prime.pl79 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
/external/bison/data/
H A DMakefile87 DATA = $(dist_m4sugar_DATA) $(dist_pkgdata_DATA) macro
323 all-am: Makefile $(DATA)

Completed in 413 milliseconds

123