Home
last modified time | relevance | path

Searched refs:simple2 (Results 1 – 25 of 417) sorted by relevance

12345678910>>...17

/dports/security/vaultwarden/Rocket-263e39b5b429de1913ce7e3036575a7b4d88b6d7/core/codegen/tests/
H A Dtyped-uris.rs37 fn simple2(id: i32, name: String) { } in simple2() function
294 uri!(simple2: 1, &s1.0) => "/1/Bob", in check_location_promotion()
295 uri!(simple2: 1, &s2.name) => "/1/Bob", in check_location_promotion()
296 uri!(simple2: 2, &s1.0) => "/2/Bob", in check_location_promotion()
297 uri!(simple2: 2, &s2.name) => "/2/Bob", in check_location_promotion()
298 uri!(simple2: 2, s1.0) => "/2/Bob", in check_location_promotion()
299 uri!(simple2: 2, s2.name) => "/2/Bob", in check_location_promotion()
309 uri!(simple2: 1, &mut s1.0) => "/1/Bob", in check_location_promotion()
311 uri!(simple2: 2, &mut s1.0) => "/2/Bob", in check_location_promotion()
313 uri!(simple2: 2, s1.0) => "/2/Bob", in check_location_promotion()
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/tests/integration/targets/module_helper/tasks/
H A Dmsimple.yml21 register: simple2
23 - name: assert simple2
26 - simple2.a == 101
27 - 'simple2.msg == "Module failed with exception: a >= 100"'
28 - simple2.abc == "abc"
29 - simple2 is failed
30 - simple2 is not changed
31 - simple2.value is none
/dports/devel/pysvn/pysvn-1.9.12/Import/pycxx-7.1.4/Demo/Python3/
H A Dtest_simple2.py1 import simple2
4 simple2.xxx.first: 1,
5 simple2.xxx.second: 2,
6 simple2.xxx.third: 3
9 v = m[ simple2.xxx.second ]
/dports/devel/py-cxx/pycxx-7.1.5/Demo/Python3/
H A Dtest_simple2.py1 import simple2
4 simple2.xxx.first: 1,
5 simple2.xxx.second: 2,
6 simple2.xxx.third: 3
9 v = m[ simple2.xxx.second ]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/test/
H A DSwapTest.cpp88 Simple simple2; in TEST() local
89 *simple2.im_default_ref() = 2; in TEST()
90 *simple2.im_required_ref() = 2; in TEST()
91 simple2.im_optional_ref() = 2; in TEST()
92 apache::thrift::unset_unsafe(simple2.im_default_ref()); in TEST()
111 comp1.the_map_ref()->insert(make_pair(99, simple2)); in TEST()
120 comp2.the_map_ref()->insert(make_pair(6, simple2)); in TEST()
131 check_simple(comp1.the_map_ref()[6], simple2); in TEST()
141 check_simple(comp2.the_map_ref()[99], simple2); in TEST()
/dports/www/mattermost-server/mattermost-server-6.0.2/utils/
H A Dmerge_test.go803 simple2{30, nil, nil},
861 S2 simple2
862 S3 *simple2
865 type simple2 struct { struct
879 simple2{30, nil, nil},
880 &simple2{42, nil, nil}}
915 simple2{30, nil, nil},
919 simple2{30, nil, nil},
923 simple2{30, nil, nil},
961 &simple2{45, nil, []string{"test3", "test4", "test5"}}}
[all …]
/dports/devel/splint/splint-3.1.2/test/
H A Dcompoundliterals.c13 struct simple simple2 = (struct simple){1,2}; in main() local
15 simple2 = (struct simple) { 1, 2 }; in main()
17 printf("%d, %d\n", simple2.a, simple2.b); in main()
/dports/textproc/R-cran-sass/sass/src/libsass/src/
H A Dast_sel_super.cpp62 const SimpleSelectorObj& simple2) in simpleIsSuperselector() argument
65 if (ObjEqualityFn(simple1, simple2)) { in simpleIsSuperselector()
69 if (const PseudoSelector* pseudo = Cast<PseudoSelector>(simple2)) { in simpleIsSuperselector()
100 for (SimpleSelectorObj simple2 : compound->elements()) { in simpleIsSuperselectorOfCompound() local
101 if (simpleIsSuperselector(simple, simple2)) { in simpleIsSuperselectorOfCompound()
163 for (const SimpleSelectorObj& simple2 : compound2->elements()) { in pseudoNotIsSuperselectorOfCompound() local
164 if (const TypeSelectorObj& type2 = Cast<TypeSelector>(simple2)) { in pseudoNotIsSuperselectorOfCompound()
169 else if (const IDSelectorObj& id2 = Cast<IDSelector>(simple2)) { in pseudoNotIsSuperselectorOfCompound()
252 for (auto simple2 : compound2->elements()) { in selectorPseudoIsSuperselector() local
297 for (SimpleSelectorObj simple2 : compound2->elements()) { in compoundIsSuperselector() local
[all …]
/dports/www/py-libsass/libsass-0.21.0/libsass/src/
H A Dast_sel_super.cpp62 const SimpleSelectorObj& simple2) in simpleIsSuperselector() argument
65 if (ObjEqualityFn(simple1, simple2)) { in simpleIsSuperselector()
69 if (const PseudoSelector* pseudo = Cast<PseudoSelector>(simple2)) { in simpleIsSuperselector()
100 for (SimpleSelectorObj simple2 : compound->elements()) { in simpleIsSuperselectorOfCompound() local
101 if (simpleIsSuperselector(simple, simple2)) { in simpleIsSuperselectorOfCompound()
163 for (const SimpleSelectorObj& simple2 : compound2->elements()) { in pseudoNotIsSuperselectorOfCompound() local
164 if (const TypeSelectorObj& type2 = Cast<TypeSelector>(simple2)) { in pseudoNotIsSuperselectorOfCompound()
169 else if (const IDSelectorObj& id2 = Cast<IDSelector>(simple2)) { in pseudoNotIsSuperselectorOfCompound()
252 for (auto simple2 : compound2->elements()) { in selectorPseudoIsSuperselector() local
297 for (SimpleSelectorObj simple2 : compound2->elements()) { in compoundIsSuperselector() local
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/bep/golibsass/libsass_src/src/
H A Dast_sel_super.cpp62 const SimpleSelectorObj& simple2) in simpleIsSuperselector() argument
65 if (ObjEqualityFn(simple1, simple2)) { in simpleIsSuperselector()
69 if (const PseudoSelector* pseudo = Cast<PseudoSelector>(simple2)) { in simpleIsSuperselector()
100 for (SimpleSelectorObj simple2 : compound->elements()) { in simpleIsSuperselectorOfCompound() local
101 if (simpleIsSuperselector(simple, simple2)) { in simpleIsSuperselectorOfCompound()
163 for (const SimpleSelectorObj& simple2 : compound2->elements()) { in pseudoNotIsSuperselectorOfCompound() local
164 if (const TypeSelectorObj& type2 = Cast<TypeSelector>(simple2)) { in pseudoNotIsSuperselectorOfCompound()
169 else if (const IDSelectorObj& id2 = Cast<IDSelector>(simple2)) { in pseudoNotIsSuperselectorOfCompound()
252 for (auto simple2 : compound2->elements()) { in selectorPseudoIsSuperselector() local
297 for (SimpleSelectorObj simple2 : compound2->elements()) { in compoundIsSuperselector() local
[all …]
/dports/textproc/libsass/libsass-3.6.4/src/
H A Dast_sel_super.cpp62 const SimpleSelectorObj& simple2) in simpleIsSuperselector() argument
65 if (ObjEqualityFn(simple1, simple2)) { in simpleIsSuperselector()
69 if (const PseudoSelector* pseudo = Cast<PseudoSelector>(simple2)) { in simpleIsSuperselector()
100 for (SimpleSelectorObj simple2 : compound->elements()) { in simpleIsSuperselectorOfCompound() local
101 if (simpleIsSuperselector(simple, simple2)) { in simpleIsSuperselectorOfCompound()
163 for (const SimpleSelectorObj& simple2 : compound2->elements()) { in pseudoNotIsSuperselectorOfCompound() local
164 if (const TypeSelectorObj& type2 = Cast<TypeSelector>(simple2)) { in pseudoNotIsSuperselectorOfCompound()
169 else if (const IDSelectorObj& id2 = Cast<IDSelector>(simple2)) { in pseudoNotIsSuperselectorOfCompound()
252 for (auto simple2 : compound2->elements()) { in selectorPseudoIsSuperselector() local
297 for (SimpleSelectorObj simple2 : compound2->elements()) { in compoundIsSuperselector() local
[all …]
/dports/textproc/p5-CSS-Sass/CSS-Sass-3.6.4/libsass/src/
H A Dast_sel_super.cpp62 const SimpleSelectorObj& simple2) in simpleIsSuperselector() argument
65 if (ObjEqualityFn(simple1, simple2)) { in simpleIsSuperselector()
69 if (const PseudoSelector* pseudo = Cast<PseudoSelector>(simple2)) { in simpleIsSuperselector()
100 for (SimpleSelectorObj simple2 : compound->elements()) { in simpleIsSuperselectorOfCompound() local
101 if (simpleIsSuperselector(simple, simple2)) { in simpleIsSuperselectorOfCompound()
163 for (const SimpleSelectorObj& simple2 : compound2->elements()) { in pseudoNotIsSuperselectorOfCompound() local
164 if (const TypeSelectorObj& type2 = Cast<TypeSelector>(simple2)) { in pseudoNotIsSuperselectorOfCompound()
169 else if (const IDSelectorObj& id2 = Cast<IDSelector>(simple2)) { in pseudoNotIsSuperselectorOfCompound()
252 for (auto simple2 : compound2->elements()) { in selectorPseudoIsSuperselector() local
297 for (SimpleSelectorObj simple2 : compound2->elements()) { in compoundIsSuperselector() local
[all …]
/dports/www/zola/zola-0.15.2/cargo-crates/sass-sys-0.4.22/libsass/src/
H A Dast_sel_super.cpp62 const SimpleSelectorObj& simple2) in simpleIsSuperselector() argument
65 if (ObjEqualityFn(simple1, simple2)) { in simpleIsSuperselector()
69 if (const PseudoSelector* pseudo = Cast<PseudoSelector>(simple2)) { in simpleIsSuperselector()
100 for (SimpleSelectorObj simple2 : compound->elements()) { in simpleIsSuperselectorOfCompound() local
101 if (simpleIsSuperselector(simple, simple2)) { in simpleIsSuperselectorOfCompound()
163 for (const SimpleSelectorObj& simple2 : compound2->elements()) { in pseudoNotIsSuperselectorOfCompound() local
164 if (const TypeSelectorObj& type2 = Cast<TypeSelector>(simple2)) { in pseudoNotIsSuperselectorOfCompound()
169 else if (const IDSelectorObj& id2 = Cast<IDSelector>(simple2)) { in pseudoNotIsSuperselectorOfCompound()
252 for (auto simple2 : compound2->elements()) { in selectorPseudoIsSuperselector() local
297 for (SimpleSelectorObj simple2 : compound2->elements()) { in compoundIsSuperselector() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/Linker/
H A Dtype-unique-simple2.ll3 ; RUN: llvm-link %S/Inputs/type-unique-simple2-a.ll %S/Inputs/type-unique-simple2-b.ll -S -o %t
4 ; RUN: cat %t | FileCheck %S/Inputs/type-unique-simple2-a.ll -check-prefix=LINK
6 ; RUN: llvm-dwarfdump -v -debug-info %t2 | FileCheck %S/Inputs/type-unique-simple2-a.ll
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/Linker/
H A Dtype-unique-simple2.ll3 ; RUN: llvm-link %S/Inputs/type-unique-simple2-a.ll %S/Inputs/type-unique-simple2-b.ll -S -o %t
4 ; RUN: cat %t | FileCheck %S/Inputs/type-unique-simple2-a.ll -check-prefix=LINK
6 ; RUN: llvm-dwarfdump -v -debug-info %t2 | FileCheck %S/Inputs/type-unique-simple2-a.ll
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/Linker/
H A Dtype-unique-simple2.ll3 ; RUN: llvm-link %S/Inputs/type-unique-simple2-a.ll %S/Inputs/type-unique-simple2-b.ll -S -o %t
4 ; RUN: cat %t | FileCheck %S/Inputs/type-unique-simple2-a.ll -check-prefix=LINK
6 ; RUN: llvm-dwarfdump -v -debug-info %t2 | FileCheck %S/Inputs/type-unique-simple2-a.ll
/dports/devel/llvm11/llvm-11.0.1.src/test/Linker/
H A Dtype-unique-simple2.ll3 ; RUN: llvm-link %S/Inputs/type-unique-simple2-a.ll %S/Inputs/type-unique-simple2-b.ll -S -o %t
4 ; RUN: cat %t | FileCheck %S/Inputs/type-unique-simple2-a.ll -check-prefix=LINK
6 ; RUN: llvm-dwarfdump -v -debug-info %t2 | FileCheck %S/Inputs/type-unique-simple2-a.ll
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/Linker/
H A Dtype-unique-simple2.ll3 ; RUN: llvm-link %S/Inputs/type-unique-simple2-a.ll %S/Inputs/type-unique-simple2-b.ll -S -o %t
4 ; RUN: cat %t | FileCheck %S/Inputs/type-unique-simple2-a.ll -check-prefix=LINK
6 ; RUN: llvm-dwarfdump -v -debug-info %t2 | FileCheck %S/Inputs/type-unique-simple2-a.ll
/dports/devel/llvm10/llvm-10.0.1.src/test/Linker/
H A Dtype-unique-simple2.ll4 ; RUN: llvm-link %S/Inputs/type-unique-simple2-a.ll %S/Inputs/type-unique-simple2-b.ll -S -o %t
5 ; RUN: cat %t | FileCheck %S/Inputs/type-unique-simple2-a.ll -check-prefix=LINK
7 ; RUN: llvm-dwarfdump -v -debug-info %t2 | FileCheck %S/Inputs/type-unique-simple2-a.ll
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/Linker/
H A Dtype-unique-simple2.ll3 ; RUN: llvm-link %S/Inputs/type-unique-simple2-a.ll %S/Inputs/type-unique-simple2-b.ll -S -o %t
4 ; RUN: cat %t | FileCheck %S/Inputs/type-unique-simple2-a.ll -check-prefix=LINK
6 ; RUN: llvm-dwarfdump -v -debug-info %t2 | FileCheck %S/Inputs/type-unique-simple2-a.ll
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/Linker/
H A Dtype-unique-simple2.ll3 ; RUN: llvm-link %S/Inputs/type-unique-simple2-a.ll %S/Inputs/type-unique-simple2-b.ll -S -o %t
4 ; RUN: cat %t | FileCheck %S/Inputs/type-unique-simple2-a.ll -check-prefix=LINK
6 ; RUN: llvm-dwarfdump -v -debug-info %t2 | FileCheck %S/Inputs/type-unique-simple2-a.ll
/dports/devel/llvm90/llvm-9.0.1.src/test/Linker/
H A Dtype-unique-simple2.ll4 ; RUN: llvm-link %S/Inputs/type-unique-simple2-a.ll %S/Inputs/type-unique-simple2-b.ll -S -o %t
5 ; RUN: cat %t | FileCheck %S/Inputs/type-unique-simple2-a.ll -check-prefix=LINK
7 ; RUN: llvm-dwarfdump -v -debug-info %t2 | FileCheck %S/Inputs/type-unique-simple2-a.ll
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/Linker/
H A Dtype-unique-simple2.ll4 ; RUN: llvm-link %S/Inputs/type-unique-simple2-a.ll %S/Inputs/type-unique-simple2-b.ll -S -o %t
5 ; RUN: cat %t | FileCheck %S/Inputs/type-unique-simple2-a.ll -check-prefix=LINK
7 ; RUN: llvm-dwarfdump -v -debug-info %t2 | FileCheck %S/Inputs/type-unique-simple2-a.ll
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/Linker/
H A Dtype-unique-simple2.ll3 ; RUN: llvm-link %S/Inputs/type-unique-simple2-a.ll %S/Inputs/type-unique-simple2-b.ll -S -o %t
4 ; RUN: cat %t | FileCheck %S/Inputs/type-unique-simple2-a.ll -check-prefix=LINK
6 ; RUN: llvm-dwarfdump -v -debug-info %t2 | FileCheck %S/Inputs/type-unique-simple2-a.ll
/dports/devel/llvm80/llvm-8.0.1.src/test/Linker/
H A Dtype-unique-simple2.ll4 ; RUN: llvm-link %S/Inputs/type-unique-simple2-a.ll %S/Inputs/type-unique-simple2-b.ll -S -o %t
5 ; RUN: cat %t | FileCheck %S/Inputs/type-unique-simple2-a.ll -check-prefix=LINK
7 ; RUN: llvm-dwarfdump -v -debug-info %t2 | FileCheck %S/Inputs/type-unique-simple2-a.ll

12345678910>>...17