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
1042
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
us-err-1.s
4
; { dg-options "--no-
underscore
--em=crisaout" }
5
; { dg-error ".* --no-
underscore
is invalid with a.out format" "" { target cris-*-* } 0 }
us-err-2.s
6
; { dg-options "--
underscore
" }
8
.syntax no_leading_underscore ; { dg-error ".* \.syntax no_leading_underscore requires .* `--no-
underscore
'" }
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-bkw5bv32pic.d
1
#as: --march=v32 --pic --
underscore
--em=criself --defsym extra=-818
us-err-3.s
6
; { dg-options "--no-
underscore
--em=criself" }
8
.syntax leading_underscore ; { dg-error ".* \.syntax leading_underscore requires .* `--
underscore
'" }
rd-arch-1.d
2
#as: --march=v32 --
underscore
--em=criself
rd-arch-2.d
2
#as: --
underscore
--march=common_v10_v32 --em=criself
rd-arch-3.d
2
#as: --march=v0_v10 --
underscore
--em=criself
/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
...]
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
dlltool.exp
41
verbose "$DLLTOOL --leading-
underscore
-d $srcdir/$subdir/fastcall.def" 1
42
catch "exec $DLLTOOL --leading-
underscore
-d $srcdir/$subdir/fastcall.def" err
71
verbose "$DLLTOOL -p prefix --leading-
underscore
-l tmpdir/libalias.a -d $srcdir/$subdir/alias.def $dlltool_gas_flag" 1
72
catch "exec $DLLTOOL -p prefix --leading-
underscore
-l tmpdir/libalias.a -d $srcdir/$subdir/alias.def $dlltool_gas_flag" err
101
verbose "$DLLTOOL -p prefix --leading-
underscore
-l tmpdir/libalias2.a -d $srcdir/$subdir/alias-2.def $dlltool_gas_flag" 1
102
catch "exec $DLLTOOL -p prefix --leading-
underscore
-l tmpdir/libalias2.a -d $srcdir/$subdir/alias-2.def $dlltool_gas_flag" err
131
# Here we test explicit without leading
underscore
133
verbose "$DLLTOOL --no-leading-
underscore
-d $srcdir/$subdir/fastcall.def" 1
134
catch "exec $DLLTOOL --no-leading-
underscore
-d $srcdir/$subdir/fastcall.def" err
139
fail "dlltool (fastcall export no leading
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
: `\_`
/external/markdown/tests/markdown-test/
backlash-escapes.txt
9
Underscore
: \_
45
Underscore
: \_
80
Underscore
: `\_`
/external/valgrind/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
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
libdso-4.d
2
#as: --pic --no-
underscore
--em=criself
tls-err-37.d
3
#as: --no-
underscore
--em=criself
tls-err-39.d
3
#as: --no-
underscore
--em=criself
tls-err-40.d
2
#as: --no-
underscore
--em=criself
Completed in 398 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>