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:is_subset_of
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/kunit/
H
A
D
kunit_tool_test.py
39
self.assertTrue(kconfig0.
is_subset_of
(kconfig0))
43
self.assertTrue(kconfig1.
is_subset_of
(kconfig1))
44
self.assertTrue(kconfig0.
is_subset_of
(kconfig1))
45
self.assertFalse(kconfig1.
is_subset_of
(kconfig0))
H
A
D
kunit_kernel.py
157
if not self._kconfig.
is_subset_of
(validated_kconfig):
185
if not self._kconfig.
is_subset_of
(existing_kconfig):
H
A
D
kunit_config.py
42
def
is_subset_of
(self, other: 'Kconfig') -> bool:
member in Kconfig
/kernel/linux/linux-6.6/tools/testing/kunit/
H
A
D
kunit_tool_test.py
45
self.assertTrue(kconfig0.
is_subset_of
(kconfig0))
49
self.assertTrue(kconfig1.
is_subset_of
(kconfig1))
50
self.assertTrue(kconfig0.
is_subset_of
(kconfig1))
51
self.assertFalse(kconfig1.
is_subset_of
(kconfig0))
422
self.assertTrue(want_kconfig.
is_subset_of
(tree._kconfig), msg=tree._kconfig)
442
self.assertTrue(want_kconfig.
is_subset_of
(tree._kconfig), msg=tree._kconfig)
H
A
D
kunit_config.py
52
def
is_subset_of
(self, other: 'Kconfig') -> bool:
member in Kconfig
H
A
D
kunit_kernel.py
268
if self._kconfig.
is_subset_of
(validated_kconfig):
318
if self._kconfig.
is_subset_of
(existing_kconfig) and not self._kunitconfig_changed(build_dir):
Completed in 4 milliseconds