/cts/suite/audio_quality/lib/include/task/ |
D | TaskCase.h | 60 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
|
D | TaskProcess.h | 61 ProcessType mType; variable 78 return (mType == EId); in isIdType() 81 ParamType mType;
|
D | TaskGeneric.h | 56 return mType; in getType() 108 TaskType mType;
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
D | SetSupportMessageActivity.java | 38 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/ |
D | AllocationCache.java | 208 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()
|
D | AllocationInfo.java | 46 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/ |
D | TaskProcess.cpp | 38 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()
|
D | TaskGeneric.cpp | 23 mType(type), in TaskGeneric()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/cube/ |
D | ProjectionCubeActivity.java | 35 mType = ProjectionPresentationType.TUMBLING_CUBES; in onCreate()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/video/ |
D | ProjectionVideoActivity.java | 34 mType = ProjectionPresentationType.VIDEO_PLAYBACK; in onCreate()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/touch/ |
D | ProjectionTouchActivity.java | 35 mType = ProjectionPresentationType.MULTI_TOUCH; in onCreate()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/list/ |
D | ProjectionListActivity.java | 35 mType = ProjectionPresentationType.SCROLLING_LIST; in onCreate()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/ |
D | ProjectionActivity.java | 52 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/ |
D | ReportLog.java | 61 ResultType mType; field in ReportLog.Metric 101 mType = type; in Metric() 118 return mType; in getType()
|
/cts/libs/deviceutil/src/android/cts/util/ |
D | ReadElf.java | 131 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/ |
D | ProjectionWidgetActivity.java | 59 mType = ProjectionPresentationType.BASIC_WIDGETS; in onCreate()
|
/cts/tools/dex-tools/dex/ |
D | classes.out.dex | 19704 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
|