Searched refs:separated (Results 1 – 4 of 4) sorted by relevance
162 String[] separated = lines[nIndex].split("="); in initFromString() local164 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() local176 if (separated.length > 1 && separated[0].equalsIgnoreCase(SERIALIZED_COUNT)) { in initFromString()177 nCount = Integer.parseInt(separated[1]); in initFromString()
6 // we have only separated the source code but it is still included as part of the build targets for
23 separated by "|" Example:
12 …to cover sdk/ndk api in normal and error scenarios. Error scenarios are separated from regular usa…