/aosp_15_r20/external/pytorch/test/export/ |
H A D | test_schema.py | 35 "Type2": { 45 "Type2": { 61 "Type2": { 73 "Type2": { 85 "Type2": { 94 "Type2": { 120 "Type2": { 129 "Type2": { 152 "Type2": { 161 "Type2": { [all …]
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/math_brute_force/ |
H A D | common.cpp | 282 ParameterType type2, int vector_size_index) in GetBinaryKernel() argument 288 EmitDefineType(kernel, "TYPE2", type2, vector_size_index); in GetBinaryKernel() 290 EmitDefineUndef(kernel, "UNDEF2", type2); in GetBinaryKernel() 291 EmitEnableExtension(kernel, { retType, type1, type2 }); in GetBinaryKernel() 314 __global TYPE2* in2) in GetBinaryKernel() 331 TYPE2 b = vload3(0, in2 + 3 * i); in GetBinaryKernel() 342 TYPE2 b = (TYPE2)(UNDEF2, UNDEF2, UNDEF2); in GetBinaryKernel() 381 ParameterType type1, ParameterType type2, in GetBinaryKernel() argument 389 EmitDefineType(kernel, "TYPE2", type2, vector_size_index); in GetBinaryKernel() 391 EmitDefineUndef(kernel, "UNDEF2", type2); in GetBinaryKernel() [all …]
|
/aosp_15_r20/external/ow2-asm/asm-analysis/src/main/java/org/objectweb/asm/tree/analysis/ |
H A D | SimpleVerifier.java | 235 Type type2 = value2.getType(); in merge() local 238 && type2 != null in merge() 239 && (type2.getSort() == Type.OBJECT || type2.getSort() == Type.ARRAY)) { in merge() 243 if (type2.equals(NULL_TYPE)) { in merge() 246 if (isAssignableFrom(type1, type2)) { in merge() 249 if (isAssignableFrom(type2, type1)) { in merge() 254 && type2.getSort() == Type.ARRAY in merge() 255 && type1.getDimensions() == type2.getDimensions() in merge() 257 && type2.getElementType().getSort() == Type.OBJECT) { in merge() 260 type2 = type2.getElementType(); in merge() [all …]
|
/aosp_15_r20/external/cronet/third_party/lss/ |
H A D | linux_syscall_support.h | 2195 #define _syscall2(type,name,type1,arg1,type2,arg2) \ argument 2196 type LSS_NAME(name)(type1 arg1,type2 arg2) { \ 2202 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument 2203 type LSS_NAME(name)(type1 arg1,type2 arg2,type3 arg3) { \ 2210 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument 2211 type LSS_NAME(name)(type1 arg1, type2 arg2, type3 arg3, type4 arg4) { \ 2218 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument 2220 type LSS_NAME(name)(type1 arg1, type2 arg2, type3 arg3, type4 arg4, \ 2236 #define _syscall6(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument 2238 type LSS_NAME(name)(type1 arg1, type2 arg2, type3 arg3, type4 arg4, \ [all …]
|
/aosp_15_r20/external/google-breakpad/src/third_party/lss/ |
H A D | linux_syscall_support.h | 2195 #define _syscall2(type,name,type1,arg1,type2,arg2) \ argument 2196 type LSS_NAME(name)(type1 arg1,type2 arg2) { \ 2202 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument 2203 type LSS_NAME(name)(type1 arg1,type2 arg2,type3 arg3) { \ 2210 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument 2211 type LSS_NAME(name)(type1 arg1, type2 arg2, type3 arg3, type4 arg4) { \ 2218 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument 2220 type LSS_NAME(name)(type1 arg1, type2 arg2, type3 arg3, type4 arg4, \ 2236 #define _syscall6(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument 2238 type LSS_NAME(name)(type1 arg1, type2 arg2, type3 arg3, type4 arg4, \ [all …]
|
/aosp_15_r20/external/selinux/checkpolicy/tests/ |
H A D | policy_allonce.expected.conf | 21 type TYPE2; 34 auditallow TYPE2 TYPE3:CLASS1 { PERM1 }; 35 dontaudit TYPE1 TYPE2:CLASS3 { CPERM1 PERM1 }; 37 allowxperm TYPE1 TYPE2:CLASS1 ioctl { 0x456-0x4ff }; 38 allowxperm TYPE1 TYPE2:CLASS1 ioctl { 0x500-0x55ff }; 39 allowxperm TYPE1 TYPE2:CLASS1 ioctl { 0x5600-0x5678 }; 40 auditallowxperm TYPE1 TYPE2:CLASS1 ioctl { 0x2 }; 41 dontauditxperm TYPE1 TYPE2:CLASS1 ioctl { 0x3 }; 42 type_transition TYPE1 TYPE2:CLASS1 TYPE3; 43 type_member TYPE1 TYPE2:CLASS1 TYPE2; [all …]
|
H A D | policy_allonce.expected_opt.conf | 21 type TYPE2; 34 auditallow TYPE2 TYPE3:CLASS1 { PERM1 }; 35 dontaudit TYPE1 TYPE2:CLASS3 { CPERM1 PERM1 }; 37 allowxperm TYPE1 TYPE2:CLASS1 ioctl { 0x456-0x4ff }; 38 allowxperm TYPE1 TYPE2:CLASS1 ioctl { 0x500-0x55ff }; 39 allowxperm TYPE1 TYPE2:CLASS1 ioctl { 0x5600-0x5678 }; 40 auditallowxperm TYPE1 TYPE2:CLASS1 ioctl { 0x2 }; 41 dontauditxperm TYPE1 TYPE2:CLASS1 ioctl { 0x3 }; 42 type_transition TYPE1 TYPE2:CLASS1 TYPE3; 43 type_member TYPE1 TYPE2:CLASS1 TYPE2; [all …]
|
H A D | policy_allonce_mls.conf | 33 type TYPE2, ATTR1; 42 type_transition TYPE1 TYPE2 : CLASS1 TYPE3; 43 type_transition { TYPE1 TYPE2 } { TYPE3 TYPE4 } : CLASS1 TYPE1 "FILENAME"; 44 type_member TYPE1 TYPE2 : CLASS1 TYPE2; 45 type_change TYPE1 TYPE2 : CLASS1 TYPE3; 46 range_transition TYPE1 TYPE2 : CLASS1 s1:c0.c1; 48 auditallow { TYPE1 TYPE2 } TYPE3 : CLASS1 { PERM1 }; 49 dontaudit TYPE1 { TYPE2 TYPE3 } : CLASS3 { PERM1 CPERM1 }; 50 neverallow TYPE1 TYPE2 : { CLASS2 CLASS3 } { CPERM1 }; 51 allowxperm TYPE1 TYPE2 : CLASS1 ioctl 0x1; [all …]
|
H A D | policy_allonce.conf | 22 type TYPE2, ATTR1; 31 type_transition TYPE1 TYPE2 : CLASS1 TYPE3; 32 type_transition { TYPE1 TYPE2 } { TYPE3 TYPE4 } : CLASS1 TYPE1 "FILENAME"; 33 type_member TYPE1 TYPE2 : CLASS1 TYPE2; 34 type_change TYPE1 TYPE2 : CLASS1 TYPE3; 36 auditallow { TYPE1 TYPE2 } TYPE3 : CLASS1 { PERM1 }; 37 dontaudit TYPE1 { TYPE2 TYPE3 } : CLASS3 { PERM1 CPERM1 }; 38 neverallow TYPE1 TYPE2 : { CLASS2 CLASS3 } { CPERM1 }; 39 allowxperm TYPE1 TYPE2 : CLASS1 ioctl { 0x456-0x5678 }; 40 auditallowxperm TYPE1 TYPE2 : CLASS1 ioctl 0x2; [all …]
|
H A D | policy_allonce_mls.expected_opt.conf | 32 type TYPE2; 45 auditallow TYPE2 TYPE3:CLASS1 { PERM1 }; 46 dontaudit TYPE1 TYPE2:CLASS3 { CPERM1 PERM1 }; 48 allowxperm TYPE1 TYPE2:CLASS1 ioctl { 0x1 }; 49 auditallowxperm TYPE1 TYPE2:CLASS1 ioctl { 0x2 }; 50 dontauditxperm TYPE1 TYPE2:CLASS1 ioctl { 0x3 }; 51 type_transition TYPE1 TYPE2:CLASS1 TYPE3; 52 type_member TYPE1 TYPE2:CLASS1 TYPE2; 53 type_change TYPE1 TYPE2:CLASS1 TYPE3; 56 type_transition TYPE2 TYPE3:CLASS1 TYPE1 "FILENAME"; [all …]
|
H A D | policy_allonce_mls.expected.conf | 32 type TYPE2; 45 auditallow TYPE2 TYPE3:CLASS1 { PERM1 }; 46 dontaudit TYPE1 TYPE2:CLASS3 { CPERM1 PERM1 }; 48 allowxperm TYPE1 TYPE2:CLASS1 ioctl { 0x1 }; 49 auditallowxperm TYPE1 TYPE2:CLASS1 ioctl { 0x2 }; 50 dontauditxperm TYPE1 TYPE2:CLASS1 ioctl { 0x3 }; 51 type_transition TYPE1 TYPE2:CLASS1 TYPE3; 52 type_member TYPE1 TYPE2:CLASS1 TYPE2; 53 type_change TYPE1 TYPE2:CLASS1 TYPE3; 56 type_transition TYPE2 TYPE3:CLASS1 TYPE1 "FILENAME"; [all …]
|
H A D | policy_allonce_xen.expected_opt.conf | 21 type TYPE2; 34 auditallow TYPE2 TYPE3:CLASS1 { PERM1 }; 35 dontaudit TYPE1 TYPE2:CLASS3 { CPERM1 PERM1 }; 37 type_transition TYPE1 TYPE2:CLASS1 TYPE3; 38 type_member TYPE1 TYPE2:CLASS1 TYPE2; 39 type_change TYPE1 TYPE2:CLASS1 TYPE3; 42 type_transition TYPE2 TYPE3:CLASS1 TYPE1 "FILENAME"; 43 type_transition TYPE2 TYPE4:CLASS1 TYPE1 "FILENAME";
|
H A D | policy_allonce_xen.conf | 21 type TYPE2, ATTR1; 30 type_transition TYPE1 TYPE2 : CLASS1 TYPE3; 31 type_transition { TYPE1 TYPE2 } { TYPE3 TYPE4 } : CLASS1 TYPE1 "FILENAME"; 32 type_member TYPE1 TYPE2 : CLASS1 TYPE2; 33 type_change TYPE1 TYPE2 : CLASS1 TYPE3; 35 auditallow { TYPE1 TYPE2 } TYPE3 : CLASS1 { PERM1 }; 36 dontaudit TYPE1 { TYPE2 TYPE3 } : CLASS3 { PERM1 CPERM1 }; 37 neverallow TYPE1 TYPE2 : { CLASS2 CLASS3 } { CPERM1 };
|
H A D | policy_allonce_xen.expected.conf | 21 type TYPE2; 34 auditallow TYPE2 TYPE3:CLASS1 { PERM1 }; 35 dontaudit TYPE1 TYPE2:CLASS3 { CPERM1 PERM1 }; 37 type_transition TYPE1 TYPE2:CLASS1 TYPE3; 38 type_member TYPE1 TYPE2:CLASS1 TYPE2; 39 type_change TYPE1 TYPE2:CLASS1 TYPE3; 42 type_transition TYPE2 TYPE3:CLASS1 TYPE1 "FILENAME"; 43 type_transition TYPE2 TYPE4:CLASS1 TYPE1 "FILENAME";
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/multi_index/test/ |
D | test_set_ops.cpp | 24 struct type2 struct 38 bool operator()(type1,type2)const{return false;} in operator ()() argument 39 bool operator()(type2,type1)const{return false;} in operator ()() 47 std::size_t operator()(type2)const{return 0;} in operator ()() 53 bool operator()(type1,type2)const{return true;} in operator ()() 54 bool operator()(type2,type1)const{return true;} in operator ()() 105 BOOST_TEST(c.find(type2())==c.begin()); in test_set_ops() 106 BOOST_TEST(c.count(type2())==1); in test_set_ops() 107 BOOST_TEST(c.lower_bound(type2())==c.begin()); in test_set_ops() 108 BOOST_TEST(c.upper_bound(type2())==c.end()); in test_set_ops() [all …]
|
/aosp_15_r20/art/test/046-reflect/src/ |
H A D | Main.java | 615 Type type2 = types2.get(0); in checkParametrizedTypeEqualsAndHashCode() local 621 if (type2 instanceof ParameterizedType) { in checkParametrizedTypeEqualsAndHashCode() 622 System.out.println("type2 is a ParameterizedType"); in checkParametrizedTypeEqualsAndHashCode() 628 if (type1.equals(type2)) { in checkParametrizedTypeEqualsAndHashCode() 629 System.out.println("type1("+type1+") equals type2("+type2+")"); in checkParametrizedTypeEqualsAndHashCode() 631 System.out.println("type1("+type1+") does not equal type2("+type2+")"); in checkParametrizedTypeEqualsAndHashCode() 639 if (type1.hashCode() == type2.hashCode()) { in checkParametrizedTypeEqualsAndHashCode() 640 System.out.println("type1("+type1+") hashCode equals type2("+type2+") hashCode"); in checkParametrizedTypeEqualsAndHashCode() 643 "type1("+type1+") hashCode does not equal type2("+type2+") hashCode"); in checkParametrizedTypeEqualsAndHashCode() 671 Type type2 = types2.get(0); in checkGenericArrayTypeEqualsAndHashCode() local [all …]
|
/aosp_15_r20/packages/apps/Contacts/src/com/android/contacts/editor/ |
D | RawContactDeltaComparator.java | 53 final AccountType type2 = accountTypes.getAccountType(accountType2, dataSet2); in compare() local 56 if (!type1.areContactsWritable() && type2.areContactsWritable()) { in compare() 58 } else if (type1.areContactsWritable() && !type2.areContactsWritable()) { in compare() 65 boolean isGoogleAccount2 = type2 instanceof GoogleAccountType; in compare() 77 if (type1.accountType != null && type2.accountType == null) { in compare() 79 } else if (type1.accountType == null && type2.accountType != null) { in compare() 83 if (type1.accountType != null && type2.accountType != null) { in compare() 84 value = type1.accountType.compareTo(type2.accountType); in compare() 92 if (type1.dataSet != null && type2.dataSet == null) { in compare() 94 } else if (type1.dataSet == null && type2.dataSet != null) { in compare() [all …]
|
/aosp_15_r20/packages/modules/NeuralNetworks/tools/test_generator/tests/P_variation/ |
D | stdout.txt.expect | 19 OperandType type2(Type::TENSOR_FLOAT32, {1}); 24 auto op3 = model->addOperand(&type2); 92 OperandType type2(Type::TENSOR_FLOAT32, {1}); 97 auto op3 = model->addOperand(&type2); 167 OperandType type2(Type::TENSOR_FLOAT32, {1}); 244 OperandType type2(Type::TENSOR_FLOAT32, {1}); 253 auto op3 = model->addOperand(&type2); 319 OperandType type2(Type::TENSOR_FLOAT32, {1}); 328 auto op3 = model->addOperand(&type2); 396 OperandType type2(Type::TENSOR_FLOAT32, {1}); [all …]
|
/aosp_15_r20/packages/modules/NeuralNetworks/tools/test_generator/tests/P_naming/ |
D | stdout.txt.expect | 19 OperandType type2(Type::TENSOR_FLOAT32, {1}); 24 auto op3 = model->addOperand(&type2); 92 OperandType type2(Type::TENSOR_FLOAT32, {1}); 97 auto op3 = model->addOperand(&type2); 167 OperandType type2(Type::TENSOR_FLOAT32, {1}); 244 OperandType type2(Type::TENSOR_FLOAT32, {1}); 253 auto op3 = model->addOperand(&type2); 319 OperandType type2(Type::TENSOR_FLOAT32, {1}); 328 auto op3 = model->addOperand(&type2); 396 OperandType type2(Type::TENSOR_FLOAT32, {1}); [all …]
|
/aosp_15_r20/packages/modules/NeuralNetworks/tools/test_generator/tests/P_implicit_variation/ |
D | stdout.txt.expect | 19 OperandType type2(Type::TENSOR_FLOAT32, {1}); 24 auto op3 = model->addOperand(&type2); 92 OperandType type2(Type::TENSOR_FLOAT32, {1}); 97 auto op3 = model->addOperand(&type2); 167 OperandType type2(Type::TENSOR_FLOAT32, {1}); 244 OperandType type2(Type::TENSOR_FLOAT32, {1}); 253 auto op3 = model->addOperand(&type2); 319 OperandType type2(Type::TENSOR_FLOAT32, {1}); 328 auto op3 = model->addOperand(&type2); 396 OperandType type2(Type::TENSOR_FLOAT32, {1}); [all …]
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/src/tables/postscript/ |
H A D | charstring.rs | 12 /// <https://adobe-type-tools.github.io/font-tech-notes/pdfs/5177.Type2.pdf#page=33> 18 /// Construction Operators" at <https://adobe-type-tools.github.io/font-tech-notes/pdfs/5177.Type2.… 22 /// Hint Operators" at <https://adobe-type-tools.github.io/font-tech-notes/pdfs/5177.Type2.pdf#page… 154 …g Number Encoding" <https://adobe-type-tools.github.io/font-tech-notes/pdfs/5177.Type2.pdf#page=12> in evaluate() 196 … // Spec: <https://adobe-type-tools.github.io/font-tech-notes/pdfs/5177.Type2.pdf#page=18> in evaluate_operator() 201 … // Spec: <https://adobe-type-tools.github.io/font-tech-notes/pdfs/5177.Type2.pdf#page=19> in evaluate_operator() 206 … // Spec: <https://adobe-type-tools.github.io/font-tech-notes/pdfs/5177.Type2.pdf#page=19> in evaluate_operator() 211 … // Spec: <https://adobe-type-tools.github.io/font-tech-notes/pdfs/5177.Type2.pdf#page=20> in evaluate_operator() 230 … // Spec: <https://adobe-type-tools.github.io/font-tech-notes/pdfs/5177.Type2.pdf#page=29> in evaluate_operator() 236 … // Spec: <https://adobe-type-tools.github.io/font-tech-notes/pdfs/5177.Type2.pdf#page=21> in evaluate_operator() [all …]
|
/aosp_15_r20/external/robolectric/sandbox/src/main/java/org/robolectric/internal/bytecode/ |
H A D | InstrumentingClassWriter.java | 34 protected String getCommonSuperClass(final String type1, final String type2) { in getCommonSuperClass() argument 37 ClassNode info2 = typeInfo(type2); in getCommonSuperClass() 39 if (typeImplements(type2, info2, type1)) { in getCommonSuperClass() 43 if (typeImplements(type1, info1, type2)) { in getCommonSuperClass() 44 return type2; in getCommonSuperClass() 50 if (typeImplements(type1, info1, type2)) { in getCommonSuperClass() 51 return type2; in getCommonSuperClass() 57 String b2 = typeAncestors(type2, info2); in getCommonSuperClass()
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/api/ |
H A D | test_kernel_arg_multi_setup.cpp | 207 int type1, type2, type3; in test_kernel_arg_multi_setup_exhaustive() local 215 for( type2 = 0; types[ type2 ] != kNumExplicitTypes; type2++ ) in test_kernel_arg_multi_setup_exhaustive() 219 … get_explicit_type_name( types[ type1 ] ), get_explicit_type_name( types[ type2 ] ), get_explicit_… in test_kernel_arg_multi_setup_exhaustive() 232 types[ type2 ], size2, in test_kernel_arg_multi_setup_exhaustive() 249 int type1, type2, type3; in test_kernel_arg_multi_setup_random() local 267 type2 = (int)get_random_float(0,4, seed); in test_kernel_arg_multi_setup_random() 273 get_explicit_type_name( types[ type2 ] ), size2, in test_kernel_arg_multi_setup_random() 278 types[ type2 ], size2, in test_kernel_arg_multi_setup_random()
|
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/form/ |
H A D | fld_ftlink.c | 41 | FIELDTYPE *type2) 52 link_fieldtype(FIELDTYPE *type1, FIELDTYPE *type2) in NCURSES_EXPORT() 56 T((T_CALLED("link_fieldtype(%p,%p)"), (void *)type1, (void *)type2)); in NCURSES_EXPORT() 57 if (type1 && type2) in NCURSES_EXPORT() 66 if ((type1->status & _HAS_ARGS) || (type2->status & _HAS_ARGS)) in NCURSES_EXPORT() 68 if ((type1->status & _HAS_CHOICE) || (type2->status & _HAS_CHOICE)) in NCURSES_EXPORT() 71 nftyp->right = type2; in NCURSES_EXPORT() 73 type2->ref++; in NCURSES_EXPORT()
|
/aosp_15_r20/dalvik/dx/src/com/android/dx/cf/code/ |
H A D | Merger.java | 158 Type type2 = ft2.getType(); in mergeType() local 160 if (type1 == type2) { in mergeType() 162 } else if (type1.isReference() && type2.isReference()) { in mergeType() 168 return type2; in mergeType() 169 } else if (type2 == Type.KNOWN_NULL) { in mergeType() 171 * The same as above, but this time it's type2 that's in mergeType() 175 } else if (type1.isArray() && type2.isArray()) { in mergeType() 178 type2.getComponentType()); in mergeType() 195 } else if (type1.isIntlike() && type2.isIntlike()) { in mergeType()
|