Home
last modified time | relevance | path

Searched refs:WARN (Results 226 – 250 of 14545) sorted by relevance

12345678910>>...582

/dports/comms/flrig/flrig-1.3.54/src/rigs/
H A DFTdx1200.cxx301 showresp(WARN, ASC, "SET vfo A", cmd, replystr); in set_vfoA()
332 showresp(WARN, ASC, "SET vfo B", cmd, replystr); in set_vfoB()
372 showresp(WARN, ASC, "select A", cmd, replystr); in selectA()
380 showresp(WARN, ASC, "select B", cmd, replystr); in selectB()
575 showresp(WARN, ASC, "SET vol", cmd, replystr); in set_volume_control()
584 showresp(WARN, ASC, "SET PTT", cmd, replystr); in set_PTT_control()
619 showresp(WARN, ASC, "tune rig", cmd, replystr); in tune_rig()
722 showresp(WARN, ASC, "SET att", cmd, replystr); in set_attenuator()
1243 showresp(WARN, ASC, "SET NB", cmd, replystr); in set_noise()
1280 showresp(WARN, ASC, "SET mic", cmd, replystr); in set_mic_gain()
[all …]
H A DFT450D.cxx278 showresp(WARN, ASC, "SET vfo A", cmd, replystr); in set_vfoA()
310 showresp(WARN, ASC, "SET vfo B", cmd, replystr); in set_vfoB()
336 showresp(WARN, ASC, "SET split", cmd, replystr); in set_split()
512 showresp(WARN, ASC, "SET vol", cmd, replystr); in set_volume_control()
526 showresp(WARN, ASC, "SET PTT", cmd, replystr); in set_PTT_control()
561 showresp(WARN, ASC, "tune rig", cmd, replystr); in tune_rig()
587 showresp(WARN, ASC, "get att", cmd, replystr); in set_attenuator()
761 showresp(WARN, ASC, "SET bwA", cmd, replystr); in set_bwA()
835 showresp(WARN, ASC, "SET bwB", cmd, replystr); in set_bwB()
996 showresp(WARN, ASC, "SET NB", cmd, replystr); in set_noise()
[all …]
H A DFT990.cxx114 showresp(WARN, HEX, "select A", cmd, replystr); in selectA()
123 showresp(WARN, HEX, "select B", cmd, replystr); in selectB()
134 showresp(WARN, HEX, "set split ON", cmd, replystr); in set_split()
228 showresp(WARN, HEX, "set freq A", cmd, replystr); in set_vfoA()
243 showresp(WARN, HEX, "set mode A", cmd, replystr); in set_modeA()
253 showresp(WARN, HEX, "set BW A", cmd, replystr); in set_bwA()
274 showresp(WARN, HEX, "set freq B", cmd, replystr); in set_vfoB()
284 showresp(WARN, HEX, "set mode B", cmd, replystr); in set_modeB()
299 showresp(WARN, HEX, "set bw B", cmd, replystr); in set_bwB()
320 showresp(WARN, HEX, "set PTT ON", cmd, replystr); in set_PTT_control()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/tests/benchdnn/rnn/
H A Drnn.cpp595 WARN); in init_pd()
601 WARN); in init_pd()
611 WARN); in init_pd()
621 WARN); in init_pd()
625 WARN); in init_pd()
643 WARN); in init_pd()
647 WARN); in init_pd()
653 WARN); in init_pd()
663 WARN); in init_pd()
937 WARN); in doit()
[all …]
/dports/math/onednn/oneDNN-2.5.1/tests/benchdnn/rnn/
H A Drnn.cpp595 WARN); in init_pd()
601 WARN); in init_pd()
611 WARN); in init_pd()
621 WARN); in init_pd()
625 WARN); in init_pd()
643 WARN); in init_pd()
647 WARN); in init_pd()
653 WARN); in init_pd()
663 WARN); in init_pd()
944 WARN); in doit()
[all …]
/dports/databases/libcouchbase/libcouchbase-2.10.7/src/
H A Dcrypto.cc115 lcb_log(LOGARGS(instance, WARN), "field name cannot be NULL");
121 lcb_log(LOGARGS(instance, WARN), "Invalid crypto provider");
137 lcb_log(LOGARGS(instance, WARN), "Unable to generate IV");
144 lcb_log(LOGARGS(instance, WARN), "Unable to encode IV as Base64 string");
158 lcb_log(LOGARGS(instance, WARN), "Unable to encrypt field");
198 lcb_log(LOGARGS(instance, WARN), "Unable to sign encrypted field");
250 lcb_log(LOGARGS(instance, WARN), "field name cannot be NULL");
255 lcb_log(LOGARGS(instance, WARN), "Invalid crypto provider");
271 lcb_log(LOGARGS(instance, WARN), "Expected \"kid\" to be a JSON string");
368 lcb_log(LOGARGS(instance, WARN), "Unable to decrypt encrypted field");
[all …]
/dports/math/onednn/oneDNN-2.5.1/tests/benchdnn/lrn/
H A Dlrn.cpp47 SAFE(mem_dt.reorder(mem_fp), WARN); in fill_dat()
84 WARN); in init_pd()
89 WARN); in init_pd()
92 WARN); in init_pd()
104 SAFE(init_status, WARN); in init_pd()
119 SAFE(check_pd_w_and_wo_attr(res, prb->attr, ld), WARN); in init_pd()
144 SAFE(init_prim(prim, init_pd, prb, res), WARN); in doit()
181 SAFE(fill_src(prb, src_dt, src_fp), WARN); in doit()
189 SAFE(execute_and_wait(prim, args), WARN); in doit()
226 SAFE(fill_dst(prb, d_dst_dt, d_dst_fp), WARN); in doit()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/Linker/
H A Dtargettriple.ll2 ; RUN: cat %t.a.err | FileCheck --check-prefix=WARN-A %s --allow-empty
5 ; RUN: cat %t.b.err | FileCheck --check-prefix=WARN-B %s
7 ; RUN: cat %t.c.err | FileCheck --check-prefix=WARN-C %s --allow-empty
10 ; RUN: cat %t.no-warn.err | FileCheck --check-prefix=WARN-A %s --allow-empty
16 ; WARN-A-NOT: warning
19 ; WARN-B: warning: Linking two modules of different target triples:
22 ; WARN-C-NOT: warning
/dports/devel/llvm10/llvm-10.0.1.src/test/Linker/
H A Dtargettriple.ll2 ; RUN: cat %t.a.err | FileCheck --check-prefix=WARN-A %s --allow-empty
5 ; RUN: cat %t.b.err | FileCheck --check-prefix=WARN-B %s
7 ; RUN: cat %t.c.err | FileCheck --check-prefix=WARN-C %s --allow-empty
10 ; RUN: cat %t.no-warn.err | FileCheck --check-prefix=WARN-A %s --allow-empty
16 ; WARN-A-NOT: warning
19 ; WARN-B: warning: Linking two modules of different target triples:
22 ; WARN-C-NOT: warning
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/Linker/
H A Dtargettriple.ll2 ; RUN: cat %t.a.err | FileCheck --check-prefix=WARN-A %s --allow-empty
5 ; RUN: cat %t.b.err | FileCheck --check-prefix=WARN-B %s
7 ; RUN: cat %t.c.err | FileCheck --check-prefix=WARN-C %s --allow-empty
10 ; RUN: cat %t.no-warn.err | FileCheck --check-prefix=WARN-A %s --allow-empty
16 ; WARN-A-NOT: warning
19 ; WARN-B: warning: Linking two modules of different target triples:
22 ; WARN-C-NOT: warning
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/Linker/
H A Dtargettriple.ll2 ; RUN: cat %t.a.err | FileCheck --check-prefix=WARN-A %s --allow-empty
5 ; RUN: cat %t.b.err | FileCheck --check-prefix=WARN-B %s
7 ; RUN: cat %t.c.err | FileCheck --check-prefix=WARN-C %s --allow-empty
10 ; RUN: cat %t.no-warn.err | FileCheck --check-prefix=WARN-A %s --allow-empty
16 ; WARN-A-NOT: warning
19 ; WARN-B: warning: Linking two modules of different target triples:
22 ; WARN-C-NOT: warning
/dports/devel/llvm11/llvm-11.0.1.src/test/Linker/
H A Dtargettriple.ll2 ; RUN: cat %t.a.err | FileCheck --check-prefix=WARN-A %s --allow-empty
5 ; RUN: cat %t.b.err | FileCheck --check-prefix=WARN-B %s
7 ; RUN: cat %t.c.err | FileCheck --check-prefix=WARN-C %s --allow-empty
10 ; RUN: cat %t.no-warn.err | FileCheck --check-prefix=WARN-A %s --allow-empty
16 ; WARN-A-NOT: warning
19 ; WARN-B: warning: Linking two modules of different target triples:
22 ; WARN-C-NOT: warning
/dports/devel/cmake-gui/cmake-3.22.1/Tests/RunCMake/CMP0037/
H A DRunCMakeTest.cmake24 run_cmake(CMP0037-WARN-space)
28 run_cmake(CMP0037-WARN-colon)
32 run_cmake(CMP0037-WARN-reserved)
43 run_cmake(WARN-cond)
44 run_cmake(WARN-cond-test)
45 run_cmake(WARN-cond-package)
50 run_cmake(WARN-cond-package_source)
/dports/devel/cmake/cmake-3.22.1/Tests/RunCMake/CMP0037/
H A DRunCMakeTest.cmake24 run_cmake(CMP0037-WARN-space)
28 run_cmake(CMP0037-WARN-colon)
32 run_cmake(CMP0037-WARN-reserved)
43 run_cmake(WARN-cond)
44 run_cmake(WARN-cond-test)
45 run_cmake(WARN-cond-package)
50 run_cmake(WARN-cond-package_source)
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/Linker/
H A Dtargettriple.ll2 ; RUN: cat %t.a.err | FileCheck --check-prefix=WARN-A %s --allow-empty
5 ; RUN: cat %t.b.err | FileCheck --check-prefix=WARN-B %s
7 ; RUN: cat %t.c.err | FileCheck --check-prefix=WARN-C %s --allow-empty
10 ; RUN: cat %t.no-warn.err | FileCheck --check-prefix=WARN-A %s --allow-empty
16 ; WARN-A-NOT: warning
19 ; WARN-B: warning: Linking two modules of different target triples:
22 ; WARN-C-NOT: warning
/dports/devel/llvm90/llvm-9.0.1.src/test/Linker/
H A Dtargettriple.ll2 ; RUN: cat %t.a.err | FileCheck --check-prefix=WARN-A %s --allow-empty
5 ; RUN: cat %t.b.err | FileCheck --check-prefix=WARN-B %s
7 ; RUN: cat %t.c.err | FileCheck --check-prefix=WARN-C %s --allow-empty
10 ; RUN: cat %t.no-warn.err | FileCheck --check-prefix=WARN-A %s --allow-empty
16 ; WARN-A-NOT: warning
19 ; WARN-B: warning: Linking two modules of different target triples:
22 ; WARN-C-NOT: warning
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/Linker/
H A Dtargettriple.ll2 ; RUN: cat %t.a.err | FileCheck --check-prefix=WARN-A %s --allow-empty
5 ; RUN: cat %t.b.err | FileCheck --check-prefix=WARN-B %s
7 ; RUN: cat %t.c.err | FileCheck --check-prefix=WARN-C %s --allow-empty
10 ; RUN: cat %t.no-warn.err | FileCheck --check-prefix=WARN-A %s --allow-empty
16 ; WARN-A-NOT: warning
19 ; WARN-B: warning: Linking two modules of different target triples:
22 ; WARN-C-NOT: warning
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/Linker/
H A Dtargettriple.ll2 ; RUN: cat %t.a.err | FileCheck --check-prefix=WARN-A %s --allow-empty
5 ; RUN: cat %t.b.err | FileCheck --check-prefix=WARN-B %s
7 ; RUN: cat %t.c.err | FileCheck --check-prefix=WARN-C %s --allow-empty
10 ; RUN: cat %t.no-warn.err | FileCheck --check-prefix=WARN-A %s --allow-empty
16 ; WARN-A-NOT: warning
19 ; WARN-B: warning: Linking two modules of different target triples:
22 ; WARN-C-NOT: warning
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/Linker/
H A Dtargettriple.ll2 ; RUN: cat %t.a.err | FileCheck --check-prefix=WARN-A %s --allow-empty
5 ; RUN: cat %t.b.err | FileCheck --check-prefix=WARN-B %s
7 ; RUN: cat %t.c.err | FileCheck --check-prefix=WARN-C %s --allow-empty
10 ; RUN: cat %t.no-warn.err | FileCheck --check-prefix=WARN-A %s --allow-empty
16 ; WARN-A-NOT: warning
19 ; WARN-B: warning: Linking two modules of different target triples:
22 ; WARN-C-NOT: warning
/dports/devel/cmake-doc/cmake-3.22.1/Tests/RunCMake/CMP0037/
H A DRunCMakeTest.cmake24 run_cmake(CMP0037-WARN-space)
28 run_cmake(CMP0037-WARN-colon)
32 run_cmake(CMP0037-WARN-reserved)
43 run_cmake(WARN-cond)
44 run_cmake(WARN-cond-test)
45 run_cmake(WARN-cond-package)
50 run_cmake(WARN-cond-package_source)
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/Linker/
H A Dtargettriple.ll2 ; RUN: cat %t.a.err | FileCheck --check-prefix=WARN-A %s --allow-empty
5 ; RUN: cat %t.b.err | FileCheck --check-prefix=WARN-B %s
7 ; RUN: cat %t.c.err | FileCheck --check-prefix=WARN-C %s --allow-empty
10 ; RUN: cat %t.no-warn.err | FileCheck --check-prefix=WARN-A %s --allow-empty
16 ; WARN-A-NOT: warning
19 ; WARN-B: warning: Linking two modules of different target triples:
22 ; WARN-C-NOT: warning
/dports/devel/llvm80/llvm-8.0.1.src/test/Linker/
H A Dtargettriple.ll2 ; RUN: cat %t.a.err | FileCheck --check-prefix=WARN-A %s --allow-empty
5 ; RUN: cat %t.b.err | FileCheck --check-prefix=WARN-B %s
7 ; RUN: cat %t.c.err | FileCheck --check-prefix=WARN-C %s --allow-empty
10 ; RUN: cat %t.no-warn.err | FileCheck --check-prefix=WARN-A %s --allow-empty
16 ; WARN-A-NOT: warning
19 ; WARN-B: warning: Linking two modules of different target triples:
22 ; WARN-C-NOT: warning
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/Linker/
H A Dtargettriple.ll2 ; RUN: cat %t.a.err | FileCheck --check-prefix=WARN-A %s --allow-empty
5 ; RUN: cat %t.b.err | FileCheck --check-prefix=WARN-B %s
7 ; RUN: cat %t.c.err | FileCheck --check-prefix=WARN-C %s --allow-empty
10 ; RUN: cat %t.no-warn.err | FileCheck --check-prefix=WARN-A %s --allow-empty
16 ; WARN-A-NOT: warning
19 ; WARN-B: warning: Linking two modules of different target triples:
22 ; WARN-C-NOT: warning
/dports/devel/llvm70/llvm-7.0.1.src/test/Linker/
H A Dtargettriple.ll2 ; RUN: cat %t.a.err | FileCheck --check-prefix=WARN-A %s --allow-empty
5 ; RUN: cat %t.b.err | FileCheck --check-prefix=WARN-B %s
7 ; RUN: cat %t.c.err | FileCheck --check-prefix=WARN-C %s --allow-empty
10 ; RUN: cat %t.no-warn.err | FileCheck --check-prefix=WARN-A %s --allow-empty
16 ; WARN-A-NOT: warning
19 ; WARN-B: warning: Linking two modules of different target triples:
22 ; WARN-C-NOT: warning
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/Linker/
H A Dtargettriple.ll2 ; RUN: cat %t.a.err | FileCheck --check-prefix=WARN-A %s --allow-empty
5 ; RUN: cat %t.b.err | FileCheck --check-prefix=WARN-B %s
7 ; RUN: cat %t.c.err | FileCheck --check-prefix=WARN-C %s --allow-empty
10 ; RUN: cat %t.no-warn.err | FileCheck --check-prefix=WARN-A %s --allow-empty
16 ; WARN-A-NOT: warning
19 ; WARN-B: warning: Linking two modules of different target triples:
22 ; WARN-C-NOT: warning

12345678910>>...582