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

/frameworks/wilhelm/src/
H A Dtrace.c68 const char *underscore = function; local
69 while (*underscore != '\0') {
70 if (*underscore == '_') {
75 SL_LOGD("Entering %.*s::%s", (int) (underscore - function), function,
76 &underscore[1]);
80 ++underscore;
94 const char *underscore = function; local
95 while (*underscore != '\0') {
96 if (*underscore == '_') {
99 ++underscore;
[all...]
/frameworks/base/core/java/android/text/format/
H A DTimeFormatter.java445 private static String getFormat(int modifier, String normal, String underscore, String dash, argument
449 return underscore;
/frameworks/native/opengl/tools/glgen/src/
H A DJniCodeEmitter.java394 int underscore = checks[index].indexOf('_');
395 if (underscore >= 0) {
396 String abbr = checks[index].substring(underscore + 1);

Completed in 99 milliseconds