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:install_headers
(Results
1 - 7
of
7
) sorted by relevance
/third_party/python/Lib/distutils/tests/
H
A
D
test_install_headers.py
1
"""Tests for distutils.command.
install_headers
."""
5
from distutils.command.
install_headers
import
install_headers
namespace
24
cmd =
install_headers
(dist)
H
A
D
test_install.py
73
check_path(cmd.
install_headers
,
/third_party/ltp/include/mk/
H
A
D
lib.mk
34
.PHONY:
install_headers
42
install_headers
: $(addprefix $(DESTDIR)/$(includedir)/,$(notdir $(HEADER_FILES)))
/third_party/python/Lib/distutils/command/
H
A
D
install_headers.py
1
"""distutils.command.
install_headers
3
Implements the Distutils '
install_headers
' command, to install C/C++ header
10
class
install_headers
(Command):
class
29
('
install_headers
', 'install_dir'),
H
A
D
install.py
185
self.
install_headers
= None # for C/C++ headers
421
self.
install_headers
is None or
503
'install_lib', '
install_headers
',
675
('
install_headers
', has_headers),
/third_party/python/Lib/test/
H
A
D
test_sundry.py
38
import distutils.command.
install_headers
namespace
/third_party/libbpf/src/
H
A
D
Makefile
157
install: all
install_headers
install_pkgconfig
160
install_headers
:
Completed in 3 milliseconds