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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/wilhelm/src/
trace.cpp 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...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
rd-bkw5b.d 1 #as: --underscore --em=criself --defsym extra=1
rd-bkw5bpic.d 1 #as: --pic --underscore --em=criself --defsym extra=-818
rd-bkw5bv32.d 1 #as: --march=v32 --underscore --em=criself --defsym extra=-818
rd-pic-2.d 2 #as: --underscore --em=criself --pic
rd-arch-1.d 2 #as: --march=v32 --underscore --em=criself
rd-arch-3.d 2 #as: --march=v0_v10 --underscore --em=criself
rd-bkw5bv32pic.d 1 #as: --march=v32 --pic --underscore --em=criself --defsym extra=-818
rd-arch-2.d 2 #as: --underscore --march=common_v10_v32 --em=criself
rd-bcnst-pic.d 2 #as: --pic --underscore --em=criself
rd-bcnst2.d 2 #as: --underscore --em=criself
rd-v10_32o-1.d 2 #as: --underscore --em=criself --march=common_v10_v32
rd-v10_32o-2.d 1 #as: --underscore --em=criself --march=common_v10_v32
rd-v32-l3.d 1 #as: --underscore --em=criself --march=v32
rd-v32o-1.d 2 #as: --underscore --em=criself --march=v32
rd-v32s-3.d 1 #as: --underscore --em=criself --march=v32
rd-vao-1.d 2 #as: --underscore --em=criself --march=v0_v10
  /external/llvm/test/MC/AsmParser/
directive_incbin.s 4 .incbin "incbin\137abcd" # "\137" is underscore "_"
directive_include.s 8 .include "directive\137set.s" # "\137" is underscore "_"
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-pe/
orphan_nu.d 5 #ld: --file-align 1 --section-align 1 --no-leading-underscore
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-cris/
expdyn2.d 3 #as: --no-underscore --em=criself
libdso-1.d 2 #as: --pic --no-underscore --em=criself
libdso-14.d 3 #as: --pic --no-underscore --march=v32 --em=criself
libdso-4.d 2 #as: --pic --no-underscore --em=criself
tls-err-37.d 3 #as: --no-underscore --em=criself

Completed in 213 milliseconds

1 2 3 4 5 6 7 8 91011>>