Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:NAMES
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/plugin-lib/
H
A
D
nsPlugin.py
64
cmdlist.insert(0, self.args.
NAMES
['NS'])
67
cmdlist.insert(0, self.args.
NAMES
['IP'])
100
cmd = '$IP netns add {}'.format(self.args.
NAMES
['NS'])
102
cmd = '$IP link set $DEV1 netns {}'.format(self.args.
NAMES
['NS'])
104
cmd = '$IP -n {} link set $DEV1 up'.format(self.args.
NAMES
['NS'])
107
cmd = '$IP link set $DEV2 netns {}'.format(self.args.
NAMES
['NS'])
109
cmd = '$IP -n {} link set $DEV2 up'.format(self.args.
NAMES
['NS'])
118
cmd = '$IP netns delete {}'.format(self.args.
NAMES
['NS'])
151
variables contained within
NAMES
with the correct values
154
subcmd = tcmd.safe_substitute(self.args.
NAMES
)
[all...]
H
A
D
scapyPlugin.py
48
scapyinfo['iface'] = tpl.safe_substitute(
NAMES
)
H
A
D
buildebpfPlugin.py
52
command = 'make -C {} {}'.format(self.args.
NAMES
['EBPFDIR'], target)
/kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/plugin-lib/
H
A
D
nsPlugin.py
64
cmdlist.insert(0, self.args.
NAMES
['NS'])
67
cmdlist.insert(0, self.args.
NAMES
['IP'])
100
cmd = '$IP netns add {}'.format(self.args.
NAMES
['NS'])
102
cmd = '$IP link set $DEV1 netns {}'.format(self.args.
NAMES
['NS'])
104
cmd = '$IP -n {} link set $DEV1 up'.format(self.args.
NAMES
['NS'])
107
cmd = '$IP link set $DEV2 netns {}'.format(self.args.
NAMES
['NS'])
109
cmd = '$IP -n {} link set $DEV2 up'.format(self.args.
NAMES
['NS'])
118
cmd = '$IP netns delete {}'.format(self.args.
NAMES
['NS'])
151
variables contained within
NAMES
with the correct values
154
subcmd = tcmd.safe_substitute(self.args.
NAMES
)
[all...]
H
A
D
scapyPlugin.py
52
scapyinfo['iface'] = tpl.safe_substitute(
NAMES
)
H
A
D
buildebpfPlugin.py
52
command = 'make -C {} {}'.format(self.args.
NAMES
['EBPFDIR'], target)
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/
H
A
D
tdc.py
173
variables contained within
NAMES
with the correct values
176
subcmd = tcmd.safe_substitute(
NAMES
)
200
(rawout, serr) = proc.communicate(timeout=
NAMES
['TIMEOUT'])
250
global
NAMES
268
# populate
NAMES
with TESTID for this test
269
NAMES
['TESTID'] = tidx['id']
316
# remove TESTID from
NAMES
317
del(
NAMES
['TESTID'])
519
global
NAMES
522
NAMES
['T
[all...]
H
A
D
tdc_config.py
10
NAMES
= {
variable
40
NAMES
.update(EXTRA_NAMES)
/kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/
H
A
D
tdc_config.py
10
NAMES
= {
variable
41
NAMES
.update(EXTRA_NAMES)
H
A
D
tdc.py
173
variables contained within
NAMES
with the correct values
176
subcmd = tcmd.safe_substitute(
NAMES
)
200
(rawout, serr) = proc.communicate(timeout=
NAMES
['TIMEOUT'])
354
global
NAMES
385
# populate
NAMES
with TESTID for this test
386
NAMES
['TESTID'] = tidx['id']
439
# remove TESTID from
NAMES
440
del(
NAMES
['TESTID'])
643
global
NAMES
646
NAMES
['T
[all...]
Completed in 5 milliseconds