Home
last modified time | relevance | path

Searched refs:underscore (Results 1 – 5 of 5) sorted by relevance

/frameworks/wilhelm/src/
Dtrace.cpp68 const char *underscore = function; in slTraceEnterInterface() local
69 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() local
95 while (*underscore != '\0') { in slTraceLeaveInterface()
96 if (*underscore == '_') { in slTraceLeaveInterface()
99 ++underscore; in slTraceLeaveInterface()
[all …]
/frameworks/base/core/java/android/text/format/
DTimeFormatter.java522 private static String getFormat(int modifier, String normal, String underscore, String dash, in getFormat() argument
526 return underscore; in getFormat()
/frameworks/native/opengl/tools/glgen/src/
DJniCodeEmitter.java400 int underscore = checks[index].indexOf('_'); in emitNativeBoundsChecks() local
401 if (underscore >= 0) { in emitNativeBoundsChecks()
402 String abbr = checks[index].substring(underscore + 1); in emitNativeBoundsChecks()
/frameworks/compile/mclinker/include/mcld/Config/
DConfig.h.cmake554 /* Define if dlsym() requires a leading underscore in symbol names. */
/frameworks/ml/nn/tools/api/
Dtypes.spec3025 // There is no underscore in ARG_MAX to avoid name conflict with