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

1 2 3 4 5 6 7 8

  /src/external/mpl/bind/dist/bin/tests/system/rpz/
tests_sh_rpz_dnsrps.py 14 import isctest.mark namespace
17 isctest.mark.dnsrps_enabled,
18 pytest.mark.extra_artifacts(
  /src/external/mpl/bind/dist/bin/tests/system/rpzrecurse/
tests_sh_rpzrecurse_dnsrps.py 14 import isctest.mark namespace
17 isctest.mark.dnsrps_enabled,
18 pytest.mark.extra_artifacts(
  /src/external/mpl/bind/dist/bin/tests/system/dnstap/
tests_sh_dnstap.py 14 import isctest.mark namespace
17 isctest.mark.with_dnstap,
18 pytest.mark.extra_artifacts(
tests_dnstap.py 22 import isctest.mark namespace
25 isctest.mark.with_dnstap,
26 pytest.mark.extra_artifacts(
  /src/external/lgpl3/gmp/dist/
tal-debug.c 62 struct tmp_debug_t **markp, struct tmp_debug_t *mark,
77 if (mark->file != NULL && mark->file[0] != '\0' && mark->line != -1)
79 __gmp_assert_header (mark->file, mark->line);
85 *markp = mark;
86 mark->file = file;
87 mark->line = line;
88 mark->list = NULL
96 struct tmp_debug_t *mark = *markp; local
121 struct tmp_debug_t *mark = *markp; local
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/nzd2nzf/
tests_nzd2nzf.py 18 import isctest.mark namespace
22 isctest.mark.with_lmdb,
23 pytest.mark.extra_artifacts(
  /src/external/mpl/bind/dist/bin/tests/system/cpu/
tests_sh_cpu.py 14 import isctest.mark namespace
16 EXTRA_ARTIFACTS = pytest.mark.extra_artifacts(
24 isctest.mark.with_cpu_affinity,
  /src/external/mpl/bind/dist/bin/tests/system/dlzexternal/
tests_sh_dlzexternal.py 14 import isctest.mark namespace
16 EXTRA_ARTIFACTS = pytest.mark.extra_artifacts(
25 isctest.mark.without_tsan,
  /src/external/mpl/bind/dist/bin/tests/system/dnssec/
tests_validation.py 18 import isctest.mark namespace
20 pytestmark = pytest.mark.extra_artifacts(
  /src/external/mpl/bind/dist/bin/tests/system/doth/
tests_sh_doth.py 14 import isctest.mark namespace
16 EXTRA_ARTIFACTS = pytest.mark.extra_artifacts(
25 isctest.mark.with_libnghttp2,
26 isctest.mark.with_fips_dh,
  /src/external/mpl/bind/dist/bin/tests/system/dyndb/
tests_sh_dyndb.py 14 import isctest.mark namespace
16 EXTRA_ARTIFACTS = pytest.mark.extra_artifacts(
25 isctest.mark.without_tsan,
  /src/external/mpl/bind/dist/bin/tests/system/eddsa/
tests_sh_eddsa.py 14 import isctest.mark namespace
16 EXTRA_ARTIFACTS = pytest.mark.extra_artifacts(
31 isctest.mark.with_eddsa,
  /src/external/mpl/bind/dist/bin/tests/system/fetchlimit/
tests_sh_fetchlimit.py 14 import isctest.mark namespace
16 EXTRA_ARTIFACTS = pytest.mark.extra_artifacts(
28 isctest.mark.requires_net_dns,
33 @pytest.mark.flaky(max_runs=3)
  /src/external/mpl/bind/dist/bin/tests/system/geoip2/
tests_sh_geoip2.py 14 import isctest.mark namespace
16 EXTRA_ARTIFACTS = pytest.mark.extra_artifacts(
25 isctest.mark.with_geoip2,
  /src/external/mpl/bind/dist/bin/tests/system/proxy/
tests_sh_proxy.py 14 import isctest.mark namespace
16 EXTRA_ARTIFACTS = pytest.mark.extra_artifacts(
24 isctest.mark.with_libnghttp2,
  /src/external/mpl/bind/dist/bin/tests/system/reclimit/
tests_sh_reclimit.py 14 import isctest.mark namespace
16 EXTRA_ARTIFACTS = pytest.mark.extra_artifacts(
29 isctest.mark.with_ipv6,
35 @pytest.mark.flaky(max_runs=2)
  /src/external/mpl/bind/dist/bin/tests/system/serve_stale/
tests_sh_serve_stale.py 14 import isctest.mark namespace
16 EXTRA_ARTIFACTS = pytest.mark.extra_artifacts(
30 isctest.mark.requires_net_dns,
31 isctest.mark.requires_time_hires,
36 @pytest.mark.flaky(max_runs=2)
  /src/external/mpl/bind/dist/bin/tests/system/statschannel/
tests_sh_statschannel.py 14 import isctest.mark namespace
16 EXTRA_ARTIFACTS = pytest.mark.extra_artifacts(
56 isctest.mark.with_libxml2_or_json_c,
  /src/external/mpl/bind/dist/bin/tests/system/transport_change/
tests_sh_transport_change.py 14 import isctest.mark namespace
16 EXTRA_ARTIFACTS = pytest.mark.extra_artifacts(
24 isctest.mark.with_libnghttp2,
  /src/external/mpl/bind/dist/bin/tests/system/tsiggss/
tests_sh_tsiggss.py 14 import isctest.mark namespace
16 EXTRA_ARTIFACTS = pytest.mark.extra_artifacts(
30 isctest.mark.with_gssapi,
31 isctest.mark.with_fips_dh,
  /src/external/gpl3/gdb.old/dist/gdbsupport/
event-pipe.cc 84 event_pipe::mark () function in class:event_pipe
  /src/external/gpl3/gdb/dist/gdbsupport/
event-pipe.cc 84 event_pipe::mark () function in class:event_pipe
  /src/external/mpl/bind/dist/bin/tests/system/filters/
tests_filter_a_v4.py 21 import isctest.mark namespace
23 pytestmark = pytest.mark.extra_artifacts(ARTIFACTS)
39 @pytest.mark.parametrize(
52 @isctest.mark.with_ipv6
53 @pytest.mark.parametrize(
tests_filter_a_v6.py 21 import isctest.mark namespace
23 pytestmark = pytest.mark.extra_artifacts(ARTIFACTS)
39 @isctest.mark.with_ipv6
40 @pytest.mark.parametrize(
73 @pytest.mark.parametrize(
tests_filter_aaaa_v4.py 21 import isctest.mark namespace
23 pytestmark = pytest.mark.extra_artifacts(ARTIFACTS)
39 @pytest.mark.parametrize(
52 @isctest.mark.with_ipv6
53 @pytest.mark.parametrize(

Completed in 39 milliseconds

1 2 3 4 5 6 7 8