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

  /system/media/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...]
  /external/qemu/
curses_keys.h 311 { "underscore", 0x05f },
  /bionic/libc/tzcode/
strftime.c 179 static char *getformat(int modifier, char *normal, char *underscore,
183 return underscore;
  /external/llvm/autoconf/m4/
ltdl.m4 342 # does the compiler prefix global symbols with an underscore?
356 # See whether the symbols have a leading underscore.
385 AC_CACHE_CHECK([whether we have to add an underscore for dlsym],
400 [Define if dlsym() requires a leading underscore in symbol names.])
  /external/llvm/projects/sample/autoconf/m4/
ltdl.m4 342 # does the compiler prefix global symbols with an underscore?
356 # See whether the symbols have a leading underscore.
385 AC_CACHE_CHECK([whether we have to add an underscore for dlsym],
400 [Define if dlsym() requires a leading underscore in symbol names.])
  /system/core/libcutils/
tzstrftime.c 129 static char *getformat(int modifier, char *normal, char *underscore,
133 return underscore;
  /frameworks/base/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...]
  /external/libvpx/vpx_ports/
x86_abi_support.asm 83 ; with C linkage be prefixed with an underscore.
  /external/stlport/
configure.bat 178 echo in the last place before version information, separated by an underscore, ex:
  /external/grub/stage2/
builtins.c     [all...]
  /external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php     [all...]
  /external/opencv/cxcore/src/
cxpersistence.cpp     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
prototype-1.6.0.3.js 470 underscore: function() {
    [all...]
concat-jquery-mootools-prototype.js     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 377 milliseconds