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

  /src/external/mpl/bind/dist/bin/tests/system/cpu/
tests.sh 57 # intentionally fail running the named, but print number of detected cpus during it
58 cpulimit 0 "$cpu" "$NAMED" -g -c missing.conf >named.run.$n 2>&1 || true
59 ncpus=$(sed -ne 's/.*found \([0-9]*\) CPU.*\([0-9]*\) worker thread.*/\1/p' named.run.$n)
  /src/external/mpl/bind/dist/bin/tests/system/
start.pl 39 # "named" nameservers, this can be overridden by the presence
40 # of the file "named.port" in the server directory containing
61 # called "named.args" in an ns*/ subdirectory. Only the FIRST
64 # "named.args" is ignored.
98 my $NAMED = $ENV{'NAMED'};
148 my $file = $testdir . "/" . $server . "/named.port";
234 $command = "taskset $taskset $NAMED ";
237 $command = "$ENV{'TOP_BUILDDIR'}/libtool --mode=execute rr record --chaos $NAMED ";
239 $command = "$NAMED ";
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/builtin/
tests.sh 131 grep "automatic empty zone: $zone" ns1/named.run >/dev/null || {
137 lines=$(grep "automatic empty zone: " ns1/named.run | wc -l)
148 grep "automatic empty zone" ns1/named.run >/dev/null || ret=1
149 grep "received control channel command 'reconfig'" ns1/named.run >/dev/null || ret=1
150 grep "reloading configuration succeeded" ns1/named.run >/dev/null || ret=1
152 grep "zone serial (0) unchanged." ns1/named.run >/dev/null && ret=1
162 grep "automatic empty zone" ns1/named.run >/dev/null || ret=1
163 grep "received control channel command 'reload'" ns1/named.run >/dev/null || ret=1
164 grep "reloading configuration succeeded" ns1/named.run >/dev/null || ret=1
166 grep "zone serial (0) unchanged." ns1/named.run >/dev/null && ret=
    [all...]
  /src/external/gpl3/gcc/dist/gcc/text-art/
types.h 215 - named colors
246 NAMED,
265 /* Constructor for named colors. */
268 : m_kind (kind::NAMED)
style.cc 60 case kind::NAMED:
89 case kind::NAMED:
  /src/external/mpl/bind/dist/bin/tests/system/runtime/
tests.sh 41 echo_i "failed to kill named ($pidfile)"
59 "${NAMED}" "$@" ${NAMED_DEFAULT_ARGS} >>"$run" 2>&1 &
72 echo_i "verifying that named started normally ($n)"
74 [ -s ns2/named.pid ] || ret=1
75 grep "unable to listen on any configured interface" ns2/named.run >/dev/null && ret=1
76 grep "another named process" ns2/named.run >/dev/null && ret=1
81 echo_i "checking that named refuses to reconfigure if working directory is not writable ($n)"
83 cp ns2/named2.conf ns2/named.conf
87 grep "[^-]directory './nope' is not writable" ns2/named.run >/dev/null 2>&1 || ret=
    [all...]
  /src/external/mit/expat/dist/lib/
xmlparse.c 230 } NAMED;
233 NAMED **v;
258 NAMED **p;
259 NAMED **end;
567 static NAMED *lookup(XML_Parser parser, HASH_TABLE *table, KEY name,
575 static NAMED *FASTCALL hashTableIterNext(HASH_TABLE_ITER *iter);
7461 static NAMED *
7471 tsize = table->size * sizeof(NAMED *);
7507 if (newSize > (size_t)(-1) / sizeof(NAMED *)) {
7511 size_t tsize = newSize * sizeof(NAMED *);
    [all...]
  /src/external/gpl3/gcc/dist/gcc/fortran/
dump-parse-tree.cc 3177 if (i->named)
3179 fputs (" NAMED=", dumpfile);
3180 show_expr (i->named);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
dump-parse-tree.cc 3009 if (i->named)
3011 fputs (" NAMED=", dumpfile);
3012 show_expr (i->named);
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-call.cc 91 #define USE_ALTIVEC_FOR_ARG_P(CUM,MODE,NAMED) \
95 && (NAMED))
728 abi_v4_pass_in_fpr (machine_mode mode, bool named)
734 if (mode == SFmode && named)
1067 const_tree type, bool named, int depth)
1092 if (named && ALTIVEC_OR_VSX_VECTOR_MODE (mode))
1104 if (USE_ALTIVEC_FOR_ARG_P (cum, elt_mode, named))
1165 if (!named)
1191 if (abi_v4_pass_in_fpr (mode, named))
1243 fprintf (stderr, "mode = %4s, named = %d\n"
1629 bool named = arg.named; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-call.cc 99 #define USE_ALTIVEC_FOR_ARG_P(CUM,MODE,NAMED) \
103 && (NAMED))
736 abi_v4_pass_in_fpr (machine_mode mode, bool named)
742 if (mode == SFmode && named)
1075 const_tree type, bool named, int depth)
1100 if (named && ALTIVEC_OR_VSX_VECTOR_MODE (mode))
1112 if (USE_ALTIVEC_FOR_ARG_P (cum, elt_mode, named))
1173 if (!named)
1199 if (abi_v4_pass_in_fpr (mode, named))
1251 fprintf (stderr, "mode = %4s, named = %d\n"
1637 bool named = arg.named; local
    [all...]

Completed in 42 milliseconds