Home
last modified time | relevance | path

Searched refs:simple4 (Results 1 – 25 of 66) sorted by relevance

123

/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/tests/integration/targets/module_helper/tasks/
H A Dmsimple.yml50 register: simple4
52 - name: assert simple4
55 - simple4.c == "abc change"
56 - simple4.abc == "changed abc"
57 - simple4 is changed
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/test/
H A DSwapTest.cpp100 Simple simple4; in TEST() local
101 *simple4.im_default_ref() = 4; in TEST()
102 *simple4.im_required_ref() = 4; in TEST()
103 simple4.im_optional_ref() = 4; in TEST()
104 apache::thrift::unset_unsafe(simple4.im_default_ref()); in TEST()
113 *comp1.req_simp_ref() = simple4; in TEST()
143 check_simple(*comp2.req_simp_ref(), simple4); in TEST()
/dports/devel/R-cran-covr/covr/tests/testthat/TestCompiled/tests/testthat/
H A Dtest-TestCompiled.R15 expect_equal(simple4(3L), 1L)
16 expect_equal(simple4(-1L), -1L)
/dports/security/vaultwarden/Rocket-263e39b5b429de1913ce7e3036575a7b4d88b6d7/core/codegen/tests/
H A Dtyped-uris.rs46 fn simple4(id: i32, name: String) { } in simple4() function
123 uri!(simple4: 100, "bob") => "/?id=100&name=bob", in check_simple_unnamed()
124 uri!(simple4: 1349, "Bob Anderson") => "/?id=1349&name=Bob%20Anderson", in check_simple_unnamed()
125 uri!(simple4: -2, "@M+s&OU=") => "/?id=-2&name=@M%2Bs%26OU%3D", in check_simple_unnamed()
168 uri!(simple4: id = 100, name = "bob") => "/?id=100&name=bob", in check_simple_named()
169 uri!(simple4: id = 1349, name = "Bob A") => "/?id=1349&name=Bob%20A", in check_simple_named()
170 uri!(simple4: name = "Bob A", id = 1349) => "/?id=1349&name=Bob%20A", in check_simple_named()
/dports/devel/anjuta/anjuta-3.34.0/plugins/am-project/tests/
H A Dtarget_module.at93 [[ROOT (): simple4
104 move simple4 \
108 AT_PARSER_CHECK([load simple4 \
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/testsuite/gas/ia64/
H A Dunwind-bad.s145 .proc simple4 label
146 simple4: label
149 .endp simple4
/dports/devel/arm-elf-binutils/binutils-2.37/gas/testsuite/gas/ia64/
H A Dunwind-bad.s145 .proc simple4 label
146 simple4: label
149 .endp simple4
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/testsuite/gas/ia64/
H A Dunwind-bad.s145 .proc simple4 label
146 simple4: label
149 .endp simple4
/dports/devel/gnulibiberty/binutils-2.37/gas/testsuite/gas/ia64/
H A Dunwind-bad.s145 .proc simple4 label
146 simple4: label
149 .endp simple4
/dports/devel/djgpp-binutils/binutils-2.17/gas/testsuite/gas/ia64/
H A Dunwind-bad.s145 .proc simple4 label
146 simple4: label
149 .endp simple4
/dports/devel/binutils/binutils-2.37/gas/testsuite/gas/ia64/
H A Dunwind-bad.s145 .proc simple4 label
146 simple4: label
149 .endp simple4
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/test/mlir-reduce/
H A Dmultiple-function.mlir23 // CHECK-NOT: func @simple4() {
24 func @simple4(%arg0: i1, %arg1: memref<2xf32>, %arg2: memref<2xf32>) {
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/test/mlir-reduce/
H A Dmultiple-function.mlir23 // CHECK-NOT: func @simple4() {
24 func @simple4(%arg0: i1, %arg1: memref<2xf32>, %arg2: memref<2xf32>) {
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/test/mlir-reduce/
H A Dmultiple-function.mlir23 // CHECK-NOT: func @simple4() {
24 func @simple4(%arg0: i1, %arg1: memref<2xf32>, %arg2: memref<2xf32>) {
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/test/mlir-reduce/
H A Dmultiple-function.mlir23 // CHECK-NOT: func @simple4() {
24 func @simple4(%arg0: i1, %arg1: memref<2xf32>, %arg2: memref<2xf32>) {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/test/mlir-reduce/
H A Dmultiple-function.mlir23 // CHECK-NOT: func @simple4() {
24 func @simple4(%arg0: i1, %arg1: memref<2xf32>, %arg2: memref<2xf32>) {
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/test/mlir-reduce/
H A Dmultiple-function.mlir23 // CHECK-NOT: func @simple4() {
24 func @simple4(%arg0: i1, %arg1: memref<2xf32>, %arg2: memref<2xf32>) {
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/test/mlir-reduce/
H A Dmultiple-function.mlir23 // CHECK-NOT: func @simple4() {
24 func @simple4(%arg0: i1, %arg1: memref<2xf32>, %arg2: memref<2xf32>) {
/dports/emulators/qemu/qemu-6.2.0/meson/test cases/common/44 pkgconfig-gen/
H A Dmeson.build105 simple4 = library('simple4', 'simple.c', link_with: stat2) variable
106 simple5 = library('simple5', 'simple5.c', link_with: simple4, link_whole: stat2)
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/meson/test cases/common/44 pkgconfig-gen/
H A Dmeson.build105 simple4 = library('simple4', 'simple.c', link_with: stat2) variable
106 simple5 = library('simple5', 'simple5.c', link_with: simple4, link_whole: stat2)
/dports/mail/geary/geary-40.0/test/client/util/
H A Dutil-email-test.vala161 var simple4 = test_article.parse_query("h ");
162 assert_collection(simple4).size(1);
163 assert_true(simple4[0] is Geary.SearchQuery.EmailTextTerm);
164 var text4 = simple4[0] as Geary.SearchQuery.EmailTextTerm;
264 var simple4 = test_article.parse_query("\"h");
265 assert_collection(simple4).size(1);
266 assert_true(simple4[0] is Geary.SearchQuery.EmailTextTerm);
267 var text4 = simple4[0] as Geary.SearchQuery.EmailTextTerm;
/dports/devel/R-cran-covr/covr/tests/testthat/TestCompiled/R/
H A DTestCompiled.R12 simple4 <- function(x) { function
/dports/devel/meson/meson-0.60.3/test cases/common/44 pkgconfig-gen/
H A Dmeson.build107 simple4 = library('simple4', 'simple.c', link_with: stat2) variable
108 simple5 = library('simple5', 'simple5.c', link_with: simple4, link_whole: stat2)
/dports/lang/zig-devel/zig-0.9.0/test/behavior/
H A Dalign_stage1.zig66 try expect(fnExpectsOnly1(simple4) == 0x19);
74 fn simple4() align(4) i32 {
/dports/lang/zig/zig-0.9.0/test/behavior/
H A Dalign_stage1.zig66 try expect(fnExpectsOnly1(simple4) == 0x19);
74 fn simple4() align(4) i32 {

123