Home
last modified time | relevance | path

Searched defs:int2 (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/database/
DCursorWindowTest.java87 long int2 = window.getLong(0, 1); in doTestValues() local
/frameworks/libs/net/common/tests/unit/src/com/android/net/module/util/netlink/
DStructNlAttrTest.java83 final int int2 = attr2.getValueAsInt(0x08 /* default value */); in testGetValueAsIntger() local
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/log/
DLogMessageImpl.kt30 override var int2: Int, variable in com.android.systemui.plugins.log.LogMessageImpl
DLogMessage.kt50 var int2: Int variable
/frameworks/native/libs/math/include/math/
Dvec2.h114 typedef details::TVec2<int32_t> int2; typedef
/frameworks/rs/cpu_ref/
DrsCpuIntrinsicInlines.h41 typedef int int2 __attribute__((ext_vector_type(2))); typedef
/frameworks/rs/toolkit/
DUtils.h67 typedef int int2 __attribute__((ext_vector_type(2))); typedef
/frameworks/libs/net/common/tests/unit/src/com/android/net/module/util/
DStructTest.java567 MismatchedConstructor(String int1, String int2) { in MismatchedConstructor()
583 ClassWithTwoConstructors(String int1, String int2) { in ClassWithTwoConstructors()
587 ClassWithTwoConstructors(int int1, int int2) { in ClassWithTwoConstructors()
/frameworks/rs/driver/
DrsdRuntimeStubs.cpp78 typedef int32_t int2 __attribute__((ext_vector_type(2))); typedef