Home
last modified time | relevance | path

Searched refs:separated (Results 1 – 2 of 2) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/
DVectorAverage.java162 String[] separated = lines[nIndex].split("="); in initFromString() local
164 if (separated.length > 1 && separated[0].equalsIgnoreCase(SERIALIZED_VERSION)) { in initFromString()
165 nVersion = Integer.parseInt(separated[1]); in initFromString()
174 String[] separated = lines[nIndex].split("="); in initFromString() local
176 if (separated.length > 1 && separated[0].equalsIgnoreCase(SERIALIZED_COUNT)) { in initFromString()
177 nCount = Integer.parseInt(separated[1]); in initFromString()
/cts/apps/CameraITS/build/scripts/
Dgpylint_rcfile8 # can either give multiple identifiers separated by comma (,) or put this
22 # either give multiple identifier separated by comma (,) or put this option
112 # List of builtins function names that should not be used, separated by a comma
115 # Bad variable names which should always be refused, separated by a comma
136 # Good variable names which should always be accepted, separated by a comma
151 # separated by a comma
158 # Required attributes for module, separated by a comma
170 # List of interface methods to ignore, separated by a comma. This is used for
296 # Deprecated modules which should not be used, separated by a comma
328 # List of plugins (as comma separated values of python modules names) to load,
[all …]