Searched refs:colon (Results 1 – 2 of 2) sorted by relevance
294 int colon = type.indexOf(':'); in readFromReader() local295 if (colon != -1) { in readFromReader()296 obfuscatedLineStart = Integer.parseInt(type.substring(0, colon)); in readFromReader()298 type = type.substring(colon + 1); in readFromReader()300 colon = type.indexOf(':'); in readFromReader()301 if (colon != -1) { in readFromReader()302 obfuscatedLineEnd = Integer.parseInt(type.substring(0, colon)); in readFromReader()303 type = type.substring(colon + 1); in readFromReader()318 colon = clearName.lastIndexOf(':'); in readFromReader()319 if (colon != -1) { in readFromReader()[all …]
65 $(foreach f,$(my_files),$(call word-colon,1,$f):out/host/linux-x86/$(call word-colon,2,$f))