Home
last modified time | relevance | path

Searched refs:_wa (Results 1 – 25 of 162) sorted by relevance

1234567

/dports/editors/cpeditor/cpeditor-6.8.2/third_party/testlib/checkers/
H A Dwcmp.cpp21 …quitf(_wa, "%d%s words differ - expected: '%s', found: '%s'", n, englishEnding(n).c_str(), compres… in main()
34 quitf(_wa, "Participant output contains extra tokens"); in main()
36 quitf(_wa, "Unexpected EOF in the participants output"); in main()
H A Dncmp.cpp21 …quitf(_wa, "%d%s numbers differ - expected: '%s', found: '%s'", n, englishEnding(n).c_str(), vtos(… in main()
48 …quitf(_wa, "Answer contains longer sequence [length = %d], but output contains %d elements", n + e… in main()
51 …quitf(_wa, "Output contains longer sequence [length = %d], but answer contains %d elements", n + e… in main()
H A Dnyesno.cpp35 quitf(_wa, "expected %s, found %s [%d%s token]", in main()
54 …quitf(_wa, "Answer contains longer sequence [length = %d], but output contains %d elements", index… in main()
57 …quitf(_wa, "Output contains longer sequence [length = %d], but answer contains %d elements", index… in main()
H A Duncmp.cpp21 …quitf(_wa, "Expected %u elements, but %u found", (unsigned int)(ja.size()), (unsigned int)(pa.size… in main()
27 …quitf(_wa, "Expected sequence and output are different (as unordered sequences) [size=%u]", (unsig… in main()
/dports/devel/p5-MCE/MCE-1.876/lib/MCE/Core/
H A DWorker.pm41 $_dest, $_len, $_tag, $_task_id, $_user_func, $_val, $_wa,
120 $_wa = WANTS_UNDEF;
122 $_wa = WANTS_ARRAY;
124 $_wa = WANTS_SCALAR;
134 print({$_DAU_W_SOCK} $_wa.$LF . $_val.$LF);
142 print({$_DAU_W_SOCK} $_wa.$LF . $_val.$LF . $_len.$LF, $_buf);
147 if ( $_wa ) {
154 return ( $_wa != WANTS_ARRAY )
284 $_dest = $_len = $_task_id = $_user_func = $_val = $_wa = undef;
/dports/devel/p5-Event/Event-1.28/c/
H A Dio.c84 static void pe_io_alarm(pe_watcher *_wa, pe_timeable *hit) { in pe_io_alarm() argument
85 pe_io *wa = (pe_io*) _wa; in pe_io_alarm()
87 NV left = (_wa->cbtime + wa->timeout) - now; in pe_io_alarm()
96 ev = (pe_ioevent*) (*_wa->vtbl->new_event)(_wa); in pe_io_alarm()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/testsuite/23_containers/vector/bool/
H A Dclear_allocator.cc40 clear_alloc(clear_alloc const& _wa) throw() in clear_alloc() argument
44 clear_alloc(clear_alloc<T1> const& _wa) throw() in clear_alloc() argument
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/testsuite/23_containers/deque/cons/
H A Dclear_allocator.cc40 clear_alloc(clear_alloc const& _wa) throw() in clear_alloc() argument
44 clear_alloc(clear_alloc<T1> const& _wa) throw() in clear_alloc() argument
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/testsuite/23_containers/list/cons/
H A Dclear_allocator.cc40 clear_alloc(clear_alloc const& _wa) throw() in clear_alloc() argument
44 clear_alloc(clear_alloc<T1> const& _wa) throw() in clear_alloc() argument
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/testsuite/23_containers/vector/bool/
H A Dclear_allocator.cc40 clear_alloc(clear_alloc const& _wa) throw() in clear_alloc() argument
44 clear_alloc(clear_alloc<T1> const& _wa) throw() in clear_alloc() argument
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/testsuite/23_containers/vector/cons/
H A Dclear_allocator.cc40 clear_alloc(clear_alloc const& _wa) throw() in clear_alloc() argument
44 clear_alloc(clear_alloc<T1> const& _wa) throw() in clear_alloc() argument
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/testsuite/23_containers/deque/cons/
H A Dclear_allocator.cc40 clear_alloc(clear_alloc const& _wa) throw() in clear_alloc() argument
44 clear_alloc(clear_alloc<T1> const& _wa) throw() in clear_alloc() argument
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/testsuite/23_containers/list/cons/
H A Dclear_allocator.cc40 clear_alloc(clear_alloc const& _wa) throw() in clear_alloc() argument
44 clear_alloc(clear_alloc<T1> const& _wa) throw() in clear_alloc() argument
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/testsuite/23_containers/vector/cons/
H A Dclear_allocator.cc40 clear_alloc(clear_alloc const& _wa) throw() in clear_alloc() argument
44 clear_alloc(clear_alloc<T1> const& _wa) throw() in clear_alloc() argument
/dports/devel/p5-MCE/MCE-1.876/lib/MCE/
H A DLoop.pm293 my @_a; my $_wa = wantarray; $_MCE->{$_pid}{gather} = \@_a if (defined $_wa);
320 delete $_MCE->{$_pid}{gather} if (defined $_wa);
322 return ((defined $_wa) ? @_a : ());
/dports/devel/getoptions/getoptions-3.3.0/lib/
H A Dgetoptions_base.sh137 _wa() { _4 "eval 'set -- $1' \${1+'\"\$@\"'}"; } function
140 _wa '"${OPTARG%"${OPTARG#??}"}" '"$2"'"${OPTARG#??}"'
144 _wa '"${OPTARG%%\=*}" "${OPTARG#*\=}"'
/dports/devel/p5-MCE-Shared/MCE-Shared-1.874/lib/MCE/Shared/
H A DServer.pm593 my ($_id, $_fcn, $_wa, $_len, $_func, $_var);
601 if ( $_wa == WA_ARRAY ) {
699 if ( $_wa ) {
800 chomp($_wa = <$_DAU_R_SOCK>),
807 $_wa ? $_auto_reply->(@{ $_thaw->($_buf) })
817 chomp($_wa = <$_DAU_R_SOCK>);
833 if ( $_wa == WA_ARRAY ) {
838 elsif ( $_wa ) {
1062 print {$_DAU_R_SOCK} $LF if $_wa;
1390 if ( $_wa ) {
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaObjC/
H A Dmrc-weak.m20 …id _wa; // expected-error {{existing instance variable '_wa' for __weak property 'wa' must be __we…
30 @synthesize wa = _wa; // expected-note {{property synthesized here}}
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaObjC/
H A Dmrc-weak.m20 …id _wa; // expected-error {{existing instance variable '_wa' for __weak property 'wa' must be __we…
30 @synthesize wa = _wa; // expected-note {{property synthesized here}}
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaObjC/
H A Dmrc-weak.m20 …id _wa; // expected-error {{existing instance variable '_wa' for __weak property 'wa' must be __we…
30 @synthesize wa = _wa; // expected-note {{property synthesized here}}
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaObjC/
H A Dmrc-weak.m20 …id _wa; // expected-error {{existing instance variable '_wa' for __weak property 'wa' must be __we…
30 @synthesize wa = _wa; // expected-note {{property synthesized here}}
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaObjC/
H A Dmrc-weak.m20 …id _wa; // expected-error {{existing instance variable '_wa' for __weak property 'wa' must be __we…
30 @synthesize wa = _wa; // expected-note {{property synthesized here}}
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaObjC/
H A Dmrc-weak.m20 …id _wa; // expected-error {{existing instance variable '_wa' for __weak property 'wa' must be __we…
30 @synthesize wa = _wa; // expected-note {{property synthesized here}}
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/SemaObjC/
H A Dmrc-weak.m20 …id _wa; // expected-error {{existing instance variable '_wa' for __weak property 'wa' must be __we…
30 @synthesize wa = _wa; // expected-note {{property synthesized here}}
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/SemaObjC/
H A Dmrc-weak.m20 …id _wa; // expected-error {{existing instance variable '_wa' for __weak property 'wa' must be __we…
30 @synthesize wa = _wa; // expected-note {{property synthesized here}}

1234567