Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/foundation/
DADebug.cpp52 const char *colon = strchr(current, ':'); in GetLevelFromSettingsString() local
61 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()
/frameworks/base/tools/bit/
Daapt.cpp196 size_t colon = str.find(':'); in inspect_apk() local
197 if (colon == string::npos) { in inspect_apk()
200 element->ns = scope->namespaces[string(str, 0, colon)]; in inspect_apk()
201 element->name.assign(str, colon+1, string::npos); in inspect_apk()
221 size_t colon = str.rfind(':'); in inspect_apk() local
222 if (colon == string::npos) { in inspect_apk()
225 attr.ns.assign(str, 0, colon); in inspect_apk()
226 attr.name.assign(str, colon+1, string::npos); in inspect_apk()
/frameworks/opt/net/voip/src/java/android/net/sip/
DSimpleSessionDescription.java434 int colon = encryption.indexOf(':'); in getEncryptionMethod() local
435 return (colon == -1) ? encryption : encryption.substring(0, colon); in getEncryptionMethod()
446 int colon = encryption.indexOf(':'); in getEncryptionKey() local
447 return (colon == -1) ? null : encryption.substring(0, colon + 1); in getEncryptionKey()
/frameworks/av/services/mediatranscoding/
D.clang-format21 # lines indented eight spaces.". clang-format does not support having the colon
/frameworks/compile/mclinker/include/mcld/Support/
DPath.h37 const char colon = ':'; variable
/frameworks/base/core/proto/android/content/
Dintent.proto78 // without the trailing colon (for example, http, rather than http:). If the
/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperManagerService.java3337 int colon = resName.indexOf(':'); in restoreNamedResourceLocked() local
3338 if (colon > 0) { in restoreNamedResourceLocked()
3339 pkg = resName.substring(0, colon); in restoreNamedResourceLocked()
3349 if (colon > 0 && slash > 0 && (slash-colon) > 1) { in restoreNamedResourceLocked()
3350 type = resName.substring(colon+1, slash); in restoreNamedResourceLocked()
/frameworks/base/tools/aapt/
DResource.cpp2223 ssize_t colon = symbol.find(":", 0); in getSymbolPackage() local
2224 if (colon >= 0) { in getSymbolPackage()
2225 return String8(symbol.string(), colon); in getSymbolPackage()
2231 ssize_t colon = symbol.find(":", 0); in getSymbolName() local
2232 if (colon >= 0) { in getSymbolName()
2233 return String8(symbol.string() + colon + 1); in getSymbolName()
/frameworks/native/opengl/libs/EGL/
DGLES_layers.md6 …nd enumerate a specified layer list. The layer list will be specified by colon separated filename…
/frameworks/opt/setupwizard/tools/docs/
Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...