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

1 2 3 4 5 6 7 8

  /src/external/apache2/llvm/dist/clang/utils/check_cfc/
setup.py 21 description='Check Compile Flow Consistency' variable
  /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);
dangling-query.c 121 const char *description = local
125 test_state_t *state = test_state_create(srp_servers, "Dangling Query test", NULL, description, NULL);
change-text-record.c 138 const char *description = local
142 test_state_t *state = test_state_create(srp_servers, "Change Text Record test", NULL, description, NULL);
single-srpl-update.c 94 const char *description = local
97 test_state_t *state = test_state_create(srp_servers, "Single SRPL Update test", NULL, description, NULL);
srpl-host-0i-2s.c 136 const char *description = local
141 test_state_t *state = test_state_create(srp_servers, "SRPL zero-instance test", NULL, description, NULL);
  /src/external/mpl/bind/dist/lib/isc/
result.c 25 static const char *description[ISC_R_NRESULTS] = { variable
548 return description[result];
  /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/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/heimdal/dist/lib/wind/
punycode_examples.h 17 const char *description; member in struct:punycode_example
  /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/external/apache2/llvm/dist/llvm/lib/Support/
RISCVAttributeParser.cpp 48 std::string description = local
50 printAttribute(tag, value, description);
  /src/external/bsd/nsd/dist/contrib/bind2nsd/
setup.py 36 description = 'automatic named/nsd translation and synchronization', variable
  /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/external/apache2/llvm/dist/clang/tools/diagtool/
DiagTool.h 26 const std::string description; member in class:diagtool::DiagTool
32 llvm::StringRef getDescription() const { return description; }
  /src/external/apache2/llvm/dist/llvm/utils/lit/
setup.py 22 description = "A Software Testing Tool", variable
  /src/external/apache2/llvm/dist/llvm/utils/
wciia.py 48 owner['filesfolders'] = owner['description']
69 description = line[2:].strip() variable
70 code_owner['description'] = description
  /src/external/bsd/file/dist/python/
setup.py 17 description='(official) libmagic Python bindings', variable
  /src/external/bsd/tcpdump/dist/missing/
dlnames.c 46 const char *description; member in struct:dlt_choice
50 #define DLT_CHOICE(code, description) { #code, description, code }
163 return (dlt_choices[i].description);
  /src/external/bsd/tre/dist/python/
setup.py 26 description = "Python module for TRE", variable
  /src/external/gpl2/dtc/dist/pylibfdt/
setup.py 42 description='Python binding for libfdt', variable
  /src/external/gpl2/gettext/dist/gettext-tools/tests/
gettext-3-prg.c 39 const char *description; member in struct:data_t
78 gettext (strings[j].description));
  /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)) {

Completed in 25 milliseconds

1 2 3 4 5 6 7 8