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

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gcc/dist/gcc/config/vxworks/
_yvals-wrapper.h 29 #include <_vxworks-versions.h>
_yvals.h 25 #include <_vxworks-versions.h>
  /src/external/gpl3/gcc.old/dist/gcc/config/vxworks/
_yvals-wrapper.h 29 #include <_vxworks-versions.h>
_yvals.h 25 #include <_vxworks-versions.h>
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/vxworks/
os_defines.h 37 // versions.
38 #include <_vxworks-versions.h>
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/vxworks/
os_defines.h 37 // versions.
38 #include <_vxworks-versions.h>
  /src/external/gpl3/gcc/dist/maintainer-scripts/
branch_changer.py 7 # milestones and optionally enhance the list of known-to-fail versions.
24 # issues and 6.2 version is added to known-to-fail versions.
65 self.versions = None
75 self.versions = m.group(2).split('/')
93 self.versions = list(filter(lambda x: x != release, self.versions))
98 for i, v in enumerate(self.versions):
100 self.versions.insert(i + 1, parts[1])
111 if not self.versions:
135 elif self.is_regression and new_major in self.versions
    [all...]
bugzilla-close-candidate.py 36 versions = set()
49 versions.add(version)
59 versions.add(version)
61 return versions
  /src/external/gpl3/gcc.old/dist/maintainer-scripts/
branch_changer.py 7 # milestones and optionally enhance the list of known-to-fail versions.
24 # issues and 6.2 version is added to known-to-fail versions.
65 self.versions = None
75 self.versions = m.group(2).split('/')
93 self.versions = list(filter(lambda x: x != release, self.versions))
98 for i, v in enumerate(self.versions):
100 self.versions.insert(i + 1, parts[1])
111 if not self.versions:
135 elif self.is_regression and new_major in self.versions
    [all...]
bugzilla-close-candidate.py 36 versions = set()
49 versions.add(version)
59 versions.add(version)
61 return versions
  /src/crypto/external/apache2/openssl/dist/test/testutil/
provider.c 171 int fips_provider_version_match(OSSL_LIB_CTX *libctx, const char *versions)
184 while (*versions != '\0') {
185 for (; isspace((unsigned char)(*versions)); versions++)
187 if (*versions == '\0')
189 for (p = versions; *versions != '\0' && !isspace((unsigned char)(*versions)); versions++)
  /src/crypto/external/bsd/openssl/dist/test/testutil/
provider.c 171 int fips_provider_version_match(OSSL_LIB_CTX *libctx, const char *versions)
179 while (*versions != '\0') {
180 for (; isspace((unsigned char)(*versions)); versions++)
182 if (*versions == '\0')
184 for (p = versions; *versions != '\0' && !isspace((unsigned char)(*versions)); versions++)
  /src/external/bsd/libbind/dist/isc/
logging_p.h 27 unsigned int versions; member in struct:log_file_desc
  /src/external/mit/libuv/dist/
autogen.sh 62 "$AUTOCONF" -o /dev/null m4/libuv-check-versions.m4
69 " > m4/libuv-check-versions.m4
  /src/sys/dev/microcode/aic7xxx/
aicasm.h 84 extern char *versions;
  /src/sys/external/isc/libsodium/dist/dist-build/
android-build.sh 49 --disable-soname-versions \
65 --disable-soname-versions \
  /src/external/mpl/bind/dist/bin/named/
log.c 116 destination.file.versions = ISC_LOG_ROLLNEVER;
126 destination.file.versions = ISC_LOG_ROLLNEVER;
167 destination.file.versions = ISC_LOG_ROLLNEVER;
199 .versions = 10,
  /src/external/mpl/bind/dist/bin/tests/system/dnstap/
bad-size-version.conf 15 dnstap-output unix "/tmp/dnstap.sock" size 10k versions 3;
good-size-unlimited.conf 16 size unlimited versions unlimited suffix increment;
good-size-version.conf 16 size 10k versions 3 suffix timestamp;
  /src/external/mpl/bind/dist/bin/tests/system/dnstap/ns1/
named.conf.j2 27 dnstap-output file "dnstap.out" size 30k versions 10;
  /src/external/mpl/bind/dist/bin/tests/system/dnstap/ns2/
named.conf.j2 27 dnstap-output file "dnstap.out" size unlimited versions unlimited;
  /src/external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/
named.abspath.conf.j2 30 file "@TMPDIR@/example.log" versions 1 size 1k suffix increment; # small size
named.inc.conf.j2 30 file "named_inc" versions 1 size 1k suffix increment; # small size
named.ts.conf.j2 30 file "named_ts" versions 3 size 1000 suffix timestamp; # small size

Completed in 37 milliseconds

1 2 3 4 5 6 7 8 91011>>