Searched refs:underscore (Results 1 – 5 of 5) sorted by relevance
68 const char *underscore = function; in slTraceEnterInterface() local69 while (*underscore != '\0') { in slTraceEnterInterface()70 if (*underscore == '_') { in slTraceEnterInterface()75 SL_LOGD("Entering %.*s::%s", (int) (underscore - function), function, in slTraceEnterInterface()76 &underscore[1]); in slTraceEnterInterface()80 ++underscore; in slTraceEnterInterface()94 const char *underscore = function; in slTraceLeaveInterface() local95 while (*underscore != '\0') { in slTraceLeaveInterface()96 if (*underscore == '_') { in slTraceLeaveInterface()99 ++underscore; in slTraceLeaveInterface()[all …]
522 private static String getFormat(int modifier, String normal, String underscore, String dash, in getFormat() argument526 return underscore; in getFormat()
400 int underscore = checks[index].indexOf('_'); in emitNativeBoundsChecks() local401 if (underscore >= 0) { in emitNativeBoundsChecks()402 String abbr = checks[index].substring(underscore + 1); in emitNativeBoundsChecks()
554 /* Define if dlsym() requires a leading underscore in symbol names. */
3025 // There is no underscore in ARG_MAX to avoid name conflict with