Home
last modified time | relevance | path

Searched refs:type_a (Results 1 – 25 of 515) sorted by relevance

12345678910>>...21

/dports/devel/py-graphql-core/graphql-core-3.1.6/src/graphql/utilities/
H A Dtype_comparators.py21 def is_equal_type(type_a: GraphQLType, type_b: GraphQLType) -> bool:
26 if type_a is type_b:
30 if is_non_null_type(type_a) and is_non_null_type(type_b):
32 return is_equal_type(type_a.of_type, type_b.of_type) # type:ignore
35 if is_list_type(type_a) and is_list_type(type_b):
109 if type_a is type_b:
112 if is_abstract_type(type_a):
113 type_a = cast(GraphQLAbstractType, type_a)
120 for type_ in schema.get_possible_types(type_a)
123 return schema.is_sub_type(type_a, type_b)
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/bimap/test/
H A Dtest_mutant.cpp34 typedef double type_a; typedef
37 const type_a value_a = 1.4;
42 type_a a;
48 typedef type_a first_type;
50 type_a first;
56 typedef type_a second_type;
58 type_a second;
67 MutantData(type_a ap, type_b bp) : a(ap), b(bp) {} in MutantData()
68 type_a a;
/dports/devel/boost-python-libs/boost_1_72_0/libs/bimap/test/
H A Dtest_mutant.cpp34 typedef double type_a; typedef
37 const type_a value_a = 1.4;
42 type_a a;
48 typedef type_a first_type;
50 type_a first;
56 typedef type_a second_type;
58 type_a second;
67 MutantData(type_a ap, type_b bp) : a(ap), b(bp) {} in MutantData()
68 type_a a;
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/bimap/test/
H A Dtest_mutant.cpp34 typedef double type_a; typedef
37 const type_a value_a = 1.4;
42 type_a a;
48 typedef type_a first_type;
50 type_a first;
56 typedef type_a second_type;
58 type_a second;
67 MutantData(type_a ap, type_b bp) : a(ap), b(bp) {} in MutantData()
68 type_a a;
/dports/databases/percona57-server/boost_1_59_0/libs/bimap/test/
H A Dtest_mutant.cpp34 typedef double type_a; typedef
37 const type_a value_a = 1.4;
42 type_a a;
48 typedef type_a first_type;
50 type_a first;
56 typedef type_a second_type;
58 type_a second;
67 MutantData(type_a ap, type_b bp) : a(ap), b(bp) {} in MutantData()
68 type_a a;
/dports/databases/xtrabackup/boost_1_59_0/libs/bimap/test/
H A Dtest_mutant.cpp34 typedef double type_a; typedef
37 const type_a value_a = 1.4;
42 type_a a;
48 typedef type_a first_type;
50 type_a first;
56 typedef type_a second_type;
58 type_a second;
67 MutantData(type_a ap, type_b bp) : a(ap), b(bp) {} in MutantData()
68 type_a a;
/dports/databases/percona57-client/boost_1_59_0/libs/bimap/test/
H A Dtest_mutant.cpp34 typedef double type_a; typedef
37 const type_a value_a = 1.4;
42 type_a a;
48 typedef type_a first_type;
50 type_a first;
56 typedef type_a second_type;
58 type_a second;
67 MutantData(type_a ap, type_b bp) : a(ap), b(bp) {} in MutantData()
68 type_a a;
/dports/devel/boost-libs/boost_1_72_0/libs/bimap/test/
H A Dtest_mutant.cpp34 typedef double type_a; typedef
37 const type_a value_a = 1.4;
42 type_a a;
48 typedef type_a first_type;
50 type_a first;
56 typedef type_a second_type;
58 type_a second;
67 MutantData(type_a ap, type_b bp) : a(ap), b(bp) {} in MutantData()
68 type_a a;
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/bimap/test/
H A Dtest_mutant.cpp34 typedef double type_a; typedef
37 const type_a value_a = 1.4;
42 type_a a;
48 typedef type_a first_type;
50 type_a first;
56 typedef type_a second_type;
58 type_a second;
67 MutantData(type_a ap, type_b bp) : a(ap), b(bp) {} in MutantData()
68 type_a a;
/dports/devel/hyperscan/boost_1_75_0/libs/bimap/test/
H A Dtest_mutant.cpp33 typedef double type_a; typedef
36 const type_a value_a = 1.4;
41 type_a a;
47 typedef type_a first_type;
49 type_a first;
55 typedef type_a second_type;
57 type_a second;
66 MutantData(type_a ap, type_b bp) : a(ap), b(bp) {} in MutantData()
67 type_a a;
/dports/security/py-python-openid/python-openid-2.2.5/openid/test/
H A Dtest_ax.py295 'type.' + self.alias_a:self.type_a,
303 'type.' + self.alias_a:self.type_a,
319 'type.' + self.alias_a:self.type_a,
329 'type.' + self.alias_a:self.type_a,
340 'type.' + self.alias_a:self.type_a,
346 'type.' + self.alias_a:self.type_a,
431 self.type_a = 'http://phone.home/'
485 'type.' + self.alias_a:self.type_a,
492 msg.addValue(self.type_a, self.value_a)
498 msg.addValue(self.type_a, self.value_a)
[all …]
/dports/security/py-python3-openid/python3-openid-3.2.0/openid/test/
H A Dtest_ax.py293 'type.' + self.alias_a: self.type_a,
301 'type.' + self.alias_a: self.type_a,
305 self.assertTrue(self.type_a in self.msg)
317 'type.' + self.alias_a: self.type_a,
327 'type.' + self.alias_a: self.type_a,
338 'type.' + self.alias_a: self.type_a,
344 'type.' + self.alias_a: self.type_a,
455 self.type_a = 'http://phone.home/'
516 msg.addValue(self.type_a, self.value_a)
522 msg.addValue(self.type_a, self.value_a)
[all …]
/dports/games/quakeforge/quakeforge-0.7.2/tools/qfcc/source/
H A Dopcodes.c61 hash = ROTL (~op->type_a, 8) + ROTL (~op->type_b, 16) in get_hash()
73 cmp = (opa->type_a == opb->type_a) in compare()
105 search_op.type_a = op_a ? op_a->type : ev_invalid; in opcode_find()
116 if (check_operand_type (sop->type_a, search_op.type_a) in opcode_find()
155 if (mop->type_a == ev_integer) in opcode_init()
156 mop->type_a = ev_float; in opcode_init()
163 if (mop->type_a == ev_void || mop->type_b == ev_void in opcode_init()
/dports/devel/py-graphql-core2/graphql-core-2.2.1/graphql/utils/
H A Dtype_comparators.py18 def is_equal_type(type_a, type_b): argument
19 if type_a is type_b:
22 if isinstance(type_a, GraphQLNonNull) and isinstance(type_b, GraphQLNonNull):
23 return is_equal_type(type_a.of_type, type_b.of_type)
25 if isinstance(type_a, GraphQLList) and isinstance(type_b, GraphQLList):
26 return is_equal_type(type_a.of_type, type_b.of_type)
/dports/games/libretro-quicknes/QuickNES_Core-901248a/nes_emu/
H A DMapper_Vrc2_4.cpp45 template <bool type_a, bool type_b>
50 if (type_a && type_b) // mapper 21 in Mapper_VRC2_4()
56 else if (!type_a && type_b) // mapper 22 in Mapper_VRC2_4()
62 else if (!type_a && !type_b) // mapper 23 in Mapper_VRC2_4()
68 else if (type_a && !type_b) // mapper 25 in Mapper_VRC2_4()
220 template <bool type_a, bool type_b>
221 void Mapper_VRC2_4<type_a, type_b>::write_irq( nes_time_t time, in write_irq()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasi/tools/witx/tests/
H A Dmultimodule.rs15 let type_a = doc.typename(&Id::new("a")).expect("type a exists"); in validate_multimodule() localVariable
16 assert_eq!(*type_a.type_(), Type::Builtin(BuiltinType::U32)); in validate_multimodule()
25 TypeRef::Name(type_a.clone()) in validate_multimodule()
38 TypeRef::Name(type_a.clone()) in validate_multimodule()
40 assert_eq!(struct_.members.get(1).unwrap().tref, TypeRef::Name(type_a)); in validate_multimodule()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/crates/wasi-common/WASI/tools/witx/tests/
H A Dmultimodule.rs15 let type_a = doc.typename(&Id::new("a")).expect("type a exists"); in validate_multimodule() localVariable
16 assert_eq!(*type_a.type_(), Type::Builtin(BuiltinType::U32)); in validate_multimodule()
25 TypeRef::Name(type_a.clone()) in validate_multimodule()
38 TypeRef::Name(type_a.clone()) in validate_multimodule()
40 assert_eq!(struct_.members.get(1).unwrap().tref, TypeRef::Name(type_a)); in validate_multimodule()
/dports/devel/etl/synfig-1.2.2/synfig-core/src/synfig/
H A Dtype.h206 TypeId type_a; member
210 operation_type(operation_type), return_type(return_type), type_a(type_a), type_b(type_b) { } in operation_type()
218 : type_a < other.type_a ? true
219 : other.type_a < type_a ? false
237 inline static Description get_copy(TypeId type_a, TypeId type_b) in get_copy()
238 { return Description(TYPE_COPY, 0, type_a, type_b); } in get_copy()
241 inline static Description get_equal(TypeId type_a, TypeId type_b) in get_equal()
242 { return Description(TYPE_EQUAL, 0, type_a, type_b); } in get_equal()
245 inline static Description get_less(TypeId type_a, TypeId type_b) in get_less()
246 { return Description(TYPE_LESS, 0, type_a, type_b); } in get_less()
[all …]
/dports/graphics/synfig/synfig-1.2.2/synfig-core/src/synfig/
H A Dtype.h206 TypeId type_a; member
210 operation_type(operation_type), return_type(return_type), type_a(type_a), type_b(type_b) { } in operation_type()
218 : type_a < other.type_a ? true
219 : other.type_a < type_a ? false
237 inline static Description get_copy(TypeId type_a, TypeId type_b) in get_copy()
238 { return Description(TYPE_COPY, 0, type_a, type_b); } in get_copy()
241 inline static Description get_equal(TypeId type_a, TypeId type_b) in get_equal()
242 { return Description(TYPE_EQUAL, 0, type_a, type_b); } in get_equal()
245 inline static Description get_less(TypeId type_a, TypeId type_b) in get_less()
246 { return Description(TYPE_LESS, 0, type_a, type_b); } in get_less()
[all …]
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-core/src/synfig/
H A Dtype.h206 TypeId type_a; member
210 operation_type(operation_type), return_type(return_type), type_a(type_a), type_b(type_b) { } in operation_type()
218 : type_a < other.type_a ? true
219 : other.type_a < type_a ? false
237 inline static Description get_copy(TypeId type_a, TypeId type_b) in get_copy()
238 { return Description(TYPE_COPY, 0, type_a, type_b); } in get_copy()
241 inline static Description get_equal(TypeId type_a, TypeId type_b) in get_equal()
242 { return Description(TYPE_EQUAL, 0, type_a, type_b); } in get_equal()
245 inline static Description get_less(TypeId type_a, TypeId type_b) in get_less()
246 { return Description(TYPE_LESS, 0, type_a, type_b); } in get_less()
[all …]
/dports/devel/py-graphql-core/graphql-core-3.1.6/src/graphql/validation/rules/
H A Dfields_on_correct_type.py94 type_a: Union[GraphQLObjectType, GraphQLInterfaceType],
98 usage_count_diff = usage_count[type_b.name] - usage_count[type_a.name]
103 if is_interface_type(type_a) and schema.is_sub_type(
104 cast(GraphQLInterfaceType, type_a), type_b
108 cast(GraphQLInterfaceType, type_b), type_a
112 name_a = natural_comparison_key(type_a.name)
/dports/audio/ampache/ampache-php74-5.0.0/vendor/openid/php-openid/Tests/Auth/OpenID/
H A DAX.php273 $this->type_a = 'http://janrain.example.com/a';
403 'type.' . $this->alias_a => $this->type_a,
414 'type.' . $this->alias_a => $this->type_a,
421 $this->type_a);
434 'type.' . $this->alias_a => $this->type_a,
441 $attr = $this->msg->requested_attributes[$this->type_a];
449 'type.' . $this->alias_a => $this->type_a,
465 'type.' . $this->alias_a => $this->type_a,
472 'type.' . $this->alias_a => $this->type_a,
556 $this->type_a = 'http://phone.home/';
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/CodeGen/X86/
H A Dremat-fold-load.ll13 %type_a = type { %type_a*, %type_b }
32 %tmp = phi %type_a* [ undef, %while.body12.lr.ph ], [ %tmp18, %if.end24 ]
41 %tmp1 = getelementptr inbounds %type_a, %type_a* %tmp, i32 0, i32 1, i32 0, i32 1
48 %i_.i.i.i.i72 = getelementptr inbounds %type_a, %type_a* %tmp, i32 0, i32 1, i32 0, i32 1, i32 0
53 %second3.i.i76 = getelementptr inbounds %type_a, %type_a* %tmp, i32 0, i32 1, i32 1
121 %tmp18 = load %type_a*, %type_a** undef, align 4
122 %tmp19 = load %type_a*, %type_a** undef, align 4
123 %cmp.i49 = icmp eq %type_a* %tmp18, %tmp19
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/X86/
H A Dremat-fold-load.ll13 %type_a = type { %type_a*, %type_b }
32 %tmp = phi %type_a* [ undef, %while.body12.lr.ph ], [ %tmp18, %if.end24 ]
41 %tmp1 = getelementptr inbounds %type_a, %type_a* %tmp, i32 0, i32 1, i32 0, i32 1
48 %i_.i.i.i.i72 = getelementptr inbounds %type_a, %type_a* %tmp, i32 0, i32 1, i32 0, i32 1, i32 0
53 %second3.i.i76 = getelementptr inbounds %type_a, %type_a* %tmp, i32 0, i32 1, i32 1
121 %tmp18 = load %type_a*, %type_a** undef, align 4
122 %tmp19 = load %type_a*, %type_a** undef, align 4
123 %cmp.i49 = icmp eq %type_a* %tmp18, %tmp19
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/X86/
H A Dremat-fold-load.ll13 %type_a = type { %type_a*, %type_b }
32 %tmp = phi %type_a* [ undef, %while.body12.lr.ph ], [ %tmp18, %if.end24 ]
41 %tmp1 = getelementptr inbounds %type_a, %type_a* %tmp, i32 0, i32 1, i32 0, i32 1
48 %i_.i.i.i.i72 = getelementptr inbounds %type_a, %type_a* %tmp, i32 0, i32 1, i32 0, i32 1, i32 0
53 %second3.i.i76 = getelementptr inbounds %type_a, %type_a* %tmp, i32 0, i32 1, i32 1
121 %tmp18 = load %type_a*, %type_a** undef, align 4
122 %tmp19 = load %type_a*, %type_a** undef, align 4
123 %cmp.i49 = icmp eq %type_a* %tmp18, %tmp19

12345678910>>...21