Home
last modified time | relevance | path

Searched defs:type1 (Results 1 – 18 of 18) sorted by relevance

/aosp12/frameworks/base/cmds/interrupter/
H A Dinterrupter.h29 #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 Daddress_with_type_test.cc32 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 DPreferredShortcutsTest.java60 final int type1 = 1; in retrieveUserShortcutType_fromMultiData_matchSavedType() local
/aosp12/packages/apps/Contacts/src/com/android/contacts/editor/
H A DRawContactDeltaComparator.java50 final AccountType type1 = accountTypes.getAccountType(accountType1, dataSet1); in compare() local
/aosp12/bionic/libc/bionic/
H A Dmntent.cpp44 int fsname0, fsname1, dir0, dir1, type0, type1, opts0, opts1; in getmntent_r() local
/aosp12/art/test/046-reflect/src/
H A DMain.java614 Type type1 = types1.get(0); in checkParametrizedTypeEqualsAndHashCode() local
670 Type type1 = types1.get(0); in checkGenericArrayTypeEqualsAndHashCode() local
/aosp12/art/runtime/verifier/
H A Dreg_type.cc766 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 DTestMemoryInternal.cpp193 WrapperOperandType type1(WrapperType::TENSOR_QUANT8_ASYMM, {128, 13, 13, 128}, 0.5, 0); in TEST_F() local
H A DTestIntrospectionControl.cpp208 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 DTestUnspecifiedDimensions.cpp302 auto type1 = getType(kIndex1_Model, {kValueA, 1}); in TestOne() local
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSmsUsageMonitor.java83 public static int mergeShortCodeCategories(int type1, int type2) { in mergeShortCodeCategories()
/aosp12/hardware/interfaces/renderscript/1.0/vts/functional/
H A DVtsScriptTests.cpp348 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 DLegacyContactsProviderTest.java585 int type1, String label1, String data1, String auxData1, boolean primary1, in assertContactMethodUpdate()
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedVectorDrawable.java625 Class type1 = holder.getValueType(); in containsSameValueType() local
/aosp12/art/compiler/optimizing/
H A Dcode_generator.cc1625 DataType::Type type1, in EmitParallelMoves()
H A Dinstruction_simplifier.cc912 DataType::Type type1 = a->GetType(); in AreLowerPrecisionArgs() local
/aosp12/frameworks/rs/
H A DrsAllocation.cpp650 *type1 = other->getType(); in hasSameDims() local
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityRecord.java3896 final int type1 = newWindow.mAttrs.type; in isFirstChildWindowGreaterThanSecond() local