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) {
159 attribs.mChannelCounts = parseIntList(xmlAtts.getValue(kAttr_ChanCounts));
160 attribs.mChannelPositionMasks = parseIntList(xmlAtts.getValue(kAttr_ChanPosMasks));
161 attribs.mChannelIndexMasks = parseIntList(xmlAtts.getValue(kAttr_ChanIndexMasks));
162 attribs.mEncodings = parseIntList(xmlAtts.getValue(kAttr_Encodings));
163 attribs.mSampleRates = parseIntList(xmlAtts.getValue(kAttr_SampleRates));
  /external/deqp/framework/common/
tcuCommandLine.cpp 99 static void parseIntList (const char* src, std::vector<int>* dst)
175 << Option<CLDeviceIDs> (DE_NULL, "deqp-cl-device-ids", "Execute tests on given CL devices (comma-separated, IDs start from 1)", parseIntList, "")

Completed in 204 milliseconds