/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...] |
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
t011lexer.g | 13 tlog("Underscore");
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t011lexer.g | 13 print "Underscore"
|
/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 "_"
|
/external/markdown/tests/misc/ |
em_strong.txt | 3 One underscore: _
|
em_strong.html | 2 <p>One underscore: _</p>
|
/external/markdown/MarkdownTest/Tests_2004/ |
Backslash escapes.text | 9 Underscore: \_ 45 Underscore: \_ 80 Underscore: `\_`
|
Backslash escapes.html | 9 <p>Underscore: _</p> 43 Underscore: \_ 78 <p>Underscore: <code>\_</code></p>
|
Backslash escapes.text-out | 13 <p>Underscore: _</p> 34 Underscore: \_ 65 <p>Underscore: <code>\_</code></p>
|
Backslash escapes.text-res | 13 <p>Underscore: _</p> 34 Underscore: \_ 65 <p>Underscore: <code>\_</code></p>
|
/external/markdown/tests/markdown-test/ |
backlash-escapes.txt | 9 Underscore: \_ 45 Underscore: \_ 80 Underscore: `\_`
|
backlash-escapes.html | 5 <p>Underscore: _</p> 25 Underscore: \_ 55 <p>Underscore: <code>\_</code></p>
|
/external/valgrind/main/tests/ |
asm.h | 3 // On Darwin, all symbols get an underscore prepended when compiled. If we 4 // use any such symbols in asm code, we need to add that underscore. So in
|
/external/markdown/MarkdownTest/Tests_2007/ |
Backslash escapes.text | 9 Underscore: \_ 45 Underscore: \_ 80 Underscore: `\_`
|
Backslash escapes.html | 9 <p>Underscore: _</p> 43 Underscore: \_ 78 <p>Underscore: <code>\_</code></p>
|
/external/bison/m4/ |
asm-underscore.m4 | 1 # asm-underscore.m4 serial 2 7 dnl From Bruno Haible. Based on as-underscore.m4 in GNU clisp. 11 # linker level. This prefix is either an underscore or empty. Defines the 22 [whether C symbols are prefixed with underscore at the linker level], 46 either an underscore or empty.])
|
/external/chromium_org/third_party/angle/src/compiler/translator/ |
UtilsHLSL.h | 23 // Prepends an underscore to avoid naming clashes
|
/external/llvm/test/CodeGen/AArch64/ |
arm64-simplest-elf.ll | 8 ; Check source looks ELF-like: no leading underscore, comments with //
|
/external/qemu/pc-bios/keymaps/ |
en-us | 15 underscore 0x0c shift
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/ |
VersionNumberStripper.java | 46 /* rename directories by removing anything from an underscore onward, 48 * occurence of an underscore is a version number
|
/external/llvm/test/CodeGen/R600/ |
README | 19 - Use dash '-' and not underscore '_' to separate words in file names, unless 21 underscore '_' in its name.
|
/external/chromium_org/third_party/lcov/man/ |
gendesc.1 | 44 underscore character ('_').
|
/external/clang/lib/Headers/ |
bmiintrin.h | 55 /* AMD-specified, double-leading-underscore version of BEXTR */ 62 /* Intel-specified, single-leading-underscore version of BEXTR */ 108 /* AMD-specified, double-leading-underscore version of BEXTR */ 115 /* Intel-specified, single-leading-underscore version of BEXTR */
|
/external/clang/test/Lexer/ |
hexfloat.cpp | 11 // an underscore.
|