Home
last modified time | relevance | path

Searched refs:mType (Results 1 – 8 of 8) 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/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/tools/tradefed-host/src/com/android/cts/tradefed/result/
DTest.java181 serializer.attribute(CtsXmlResultReporter.ns, SCORETYPE_ATTR, summary.mType); in serialize()
204 serializer.attribute(CtsXmlResultReporter.ns, SCORETYPE_ATTR, d.mType); in serialize()
228 public String mType; field in Test.PerfResultCommon
251 r.mType = elems[2]; in parseSummary()
269 r.mType = elems[2]; in parseDetails()
/cts/tests/src/android/os/cts/
DReadElf.java195 private int mType; field in ReadElf
244 return mType; in getType()
279 mType = readHalf(getHeaderOffset(OFFSET_TYPE)); in readHeader()
/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