OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:suffix
(Results
51 - 75
of
3037
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.search/
ecma.pass.cpp
35
assert(!m.
suffix
().matched);
36
assert(m.
suffix
().first == m[0].second);
37
assert(m.
suffix
().second == s+1);
50
assert(!m.
suffix
().matched);
51
assert(m.
suffix
().first == m[0].second);
52
assert(m.
suffix
().second == s+2);
72
assert(!m.
suffix
().matched);
73
assert(m.
suffix
().first == m[0].second);
74
assert(m.
suffix
().second == s+3);
94
assert(m.
suffix
().matched)
[
all
...]
awk.pass.cpp
35
assert(!m.
suffix
().matched);
36
assert(m.
suffix
().first == m[0].second);
37
assert(m.
suffix
().second == s+1);
50
assert(!m.
suffix
().matched);
51
assert(m.
suffix
().first == m[0].second);
52
assert(m.
suffix
().second == s+2);
72
assert(!m.
suffix
().matched);
73
assert(m.
suffix
().first == m[0].second);
74
assert(m.
suffix
().second == s+3);
94
assert(m.
suffix
().matched)
[
all
...]
/external/clang/test/Lexer/
ms-extensions.cpp
5
return "foo"bar("bar")"baz"; /*expected-warning {{identifier after literal will be treated as a reserved user-defined literal
suffix
in C++11}} */
/external/libcxx/test/re/re.results/re.results.acc/
suffix.pass.cpp
14
// const_reference
suffix
() const;
26
assert(m.
suffix
().first == s+9);
27
assert(m.
suffix
().second == s+11);
28
assert(m.
suffix
().matched == true);
/external/llvm/test/CodeGen/Thumb2/
2010-05-24-rsbs.ll
2
; Radar 8017376: Missing 's'
suffix
for t2RSBS instructions.
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.results/re.results.acc/
suffix.pass.cpp
14
// const_reference
suffix
() const;
26
assert(m.
suffix
().first == s+9);
27
assert(m.
suffix
().second == s+11);
28
assert(m.
suffix
().matched == true);
/ndk/tests/build/import-install/
build.sh
28
SUFFIX
=$(get_lib_suffix_for_abi $ABI)
29
for FILENAME in libfoo$
SUFFIX
libpath1$
SUFFIX
libpath2$
SUFFIX
; do
/external/chromium_org/v8/test/mjsunit/regress/
regress-1122.js
37
test_suffix = '
suffix
';
52
assertEquals('prefix 4000
suffix
',
54
assertEquals('prefix 3000
suffix
',
56
assertEquals('prefix 5000
suffix
',
58
assertEquals('prefix 9000
suffix
',
60
assertEquals('prefix 16000
suffix
',
62
assertEquals('prefix undefined
suffix
',
/external/libcxx/test/re/re.alg/re.alg.search/
awk.pass.cpp
35
assert(!m.
suffix
().matched);
36
assert(m.
suffix
().first == m[0].second);
37
assert(m.
suffix
().second == s+1);
50
assert(!m.
suffix
().matched);
51
assert(m.
suffix
().first == m[0].second);
52
assert(m.
suffix
().second == s+2);
72
assert(!m.
suffix
().matched);
73
assert(m.
suffix
().first == m[0].second);
74
assert(m.
suffix
().second == s+3);
94
assert(m.
suffix
().matched)
[
all
...]
/external/clang/test/Parser/
cxx11-user-defined-literals.cpp
3
// A ud-
suffix
cannot be used on string literals in a whole bunch of contexts:
6
#line 1 "foo"_bar // expected-error {{user-defined
suffix
cannot be used here}}
7
# 1 "foo"_bar 1 // expected-error {{user-defined
suffix
cannot be used here}}
8
#ident "foo"_bar // expected-error {{user-defined
suffix
cannot be used here}}
9
_Pragma("foo"_bar) // expected-error {{user-defined
suffix
cannot be used here}}
10
#pragma comment(lib, "foo"_bar) // expected-error {{user-defined
suffix
cannot be used here}}
11
_Pragma("comment(lib, \"foo\"_bar)") // expected-error {{user-defined
suffix
cannot be used here}}
12
#pragma message "hi"_there // expected-error {{user-defined
suffix
cannot be used here}} expected-warning {{hi}}
13
#pragma push_macro("foo"_bar) // expected-error {{user-defined
suffix
cannot be used here}}
14
#if __has_warning("-Wan-island-to-discover"_bar) // expected-error {{user-defined
suffix
cannot be used here}
[
all
...]
/frameworks/av/include/media/stagefright/foundation/
ADebug.h
39
#define MAKE_COMPARATOR(
suffix
,op) \
41
AString Compare_##
suffix
(const A &a, const B &b) { \
58
#define CHECK_OP(x,y,
suffix
,op) \
60
AString ___res = Compare_##
suffix
(x, y); \
64
" CHECK_" #
suffix
"( " #x "," #y ") failed: "; \
/prebuilts/tools/gcc-sdk/
addr2line
15
options=" ${@} " # sentinel prefix/
suffix
space to simplify pattern match below
17
suffix_m32=${options##* -m32 } #
suffix
after the last -m32
18
suffix_m64=${options##* -m64 } #
suffix
after the last -m64
20
len_m32=${#suffix_m32} # length of
suffix
after the last -m32
21
len_m64=${#suffix_m64} # length of
suffix
after the last -m64
ar
15
options=" ${@} " # sentinel prefix/
suffix
space to simplify pattern match below
17
suffix_m32=${options##* -m32 } #
suffix
after the last -m32
18
suffix_m64=${options##* -m64 } #
suffix
after the last -m64
20
len_m32=${#suffix_m32} # length of
suffix
after the last -m32
21
len_m64=${#suffix_m64} # length of
suffix
after the last -m64
as
15
options=" ${@} " # sentinel prefix/
suffix
space to simplify pattern match below
17
suffix_m32=${options##* -m32 } #
suffix
after the last -m32
18
suffix_m64=${options##* -m64 } #
suffix
after the last -m64
20
len_m32=${#suffix_m32} # length of
suffix
after the last -m32
21
len_m64=${#suffix_m64} # length of
suffix
after the last -m64
c++
15
options=" ${@} " # sentinel prefix/
suffix
space to simplify pattern match below
17
suffix_m32=${options##* -m32 } #
suffix
after the last -m32
18
suffix_m64=${options##* -m64 } #
suffix
after the last -m64
20
len_m32=${#suffix_m32} # length of
suffix
after the last -m32
21
len_m64=${#suffix_m64} # length of
suffix
after the last -m64
c++filt
15
options=" ${@} " # sentinel prefix/
suffix
space to simplify pattern match below
17
suffix_m32=${options##* -m32 } #
suffix
after the last -m32
18
suffix_m64=${options##* -m64 } #
suffix
after the last -m64
20
len_m32=${#suffix_m32} # length of
suffix
after the last -m32
21
len_m64=${#suffix_m64} # length of
suffix
after the last -m64
cpp
15
options=" ${@} " # sentinel prefix/
suffix
space to simplify pattern match below
17
suffix_m32=${options##* -m32 } #
suffix
after the last -m32
18
suffix_m64=${options##* -m64 } #
suffix
after the last -m64
20
len_m32=${#suffix_m32} # length of
suffix
after the last -m32
21
len_m64=${#suffix_m64} # length of
suffix
after the last -m64
elfedit
15
options=" ${@} " # sentinel prefix/
suffix
space to simplify pattern match below
17
suffix_m32=${options##* -m32 } #
suffix
after the last -m32
18
suffix_m64=${options##* -m64 } #
suffix
after the last -m64
20
len_m32=${#suffix_m32} # length of
suffix
after the last -m32
21
len_m64=${#suffix_m64} # length of
suffix
after the last -m64
g++
15
options=" ${@} " # sentinel prefix/
suffix
space to simplify pattern match below
17
suffix_m32=${options##* -m32 } #
suffix
after the last -m32
18
suffix_m64=${options##* -m64 } #
suffix
after the last -m64
20
len_m32=${#suffix_m32} # length of
suffix
after the last -m32
21
len_m64=${#suffix_m64} # length of
suffix
after the last -m64
gcc
15
options=" ${@} " # sentinel prefix/
suffix
space to simplify pattern match below
17
suffix_m32=${options##* -m32 } #
suffix
after the last -m32
18
suffix_m64=${options##* -m64 } #
suffix
after the last -m64
20
len_m32=${#suffix_m32} # length of
suffix
after the last -m32
21
len_m64=${#suffix_m64} # length of
suffix
after the last -m64
gcov
15
options=" ${@} " # sentinel prefix/
suffix
space to simplify pattern match below
17
suffix_m32=${options##* -m32 } #
suffix
after the last -m32
18
suffix_m64=${options##* -m64 } #
suffix
after the last -m64
20
len_m32=${#suffix_m32} # length of
suffix
after the last -m32
21
len_m64=${#suffix_m64} # length of
suffix
after the last -m64
gprof
15
options=" ${@} " # sentinel prefix/
suffix
space to simplify pattern match below
17
suffix_m32=${options##* -m32 } #
suffix
after the last -m32
18
suffix_m64=${options##* -m64 } #
suffix
after the last -m64
20
len_m32=${#suffix_m32} # length of
suffix
after the last -m32
21
len_m64=${#suffix_m64} # length of
suffix
after the last -m64
ld
15
options=" ${@} " # sentinel prefix/
suffix
space to simplify pattern match below
17
suffix_m32=${options##* -m32 } #
suffix
after the last -m32
18
suffix_m64=${options##* -m64 } #
suffix
after the last -m64
20
len_m32=${#suffix_m32} # length of
suffix
after the last -m32
21
len_m64=${#suffix_m64} # length of
suffix
after the last -m64
nm
15
options=" ${@} " # sentinel prefix/
suffix
space to simplify pattern match below
17
suffix_m32=${options##* -m32 } #
suffix
after the last -m32
18
suffix_m64=${options##* -m64 } #
suffix
after the last -m64
20
len_m32=${#suffix_m32} # length of
suffix
after the last -m32
21
len_m64=${#suffix_m64} # length of
suffix
after the last -m64
objcopy
15
options=" ${@} " # sentinel prefix/
suffix
space to simplify pattern match below
17
suffix_m32=${options##* -m32 } #
suffix
after the last -m32
18
suffix_m64=${options##* -m64 } #
suffix
after the last -m64
20
len_m32=${#suffix_m32} # length of
suffix
after the last -m32
21
len_m64=${#suffix_m64} # length of
suffix
after the last -m64
Completed in 319 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>