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:sdist
(Results
1 - 7
of
7
) sorted by relevance
/third_party/protobuf/python/
H
A
D
release.sh
87
python setup.py
sdist
110
# Be sure to run build before
sdist
, because otherwise
sdist
will not include
112
python setup.py clean build
sdist
/third_party/python/Lib/distutils/command/
H
A
D
bdist_rpm.py
290
sdist
= self.reinitialize_command('
sdist
')
292
sdist
.formats = ['bztar']
294
sdist
.formats = ['gztar']
295
self.run_command('
sdist
')
298
source =
sdist
.get_archive_files()[0]
432
# XXX yuck! this filename is available from the "
sdist
" command,
434
# running "
sdist
", in case of --spec-only.
H
A
D
sdist.py
1
"""distutils.command.
sdist
3
Implements the Distutils '
sdist
' command (create a source distribution)."""
36
class
sdist
(Command):
class
164
warn("distutils.command.
sdist
.check_metadata is deprecated, \
237
>>>
sdist
._cs_path_exists(__file__)
239
>>>
sdist
._cs_path_exists(__file__.upper())
357
* the release tree itself (only an issue if we ran "
sdist
"
483
self.distribution.dist_files.append(('
sdist
', '', file))
/third_party/PyYAML/
H
A
D
Makefile
37
@# ${PYTHON} setup.py --with-libyaml
sdist
--formats=zip,gztar
38
${PYTHON} setup.py --with-libyaml
sdist
--formats=gztar
/third_party/python/Lib/test/
H
A
D
test_sundry.py
41
import distutils.command.
sdist
namespace
/third_party/python/Lib/distutils/tests/
H
A
D
test_sdist.py
1
"""Tests for distutils.command.
sdist
."""
25
from distutils.command.
sdist
import
sdist
, show_formats
namespace
87
cmd =
sdist
(dist)
94
# file, then launches
sdist
to check they get pruned on all systems
110
# now building a
sdist
142
# now building a
sdist
448
# now building a
sdist
468
# building a
sdist
again
/third_party/protobuf/
H
A
D
tests.sh
115
python setup.py clean build
sdist
Completed in 5 milliseconds