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

  /src/external/mpl/bind/dist/bin/tests/system/synthfromdnssec/ns4/
named.conf.j2 27 synth-from-dnssec no;
  /src/external/mpl/bind/dist/bin/tests/system/synthfromdnssec/ns6/
named.conf.j2 27 synth-from-dnssec yes;
  /src/external/mpl/bind/dist/bin/tests/system/synthfromdnssec/ns5/
named.conf.j2 27 synth-from-dnssec yes;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
cp-support.exp 682 # method which matches a synth-method pattern is treated
687 set synth [lindex $list_synth $isynth]
688 set synth_count [lindex $synth 0]
689 set synth_access [lindex $synth 1]
690 set synth_re [lindex $synth 2]
709 set synth [list $synth_count $synth_access "$synth_re"]
710 set list_synth [lreplace $list_synth $isynth $isynth $synth]
  /src/external/gpl3/gdb/dist/gdb/testsuite/lib/
cp-support.exp 682 # method which matches a synth-method pattern is treated
687 set synth [lindex $list_synth $isynth]
688 set synth_count [lindex $synth 0]
689 set synth_access [lindex $synth 1]
690 set synth_re [lindex $synth 2]
709 set synth [list $synth_count $synth_access "$synth_re"]
710 set list_synth [lreplace $list_synth $isynth $isynth $synth]
  /src/external/mpl/bind/dist/bin/tests/system/synthfromdnssec/
tests.sh 124 echo_i "prime negative NXDOMAIN response (synth-from-dnssec ${description};) ($n)"
135 echo_i "prime negative NXDOMAIN response no-apex-covering (synth-from-dnssec ${description};) ($n)"
146 echo_i "prime negative NODATA response (synth-from-dnssec ${description};) ($n)"
157 echo_i "prime wildcard response (synth-from-dnssec ${description};) ($n)"
168 echo_i "prime wildcard CNAME response (synth-from-dnssec ${description};) ($n)"
179 echo_i "prime wildcard NODATA 1 NSEC response (synth-from-dnssec ${description};) ($n)"
191 echo_i "prime wildcard NODATA 2 NSEC response (synth-from-dnssec ${description};) ($n)"
203 echo_i "prime wildcard NODATA 2 NSEC after data response (synth-from-dnssec ${description};) ($n)"
215 echo_i "prime insecure negative NXDOMAIN response (synth-from-dnssec ${description};) ($n)"
226 echo_i "prime insecure negative NODATA response (synth-from-dnssec ${description};) ($n)
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjC.h 1966 void setSynthesize(bool synth) { Synthesized = synth; }
  /src/external/mpl/bind/dist/bin/tests/system/chain/
tests.sh 425 $DIG $DIGOPTS @10.53.0.7 name.synth-then-dname.example.broken A >dig.out.test$n
427 grep '^name.synth-then-dname\.example\.broken\..*CNAME.*name.$' dig.out.test$n >/dev/null || ret=1
428 grep '^synth-then-dname\.example\.broken\..*DNAME.*\.$' dig.out.test$n >/dev/null || ret=1
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp 1195 bool synth = Record.readInt(); local
1196 IVD->setSynthesize(synth);

Completed in 30 milliseconds