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:spdx
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/scripts/
H
A
D
spdxcheck.py
31
# Read the
spdx
data from the LICENSES directory
39
spdx
= SPDXdata()
50
if lid in
spdx
.licenses:
53
spdx
.licenses.append(lid)
57
spdx
.exceptions[exception] = []
61
if not lic in
spdx
.licenses:
63
spdx
.exceptions[exception].append(lic)
67
if not len(
spdx
.exceptions[exception]):
69
spdx
.exception_files += 1
71
spdx
244
spdx
= read_
spdx
data(repo)
global()
variable
[all...]
/kernel/linux/linux-6.6/scripts/
H
A
D
spdxcheck.py
47
# Read the
spdx
data from the LICENSES directory
55
spdx
= SPDXdata()
66
if lid in
spdx
.licenses:
69
spdx
.licenses.append(lid)
73
spdx
.exceptions[exception] = []
77
if not lic in
spdx
.licenses:
79
spdx
.exceptions[exception].append(lic)
83
if not len(
spdx
.exceptions[exception]):
85
spdx
.exception_files += 1
87
spdx
350
spdx
= read_
spdx
data(repo)
global()
variable
[all...]
Completed in 1 milliseconds