HomeSort by relevance Sort by last modified time
    Searched refs:parseIntList (Results 1 - 2 of 2) sorted by null

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/peripheralprofile/
PeripheralProfile.java 121 private static int[] parseIntList(String intList) {
155 attribs.mChannelCounts = parseIntList(xmlAtts.getValue(kAttr_ChanCounts));
156 attribs.mChannelPositionMasks = parseIntList(xmlAtts.getValue(kAttr_ChanPosMasks));
157 attribs.mChannelIndexMasks = parseIntList(xmlAtts.getValue(kAttr_ChanIndexMasks));
158 attribs.mEncodings = parseIntList(xmlAtts.getValue(kAttr_Encodings));
159 attribs.mSampleRates = parseIntList(xmlAtts.getValue(kAttr_SampleRates));
  /external/deqp/framework/common/
tcuCommandLine.cpp 90 static void parseIntList (const char* src, std::vector<int>* dst)
165 << Option<CLDeviceIDs> (DE_NULL, "deqp-cl-device-ids", "Execute tests on given CL devices (comma-separated, IDs start from 1)", parseIntList, "")

Completed in 316 milliseconds