HomeSort by: relevance | last modified time | path
    Searched refs:DATA (Results 1 - 25 of 536) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
pr9167.cc 3 template<typename DATA>
6 int data; member in struct:ATB
7 ATB() : data(0) {}
11 template<typename DATA,
13 class A : public ATB<DATA>
19 template<typename DATA, typename DerivedType>
20 const DerivedType A<DATA, DerivedType>::DEFAULT_INSTANCE;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
pr9167.cc 3 template<typename DATA>
6 int data; member in struct:ATB
7 ATB() : data(0) {}
11 template<typename DATA,
13 class A : public ATB<DATA>
19 template<typename DATA, typename DerivedType>
20 const DerivedType A<DATA, DerivedType>::DEFAULT_INSTANCE;
  /src/crypto/external/apache2/openssl/dist/test/recipes/
20-test_nocache.t 22 open DATA, "listout.txt";
23 my @match = grep /MAC/, <DATA>;
24 close DATA;
31 open DATA, "listout.txt";
32 my @match = grep /MAC/, <DATA>;
33 close DATA;
20-test_cli_list.t 22 open DATA, "listout.txt";
23 my @match = grep /secret key/, <DATA>;
24 close DATA;
90-test_store_cases.t 33 open DATA, $stderr;
34 @match = grep /try_pkcs12:.*?:maybe wrong password$/, <DATA>;
35 close DATA;
80-test_pkcs12.t 130 open DATA, "outerr.txt";
131 my @match = grep /:error:/, <DATA>;
132 close DATA;
169 open DATA, "outerr6.txt";
170 my @match = grep /:error:/, <DATA>;
171 close DATA;
193 open DATA, "${pbmac1_id}_err.txt";
194 my @match = grep /:error:/, <DATA>;
195 close DATA;
201 open DATA, "${pbmac1_id}_info.txt"
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/recipes/
20-test_nocache.t 22 open DATA, "listout.txt";
23 my @match = grep /MAC/, <DATA>;
24 close DATA;
31 open DATA, "listout.txt";
32 my @match = grep /MAC/, <DATA>;
33 close DATA;
90-test_store_cases.t 32 open DATA, $stderr;
33 @match = grep /try_pkcs12:.*?:maybe wrong password$/, <DATA>;
34 close DATA;
tconversion.pl 116 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);
  /src/external/gpl3/gdb.old/dist/gdb/
registry.h 48 Type code) to attach some data to another object (e.g., an
62 A module wanting to attach data to instances of some_container uses
64 the "get" and "set" methods to handle this module's data. */
91 underlying data using Deleter. This defaults to
94 template<typename DATA, typename Deleter = std::default_delete<DATA>>
106 /* Fetch the data attached to OBJ that is associated with this key.
107 If no such data has been attached, nullptr is returned. */
108 DATA *get (T *obj) const
111 return (DATA *) reg_obj->get (m_key)
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
registry.h 48 Type code) to attach some data to another object (e.g., an
62 A module wanting to attach data to instances of some_container uses
64 the "get" and "set" methods to handle this module's data. */
91 underlying data using Deleter. This defaults to
94 template<typename DATA, typename Deleter = std::default_delete<DATA>>
106 /* Fetch the data attached to OBJ that is associated with this key.
107 If no such data has been attached, nullptr is returned. */
108 DATA *get (T *obj) const
111 return (DATA *) reg_obj->get (m_key)
    [all...]
  /src/external/bsd/libarchive/dist/libarchive/test/
test_archive_read_next_header_raw.c 20 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
28 #define DATA "random garbage for testing purposes"
30 static const char data[sizeof(DATA)] = DATA; variable
43 (void *)(uintptr_t) data, sizeof(data)));
test_sparse_basic.c 20 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
52 /* The logic to compare sparse file data read from disk with the
64 enum { DATA, HOLE, END } type;
73 /* A few data points:
185 { HOLE, 1024 }, { DATA, 10240 },
241 { HOLE, 1024 }, { DATA, 10240 },
354 /* Blocks entirely before the data we just read. */
364 /* Block that overlaps beginning of data */
373 } else if (assert(sparse->type == DATA)) {
380 /* Blocks completely contained in data we just read. *
    [all...]
  /src/libexec/httpd/testsuite/
Makefile 11 DATA?= $(.CURDIR)/data
31 ${SILENT}$(.CURDIR)/test-simple "$a" "${BOZOHTTPD}" "${DATA}" "${.CURDIR}" "${VERBOSE}"
36 ${SILENT}$(.CURDIR)/test-simple "$a" "${BOZOHTTPD}" "${DATA}" "${.CURDIR}" "${VERBOSE}" -c "${.CURDIR}/cgi-bin"
41 ${SILENT}$(.CURDIR)/test-bigfile "$a" "${BOZOHTTPD}" "${WGET}" "${DATA}" "${VERBOSE}"
  /src/external/bsd/elftoolchain/dist/libelf/
libelf_xlate.c 22 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
83 LIBELF_SET_ERROR(DATA, 0);
88 LIBELF_SET_ERROR(DATA, 0);
100 LIBELF_SET_ERROR(DATA, 0);
118 LIBELF_SET_ERROR(DATA, 0);
132 LIBELF_SET_ERROR(DATA, 0);
138 LIBELF_SET_ERROR(DATA, 0);
154 LIBELF_SET_ERROR(DATA, 0);
elf_strptr.c 22 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
87 LIBELF_SET_ERROR(DATA, 0);
109 LIBELF_SET_ERROR(DATA, 0);
115 LIBELF_SET_ERROR(DATA, 0);
131 LIBELF_SET_ERROR(DATA, 0);
  /src/tests/bin/sh/
t_fsplit.sh 21 # SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
529 # It is important that they be retained as is (the ones in the data
534 DATA=" aaa bbb:ccc ddd+eee fff:ggg+hhh " # CAUTION: tabs!
538 check "unset IFS; printf '%s\n' '${DATA}' | {
543 check "unset IFS; printf '%s\n' '${DATA}' | {
548 check "IFS=; printf '%s\n' '${DATA}' | {
551 "<${DATA}><><><><><><><>"
553 check "IFS=' '; printf '%s\n' '${DATA}' | {
558 check "IFS=':'; printf '%s\n' '${DATA}' | {
563 check "IFS=': '; printf '%s\n' '${DATA}' | {
    [all...]
  /src/include/arpa/
tftp.h 25 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
40 #define SEGSIZE 512 /* data segment size */
41 #define MAXSEGSIZE 65464 /* maximum negotiated data segment size */
51 #define DATA 03 /* data packet */
63 char th_data[1]; /* data or error string */
  /src/sys/lib/libsa/
tftp.h 22 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
53 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
64 #define SEGSIZE 512 /* data segment size */
71 #define DATA 03 /* data packet */
82 char th_data[1]; /* data or error string */
  /src/external/bsd/ntp/dist/util/
tg.c 118 #define DATA 0 /* send data (0, 1, PI) */
132 {DATA, DATA0}, /* 1 */
140 {DATA, PI}, /* 9 p1 */
176 {DATA, DATA0}, /* 45 */
177 {DATA, DATA0}, /* 46 */
178 {DATA, DATA0}, /* 47 */
179 {DATA, DATA0}, /* 48 */
180 {DATA, PI}, /* 49 p5 */
190 {DATA, PI}, /* 59 p6 *
    [all...]
  /src/crypto/external/apache2/openssl/dist/VMS/
translatesyms.pl 47 ((?:[A-Za-z0-9_]+)\/)?([A-Za-z0-9_]+)=(PROCEDURE|DATA)
  /src/crypto/external/bsd/openssl/dist/VMS/
translatesyms.pl 47 ((?:[A-Za-z0-9_]+)\/)?([A-Za-z0-9_]+)=(PROCEDURE|DATA)
  /src/crypto/external/bsd/openssl.old/dist/VMS/
translatesyms.pl 47 ((?:[A-Za-z0-9_]+)\/)?([A-Za-z0-9_]+)=(PROCEDURE|DATA)
  /src/external/gpl3/binutils/dist/binutils/
deflex.l 42 "DATA" { return DATA;}
defparse.h 63 DATA = 264, /* DATA */
100 #define DATA 264

Completed in 30 milliseconds

1 2 3 4 5 6 7 8 91011>>