/aosp12/frameworks/base/cmds/interrupter/ |
H A D | interrupter.h | 29 #define CALL_FUNCTION_1(sym, ret, type1) \ argument 30 ret (*real_##sym)(type1) = NULL; \ 31 ret sym(type1 arg1) { \ 36 #define CALL_FUNCTION_2(sym, ret, type1, type2) \ argument 37 ret (*real_##sym)(type1, type2) = NULL; \ 38 ret sym(type1 arg1, type2 arg2) { \ 43 #define CALL_FUNCTION_3(sym, ret, type1, type2, type3) \ argument 44 ret (*real_##sym)(type1, type2, type3) = NULL; \ 45 ret sym(type1 arg1, type2 arg2, type3 arg3) { \ 51 ret (*real_##sym)(type1, type2, type3, type4) = NULL; \ [all …]
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/editor/ |
H A D | RawContactDeltaComparator.java | 56 if (!type1.areContactsWritable() && type2.areContactsWritable()) { in compare() 58 } else if (type1.areContactsWritable() && !type2.areContactsWritable()) { in compare() 64 boolean isGoogleAccount1 = type1 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() 98 if (type1.dataSet != null && type2.dataSet != null) { in compare() [all …]
|
/aosp12/art/test/046-reflect/src/ |
H A D | Main.java | 614 Type type1 = types1.get(0); in checkParametrizedTypeEqualsAndHashCode() local 618 if (type1 instanceof ParameterizedType) { in checkParametrizedTypeEqualsAndHashCode() 628 if (type1.equals(type2)) { in checkParametrizedTypeEqualsAndHashCode() 634 if (type1.equals(type3)) { in checkParametrizedTypeEqualsAndHashCode() 639 if (type1.hashCode() == type2.hashCode()) { in checkParametrizedTypeEqualsAndHashCode() 646 if (type1.hashCode() == type3.hashCode()) { in checkParametrizedTypeEqualsAndHashCode() 670 Type type1 = types1.get(0); in checkGenericArrayTypeEqualsAndHashCode() local 674 if (type1 instanceof GenericArrayType) { in checkGenericArrayTypeEqualsAndHashCode() 684 if (type1.equals(type2)) { in checkGenericArrayTypeEqualsAndHashCode() 690 if (type1.equals(type3)) { in checkGenericArrayTypeEqualsAndHashCode() [all …]
|
/aosp12/art/test/046-reflect/ |
H A D | expected-stdout.txt | 126 type1 is a ParameterizedType 129 type1(java.util.Set<java.lang.String>) equals type2(java.util.Set<java.lang.String>) 130 type1(java.util.Set<java.lang.String>) equals type3(java.util.Set<java.lang.String>) 131 type1(java.util.Set<java.lang.String>) hashCode equals type2(java.util.Set<java.lang.String>) hashC… 132 type1(java.util.Set<java.lang.String>) hashCode equals type3(java.util.Set<java.lang.String>) hashC… 133 type1 is a GenericArrayType 136 type1(T[]) equals type2(T[]) 137 type1(T[]) equals type3(T[]) 138 type1(T[]) hashCode equals type2(T[]) hashCode 139 type1(T[]) hashCode equals type3(T[]) hashCode
|
/aosp12/system/bt/gd/hci/ |
H A D | address_with_type_test.cc | 32 AddressType type1 = AddressType::PUBLIC_DEVICE_ADDRESS; in TEST() local 33 AddressWithType address_with_type_1(addr1, type1); in TEST() 58 AddressType type1 = AddressType::PUBLIC_DEVICE_ADDRESS; in TEST() local 59 AddressWithType address_with_type_1(addr1, type1); in TEST()
|
/aosp12/packages/apps/Settings/tests/unit/src/com/android/settings/accessibility/ |
H A D | PreferredShortcutsTest.java | 60 final int type1 = 1; in retrieveUserShortcutType_fromMultiData_matchSavedType() local 63 COMPONENT_NAME_1.flattenToString(), type1); in retrieveUserShortcutType_fromMultiData_matchSavedType() 72 assertThat(retrieveType).isEqualTo(type1); in retrieveUserShortcutType_fromMultiData_matchSavedType()
|
/aosp12/bionic/libc/bionic/ |
H A D | mntent.cpp | 44 int fsname0, fsname1, dir0, dir1, type0, type1, opts0, opts1; in getmntent_r() local 46 &fsname0, &fsname1, &dir0, &dir1, &type0, &type1, &opts0, &opts1, in getmntent_r() 55 buf[type1] = '\0'; in getmntent_r()
|
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/tests/P_variation/ |
H A D | stdout.txt.expect | 23 auto op2 = model->addOperand(&type1); 96 auto op2 = model->addOperand(&type1); 252 auto op2 = model->addOperand(&type1); 327 auto op2 = model->addOperand(&type1); 479 auto op2 = model->addOperand(&type1); 556 auto op2 = model->addOperand(&type1); 712 auto op2 = model->addOperand(&type1); 787 auto op2 = model->addOperand(&type1); 939 auto op2 = model->addOperand(&type1); 1016 auto op2 = model->addOperand(&type1); [all …]
|
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/tests/P_backward_compatibility_float/ |
H A D | stdout.txt.expect | 18 OperandType type1(Type::TENSOR_FLOAT32, {4, 2}); 29 auto input_to_input_weights = model->addOperand(&type1); 30 auto input_to_forget_weights = model->addOperand(&type1); 31 auto input_to_cell_weights = model->addOperand(&type1); 32 auto input_to_output_weights = model->addOperand(&type1);
|
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/tests/P_implicit_variation/ |
H A D | stdout.txt.expect | 23 auto op2 = model->addOperand(&type1); 96 auto op2 = model->addOperand(&type1); 252 auto op2 = model->addOperand(&type1); 327 auto op2 = model->addOperand(&type1); 479 auto op2 = model->addOperand(&type1); 556 auto op2 = model->addOperand(&type1); 712 auto op2 = model->addOperand(&type1); 787 auto op2 = model->addOperand(&type1); 939 auto op2 = model->addOperand(&type1); 1016 auto op2 = model->addOperand(&type1); [all …]
|
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/tests/P_naming/ |
H A D | stdout.txt.expect | 23 auto op2 = model->addOperand(&type1); 96 auto op2 = model->addOperand(&type1); 252 auto op2 = model->addOperand(&type1); 327 auto op2 = model->addOperand(&type1); 479 auto op2 = model->addOperand(&type1); 556 auto op2 = model->addOperand(&type1); 712 auto op2 = model->addOperand(&type1); 787 auto op2 = model->addOperand(&type1); 939 auto op2 = model->addOperand(&type1); 1016 auto op2 = model->addOperand(&type1); [all …]
|
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/tests/P_float/ |
H A D | stdout.txt.expect | 18 OperandType type1(Type::TENSOR_FLOAT32, {1, 2, 2, 1}); 23 auto op2 = model->addOperand(&type1); 28 auto op4 = model->addOperand(&type1);
|
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/tests/P_quant8/ |
H A D | stdout.txt.expect | 18 OperandType type1(Type::TENSOR_FLOAT32, {1, 2, 2, 1}); 23 auto op2 = model->addOperand(&type1); 28 auto op4 = model->addOperand(&type1);
|
/aosp12/art/runtime/verifier/ |
H A D | reg_type.cc | 766 const ConstantType& type1 = *down_cast<const ConstantType*>(this); in Merge() local 768 int32_t val1 = type1.ConstantValue(); in Merge() 773 if (!type1.IsPreciseConstant()) { in Merge() 788 if (!type1.IsPreciseConstant()) { in Merge() 802 if (type1.IsConstantByte()) { in Merge() 810 } else if (type1.IsConstantShort()) { in Merge() 821 const ConstantType& type1 = *down_cast<const ConstantType*>(this); in Merge() local 823 int32_t val1 = type1.ConstantValueLo(); in Merge() 827 const ConstantType& type1 = *down_cast<const ConstantType*>(this); in Merge() local 829 int32_t val1 = type1.ConstantValueHi(); in Merge()
|
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/tests/P_implicit_parameter/ |
H A D | stdout.txt.expect | 18 OperandType type1(Type::TENSOR_FLOAT32, {1, 2}); 28 auto o1 = model->addOperand(&type1); 100 OperandType type1(Type::TENSOR_FLOAT32, {1, 2}); 182 OperandType type1(Type::TENSOR_FLOAT32, {1, 2});
|
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/tests/P_backward_compatibility_quant8/ |
H A D | stdout.txt.expect | 18 OperandType type1(Type::TENSOR_INT32, {2}, 0.25f, 0); 24 auto op3 = model->addOperand(&type1);
|
/aosp12/build/make/tools/releasetools/ |
H A D | target_files_diff.py | 183 type1 = stat1.st_mode & ~0o777 186 if type1 != type2:
|
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/tests/P_internal/ |
H A D | stdout.txt.expect | 18 OperandType type1(Type::INT32, {}); 22 auto act = model->addOperand(&type1);
|
/aosp12/frameworks/rs/ |
H A D | rsAllocation.cpp | 650 *type1 = other->getType(); in hasSameDims() local 652 return (type0->getCellCount() == type1->getCellCount()) && in hasSameDims() 653 (type0->getDimLOD() == type1->getDimLOD()) && in hasSameDims() 654 (type0->getDimFaces() == type1->getDimFaces()) && in hasSameDims() 655 (type0->getDimYuv() == type1->getDimYuv()) && in hasSameDims() 656 (type0->getDimX() == type1->getDimX()) && in hasSameDims() 657 (type0->getDimY() == type1->getDimY()) && in hasSameDims() 658 (type0->getDimZ() == type1->getDimZ()); in hasSameDims()
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/ |
H A D | TestMemoryInternal.cpp | 193 WrapperOperandType type1(WrapperType::TENSOR_QUANT8_ASYMM, {128, 13, 13, 128}, 0.5, 0); in TEST_F() local 197 auto op2 = model.addOperand(&type1); in TEST_F()
|
H A D | TestIntrospectionControl.cpp | 208 WrapperOperandType type1(WrapperType::INT32, {}); in createSimpleAddModel() local 212 auto act = model->addOperand(&type1); in createSimpleAddModel() 1142 WrapperOperandType type1(WrapperType::INT32, {}); in createAddMaxModel() local 1146 auto act = model->addOperand(&type1); in createAddMaxModel() 1207 WrapperOperandType type1(WrapperType::INT32, {}); in createAddMulModel() local 1211 auto act = model->addOperand(&type1); in createAddMulModel()
|
H A D | TestUnspecifiedDimensions.cpp | 302 auto type1 = getType(kIndex1_Model, {kValueA, 1}); in TestOne() local 309 auto op1 = model.addOperand(&type1); in TestOne()
|
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/ |
H A D | AnimatedVectorDrawable.java | 625 Class type1 = holder.getValueType(); in containsSameValueType() local 627 if (type1 == float.class || type1 == Float.class) { in containsSameValueType() 629 } else if (type1 == int.class || type1 == Integer.class) { in containsSameValueType() 632 return type1 == type2; in containsSameValueType()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | SmsUsageMonitor.java | 83 public static int mergeShortCodeCategories(int type1, int type2) { in mergeShortCodeCategories() argument 84 if (type1 > type2) return type1; in mergeShortCodeCategories()
|
/aosp12/hardware/interfaces/renderscript/1.0/vts/functional/ |
H A D | VtsScriptTests.cpp | 348 Type type1 = context->typeCreate(element1, 256, 256, 0, false, false, in TEST_P() local 350 ASSERT_NE(Type(0), type1); in TEST_P() 352 Allocation allocation1 = context->allocationCreateTyped(type1, AllocationMipmapControl::NONE, in TEST_P()
|