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

1 2 3 4 5 6 7 8 91011>>

  /src/external/apache2/llvm/dist/llvm/utils/lit/tests/
check-tested-lit-timeout-ability 6 supported, errormsg = killProcessAndChildrenIsSupported()
8 if not supported:
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
label-without-address.exp 26 set supported 0
33 set supported 1
37 if { ! $supported } {
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
label-without-address.exp 26 set supported 0
33 set supported 1
37 if { ! $supported } {
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/
funcall_ref.exp 65 set supported 1
75 set supported 0
79 set supported 0
83 if { $supported == 0 } {
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.ada/
funcall_ref.exp 65 set supported 1
75 set supported 0
79 set supported 0
83 if { $supported == 0 } {
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/
namelist.exp 39 # DW_TAG_namelist is supported starting gcc 4.9.
40 set supported [expr \
43 if { $supported } {
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran/
namelist.exp 39 # DW_TAG_namelist is supported starting gcc 4.9.
40 set supported [expr \
43 if { $supported } {
  /src/tests/lib/libc/net/getaddrinfo/
unsup_fam.exp 2 ai_family not supported
  /src/external/bsd/zstd/dist/contrib/VS2005/
README.md 3 The VS2005 Project directory has been moved to the contrib directory in order to indicate that it will no longer be supported.
  /src/external/mpl/bind/dist/bin/tests/system/isctest/vars/
features.py 57 supported = feature_test(arg)
59 val = "1" if supported else "0"
algorithms.py 24 # Algorithms are selected randomly at runtime from a list of supported
128 """Test whether a given algorithm is supported on the current platform."""
148 log.info("algorithm %s not supported", alg.name)
169 supported = is_crypto_supported(alg)
170 if supported:
173 val = "1" if supported else "0"
179 """Select supported algorithms from the set."""
185 supported = [alg for alg in candidates if alg in SUPPORTED_ALGORITHMS]
186 if len(supported) == 1:
187 supported = supported.pop(
    [all...]
  /src/lib/libc/arch/arm/hardfloat/
fpgetsticky.S 32 #error FPA is not supported anymore
fpgetmask.S 33 #error FPA is not supported anymore
fpgetround.c 33 #error FPA is not supported anymore
fpsetmask.S 33 #error FPA is not supported anymore
fpsetsticky.S 33 #error FPA is not supported anymore
fpsetround.c 33 #error FPA is not supported anymore
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_rc6_types.h 27 bool supported : 1; member in struct:intel_rc6
  /src/external/bsd/pcc/dist/pcc/os/midnightbsd/
ccconfig.h 75 #error this architecture is not supported by MidnightBSD
  /src/external/bsd/pcc/dist/pcc/os/mirbsd/
ccconfig.h 56 #error this architecture is not supported by MirOS BSD
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
tls-core.exp 37 # Restart gdb and load COREFILE as a core file. SUPPORTED is true iff
41 proc tls_core_test {supported corefile} {
49 if {$supported} {
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
tls-core.exp 37 # Restart gdb and load COREFILE as a core file. SUPPORTED is true iff
41 proc tls_core_test {supported corefile} {
49 if {$supported} {
  /src/crypto/external/bsd/heimdal/dist/tests/gss/
check-gss.in 44 ${TESTS_ENVIRONMENT} ${gsstool} supported-mechanisms > /dev/null || exit 1
  /src/sys/sys/
tls.h 40 #error Only one TLS variant can be supported at a time
  /src/external/mit/libuv/dist/test/
test-udp-multicast-join6.c 152 int supported; local
159 supported = 0;
160 for (i = 0; supported == 0 && i < count; i += 1)
161 supported = (AF_INET6 == addr[i].address.address6.sin6_family &&
165 return supported;

Completed in 50 milliseconds

1 2 3 4 5 6 7 8 91011>>