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:venv
(Results
1 - 12
of
12
) sorted by relevance
/third_party/python/Lib/test/
H
A
D
test_venv.py
2
Test harness for the
venv
module.
26
import
venv
namespace
35
# another
venv
, so no need to skip tests that require
venv
.create().
39
'cannot run
venv
.create from within a
venv
on this platform')
42
raise unittest.SkipTest("
venv
is not available on Emscripten/WASI.")
59
"""Base class for
venv
tests."""
99
"""Test
venv
module functionality."""
110
self.run_with_capture(
venv
[all...]
H
A
D
test_launcher.py
275
venv
= Path.cwd() / "Scripts"
276
venv
.mkdir(exist_ok=True, parents=True)
277
venv_exe = (
venv
/ Path(sys.executable).name)
280
yield venv_exe, {"VIRTUAL_ENV": str(
venv
.parent)}
282
shutil.rmtree(
venv
)
525
self.fail("did not find active
venv
path")
531
self.assertEqual("Active
venv
", m.group(1))
534
self.fail("did not find active
venv
entry")
/third_party/python/Tools/peg_generator/
H
A
D
Makefile
8
VENVDIR ?= ./
venv
46
venv
:
47
$(PYTHON) -m
venv
$(VENVDIR)
50
@echo "The
venv
has been created in the $(VENVDIR) directory"
72
time_compile:
venv
data/xxl.py
75
time_parse:
venv
data/xxl.py
78
time_peg_dir:
venv
86
time_stdlib: $(CPYTHON)
venv
/third_party/protobuf/python/
H
A
D
release.sh
17
virtualenv -p `which $PYTHON` --no-setuptools test-
venv
21
touch test-
venv
/bin/protoc
22
chmod +x test-
venv
/bin/protoc
24
source test-
venv
/bin/activate
28
rm -fr test-
venv
/third_party/python/Doc/
H
A
D
Makefile
8
VENVDIR = ./
venv
28
autobuild-dev autobuild-stable
venv
33
@echo "
venv
to create a
venv
with necessary tools"
69
echo "Please run 'make
venv
' to install local copies."; \
146
clean: clean-
venv
149
clean-
venv
:
152
venv
:
154
echo "
venv
already exists."; \
155
echo "To recreate it, remove it first with \`make clean-
venv
'
[all...]
/third_party/skia/third_party/externals/freetype/builds/
H
A
D
freetype.mk
78
.PHONY: single multi objects library refdoc refdoc-
venv
315
refdoc-
venv
:
/third_party/skia/infra/bots/recipes/
H
A
D
compile.py
60
venv
=True)
variable
H
A
D
sync_and_compile.py
90
venv
=True)
variable
/third_party/protobuf/kokoro/release/python/linux/
H
A
D
build_artifacts.sh
35
rm -rf
venv
/third_party/protobuf/kokoro/release/python/macos/
H
A
D
build_artifacts.sh
37
rm -rf
venv
/third_party/protobuf/
H
A
D
tests.sh
112
virtualenv --no-site-packages
venv
113
source
venv
/bin/activate
119
rm -rf python/
venv
/third_party/python/Lib/
H
A
D
site.py
492
def
venv
(known_paths):
function
515
# Issue 25185: Use UTF-8, as that's what the
venv
module uses when
530
# Doing this here ensures
venv
takes precedence over user-site
599
known_paths =
venv
(known_paths)
Completed in 6 milliseconds