Searched refs:colon (Results 1 – 10 of 10) sorted by relevance
52 const char *colon = strchr(current, ':'); in GetLevelFromSettingsString() local61 if (errno != 0 || end == current || (end != colon && *end != '\0' && end != next)) { in GetLevelFromSettingsString()65 if (colon != NULL) { in GetLevelFromSettingsString()68 ++colon; in GetLevelFromSettingsString()69 } while (isspace(*colon)); in GetLevelFromSettingsString()70 size_t globLen = (next == NULL ? strlen(colon) : (next - 1 - colon)); in GetLevelFromSettingsString()71 while (globLen > 0 && isspace(colon[globLen - 1])) { in GetLevelFromSettingsString()76 colon, globLen, name, strlen(name), true /* ignoreCase */)) { in GetLevelFromSettingsString()
195 size_t colon = str.find(':'); in inspect_apk() local196 if (colon == string::npos) { in inspect_apk()199 element->ns = scope->namespaces[string(str, 0, colon)]; in inspect_apk()200 element->name.assign(str, colon+1, string::npos); in inspect_apk()220 size_t colon = str.find(':'); in inspect_apk() local221 if (colon == string::npos) { in inspect_apk()224 attr.ns = scope->namespaces[string(str, 0, colon)]; in inspect_apk()225 attr.name.assign(str, colon+1, string::npos); in inspect_apk()
434 int colon = encryption.indexOf(':'); in getEncryptionMethod() local435 return (colon == -1) ? encryption : encryption.substring(0, colon); in getEncryptionMethod()446 int colon = encryption.indexOf(':'); in getEncryptionKey() local447 return (colon == -1) ? null : encryption.substring(0, colon + 1); in getEncryptionKey()
345 int colon = line.indexOf(':'); in readNetworkHistory() local346 if (colon < 0) { in readNetworkHistory()350 String key = line.substring(0, colon).trim(); in readNetworkHistory()351 String value = line.substring(colon + 1).trim(); in readNetworkHistory()
37 const char colon = ':'; variable
2255 int colon = resName.indexOf(':'); in restoreNamedResourceLocked() local2256 if (colon > 0) { in restoreNamedResourceLocked()2257 pkg = resName.substring(0, colon); in restoreNamedResourceLocked()2267 if (colon > 0 && slash > 0 && (slash-colon) > 1) { in restoreNamedResourceLocked()2268 type = resName.substring(colon+1, slash); in restoreNamedResourceLocked()
2191 ssize_t colon = symbol.find(":", 0); in getSymbolPackage() local2192 if (colon >= 0) { in getSymbolPackage()2193 return String8(symbol.string(), colon); in getSymbolPackage()2199 ssize_t colon = symbol.find(":", 0); in getSymbolName() local2200 if (colon >= 0) { in getSymbolName()2201 return String8(symbol.string() + colon + 1); in getSymbolName()
448 int colon = attribute.indexOf(':'); in stripNamespace() local449 if (colon >= 0) { in stripNamespace()450 attribute = attribute.substring(colon + 1); in stripNamespace()
META-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...