/aosp12/frameworks/base/cmds/interrupter/ |
H A D | interrupter.h | 29 #define CALL_FUNCTION_1(sym, ret, type1) \ argument 36 #define CALL_FUNCTION_2(sym, ret, type1, type2) \ argument 43 #define CALL_FUNCTION_3(sym, ret, type1, type2, type3) \ argument 50 #define CALL_FUNCTION_4(sym, ret, type1, type2, type3, type4) \ argument 57 #define CALL_FUNCTION_5(sym, ret, type1, type2, type3, type4, type5) \ argument
|
/aosp12/system/bt/gd/hci/ |
H A D | address_with_type_test.cc | 32 AddressType type1 = AddressType::PUBLIC_DEVICE_ADDRESS; in TEST() local 58 AddressType type1 = AddressType::PUBLIC_DEVICE_ADDRESS; in TEST() local
|
/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
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/editor/ |
H A D | RawContactDeltaComparator.java | 50 final AccountType type1 = accountTypes.getAccountType(accountType1, dataSet1); in compare() local
|
/aosp12/bionic/libc/bionic/ |
H A D | mntent.cpp | 44 int fsname0, fsname1, dir0, dir1, type0, type1, opts0, opts1; in getmntent_r() local
|
/aosp12/art/test/046-reflect/src/ |
H A D | Main.java | 614 Type type1 = types1.get(0); in checkParametrizedTypeEqualsAndHashCode() local 670 Type type1 = types1.get(0); in checkGenericArrayTypeEqualsAndHashCode() local
|
/aosp12/art/runtime/verifier/ |
H A D | reg_type.cc | 766 const ConstantType& type1 = *down_cast<const ConstantType*>(this); in Merge() local 821 const ConstantType& type1 = *down_cast<const ConstantType*>(this); in Merge() local 827 const ConstantType& type1 = *down_cast<const ConstantType*>(this); in Merge() local
|
/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
|
H A D | TestIntrospectionControl.cpp | 208 WrapperOperandType type1(WrapperType::INT32, {}); in createSimpleAddModel() local 1142 WrapperOperandType type1(WrapperType::INT32, {}); in createAddMaxModel() local 1207 WrapperOperandType type1(WrapperType::INT32, {}); in createAddMulModel() local
|
H A D | TestUnspecifiedDimensions.cpp | 302 auto type1 = getType(kIndex1_Model, {kValueA, 1}); in TestOne() local
|
/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()
|
/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
|
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
H A D | LegacyContactsProviderTest.java | 585 int type1, String label1, String data1, String auxData1, boolean primary1, in assertContactMethodUpdate()
|
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/ |
H A D | AnimatedVectorDrawable.java | 625 Class type1 = holder.getValueType(); in containsSameValueType() local
|
/aosp12/art/compiler/optimizing/ |
H A D | code_generator.cc | 1625 DataType::Type type1, in EmitParallelMoves()
|
H A D | instruction_simplifier.cc | 912 DataType::Type type1 = a->GetType(); in AreLowerPrecisionArgs() local
|
/aosp12/frameworks/rs/ |
H A D | rsAllocation.cpp | 650 *type1 = other->getType(); in hasSameDims() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | ActivityRecord.java | 3896 final int type1 = newWindow.mAttrs.type; in isFirstChildWindowGreaterThanSecond() local
|