Searched refs:delim (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/camera/
H A DCameraParameters2.cpp185 static int parse_pair(const char *str, int *first, int *second, char delim,
192 if (*end != delim) {
193 ALOGE("Cannot find delimeter (%c) in str=%s", delim, str);
H A DCameraParameters.cpp297 static int parse_pair(const char *str, int *first, int *second, char delim, argument
304 if (*end != delim) {
305 ALOGE("Cannot find delimeter (%c) in str=%s", delim, str);
/frameworks/base/tools/aapt/
H A DAaptAssets.cpp85 const char *delim = ":"; local
106 for(char *token = strtok(patterns, delim);
108 token = strtok(NULL, delim)) {

Completed in 323 milliseconds