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:BUILDDIR
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/Documentation/
H
A
D
Makefile
27
BUILDDIR
= $(obj)/output
macro
76
# * dest folder relative to $(
BUILDDIR
) and
77
# * cache folder relative to $(
BUILDDIR
)/.doctrees
82
quiet_cmd_sphinx = SPHINX $@ --> file://$(abspath $(
BUILDDIR
)/$3/$4)
83
cmd_sphinx = $(MAKE)
BUILDDIR
=$(abspath $(
BUILDDIR
)) $(build)=Documentation/userspace-api/media $2 && \
85
BUILDDIR
=$(abspath $(
BUILDDIR
)) SPHINX_CONF=$(abspath $(srctree)/$(src)/$5/$(SPHINX_CONF)) \
91
-d $(abspath $(
BUILDDIR
)/.doctrees/$3) \
95
$(abspath $(
BUILDDIR
)/
[all...]
/kernel/linux/linux-5.10/Documentation/userspace-api/media/
H
A
D
Makefile
13
TARGETS := $(addprefix $(
BUILDDIR
)/, $(FILES))
24
$(
BUILDDIR
)/audio.h.rst: ${UAPI}/dvb/audio.h ${PARSER} $(SRC_DIR)/audio.h.rst.exceptions
27
$(
BUILDDIR
)/ca.h.rst: ${UAPI}/dvb/ca.h ${PARSER} $(SRC_DIR)/ca.h.rst.exceptions
30
$(
BUILDDIR
)/dmx.h.rst: ${UAPI}/dvb/dmx.h ${PARSER} $(SRC_DIR)/dmx.h.rst.exceptions
33
$(
BUILDDIR
)/frontend.h.rst: ${UAPI}/dvb/frontend.h ${PARSER} $(SRC_DIR)/frontend.h.rst.exceptions
36
$(
BUILDDIR
)/net.h.rst: ${UAPI}/dvb/net.h ${PARSER} $(SRC_DIR)/net.h.rst.exceptions
39
$(
BUILDDIR
)/video.h.rst: ${UAPI}/dvb/video.h ${PARSER} $(SRC_DIR)/video.h.rst.exceptions
42
$(
BUILDDIR
)/videodev2.h.rst: ${UAPI}/videodev2.h ${PARSER} $(SRC_DIR)/videodev2.h.rst.exceptions
45
$(
BUILDDIR
)/media.h.rst: ${UAPI}/media.h ${PARSER} $(SRC_DIR)/media.h.rst.exceptions
48
$(
BUILDDIR
)/ce
[all...]
/kernel/linux/linux-6.6/Documentation/userspace-api/media/
H
A
D
Makefile
13
TARGETS := $(addprefix $(
BUILDDIR
)/, $(FILES))
24
$(
BUILDDIR
)/ca.h.rst: ${UAPI}/dvb/ca.h ${PARSER} $(SRC_DIR)/ca.h.rst.exceptions
27
$(
BUILDDIR
)/dmx.h.rst: ${UAPI}/dvb/dmx.h ${PARSER} $(SRC_DIR)/dmx.h.rst.exceptions
30
$(
BUILDDIR
)/frontend.h.rst: ${UAPI}/dvb/frontend.h ${PARSER} $(SRC_DIR)/frontend.h.rst.exceptions
33
$(
BUILDDIR
)/net.h.rst: ${UAPI}/dvb/net.h ${PARSER} $(SRC_DIR)/net.h.rst.exceptions
36
$(
BUILDDIR
)/videodev2.h.rst: ${UAPI}/videodev2.h ${PARSER} $(SRC_DIR)/videodev2.h.rst.exceptions
39
$(
BUILDDIR
)/media.h.rst: ${UAPI}/media.h ${PARSER} $(SRC_DIR)/media.h.rst.exceptions
42
$(
BUILDDIR
)/cec.h.rst: ${UAPI}/cec.h ${PARSER} $(SRC_DIR)/cec.h.rst.exceptions
45
$(
BUILDDIR
)/lirc.h.rst: ${UAPI}/lirc.h ${PARSER} $(SRC_DIR)/lirc.h.rst.exceptions
52
all: $(IMGDOT) $(
BUILDDIR
)
[all...]
/kernel/linux/linux-5.10/Documentation/
H
A
D
Makefile
25
BUILDDIR
= $(obj)/output
macro
68
# * dest folder relative to $(
BUILDDIR
) and
69
# * cache folder relative to $(
BUILDDIR
)/.doctrees
74
quiet_cmd_sphinx = SPHINX $@ --> file://$(abspath $(
BUILDDIR
)/$3/$4)
75
cmd_sphinx = $(MAKE)
BUILDDIR
=$(abspath $(
BUILDDIR
)) $(build)=Documentation/userspace-api/media $2 && \
77
BUILDDIR
=$(abspath $(
BUILDDIR
)) SPHINX_CONF=$(abspath $(srctree)/$(src)/$5/$(SPHINX_CONF)) \
83
-d $(abspath $(
BUILDDIR
)/.doctrees/$3) \
87
$(abspath $(
BUILDDIR
)/
[all...]
Completed in 3 milliseconds