Home
last modified time | relevance | path

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

/art/tools/ahat/src/main/com/android/ahat/proguard/
DProguardMap.java294 int colon = type.indexOf(':'); in readFromReader() local
295 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 …]
/art/build/
DAndroid.gtest.mk65 $(foreach f,$(my_files),$(call word-colon,1,$f):out/host/linux-x86/$(call word-colon,2,$f))