Home
last modified time | relevance | path

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

1234567

/third_party/skia/third_party/externals/swiftshader/src/System/
H A DLRUCache.hpp28 template<typename KEY, typename DATA, typename HASH = std::hash<KEY> >
35 using Data = DATA;
163 template<typename KEY, typename DATA, typename HASH>
164 LRUCache<KEY, DATA, HASH>::view::view(Entry *entry) in view()
168 template<typename KEY, typename DATA, typename HASH>
169 const KEY &LRUCache<KEY, DATA, HASH>::view::key() const in key()
174 template<typename KEY, typename DATA, typename HASH>
175 const DATA &LRUCache<KEY, DATA, HASH>::view::data() const in data()
183 template<typename KEY, typename DATA, typenam
[all...]
/third_party/backends/backend/
H A Dp5_device.c32 case DATA: in addr_name()
33 return "DATA"; in addr_name()
66 case DATA: in p5_inb()
110 case DATA: in p5_outb()
328 p5_outb (fd, DATA, 0x02); in connect()
329 P5_INB (fd, DATA, 0x02); in connect()
330 p5_outb (fd, DATA, 0x03); in connect()
331 P5_INB (fd, DATA, 0x03); in connect()
332 p5_outb (fd, DATA, 0x03); in connect()
333 p5_outb (fd, DATA, in connect()
[all...]
H A Dumax_pp_low.c95 #define DATA gPort+0x00 macro
888 DBG (0, "outb DATA,%02X\n", value); in Outb()
1054 DBG (0, "inb DATA,%02X\n", res); in Inb()
1622 Outb (DATA, reg); /* register number ? */ in PS2Something()
1702 Outb (DATA, reg | 0x60); in PS2registerWrite()
1703 Outb (DATA, reg | 0x60); in PS2registerWrite()
1709 Outb (DATA, value); in PS2registerWrite()
1710 Outb (DATA, value); in PS2registerWrite()
1755 Outb (DATA, 0x22); in sendCommand()
1756 Outb (DATA, in sendCommand()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
H A DPersianTest.java30 final int[] DATA = { in TestMapping()
91 for (int i = 0; i < DATA.length;) { in TestMapping()
92 grego.set(DATA[i++], DATA[i++] - 1, DATA[i++]); in TestMapping()
98 int yE = DATA[i++]; // Expected y, m, d in TestMapping()
99 int mE = DATA[i++]; // 1-based in TestMapping()
100 int dE = DATA[i++]; in TestMapping()
112 for (int i = 0; i < DATA.length;) { in TestMapping()
113 grego.set(DATA[ in TestMapping()
[all...]
H A DDangiTest.java33 final int[] DATA = { in TestMapping()
85 for (int i = 0; i < DATA.length;) { in TestMapping()
86 grego.set(DATA[i++], DATA[i++] - 1, DATA[i++]); in TestMapping()
93 int yE = DATA[i++]; // Expected y, m, isLeapMonth, d in TestMapping()
94 int mE = DATA[i++]; // 1-based in TestMapping()
95 int LE = DATA[i++]; in TestMapping()
96 int dE = DATA[i++]; in TestMapping()
108 for (int i = 0; i < DATA in TestMapping()
[all...]
H A DChineseTest.java79 final int[] DATA = { in TestMapping()
105 for (int i=0; i<DATA.length; ) { in TestMapping()
106 grego.set(DATA[i++], DATA[i++]-1, DATA[i++]); in TestMapping()
113 int yE = DATA[i++]; // Expected y, m, isLeapMonth, d in TestMapping()
114 int mE = DATA[i++]; // 1-based in TestMapping()
115 int LE = DATA[i++]; in TestMapping()
116 int dE = DATA[i++]; in TestMapping()
129 for (int i=0; i<DATA in TestMapping()
[all...]
H A DCalendarRegressionTest.java639 int[] DATA = { in Test4103271()
648 for (int j=0; j<DATA.length; j+=22) { in Test4103271()
649 logln("Minimal days in first week = " + DATA[j] + in Test4103271()
651 testCal.setMinimalDaysInFirstWeek(DATA[j]); in Test4103271()
656 if (woy != DATA[j + 1 + i]) { in Test4103271()
666 testCal.set(Calendar.YEAR, DATA[j+1+i] < 25 ? 1998 : 1997); in Test4103271()
667 testCal.set(Calendar.WEEK_OF_YEAR, DATA[j+1+i]); in Test4103271()
884 long[] DATA = { in Test4114578()
896 for (int i=0; i<DATA.length; i+=4) { in Test4114578()
897 Date date = new Date(DATA[ in Test4114578()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DPersianTest.java27 final int[] DATA = { in TestMapping()
88 for (int i = 0; i < DATA.length;) { in TestMapping()
89 grego.set(DATA[i++], DATA[i++] - 1, DATA[i++]); in TestMapping()
95 int yE = DATA[i++]; // Expected y, m, d in TestMapping()
96 int mE = DATA[i++]; // 1-based in TestMapping()
97 int dE = DATA[i++]; in TestMapping()
109 for (int i = 0; i < DATA.length;) { in TestMapping()
110 grego.set(DATA[ in TestMapping()
[all...]
H A DDangiTest.java30 final int[] DATA = { in TestMapping()
82 for (int i = 0; i < DATA.length;) { in TestMapping()
83 grego.set(DATA[i++], DATA[i++] - 1, DATA[i++]); in TestMapping()
90 int yE = DATA[i++]; // Expected y, m, isLeapMonth, d in TestMapping()
91 int mE = DATA[i++]; // 1-based in TestMapping()
92 int LE = DATA[i++]; in TestMapping()
93 int dE = DATA[i++]; in TestMapping()
105 for (int i = 0; i < DATA in TestMapping()
[all...]
H A DChineseTest.java76 final int[] DATA = { in TestMapping()
102 for (int i=0; i<DATA.length; ) { in TestMapping()
103 grego.set(DATA[i++], DATA[i++]-1, DATA[i++]); in TestMapping()
110 int yE = DATA[i++]; // Expected y, m, isLeapMonth, d in TestMapping()
111 int mE = DATA[i++]; // 1-based in TestMapping()
112 int LE = DATA[i++]; in TestMapping()
113 int dE = DATA[i++]; in TestMapping()
126 for (int i=0; i<DATA in TestMapping()
[all...]
H A DCalendarRegressionTest.java636 int[] DATA = { in Test4103271()
645 for (int j=0; j<DATA.length; j+=22) { in Test4103271()
646 logln("Minimal days in first week = " + DATA[j] + in Test4103271()
648 testCal.setMinimalDaysInFirstWeek(DATA[j]); in Test4103271()
653 if (woy != DATA[j + 1 + i]) { in Test4103271()
663 testCal.set(Calendar.YEAR, DATA[j+1+i] < 25 ? 1998 : 1997); in Test4103271()
664 testCal.set(Calendar.WEEK_OF_YEAR, DATA[j+1+i]); in Test4103271()
881 long[] DATA = { in Test4114578()
893 for (int i=0; i<DATA.length; i+=4) { in Test4114578()
894 Date date = new Date(DATA[ in Test4114578()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
H A DTransliteratorTest.java277 String[] DATA = { in TestRuleBasedInverse()
288 for (int i=0; i<DATA.length; i+=2) { in TestRuleBasedInverse()
289 expect(fwd, DATA[i], DATA[i+1]); in TestRuleBasedInverse()
290 expect(rev, DATA[i+1], DATA[i]); in TestRuleBasedInverse()
304 String DATA[] = { in TestKeyboard()
315 keyboardAux(t, DATA); in TestKeyboard()
328 String DATA[] = { in TestKeyboard2()
342 keyboardAux(t, DATA); in TestKeyboard2()
375 keyboardAux(Transliterator t, String[] DATA) keyboardAux() argument
[all...]
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DTransliteratorTest.java274 String[] DATA = { in TestRuleBasedInverse()
285 for (int i=0; i<DATA.length; i+=2) { in TestRuleBasedInverse()
286 expect(fwd, DATA[i], DATA[i+1]); in TestRuleBasedInverse()
287 expect(rev, DATA[i+1], DATA[i]); in TestRuleBasedInverse()
301 String DATA[] = { in TestKeyboard()
312 keyboardAux(t, DATA); in TestKeyboard()
325 String DATA[] = { in TestKeyboard2()
339 keyboardAux(t, DATA); in TestKeyboard2()
372 keyboardAux(Transliterator t, String[] DATA) keyboardAux() argument
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dcposxtst.c43 const char* DATA[] = { in TestMessageCatalog() local
73 for (i=0; DATA[i]!=NULL; i+=4) { in TestMessageCatalog()
74 int32_t set_num = T_CString_stringToInteger(DATA[i], 10); in TestMessageCatalog()
75 int32_t msg_num = T_CString_stringToInteger(DATA[i+1], 10); in TestMessageCatalog()
82 u_uastrcpy(exp, DATA[i+2]); in TestMessageCatalog()
94 str, DATA[i+2]); in TestMessageCatalog()
97 if (len != (int32_t) uprv_strlen(DATA[i+2])) { in TestMessageCatalog()
99 len, uprv_strlen(DATA[i+2])); in TestMessageCatalog()
102 if (uprv_strcmp(err, DATA[i+3]) != 0) { in TestMessageCatalog()
104 err, DATA[ in TestMessageCatalog()
[all...]
/third_party/python/Lib/test/test_asyncio/
H A Dtest_sendfile.py101 # So DATA should be larger than 256 KiB to make this test reliable.
102 DATA = b"x" * (1024 * 256 + 1) variable in SendfileBase
112 fp.write(cls.DATA)
208 self.assertEqual(ret, len(self.DATA))
209 self.assertEqual(proto.data, self.DATA)
210 self.assertEqual(self.file.tell(), len(self.DATA))
219 self.assertEqual(proto.data, self.DATA[1000:3000])
243 self.assertEqual(ret, len(self.DATA))
244 expected = buf + self.DATA + buf
246 self.assertEqual(self.file.tell(), len(self.DATA))
[all...]
/third_party/elfutils/tests/
H A Dnewdata.c35 static char *DATA = "123456789ABCDEF"; variable
139 printf ("cannot update header for DATA section: %s\n", elf_errmsg (-1)); in create_elf()
144 add_section_data (elf, DATA, DATA_LEN); in create_elf()
184 printf ("cannot get header for DATA section: %s\n", elf_errmsg (-1)); in check_section_size()
256 check_section_data (elf, DATA, DATA_LEN, 1); in check_elf()
259 add_section_data (elf, DATA, DATA_LEN); in check_elf()
261 check_section_data (elf, DATA, DATA_LEN, 2); in check_elf()
284 add_section_data (elf, DATA, DATA_LEN); in check_elf()
286 check_section_data (elf, DATA, DATA_LEN, 2); in check_elf()
289 add_section_data (elf, DATA, DATA_LE in check_elf()
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dtranstst.cpp407 const char* DATA[] = { in TestRuleBasedInverse() local
416 int32_t DATA_length = UPRV_LENGTHOF(DATA); in TestRuleBasedInverse()
429 expect(*fwd, DATA[i], DATA[i+1]); in TestRuleBasedInverse()
430 expect(*rev, DATA[i+1], DATA[i]); in TestRuleBasedInverse()
453 const char* DATA[] = { in TestKeyboard() local
464 keyboardAux(*t, DATA, UPRV_LENGTHOF(DATA)); in TestKeyboard()
485 const char* DATA[] in TestKeyboard2() local
513 const char* DATA[] = { TestKeyboard3() local
537 keyboardAux(const Transliterator& t, const char* DATA[], int32_t DATA_length) keyboardAux() argument
566 errln(UnicodeString("FAIL: ") + log + ", expected " + DATA[i+1]); keyboardAux() local
746 const UnicodeString DATA[] = { TestPatternQuoting() local
880 struct { UBool containsErrors; const char* rule; } DATA[] = { TestJ329() local
918 UnicodeString DATA[] = { TestSegments() local
950 UnicodeString DATA[] = { TestCursorOffset() local
983 UnicodeString DATA[] = { TestArbitraryVariableValues() local
1024 const char* DATA[] = { TestPositionHandling() local
1095 const char* DATA[] = { TestHiraganaKatakana() local
1180 const char* DATA[] = { TestFilterIDs() local
1314 const char* DATA[] = { TestLiberalizedID() local
1353 const char* DATA[] = { TestCreateInstance() local
1752 static const char* DATA[] = { TestToRules() local
2393 static const char* DATA[] = { TestCompoundFilterID() local
3007 const char* DATA[] = { TestLocaleResource() local
3136 const char* DATA[] = { TestIDForms() local
4665 const char* DATA[] = { TestHalfwidthFullwidth() local
[all...]
H A Dtzfmttst.cpp782 const ParseTestData DATA[] = { in TestParse() local
873 for (int32_t i = 0; DATA[i].text; i++) { in TestParse()
875 LocalPointer<TimeZoneFormat> tzfmt(TimeZoneFormat::createInstance(Locale(DATA[i].locale), status)); in TestParse()
881 ParsePosition pos(DATA[i].inPos); in TestParse()
882 TimeZone* tz = tzfmt->parse(DATA[i].style, DATA[i].text, pos, DATA[i].parseOptions, &ttype); in TestParse()
888 if (outID != UnicodeString(DATA[i].expected)) { in TestParse()
889 errMsg = (UnicodeString)"Time zone ID: " + outID + " - expected: " + DATA[i].expected; in TestParse()
890 } else if (pos.getIndex() != DATA[ in TestParse()
1087 const FormatTestData DATA[] = { TestFormat() local
1186 const FormatTestData DATA[] = { TestFormatTZDBNames() local
[all...]
H A Dtzregts.cpp609 int32_t DATA [] = { in Test4154542() local
637 UBool shouldBeGood = (DATA[i] == GOOD); in Test4154542()
638 int32_t month = DATA[i+1]; in Test4154542()
639 int32_t day = DATA[i+2]; in Test4154542()
640 int32_t dayOfWeek = DATA[i+3]; in Test4154542()
641 int32_t time = DATA[i+4]; in Test4154542()
730 int32_t DATA [] = { in Test4154525() local
741 int32_t savings = DATA[i]; in Test4154525()
742 UBool valid = DATA[i+1] == GOOD; in Test4154525()
795 int32_t DATA [] in Test4154650() local
980 UnicodeString DATA[] = { Test4176686() local
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/
H A DTimeZoneRegressionTest.java397 int[] DATA = { in Test4154525()
405 for (int i=0; i<DATA.length; i+=2) { in Test4154525()
406 int savings = DATA[i]; in Test4154525()
407 boolean valid = DATA[i+1] == GOOD; in Test4154525()
484 int[] DATA = { in Test4154542()
505 for (int i=0; i<DATA.length; i+=5) { in Test4154542()
506 boolean shouldBeGood = (DATA[i] == GOOD); in Test4154542()
507 int month = DATA[i+1]; in Test4154542()
508 int day = DATA[i+2]; in Test4154542()
509 int dayOfWeek = DATA[ in Test4154542()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
H A DTimeZoneRegressionTest.java394 int[] DATA = { in Test4154525()
402 for (int i=0; i<DATA.length; i+=2) { in Test4154525()
403 int savings = DATA[i]; in Test4154525()
404 boolean valid = DATA[i+1] == GOOD; in Test4154525()
481 int[] DATA = { in Test4154542()
502 for (int i=0; i<DATA.length; i+=5) { in Test4154542()
503 boolean shouldBeGood = (DATA[i] == GOOD); in Test4154542()
504 int month = DATA[i+1]; in Test4154542()
505 int day = DATA[i+2]; in Test4154542()
506 int dayOfWeek = DATA[ in Test4154542()
[all...]
/third_party/openssl/test/recipes/
H A Dtconversion.pl116 open(DATA, $_) or return 0;
117 $_= join('', <DATA>);
118 close(DATA);
141 open(DATA, $filename) or return 0;
142 chomp(my @lines = <DATA>);
143 close(DATA);
/third_party/skia/third_party/externals/tint/src/transform/
H A Dtransform.h58 template <typename... DATA>
59 explicit DataMap(DATA... data_unique_ptrs) { in DataMap()
60 PutAll(std::forward<DATA>(data_unique_ptrs)...); in DataMap()
137 template <typename... DATA>
138 Output(Program&& program_, DATA... data_) in Output()
139 : program(std::move(program_)), data(std::forward<DATA>(data_)...) {} in Output()
/third_party/python/Lib/test/
H A Dtest_bz2.py65 DATA = b'BZh91AY&SY.\xc8N\x18\x00\x01>_\x80\x00\x10@\x02\xff\xf0\x01\x07n\x00?\xe7\xff\xe00\x01\x99\xaa\x00\xc0\x03F\x86\x8c#&\x83F\x9a\x03\x06\xa6\xd0\xa6\x93M\x0fQ\xa7\xa8\x06\x804hh\x12$\x11\xa4i4\xf14S\xd2<Q\xb5\x0fH\xd3\xd4\xdd\xd5\x87\xbb\xf8\x94\r\x8f\xafI\x12\xe1\xc9\xf8/E\x00pu\x89\x12]\xc9\xbbDL\nQ\x0e\t1\x12\xdf\xa0\xc0\x97\xac2O9\x89\x13\x94\x0e\x1c7\x0ed\x95I\x0c\xaaJ\xa4\x18L\x10\x05#\x9c\xaf\xba\xbc/\x97\x8a#C\xc8\xe1\x8cW\xf9\xe2\xd0\xd6M\xa7\x8bXa<e\x84t\xcbL\xb3\xa7\xd9\xcd\xd1\xcb\x84.\xaf\xb3\xab\xab\xad`n}\xa0lh\tE,\x8eZ\x15\x17VH>\x88\xe5\xcd9gd6\x0b\n\xe9\x9b\xd5\x8a\x99\xf7\x08.K\x8ev\xfb\xf7xw\xbb\xdf\xa1\x92\xf1\xdd|/";\xa2\xba\x9f\xd5\xb1#A\xb6\xf6\xb3o\xc9\xc5y\\\xebO\xe7\x85\x9a\xbc\xb6f8\x952\xd5\xd7"%\x89>V,\xf7\xa6z\xe2\x9f\xa3\xdf\x11\x11"\xd6E)I\xa9\x13^\xca\xf3r\xd0\x03U\x922\xf26\xec\xb6\xed\x8b\xc3U\x13\x9d\xc5\x170\xa4\xfa^\x92\xacDF\x8a\x97\xd6\x19\xfe\xdd\xb8\xbd\x1a\x9a\x19\xa3\x80ankR\x8b\xe5\xd83]\xa9\xc6\x08\x82f\xf6\xb9"6l$\xb8j@\xc0\x8a\xb0l1..\xbak\x83ls\x15\xbc\xf4\xc1\x13\xbe\xf8E\xb8\x9d\r\xa8\x9dk\x84\xd3n\xfa\xacQ\x07\xb1%y\xaav\xb4\x08\xe0z\x1b\x16\xf5\x04\xe9\xcc\xb9\x08z\x1en7.G\xfc]\xc9\x14\xe1B@\xbb!8`' variable in BaseTest
95 f.write(self.DATA * streams)
130 _compression.BUFFER_SIZE = len(self.DATA)
398 bz2f = BZ2File(BytesIO(self.DATA))
414 src = BytesIO(self.DATA)
424 bz2f = BZ2File(BytesIO(self.DATA))
441 bz2f = BZ2File(BytesIO(self.DATA))
547 f.write(self.DATA)
549 self.assertEqual(f.read(), self.DATA)
552 self.assertEqual(f.read(), self.DATA)
[all...]
H A Dtest_univnewlines.py42 # use a class variable DATA to define the data to write to the file
48 data = self.DATA
95 DATA = DATA_CR variable in TestCRNewlines
101 DATA = DATA_LF variable in TestLFNewlines
107 DATA = DATA_CRLF variable in TestCRLFNewlines
120 DATA = DATA_MIXED variable in TestMixedNewlines

Completed in 24 milliseconds

1234567