HomeSort by relevance Sort by last modified time
    Searched defs:underscore (Results 1 - 3 of 3) 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 355 int underscore = checks[index].indexOf('_'); local
356 if (underscore >= 0) {
357 String abbr = checks[index].substring(underscore + 1);
    [all...]
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 58 milliseconds