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:bdist_wheel
(Results
1 - 6
of
6
) sorted by relevance
/third_party/PyYAML/
H
A
D
setup.py
91
from wheel.
bdist_wheel
import
bdist_wheel
namespace
93
bdist_wheel
= None
variable
282
if
bdist_wheel
:
283
cmdclass['
bdist_wheel
'] =
bdist_wheel
/third_party/protobuf/python/
H
A
D
release.sh
95
python setup.py clean build
bdist_wheel
119
python setup.py clean build
bdist_wheel
/third_party/protobuf/kokoro/release/python/linux/
H
A
D
config.sh
27
# Builds wheel with
bdist_wheel
, puts into wheelhouse
29
# It may sometimes be useful to use
bdist_wheel
for the wheel building
31
# fixed with
bdist_wheel
:
38
python setup.py
bdist_wheel
--cpp_implementation --compile_static_extension
/third_party/protobuf/kokoro/release/python/macos/
H
A
D
config.sh
44
# Builds wheel with
bdist_wheel
, puts into wheelhouse
46
# It may sometimes be useful to use
bdist_wheel
for the wheel building
48
# fixed with
bdist_wheel
:
55
python setup.py
bdist_wheel
--cpp_implementation --compile_static_extension
/third_party/protobuf/python/release/wheel/
H
A
D
protobuf_optimized_pip.sh
18
$PYTHON_BIN setup.py
bdist_wheel
--cpp_implementation --compile_static_extension
/third_party/protobuf/kokoro/release/python/windows/
H
A
D
build_single_artifact.bat
69
python setup.py
bdist_wheel
--cpp_implementation --compile_static_extension
Completed in 2 milliseconds