OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:suffix
(Results
101 - 125
of
3940
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/go/linux-x86/src/net/
interface_bsd_test.go
14
func (ti *testInterface) setBroadcast(
suffix
int) error {
15
ti.name = fmt.Sprintf("vlan%d",
suffix
)
31
func (ti *testInterface) setPointToPoint(
suffix
int) error {
32
ti.name = fmt.Sprintf("gif%d",
suffix
)
/external/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
',
/system/core/fs_mgr/
fs_mgr_slotselect.c
89
// Get the
suffix
from the kernel commandline (note that we don't
90
// allow the empty
suffix
). On bootloaders natively supporting A/B
98
// If we couldn't get the
suffix
from the kernel cmdline, try the
101
INFO("Using slot
suffix
\"%s\" from misc\n", out_suffix);
114
char
suffix
[PROPERTY_VALUE_MAX];
local
122
memset(
suffix
, '\0', sizeof(
suffix
));
123
if (get_active_slot_suffix(fstab,
suffix
,
124
sizeof(
suffix
) - 1) != 0) {
131
suffix
) > 0)
[
all
...]
/external/libcxx/test/std/re/re.alg/re.alg.search/
awk.pass.cpp
41
assert(!m.
suffix
().matched);
42
assert(m.
suffix
().first == m[0].second);
43
assert(m.
suffix
().second == s+1);
56
assert(!m.
suffix
().matched);
57
assert(m.
suffix
().first == m[0].second);
58
assert(m.
suffix
().second == s+2);
78
assert(!m.
suffix
().matched);
79
assert(m.
suffix
().first == m[0].second);
80
assert(m.
suffix
().second == s+3);
100
assert(m.
suffix
().matched)
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++/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/support/customtabs/
build.gradle
49
def
suffix
= name.capitalize()
51
def jarTask = project.tasks.create(name: "jar${
suffix
}", type: Jar){
56
def javadocTask = project.tasks.create(name: "javadoc${
suffix
}", type: Javadoc) {
62
def javadocJarTask = project.tasks.create(name: "javadocJar${
suffix
}", type: Jar) {
67
def sourcesJarTask = project.tasks.create(name: "sourceJar${
suffix
}", type: Jar) {
/frameworks/support/recommendation/
build.gradle
42
def
suffix
= name.capitalize()
44
def jarTask = project.tasks.create(name: "jar${
suffix
}", type: Jar){
49
def javadocTask = project.tasks.create(name: "javadoc${
suffix
}", type: Javadoc) {
55
def javadocJarTask = project.tasks.create(name: "javadocJar${
suffix
}", type: Jar) {
60
def sourcesJarTask = project.tasks.create(name: "sourceJar${
suffix
}", type: Jar) {
/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
objdump
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
ranlib
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
readelf
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 864 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>