Searched refs:colon (Results 1 – 16 of 16) sorted by relevance
/frameworks/av/media/libstagefright/foundation/ |
D | ADebug.cpp | 50 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/ |
D | SimpleSessionDescription.java | 434 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/ |
D | Path.h | 36 const char colon = ':'; variable
|
/frameworks/base/services/core/java/com/android/server/wallpaper/ |
D | WallpaperManagerService.java | 1331 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/ |
D | Resource.cpp | 2018 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/ |
D | performance.jd | 149 <p>To maximize battery life, use animations sparingly. Even a blinking colon wakes up the CPU with
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | data-element.jd | 81 A scheme is specified without the trailing colon (for example,
|
D | receiver-element.jd | 161 If the name assigned to this attribute begins with a colon (':'), a new
|
D | service-element.jd | 176 If the name assigned to this attribute begins with a colon (':'), a new
|
D | provider-element.jd | 274 If the name assigned to this attribute begins with a colon (':'), a new
|
D | application-element.jd | 315 If the name assigned to this attribute begins with a colon (':'), a new
|
D | activity-element.jd | 768 If the name assigned to this attribute begins with a colon (':'), a new
|
/frameworks/base/docs/html/training/articles/ |
D | memory.jd | 536 <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/ |
D | nfc.jd | 689 and type (<code>externalType</code> in the example) separated by a colon.
|
/frameworks/base/docs/html/tools/help/ |
D | adb.jd | 835 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/ |
D | index.jd | 3346 it contained multiple directories separated with a colon. </li>
|