Searched refs:colon (Results 1 - 9 of 9) sorted by relevance

/frameworks/av/media/libstagefright/foundation/
H A DADebug.cpp52 char *colon = strchr(current, ':'); local
61 if (errno != 0 || end == current || (end != colon && *end != '\0' && end != next)) {
65 if (colon != NULL) {
67 do { // skip colon and spaces
68 ++colon;
69 } while (isspace(*colon));
70 size_t globLen = (next == NULL ? strlen(colon) : (next - 1 - colon));
71 while (globLen > 0 && isspace(colon[globLen - 1])) {
76 colon, globLe
[all...]
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSimpleSessionDescription.java434 int colon = encryption.indexOf(':');
435 return (colon == -1) ? encryption : encryption.substring(0, colon);
446 int colon = encryption.indexOf(':');
447 return (colon == -1) ? null : encryption.substring(0, colon + 1);
/frameworks/compile/mclinker/include/mcld/Support/
H A DPath.h37 const char colon = ':'; member in namespace:mcld::sys::fs
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNetworkHistory.java348 int colon = line.indexOf(':');
349 if (colon < 0) {
353 String key = line.substring(0, colon).trim();
354 String value = line.substring(colon + 1).trim();
/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DWallpaperManagerService.java2095 int colon = resName.indexOf(':');
2096 if (colon > 0) {
2097 pkg = resName.substring(0, colon);
2107 if (colon > 0 && slash > 0 && (slash-colon) > 1) {
2108 type = resName.substring(colon+1, slash);
/frameworks/base/tools/aapt/
H A DResource.cpp2059 ssize_t colon = symbol.find(":", 0); local
2060 if (colon >= 0) {
2061 return String8(symbol.string(), colon);
2067 ssize_t colon = symbol.find(":", 0); local
2068 if (colon >= 0) {
2069 return String8(symbol.string() + colon + 1);
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/store/
H A DSetterStore.java448 int colon = attribute.indexOf(':');
449 if (colon >= 0) {
450 attribute = attribute.substring(colon + 1);
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 1213 milliseconds