Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/foundation/
DADebug.cpp50 char *colon = strchr(current, ':'); in GetDebugLevelFromString() local
59 if (errno != 0 || end == current || (end != colon && *end != '\0' && end != next)) { in GetDebugLevelFromString()
63 if (colon != NULL) { in GetDebugLevelFromString()
66 ++colon; in GetDebugLevelFromString()
67 } while (isspace(*colon)); in GetDebugLevelFromString()
68 size_t globLen = (next == NULL ? strlen(colon) : (next - 1 - colon)); in GetDebugLevelFromString()
69 while (globLen > 0 && isspace(colon[globLen - 1])) { in GetDebugLevelFromString()
74 colon, globLen, name, strlen(name), true /* ignoreCase */)) { in GetDebugLevelFromString()
/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/compile/mclinker/include/mcld/Support/
DPath.h36 const char colon = ':'; variable
/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperManagerService.java1331 int colon = resName.indexOf(':'); in restoreNamedResourceLocked() local
1332 if (colon > 0) { in restoreNamedResourceLocked()
1333 pkg = resName.substring(0, colon); in restoreNamedResourceLocked()
1343 if (colon > 0 && slash > 0 && (slash-colon) > 1) { in restoreNamedResourceLocked()
1344 type = resName.substring(colon+1, slash); in restoreNamedResourceLocked()
/frameworks/base/tools/aapt/
DResource.cpp2018 ssize_t colon = symbol.find(":", 0); in getSymbolPackage() local
2019 if (colon >= 0) { in getSymbolPackage()
2020 return String8(symbol.string(), colon); in getSymbolPackage()
2026 ssize_t colon = symbol.find(":", 0); in getSymbolName() local
2027 if (colon >= 0) { in getSymbolName()
2028 return String8(symbol.string() + colon + 1); in getSymbolName()
/frameworks/base/docs/html/training/wearables/watch-faces/
Dperformance.jd149 <p>To maximize battery life, use animations sparingly. Even a blinking colon wakes up the CPU with
/frameworks/base/docs/html/guide/topics/manifest/
Ddata-element.jd81 A scheme is specified without the trailing colon (for example,
Dreceiver-element.jd161 If the name assigned to this attribute begins with a colon (':'), a new
Dservice-element.jd176 If the name assigned to this attribute begins with a colon (':'), a new
Dprovider-element.jd274 If the name assigned to this attribute begins with a colon (':'), a new
Dapplication-element.jd315 If the name assigned to this attribute begins with a colon (':'), a new
Dactivity-element.jd768 If the name assigned to this attribute begins with a colon (':'), a new
/frameworks/base/docs/html/training/articles/
Dmemory.jd536 <p>Your process name should begin with a colon (':') to ensure that the process remains private to
/frameworks/base/docs/html/guide/topics/connectivity/nfc/
Dnfc.jd689 and type (<code>externalType</code> in the example) separated by a colon.
/frameworks/base/docs/html/tools/help/
Dadb.jd835 is a URI if it contains a ":" (colon); it assumes the argument is a component name if it
/frameworks/base/docs/html/tools/sdk/ndk/
Dindex.jd3346 it contained multiple directories separated with a colon. </li>