Home
last modified time | relevance | path

Searched refs:DATA (Results 1 – 25 of 3018) sorted by relevance

12345678910>>...121

/external/swiftshader/src/System/
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, typename HASH>
184 LRUCache<KEY, DATA, HASH>::iterator::iterator(Entry *entry) in iterator()
[all …]
/external/python/cpython3/PC/
Dpython3.def12 PyBaseObject_Type=python39.PyBaseObject_Type DATA
14 PyBool_Type=python39.PyBool_Type DATA
15 PyByteArrayIter_Type=python39.PyByteArrayIter_Type DATA
22 PyByteArray_Type=python39.PyByteArray_Type DATA
23 PyBytesIter_Type=python39.PyBytesIter_Type DATA
36 PyBytes_Type=python39.PyBytes_Type DATA
43 PyCFunction_Type=python39.PyCFunction_Type DATA
45 PyCallIter_Type=python39.PyCallIter_Type DATA
58 PyCapsule_Type=python39.PyCapsule_Type DATA
59 PyClassMethodDescr_Type=python39.PyClassMethodDescr_Type DATA
[all …]
/external/llvm-project/lld/test/ELF/
Dcompressed-debug-input.s43 # RUN: llvm-readobj --sections --section-data %t.so | FileCheck -check-prefix=DATA %s
46 # RUN: llvm-readobj --sections --section-data %t2.so | FileCheck -check-prefix=DATA %s
48 # DATA: Section {
49 # DATA: Index: 6
50 # DATA: Name: .debug_str
51 # DATA-NEXT: Type: SHT_PROGBITS
52 # DATA-NEXT: Flags [
53 # DATA-NEXT: SHF_MERGE (0x10)
54 # DATA-NEXT: SHF_STRINGS (0x20)
55 # DATA-NEXT: ]
[all …]
/external/openssh/regress/
Dmultiplex.sh53 ${SSH} -F $OBJ/ssh_config -S$CTL otherhost cat ${DATA} > ${COPY}
54 test -f ${COPY} || fail "ssh -Sctl: failed copy ${DATA}"
55 cmp ${DATA} ${COPY} || fail "ssh -Sctl: corrupted copy of ${DATA}"
59 ${SSH} -F $OBJ/ssh_config -S $CTL otherhost cat ${DATA} > ${COPY}
60 test -f ${COPY} || fail "ssh -S ctl: failed copy ${DATA}"
61 cmp ${DATA} ${COPY} || fail "ssh -S ctl: corrupted copy of ${DATA}"
65 echo "get ${DATA} ${COPY}" | \
67 test -f ${COPY} || fail "sftp: failed copy ${DATA}"
68 cmp ${DATA} ${COPY} || fail "sftp: corrupted copy of ${DATA}"
72 ${SCP} -S ${SSH} -F $OBJ/ssh_config -oControlPath=$CTL otherhost:${DATA} ${COPY} >>$TEST_REGRESS_LO…
[all …]
Dscp.sh33 $SCP $scpopts ${DATA} ${COPY} || fail "copy failed"
34 cmp ${DATA} ${COPY} || fail "corrupted copy"
38 $SCP $scpopts ${DATA} somehost:${COPY} || fail "copy failed"
39 cmp ${DATA} ${COPY} || fail "corrupted copy"
43 $SCP $scpopts somehost:${DATA} ${COPY} || fail "copy failed"
44 cmp ${DATA} ${COPY} || fail "corrupted copy"
48 cp ${DATA} ${COPY}
54 cp ${DATA} ${COPY}
60 cp ${DATA} ${COPY}
67 cp ${DATA} ${DIR}/copy
[all …]
Dsftp-cmds.sh70 echo "get $DATA $COPY" | ${SFTP} -D ${SFTPSERVER} >/dev/null 2>&1 \
72 cmp $DATA ${COPY} || fail "corrupted copy after get"
76 echo "get \"$DATA\" $COPY" | ${SFTP} -D ${SFTPSERVER} >/dev/null 2>&1 \
78 cmp $DATA ${COPY} || fail "corrupted copy after get"
81 cp $DATA ${QUOTECOPY}
89 cp $DATA "$SPACECOPY"
96 cp $DATA "$GLOBMETACOPY"
105 echo "get $DATA ${COPY}.dd" | ${SFTP} -D ${SFTPSERVER} >/dev/null 2>&1 \
107 cmp $DATA ${COPY}.dd/$DATANAME || fail "corrupted copy after get"
119 (echo "lcd ${COPY}.dd"; echo "get $DATA" ) | ${SFTP} -D ${SFTPSERVER} >/dev/null 2>&1 \
[all …]
Dsshsig.sh7 cat ${DATA} ${DATA} > ${DATA2}
51 < $DATA > $sigfile 2>/dev/null || fail "sign using $t failed"
56 < $DATA >/dev/null 2>&1 || \
63 < $DATA >/dev/null 2>&1 || \
70 < $DATA >/dev/null 2>&1 && \
77 < $DATA >/dev/null 2>&1 && \
91 < $DATA >/dev/null 2>&1 && \
98 < $DATA >/dev/null 2>&1 && \
106 < $DATA >/dev/null 2>&1 && \
116 < $DATA >/dev/null 2>&1 && \
[all …]
Dsftp-perm.sh86 "put $DATA $COPY" \
88 "cmp $DATA $COPY" \
152 "get $DATA $COPY" \
154 "cmp $DATA $COPY" \
155 "! cmp $DATA $COPY 2>/dev/null"
160 "get $DATA $COPY" \
162 "cmp $DATA $COPY" \
163 "! cmp $DATA $COPY 2>/dev/null"
168 "put $DATA $COPY" \
170 "cmp $DATA $COPY" \
[all …]
Dforwarding.sh6 DATA=/bin/ls${EXEEXT}
33 somehost cat ${DATA} > ${COPY}
34 test -s ${COPY} || fail "failed copy of ${DATA}"
35 cmp ${DATA} ${COPY} || fail "corrupted copy of ${DATA}"
114 somehost cat ${DATA} > ${COPY}
115 test -s ${COPY} || fail "failed copy of ${DATA}"
116 cmp ${DATA} ${COPY} || fail "corrupted copy of ${DATA}"
128 somehost cat ${DATA} > ${COPY}
129 test -s ${COPY} || fail "failed copy ${DATA}"
130 cmp ${DATA} ${COPY} || fail "corrupted copy of ${DATA}"
Dtransfer.sh7 ${SSH} -n -q -F $OBJ/ssh_proxy somehost cat ${DATA} > ${COPY}
9 fail "ssh cat $DATA failed"
11 cmp ${DATA} ${COPY} || fail "corrupted copy"
16 dd if=$DATA obs=${s} 2> /dev/null | \
19 fail "ssh cat $DATA failed"
21 cmp $DATA ${COPY} || fail "corrupted copy"
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DPersianTest.java27 final int[] DATA = { in TestMapping() local
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[i++], DATA[i++] - 1, DATA[i++]); in TestMapping()
112 int cyear = DATA[i++]; in TestMapping()
113 int cmonth = DATA[i++]; in TestMapping()
[all …]
DDangiTest.java30 final int[] DATA = { in TestMapping() local
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.length;) { in TestMapping()
106 grego.set(DATA[i++], DATA[i++] - 1, DATA[i++]); in TestMapping()
108 int cyear = DATA[i++]; in TestMapping()
[all …]
DChineseTest.java76 final int[] DATA = { in TestMapping() local
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.length; ) { in TestMapping()
127 grego.set(DATA[i++], DATA[i++]-1, DATA[i++]); in TestMapping()
129 int cyear = DATA[i++]; in TestMapping()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DPersianTest.java30 final int[] DATA = { in TestMapping() local
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[i++], DATA[i++] - 1, DATA[i++]); in TestMapping()
115 int cyear = DATA[i++]; in TestMapping()
116 int cmonth = DATA[i++]; in TestMapping()
[all …]
DDangiTest.java33 final int[] DATA = { in TestMapping() local
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.length;) { in TestMapping()
109 grego.set(DATA[i++], DATA[i++] - 1, DATA[i++]); in TestMapping()
111 int cyear = DATA[i++]; in TestMapping()
[all …]
DChineseTest.java79 final int[] DATA = { in TestMapping() local
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.length; ) { in TestMapping()
130 grego.set(DATA[i++], DATA[i++]-1, DATA[i++]); in TestMapping()
132 int cyear = DATA[i++]; in TestMapping()
[all …]
/external/llvm-project/llvm/test/Other/
Dbcanalyzer-block-info.txt1 …-bcanalyzer -dump %S/Inputs/has-block-info.bc | FileCheck -check-prefix=CHECK -check-prefix=DATA %s
2 …bcanalyzer -dump %S/Inputs/no-block-info.bc | FileCheck -check-prefix=UNKNOWN -check-prefix=DATA %s
3 …o.bc -block-info %S/Inputs/block-info-only.bc | FileCheck -check-prefix=CHECK -check-prefix=DATA %s
7 DATA: NumWords=4 BlockCodeSize=2>
10 DATA: op0=42 op1=43 op2=44/>
13 DATA: op0=42/>
16 DATA: op0=42/>
21 DATA: NumWords=3 BlockCodeSize=3>
24 DATA: abbrevid=4 op0=50 op1=4/>
27 DATA: op0=42/>
[all …]
/external/llvm/test/Other/
Dbcanalyzer-block-info.txt1 …-bcanalyzer -dump %S/Inputs/has-block-info.bc | FileCheck -check-prefix=CHECK -check-prefix=DATA %s
2 …bcanalyzer -dump %S/Inputs/no-block-info.bc | FileCheck -check-prefix=UNKNOWN -check-prefix=DATA %s
3 …o.bc -block-info %S/Inputs/block-info-only.bc | FileCheck -check-prefix=CHECK -check-prefix=DATA %s
7 DATA: NumWords=4 BlockCodeSize=2>
10 DATA: op0=42 op1=43 op2=44/>
13 DATA: op0=42/>
16 DATA: op0=42/>
21 DATA: NumWords=3 BlockCodeSize=3>
24 DATA: abbrevid=4 op0=50 op1=4/>
27 DATA: op0=42/>
[all …]
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DTransliteratorTest.java274 String[] DATA = { in TestRuleBasedInverse() local
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() local
312 keyboardAux(t, DATA); in TestKeyboard()
325 String DATA[] = { in TestKeyboard2() local
339 keyboardAux(t, DATA); in TestKeyboard2()
355 String[] DATA = { in TestKeyboard3() local
369 keyboardAux(t, DATA); in TestKeyboard3()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
DTransliteratorTest.java277 String[] DATA = { in TestRuleBasedInverse() local
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() local
315 keyboardAux(t, DATA); in TestKeyboard()
328 String DATA[] = { in TestKeyboard2() local
342 keyboardAux(t, DATA); in TestKeyboard2()
358 String[] DATA = { in TestKeyboard3() local
372 keyboardAux(t, DATA); in TestKeyboard3()
[all …]
/external/icu/icu4c/source/test/cintltst/
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[i+3]); in TestMessageCatalog()
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_sendfile.py91 DATA = b"SendfileBaseData" * (1024 * 8 + 1) variable in SendfileBase
102 fp.write(cls.DATA)
198 self.assertEqual(ret, len(self.DATA))
199 self.assertEqual(proto.data, self.DATA)
200 self.assertEqual(self.file.tell(), len(self.DATA))
209 self.assertEqual(proto.data, self.DATA[1000:3000])
233 self.assertEqual(ret, len(self.DATA))
234 expected = buf + self.DATA + buf
236 self.assertEqual(self.file.tell(), len(self.DATA))
307 self.assertEqual(ret, len(self.DATA))
[all …]
/external/elfutils/tests/
Dnewdata.c35 static char *DATA = "123456789ABCDEF"; variable
144 add_section_data (elf, DATA, DATA_LEN); in create_elf()
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_LEN); in check_elf()
291 check_section_data (elf, DATA, DATA_LEN, 3); in check_elf()
336 add_section_data (elf, DATA, DATA_LEN); in check_elf()
[all …]
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowDropBoxManagerTest.java24 private static final byte[] DATA = "HELLO WORLD".getBytes(UTF_8); field in ShadowDropBoxManagerTest
44 shadowDropBoxManager.addData(TAG, 1, DATA); in dataExpected()
51 .isEqualTo(new String(DATA)); in dataExpected()
52 assertThat(entry.getText(100)).isEqualTo(new String(DATA, UTF_8)); in dataExpected()
58 shadowDropBoxManager.addData(TAG, 1, DATA); in dataNotExpected_timestampSameAsEntry()
65 shadowDropBoxManager.addData(TAG, 1, DATA); in dataNotExpected_timestampAfterEntry()
72 shadowDropBoxManager.addData(TAG, 1, DATA); in dataNotExpected_wrongTag()
79 shadowDropBoxManager.addData(TAG, 3, DATA); in dataExpectedWithSort()
84 assertThat(entry.getText(100)).isEqualTo(new String(DATA, UTF_8)); in dataExpectedWithSort()
90 shadowDropBoxManager.addData(TAG, 1, DATA); in resetClearsData()
/external/tcpdump/tests/
Dforces3vvv.out39 1) [DATA] (B)(E) [TSN: 2958179469] [SID: 0] [SSEQ 0] [PPID 0x0]
54 1) [DATA] (B)(E) [TSN: 1811362564] [SID: 0] [SSEQ 0] [PPID 0x0]
71 1) [DATA] (B)(E) [TSN: 1811362565] [SID: 0] [SSEQ 1] [PPID 0x0]
82 PATH-DATA TLV, length 12 (data encapsulated 8 Bytes)
89 1) [DATA] (B)(E) [TSN: 2958179470] [SID: 0] [SSEQ 1] [PPID 0x0]
100 PATH-DATA TLV, length 52 (data encapsulated 48 Bytes)
119 1) [DATA] (B)(E) [TSN: 1811362566] [SID: 0] [SSEQ 2] [PPID 0x0]
130 PATH-DATA TLV, length 12 (data encapsulated 8 Bytes)
137 1) [DATA] (B)(E) [TSN: 2958179471] [SID: 0] [SSEQ 2] [PPID 0x0]
148 PATH-DATA TLV, length 100 (data encapsulated 96 Bytes)
[all …]

12345678910>>...121