Home
last modified time | relevance | path

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

/cts/suite/audio_quality/lib/include/task/
DTaskCase.h60 inline Value(): mType(ETypeDouble) {}; in Value()
61 inline Value(Type type): mType(type) {}; in Value()
62 inline Value(double val): mType(ETypeDouble) { in Value()
65 inline 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/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/camera/src/android/hardware/camera2/cts/rs/
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 == otherKey.mUsage; in equals()
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()
/cts/suite/audio_quality/lib/src/task/
DTaskProcess.cpp38 if (mType == EBuiltin) { in run()
308 mType = EBuiltin; in parseAttribute()
310 mType = EScript; in parseAttribute()
328 : mType(type), in Param()
336 : mType(TaskProcess::EConst), in Param()
344 return mType; in getType()
349 ASSERT((mType == TaskProcess::EId) || (mType == TaskProcess::EVal)); in getParamString()
355 ASSERT(mType == TaskProcess::EConst); in getValue()
361 ASSERT(mType == TaskProcess::EConst); in getValuePtr()
DTaskGeneric.cpp23 mType(type), in TaskGeneric()
/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/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/util/src/com/android/compatibility/common/util/
DReportLog.java61 ResultType mType; field in ReportLog.Metric
101 mType = type; in Metric()
118 return mType; in getType()
/cts/libs/deviceutil/src/android/cts/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/widgets/
DProjectionWidgetActivity.java59 mType = ProjectionPresentationType.BASIC_WIDGETS; in onCreate()
/cts/tools/dex-tools/dex/
Dclasses.out.dex19704 private java.lang.String mType
42575 private int mType
52869 public int mType
57846 private final int mType
86500 int mType
95514 private int mType