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

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gdb/dist/sim/ppc/
registers.c 74 register_descriptions description; local
78 description.type = reg_gpr;
79 description.index = atoi(reg+1);
80 description.size = sizeof(gpreg);
83 description.type = reg_fpr;
84 description.index = atoi(reg+1);
85 description.size = sizeof(fpreg);
88 description.type = reg_pc;
89 description.index = 0;
90 description.size = sizeof(unsigned_word)
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/ppc/
registers.c 74 register_descriptions description; local
78 description.type = reg_gpr;
79 description.index = atoi(reg+1);
80 description.size = sizeof(gpreg);
83 description.type = reg_fpr;
84 description.index = atoi(reg+1);
85 description.size = sizeof(fpreg);
88 description.type = reg_pc;
89 description.index = 0;
90 description.size = sizeof(unsigned_word)
    [all...]
  /src/crypto/external/apache2/openssl/dist/util/perl/TLSProxy/
Alert.pm 18 $description) = @_;
24 description => $description
46 sub description subroutine
49 return $self->{description};
  /src/crypto/external/bsd/openssl/dist/util/perl/TLSProxy/
Alert.pm 18 $description) = @_;
24 description => $description
46 sub description subroutine
49 return $self->{description};
  /src/crypto/external/bsd/openssl.old/dist/util/perl/TLSProxy/
Alert.pm 18 $description) = @_;
24 description => $description
46 sub description subroutine
49 return $self->{description};
  /src/crypto/external/bsd/openssl.old/dist/test/ct/
log_list.conf 4 description = https://github.com/google/certificate-transparency/tree/99218b6445906a81f219d84e9c6d2683e13e4e58/test/testdata
8 description = Google Pilot Log
12 description = Google Aviator log
16 description = Google Rocketeer log
20 description = DigiCert Log Server
24 description = Certly.IO log
28 description = Izempe log
32 description = Symantec log
36 description = Venafi log
  /src/external/bsd/openldap/dist/contrib/slapd-modules/variant/tests/data/
variant.conf 6 variantSpec description description dc=example,dc=com
9 variantRegexSpec title description $0
14 variantSpec description description ou=People,dc=example,dc=com
  /src/sys/dev/podulebus/
podulebus.h 51 const char *description; member in struct:podule_description
56 const char *description; member in struct:manufacturer_description
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/test/tests/
multi-host-record.c 43 const char *description = local
49 "Multiple Host Record Replication test", NULL, description, NULL);
  /src/crypto/external/apache2/openssl/dist/test/recipes/
80-test_ca_internals.t 20 description => 'updatedb called before the first certificate expires',
28 description => 'updatedb called before Y2k',
36 description => 'updatedb called after year 2020',
44 description => 'updatedb called in year 2049 (last year with 2 digits)',
52 description => 'updatedb called in year 2050 (first year with 4 digits) before the last certificate expires',
60 description => 'updatedb called after the last certificate expired',
68 description => 'updatedb called for the first time after the last certificate expired',
162 is($exit, 1, "ca_internals_test: returned EXIT_FAILURE (".$opts->{description}.")");
163 is($amtexpired, $amtexpectedexpired, "ca_internals_test: amount of expired certificates differs from expected amount (".$opts->{description}.")");
164 is($expirelistcorrect, 1, "ca_internals_test: list of expired certificates differs from expected list (".$opts->{description}.")")
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/wind/
punycode_examples.h 17 const char *description; member in struct:punycode_example
test-punycode.c 60 printf("punycode %u (%s) failed: %d\n", i, e->description, ret);
70 i, e->description,
79 i, e->description, (unsigned int)len, buf, e->pc);
  /src/external/bsd/nsd/dist/contrib/bind2nsd/
setup.py 36 description = 'automatic named/nsd translation and synchronization', variable
  /src/external/bsd/zstd/dist/contrib/linux-kernel/test/include/linux/
module.h 18 #define MODULE_DESCRIPTION(description)
  /src/external/gpl3/gdb/dist/gdb/
gdbcopyright.py 21 def copyright(tool: str, description: str):
31 /* {description}
  /src/external/gpl3/gdb.old/dist/gdb/
gdbcopyright.py 21 def copyright(tool: str, description: str):
31 /* {description}
  /src/crypto/external/apache2/openssl/dist/util/
mkrc.pl 23 my $description = "OpenSSL library";
26 $description = "OpenSSL application";
55 VALUE "FileDescription", "$description\\0"
  /src/crypto/external/bsd/openssl/dist/util/
mkrc.pl 23 my $description = "OpenSSL library";
26 $description = "OpenSSL application";
55 VALUE "FileDescription", "$description\\0"
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.gdb/
selftest.exp 102 set description "send ^C to child process"
107 pass "$description"
110 fail "$description"
113 fail "$description (timeout)"
118 set description "send SIGINT signal to child process"
119 gdb_test_multiple "signal SIGINT" "$description, top GDB message" {
125 gdb_test_multiple "" "$description, bottom GDB message" {
132 set description "send ^C to child process again"
136 pass "$description"
139 fail "$description"
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.gdb/
selftest.exp 102 set description "send ^C to child process"
107 pass "$description"
110 fail "$description"
113 fail "$description (timeout)"
118 set description "send SIGINT signal to child process"
119 gdb_test_multiple "signal SIGINT" "$description, top GDB message" {
125 gdb_test_multiple "" "$description, bottom GDB message" {
132 set description "send ^C to child process again"
136 pass "$description"
139 fail "$description"
    [all...]
  /src/external/apache2/llvm/dist/clang/utils/check_cfc/
setup.py 21 description='Check Compile Flow Consistency' variable
  /src/external/bsd/file/dist/python/
setup.py 17 description='(official) libmagic Python bindings', variable
  /src/crypto/external/bsd/heimdal/dist/lib/hx509/
test_nist2.in 84 description=
88 description="${other}"
119 echo "# ${description}" > nist2-passed-${name}.tmp
125 echo "$r ${name} ${description}"
126 echo "# ${description}" > nist2-failed-${name}.tmp
  /src/external/gpl2/lvm2/dist/lib/format_text/
flags.c 29 const char *description; member in struct:flag
115 if (!flags[f].description)
125 flags[f].description))
158 for (f = 0; flags[f].description; f++)
159 if (!strcmp(flags[f].description, cv->v.str)) {
173 } else if (!flags[f].description && (type & STATUS_FLAG)) {
  /src/sys/external/bsd/drm2/include/linux/
moduleparam.h 38 const char *dname; // Name used for description
74 const char *description; member in struct:linux_module_param_desc
76 #define MODULE_PARM_DESC(PARAMETER, DESCRIPTION) \
80 .description = DESCRIPTION, \

Completed in 35 milliseconds

1 2 3 4 5 6 7 8 91011>>