Home
last modified time | relevance | path

Searched refs:mType (Results 1 – 25 of 28) sorted by relevance

12

/cts/suite/audio_quality/lib/include/task/
DTaskCase.h60 inline Value(): mType(ETypeDouble) {}; in Value()
61 inline explicit Value(Type type): mType(type) {}; in Value()
62 inline explicit Value(double val): mType(ETypeDouble) { in Value()
65 inline explicit Value(int64_t val): mType(ETypeI64) { in Value()
69 return mType; in getType()
72 mType = type; in setType()
76 mType = ETypeDouble; in setDouble()
86 mType = ETypeI64; in setInt64()
98 return ((mValue[0] == b.mValue[0]) && (mType == b.mType));
103 Type mType; variable
DTaskProcess.h61 ProcessType mType; variable
78 return (mType == EId); in isIdType()
81 ParamType mType;
DTaskGeneric.h56 return mType; in getType()
108 TaskType mType;
/cts/tools/release-parser/src/com/android/cts/releaseparser/
DTestModuleConfigParser.java31 private Entry.EntryType mType; field in TestModuleConfigParser
40 if (mType == null) { in getType()
43 return mType; in getType()
48 if (mType == Entry.EntryType.TEST_MODULE_CONFIG) { in setAdditionalInfo()
56 if (mType == null) { in getTestModuleConfig()
72 mType = Entry.EntryType.TEST_MODULE_CONFIG; in parseFile()
77 mType = Entry.EntryType.FILE; in parseFile()
DTestSuiteTradefedParser.java45 private Entry.EntryType mType; field in TestSuiteTradefedParser
59 if (mType == null) { in getType()
62 return mType; in getType()
66 if (mType == null) { in getName()
73 if (mType == null) { in getFullName()
80 if (mType == null) { in getBuildNumber()
87 if (mType == null) { in getTargetArch()
94 if (mType == null) { in getVersion()
185 mType = Entry.EntryType.TEST_SUITE_TRADEFED; in parseFile()
192 mType = super.getType(); in parseFile()
DBuildPropParser.java30 private Entry.EntryType mType; field in BuildPropParser
39 if (mType == null) { in getType()
42 return mType; in getType()
70 if (mType == null) { in getProperties()
77 if (mType == null) { in getProperty()
103 mType = Entry.EntryType.BUILD_PROP; in parseFile()
107 mType = super.getType(); in parseFile()
DRcParser.java39 private Entry.EntryType mType; field in RcParser
49 if (mType == null) { in getType()
52 return mType; in getType()
132 mType = Entry.EntryType.RC; in parseFile()
136 mType = super.getType(); in parseFile()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DSetSupportMessageActivity.java38 private String mType; field in SetSupportMessageActivity
51 mType = getIntent().getStringExtra(EXTRA_SUPPORT_MSG_TYPE); in onCreate()
52 setTitle(TYPE_SHORT_MSG.equals(mType) in onCreate()
58 mSupportMessage.setText(TYPE_SHORT_MSG.equals(mType) in onCreate()
68 message = getString(TYPE_SHORT_MSG.equals(mType) in onClick()
79 if (TYPE_SHORT_MSG.equals(mType)) { in onClick()
/cts/tests/signature/lib/common/src/android/signature/cts/
DDexMember.java29 private final String mType; field in DexMember
35 mType = type; in DexMember()
52 return mType; in getDexType()
56 return dexToJavaType(mType); in getJavaType()
/cts/suite/audio_quality/lib/src/task/
DTaskProcess.cpp39 if (mType == EBuiltin) { in run()
310 mType = EBuiltin; in parseAttribute()
312 mType = EScript; in parseAttribute()
330 : mType(type), in Param()
338 : mType(TaskProcess::EConst), in Param()
346 return mType; in getType()
351 ASSERT((mType == TaskProcess::EId) || (mType == TaskProcess::EVal)); in getParamString()
357 ASSERT(mType == TaskProcess::EConst); in getValue()
363 ASSERT(mType == TaskProcess::EConst); in getValuePtr()
/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DAllocationInfo.java46 private final Type mType; field in AllocationInfo
240 mType = typeBuilder.create(); in AllocationInfo()
252 return mType; in getType()
400 return mType.equals(other.mType) && mUsage == other.mUsage; in equals()
414 return RenderScriptSingleton.getCache().getOrCreateTyped(mType, mUsage); in createAllocation()
DAllocationCache.java208 private final Type mType; field in AllocationCache.AllocationKey
212 mType = type; in AllocationKey()
218 return mType.hashCode() ^ mUsage; in hashCode()
226 return otherKey.mType.equals(mType) && otherKey.mUsage == mUsage; in equals()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DAccessibilityEventFilterUtils.java63 private int mType; field in AccessibilityEventFilterUtils.AccessibilityEventTypeMatcher
67 mType = type; in AccessibilityEventTypeMatcher()
72 return event.getEventType() == mType; in matchesSafely()
77 description.appendText("Matching to type " + mType); in describeTo()
/cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/
DDeviceEvent.java185 private final Field mType; field in DeviceEvent.DeviceEventTable
195 mType = getField(EventTableConstants.TYPE); in DeviceEventTable()
203 mType.putString(values, event.type.name()); in buildContentValues()
217 DeviceEventType.valueOf(mType.getString(cursor)), in buildStream()
/cts/tests/sensor/jni/
DSensorTest.cpp138 : mType(type), mSize(0), mBuffer(nullptr), in TestSharedMemory()
198 switch(mType) { in release()
230 this, static_cast<int>(mType), mSharedMemoryFd, mHardwareBuffer, mSize, mBuffer); in release()
DSensorTest.h124 return mType; in getType()
134 const int mType; variable
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/
DProjectionActivity.java52 protected ProjectionPresentationType mType; field in ProjectionActivity
67 … mService.startRendering(mSurface, mWidth, mHeight, metrics.densityDpi, mType.ordinal());
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DReadElf.java131 private int mType; field in ReadElf
188 return mType; in getType()
249 mType = readHalf(); in readHeader()
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DReadElf.java131 private int mType; field in ReadElf
188 return mType; in getType()
249 mType = readHalf(); in readHeader()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/cube/
DProjectionCubeActivity.java35 mType = ProjectionPresentationType.TUMBLING_CUBES; in onCreate()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/video/
DProjectionVideoActivity.java34 mType = ProjectionPresentationType.VIDEO_PLAYBACK; in onCreate()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/touch/
DProjectionTouchActivity.java35 mType = ProjectionPresentationType.MULTI_TOUCH; in onCreate()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/list/
DProjectionListActivity.java35 mType = ProjectionPresentationType.SCROLLING_LIST; in onCreate()
/cts/tests/tests/keystore/src/android/server/am/
DWindowManagerState.java484 private int mType = 0; field in WindowManagerState.WindowState
502 mType = proto.attributes.type; in WindowState()
572 return mType; in getType()
592 + getWindowTypeSuffix(mWindowType) + "}" + " type=" + mType in toString()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-13253/
Dpoc.cpp72 .mType = ICrypto::kDestinationTypeSharedMemory, .mHandle = NULL, .mSharedMemory = destMemory in main()

12