HomeSort by: relevance | last modified time | path
    Searched refs:TRIGGER (Results 1 - 9 of 9) sorted by relevancy

  /src/external/mpl/bind/dist/bin/tests/system/nsec_piggyback/
tests_nsec_piggyback.py 26 TRIGGER = f"www.{CHILD}"
139 referral = _query(AUTH_PARENT, TRIGGER, "A")
148 assert _rrset(referral, referral.answer, TRIGGER, dns.rdatatype.A) is None
150 child = _query(AUTH_CHILD, TRIGGER, "A")
152 assert _has_a(child, TRIGGER, CHILD_A), child.to_text()
171 # Trigger the malicious referral.
172 trigger = _query(RESOLVER, TRIGGER, "A")
173 isctest.check.noerror(trigger)
174 isctest.check.noadflag(trigger)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
make-target-delegates.py 30 TRIGGER = re.compile(r"^struct target_ops$")
114 if TRIGGER.match(line):
126 raise RuntimeError("Could not find trigger line")
  /src/external/gpl3/gdb/dist/gdb/
make-target-delegates.py 30 TRIGGER = re.compile(r"^struct target_ops$")
114 if TRIGGER.match(line):
126 raise RuntimeError("Could not find trigger line")
  /src/common/dist/zlib/examples/
gzlog.c 263 /* number of stored Kbytes to trigger compression (must be >= 32 to allow
266 #define TRIGGER 1024
1034 if (((log->last - log->first) >> 10) + (log->stored >> 10) < TRIGGER)
  /src/external/gpl3/binutils/dist/zlib/examples/
gzlog.c 263 /* number of stored Kbytes to trigger compression (must be >= 32 to allow
266 #define TRIGGER 1024
1034 if (((log->last - log->first) >> 10) + (log->stored >> 10) < TRIGGER)
  /src/external/gpl3/binutils.old/dist/zlib/examples/
gzlog.c 263 /* number of stored Kbytes to trigger compression (must be >= 32 to allow
266 #define TRIGGER 1024
1034 if (((log->last - log->first) >> 10) + (log->stored >> 10) < TRIGGER)
  /src/external/gpl3/gdb.old/dist/zlib/examples/
gzlog.c 263 /* number of stored Kbytes to trigger compression (must be >= 32 to allow
266 #define TRIGGER 1024
1034 if (((log->last - log->first) >> 10) + (log->stored >> 10) < TRIGGER)
  /src/external/gpl3/gdb/dist/zlib/examples/
gzlog.c 263 /* number of stored Kbytes to trigger compression (must be >= 32 to allow
266 #define TRIGGER 1024
1034 if (((log->last - log->first) >> 10) + (log->stored >> 10) < TRIGGER)
  /src/external/mpl/bind/dist/bin/tests/system/nsec_piggyback/ans1/
ans.py 40 TRIGGER = f"www.{CHILD}"

Completed in 70 milliseconds