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
545
) 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/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
lt
33
underscore
0x0c shift
nl
17
underscore
0x08 shift
sv
81
underscore
0x35 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/oprofile/libregex/
demangle_symbol.cpp
41
// Do not try to strip leading
underscore
, as this leads to many
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/man/man1/
arm-linux-androideabi-dlltool.1
148
[\fB\-U\fR|\fB\-\-add\-
underscore
\fR] [\fB\-\-add\-stdcall\-
underscore
\fR]
158
[\fB\-\-no\-leading\-
underscore
\fR] [\fB\-\-leading\-
underscore
\fR]
301
contain a leading
underscore
. This is only meaningful when
366
.IP "\fB\-\-add\-
underscore
\fR" 4
367
.IX Item "--add-
underscore
"
370
should prepend an
underscore
to the names of \fIall\fR exported symbols.
371
.IP "\fB\-\-no\-leading\-
underscore
\fR" 4
372
.IX Item "--no-leading-
underscore
"
[
all
...]
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/man/man1/
arm-eabi-dlltool.1
148
[\fB\-U\fR|\fB\-\-add\-
underscore
\fR] [\fB\-\-add\-stdcall\-
underscore
\fR]
158
[\fB\-\-no\-leading\-
underscore
\fR] [\fB\-\-leading\-
underscore
\fR]
301
contain a leading
underscore
. This is only meaningful when
366
.IP "\fB\-\-add\-
underscore
\fR" 4
367
.IX Item "--add-
underscore
"
370
should prepend an
underscore
to the names of \fIall\fR exported symbols.
371
.IP "\fB\-\-no\-leading\-
underscore
\fR" 4
372
.IX Item "--no-leading-
underscore
"
[
all
...]
Completed in 257 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>