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:endswith
(Results
1 - 25
of
25
) sorted by relevance
/kernel/linux/linux-6.6/scripts/gdb/linux/
H
A
D
symbols.py
40
pagination = show_pagination.
endswith
("on.\n")
80
if name.
endswith
(".ko") or name.
endswith
(".ko.debug"):
154
if (obj.filename.
endswith
('vmlinux') or
155
obj.filename.
endswith
('vmlinux.debug')):
/kernel/linux/linux-5.10/scripts/gdb/linux/
H
A
D
symbols.py
40
pagination = show_pagination.
endswith
("on.\n")
80
if name.
endswith
(".ko") or name.
endswith
(".ko.debug"):
151
if obj.filename.
endswith
('vmlinux'):
/kernel/linux/linux-5.10/scripts/clang-tools/
H
A
D
gen_compile_commands.py
211
elif path.
endswith
('.o'):
213
elif path.
endswith
('.a'):
215
elif path.
endswith
('modules.order'):
/kernel/linux/linux-6.6/tools/perf/pmu-events/
H
A
D
jevents.py
69
return s[0:-len(suffix)] if s.
endswith
(suffix) else s
430
if item.is_file() and item.name.
endswith
('.json'):
464
if _pending_events_tblname.
endswith
('_sys'):
519
if _pending_metrics_tblname.
endswith
('_sys'):
559
if topic.
endswith
('metrics.json'):
575
if not item.is_file() or not item.name.
endswith
('.json'):
628
if not item.is_file() or not item.name.
endswith
('.json') or item.name == 'metricgroups.json':
/kernel/linux/linux-6.6/scripts/clang-tools/
H
A
D
gen_compile_commands.py
204
elif path.
endswith
('.a'):
206
elif path.
endswith
('modules.order'):
/kernel/linux/linux-5.10/Documentation/sphinx/
H
A
D
kernel_include.py
90
if path.startswith('<') and path.
endswith
('>'):
165
if text.
endswith
('\n'):
H
A
D
kfigure.py
360
if uri.
endswith
('.*') or uri.find('://') != -1:
396
if uri.
endswith
('.*') or uri.find('://') != -1:
/kernel/linux/linux-6.6/Documentation/sphinx/
H
A
D
kernel_include.py
93
if path.startswith('<') and path.
endswith
('>'):
168
if text.
endswith
('\n'):
H
A
D
kfigure.py
458
if uri.
endswith
('.*') or uri.find('://') != -1:
494
if uri.
endswith
('.*') or uri.find('://') != -1:
/kernel/linux/linux-5.10/scripts/
H
A
D
spdxcheck.py
181
if line.strip().
endswith
('*/'):
184
if line.strip().
endswith
('-->'):
H
A
D
checkkconfigsymbols.py
366
if symbol.
endswith
("_MODULE"):
461
while line.
endswith
("\\"):
/kernel/linux/linux-6.6/scripts/
H
A
D
spdxcheck.py
212
if line.strip().
endswith
('*/'):
215
if line.strip().
endswith
('-->'):
265
elif line.
endswith
('/'):
H
A
D
checkkconfigsymbols.py
368
if symbol.
endswith
("_MODULE"):
456
while line.
endswith
("\\"):
/kernel/linux/linux-6.6/tools/verification/dot2/
H
A
D
automata.py
32
if basename.
endswith
(".dot") == False:
/kernel/linux/linux-6.6/tools/perf/scripts/python/
H
A
D
flamegraph.py
81
if dso and (dso == "[kernel.kallsyms]" or dso.
endswith
("/vmlinux")):
H
A
D
gecko.py
161
or frame_str.
endswith
('.ko)') \
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/ni_routing/tools/
H
A
D
convert_csv_to_c.py
13
if not filename.
endswith
('.c'):
/kernel/linux/linux-6.6/drivers/comedi/drivers/ni_routing/tools/
H
A
D
convert_csv_to_c.py
12
if not filename.
endswith
('.c'):
/kernel/linux/linux-6.6/tools/testing/kunit/
H
A
D
kunit_kernel.py
196
options = [f[:-3] for f in os.listdir(QEMU_CONFIGS_DIR) if f.
endswith
('.py')]
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/
H
A
D
tdc.py
50
if (fn.
endswith
('.py') and
/kernel/linux/linux-6.6/tools/testing/selftests/hid/tests/
H
A
D
test_wacom_generic.py
186
return evdev.name.
endswith
(application)
/kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/
H
A
D
tdc.py
50
if (fn.
endswith
('.py') and
/kernel/linux/linux-5.10/tools/power/pm-graph/
H
A
D
sleepgraph.py
1195
if c.
endswith
('d') or c.
endswith
('h') or c.
endswith
('m'):
/kernel/linux/linux-6.6/tools/power/pm-graph/
H
A
D
sleepgraph.py
1309
if c.
endswith
('d') or c.
endswith
('h') or c.
endswith
('m'):
/kernel/linux/linux-6.6/tools/net/ynl/
H
A
D
ynl-gen-c.py
1094
self._silent_block = line.
endswith
(')') and CodeWriter._is_cond(line)
Completed in 31 milliseconds