HomeSort by relevance Sort by last modified time
    Searched defs:underscore (Results 1 - 6 of 6) sorted by null

  /frameworks/wilhelm/src/
trace.c 68 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/native/opengl/tools/glgen/src/
JniCodeEmitter.java 377 int underscore = checks[index].indexOf('_'); local
378 if (underscore >= 0) {
379 String abbr = checks[index].substring(underscore + 1);
    [all...]
  /prebuilts/tools/common/m2/repository/jline/jline/0.9.94/
jline-0.9.94.jar 
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 472 milliseconds