HomeSort by relevance Sort by last modified time
    Searched defs:DATA (Results 276 - 300 of 718) sorted by null

<<11121314151617181920>>

  /external/icu/icu4c/source/test/intltest/
calregts.cpp     [all...]
transtst.cpp 406 const char* DATA[] = {
415 int32_t DATA_length = UPRV_LENGTHOF(DATA);
428 expect(*fwd, DATA[i], DATA[i+1]);
429 expect(*rev, DATA[i+1], DATA[i]);
452 const char* DATA[] = {
463 keyboardAux(*t, DATA, UPRV_LENGTHOF(DATA));
484 const char* DATA[] =
822 const UnicodeString* data = syms.getMonths(count); local
    [all...]
usettest.cpp 889 static const char* const DATA[] = {
    [all...]
dtfmttst.cpp 507 // Verify data
514 // local pattern chars data is not longer loaded
520 assertTrue("Data", UDAT_FIELD_COUNT == uprv_strlen(PATTERN_CHARS));
522 assertTrue("Data", UDAT_FIELD_COUNT == uprv_strlen(PATTERN_CHARS) + 1); // +1 for missing TIME_SEPARATOR pattern char
591 assertTrue("data size", EXPECTED_LENGTH == COUNT * UDAT_FIELD_COUNT);
656 const char* DATA[] = {
665 expect(DATA, UPRV_LENGTHOF(DATA), Locale("en", "", ""));
3891 const char* data[] = { local
    [all...]
numfmtst.cpp 107 digitList.set(StringPiece(formatValue.data()), status, 0);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UnicodeSetTest.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
BasicTest.java 331 String[] DATA = {
341 for (int i=0; i<DATA.length; i+=3) {
342 String a = DATA[i];
344 String exp = DATA[i+1];
352 exp = DATA[i+2];
1701 char[] data= new char[20]; local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneTest.java 60 // Some test case data is current date/tzdata version sensitive and producing errors
62 // caused by tzdata changes while development, keep maintaining test data in maintenance
133 // may differ from the test data below. For example, "MST" on
274 String[] DATA = {
300 for (int i = 0; i < DATA.length; i += 3) {
301 String id = DATA[i];
302 int offset = Integer.parseInt(DATA[i+1]);
303 String expId = DATA[i+2];
347 // THE FOLLOWING LINES MUST BE UPDATED IF THE LOCALE DATA CHANGES
348 // THE FOLLOWING LINES MUST BE UPDATED IF THE LOCALE DATA CHANGE
1458 int[] data = { local
1670 final String[][] data = { local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
ULocaleTest.java 1331 String[] data = {"en_US@collation=phonebook;calendar=islamic-civil", local
1732 String[][] data = { local
1760 String[][] data = { local
    [all...]
  /external/python/cpython3/Lib/test/
test_os.py 181 data = os.read(fp.fileno(), size)
185 self.assertEqual(data, b'test')
    [all...]
  /libcore/luni/src/test/java/libcore/java/security/
SignatureTest.java 474 private final byte[] DATA = new byte[20];
551 sig.update(DATA);
557 sig.update(DATA);
561 sig.update(DATA);
565 * The RI appears to clear out the input data in RawDSA while calling
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
CalendarRegressionTest.java 137 warnln("Could not load data. "+ e.getMessage());
156 warnln("Could not load data. "+ e.getMessage());
193 warnln("Could not load data. "+ e.getMessage());
212 warnln("Could not load data. "+ e.getMessage());
639 int[] DATA = {
648 for (int j=0; j<DATA.length; j+=22) {
649 logln("Minimal days in first week = " + DATA[j] +
651 testCal.setMinimalDaysInFirstWeek(DATA[j]);
656 if (woy != DATA[j + 1 + i]) {
666 testCal.set(Calendar.YEAR, DATA[j+1+i] < 25 ? 1998 : 1997)
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
TransliteratorTest.java 281 String[] DATA = {
292 for (int i=0; i<DATA.length; i+=2) {
293 expect(fwd, DATA[i], DATA[i+1]);
294 expect(rev, DATA[i+1], DATA[i]);
308 String DATA[] = {
319 keyboardAux(t, DATA);
332 String DATA[] = {
346 keyboardAux(t, DATA);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cloctst.c 58 table of valid data
684 log_data_err("unable to get a display string for the language of the default locale - %s (Are you missing data?)\n", u_errorName(errorCode));
722 log_data_err("FAIL in uloc_getDisplayName(%s,%s,..) expected '%s' got '%s' (Are you missing data?)\n", aLocale, testL[i], expect[i], austrdup(buffer));
731 /* test that we properly preflight and return data when there's a non-default pattern,
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
CalendarRegressionTest.java 134 warnln("Could not load data. "+ e.getMessage());
153 warnln("Could not load data. "+ e.getMessage());
190 warnln("Could not load data. "+ e.getMessage());
209 warnln("Could not load data. "+ e.getMessage());
636 int[] DATA = {
645 for (int j=0; j<DATA.length; j+=22) {
646 logln("Minimal days in first week = " + DATA[j] +
648 testCal.setMinimalDaysInFirstWeek(DATA[j]);
653 if (woy != DATA[j + 1 + i]) {
663 testCal.set(Calendar.YEAR, DATA[j+1+i] < 25 ? 1998 : 1997)
    [all...]
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
TransliteratorTest.java 278 String[] DATA = {
289 for (int i=0; i<DATA.length; i+=2) {
290 expect(fwd, DATA[i], DATA[i+1]);
291 expect(rev, DATA[i+1], DATA[i]);
305 String DATA[] = {
316 keyboardAux(t, DATA);
329 String DATA[] = {
343 keyboardAux(t, DATA);
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
dlltool.c 51 [ @ <integer> ] [ NONAME ] [CONSTANT] [DATA] [PRIVATE] ) *
72 [CODE|DATA] <attr>+
312 /* ifunc and ihead data structures: ttk@cygnus.com 1997
375 /* Types used to pass data to iterator functions. */
784 int data; member in struct:export
1055 int noname, int constant, int data, int private,
1068 p->data = data;
2311 unsigned char *data; member in struct:__anon4140
3690 bfd_byte *data = 0; local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateFormatTest.java 352 // Verify data
406 assertTrue("data size", EXPECTED.length == COUNT * DateFormat.FIELD_COUNT);
604 String DATA[] = {
614 expect(DATA, new Locale("en", "", ""));
3972 String data[] = { local
    [all...]
NumberFormatTest.java 48 import android.icu.impl.data.ResourceReader;
49 import android.icu.impl.data.TokenIterator;
190 Object[][] data = new Object[][]{ local
201 for (Object[] item : data) {
432 // the data are:
434 String[][] DATA = {
448 for (int i = 0; i < DATA.length; ++i) {
450 String stringToBeParsed = DATA[i][0];
451 int parsedPosition = Integer.parseInt(DATA[i][1]);
452 int errorIndex = Integer.parseInt(DATA[i][2])
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateFormatTest.java 349 // Verify data
403 assertTrue("data size", EXPECTED.length == COUNT * DateFormat.FIELD_COUNT);
601 String DATA[] = {
611 expect(DATA, new Locale("en", "", ""));
3969 String data[] = { local
    [all...]
NumberFormatTest.java 47 import com.ibm.icu.impl.data.ResourceReader;
48 import com.ibm.icu.impl.data.TokenIterator;
187 Object[][] data = new Object[][]{ local
198 for (Object[] item : data) {
429 // the data are:
431 String[][] DATA = {
445 for (int i = 0; i < DATA.length; ++i) {
447 String stringToBeParsed = DATA[i][0];
448 int parsedPosition = Integer.parseInt(DATA[i][1]);
449 int errorIndex = Integer.parseInt(DATA[i][2])
    [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java 66 * information. Contact information is stored in a three-tier data model:
70 * A row in the {@link Data} table can store any kind of personal data, such
71 * as a phone number or email addresses. The set of data kinds that can be
73 * kinds, but any application can add its own data kinds.
76 * A row in the {@link RawContacts} table represents a set of data describing a
82 * RawContacts presumably describing the same person. When data in or associated with
109 * {@link SyncState}, which contains free-form data maintained on behalf of sync
146 * {@code content://com.android.contacts/data/emails/filter/acme?directory=3}
157 * {@link Data#CONTENT_URI}
    [all...]
  /toolchain/binutils/binutils-2.27/include/opcode/
h8300.h 72 DATA = 0x2000,
266 struct code data; member in struct:h8_opcode
271 #define DATA2 DATA, DATA
272 #define DATA3 DATA, DATA, DATA
273 #define DATA5 DATA, DATA, DATA, DATA, DAT
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java 69 import android.provider.ContactsContract.Data;
163 public static final String DATA = "data";
185 DATA,
195 public static final String DATA_JOIN_MIMETYPES = "data "
196 + "JOIN mimetypes ON (data.mimetype_id = mimetypes._id)";
198 public static final String DATA_JOIN_RAW_CONTACTS = "data "
199 + "JOIN raw_contacts ON (data.raw_contact_id = raw_contacts._id)";
203 public static final String DATA_JOIN_MIMETYPE_RAW_CONTACTS = "data "
204 + "JOIN mimetypes ON (data.mimetype_id = mimetypes._id)
    [all...]
ContactsProvider2.java 88 import android.provider.ContactsContract.Data;
299 * If set to "1", we don't remove account data when accounts have been removed.
301 * This should be used sparingly; even though there are data still available, the UI
355 public static final int DATA = 3000;
450 INSERT_URI_ID_VALUE_MAP.put(DATA, Data.RAW_CONTACT_ID);
451 INSERT_URI_ID_VALUE_MAP.put(RAW_CONTACTS_ID_DATA, Data.RAW_CONTACT_ID);
497 public static final String TABLE = "data "
498 + "JOIN raw_contacts ON (data.raw_contact_id = raw_contacts._id) "
632 * Within each of the bucket - descending count of times contacted (both for data row and fo
4036 Object data = values.get(ContactsContract.SyncState.DATA); local
    [all...]

Completed in 930 milliseconds

<<11121314151617181920>>