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_data
(Results
1 - 6
of
6
) sorted by relevance
/third_party/python/Lib/distutils/tests/
H
A
D
test_install_data.py
1
"""Tests for distutils.command.
install_data
."""
5
from distutils.command.
install_data
import
install_data
namespace
16
cmd =
install_data
(dist)
H
A
D
test_install.py
76
check_path(cmd.
install_data
, destination)
/third_party/tzdata/
H
A
D
Makefile
751
# Arguments to pass to submakes of
install_data
.
765
# 'make
install_data
' installs one set of TZif files.
766
install_data
: $(INSTALL_DATA_DEPS)
770
$(MAKE) $(INSTALLARGS) LEAPSECONDS=
install_data
774
install_data
1350
.PHONY: install
install_data
maintainer-clean names
/third_party/python/Lib/test/
H
A
D
test_sundry.py
36
import distutils.command.
install_data
namespace
/third_party/python/Lib/distutils/command/
H
A
D
install_data.py
1
"""distutils.command.
install_data
3
Implements the Distutils '
install_data
' command, for installing
12
class
install_data
(Command):
class
37
('
install_data
', 'install_dir'),
H
A
D
install.py
188
self.
install_data
= None
423
self.
install_data
is None):
504
'install_scripts', '
install_data
',])
677
('
install_data
', has_data),
Completed in 5 milliseconds