OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:underscore
(Results
1 - 25
of
730
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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/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/qemu/pc-bios/keymaps/
en-us
15
underscore
0x0c shift
et
85
underscore
0x35 shift
fo
76
underscore
0x35 shift
fr-ca
49
underscore
0xc 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/chrome_frame/
exception_barrier_lowlevel.asm
8
; MASM 8.0 inserts an additional leading
underscore
in front of names
/external/chromium_org/third_party/lcov/man/
gendesc.1
44
underscore
character ('_').
/external/clang/test/Lexer/
hexfloat.cpp
11
// an
underscore
.
/external/oprofile/libregex/
demangle_symbol.cpp
41
// Do not try to strip leading
underscore
, as this leads to many
Completed in 2686 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>