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
defs:PYTHON
(Results
1 - 21
of
21
) sorted by relevance
/third_party/python/Tools/freeze/test/
H
A
D
Makefile
3
PYTHON
=python
macro
/third_party/python/Tools/unicode/
H
A
D
Makefile
9
PYTHON
= python
macro
/third_party/skia/third_party/externals/opengl-registry/extensions/
H
A
D
Makefile
20
PYTHON
= python3
macro
/third_party/PyYAML/
H
A
D
Makefile
4
PYTHON
=/usr/bin/python3
macro
[all...]
/third_party/openGLES/extensions/
H
A
D
Makefile
9
PYTHON
= python3
macro
/third_party/skia/third_party/externals/brotli/python/
H
A
D
Makefile
23
PYTHON
?= python
macro
/third_party/EGL/api/
H
A
D
Makefile
8
PYTHON
= python3
macro
/third_party/skia/third_party/externals/egl-registry/api/
H
A
D
Makefile
19
PYTHON
= python
macro
/third_party/python/Tools/msi/
H
A
D
get_externals.bat
15
if "%~1"=="--python" (set
PYTHON
=%2) & shift & shift & goto CheckOpts
variable
/third_party/python/Tools/peg_generator/
H
A
D
Makefile
3
PYTHON
?= ../../python
macro
6
PYTHON
?= ../../python.exe
macro
[all...]
/third_party/python/PCbuild/
H
A
D
find_python.bat
23
@if exist "%*" (set
PYTHON
="%*") & (set _Py_Python_Source=from environment) & goto :found
variable
27
@if exist "%~1" (set
PYTHON
="%~1") & (set _Py_Python_Source=from environment) & goto :found
variable
30
@set
PYTHON
=
variable
33
@if NOT "%VIRTUAL_ENV%"=="" (set
PYTHON
="%VIRTUAL_ENV%\Scripts\python.exe") & (set _Py_Python_Source=found in virtual env) & goto :found
variable
39
@if exist "%_Py_EXTERNALS_DIR%\pythonx86\tools\python.exe" ("%_Py_EXTERNALS_DIR%\pythonx86\tools\python.exe" -Ec "import sys; assert sys.version_info[:2] >= (3, 8)" >nul 2>nul) && (set
PYTHON
="%_Py_EXTERNALS_DIR%\pythonx86\tools\python.exe") && (set _Py_Python_Source=found in externals directory) && goto :found || rmdir /Q /S "%_Py_EXTERNALS_DIR%\pythonx86"
variable
42
@if NOT "%HOST_PYTHON%"=="" @%HOST_PYTHON% -Ec "import sys; assert sys.version_info[:2] >= (3, 9)" >nul 2>nul && (set
PYTHON
="%HOST_PYTHON%") && (set _Py_Python_Source=found as HOST_PYTHON) && goto :found
variable
45
@for %%p in (3.10 3.9) do @py -%%p -EV >nul 2>&1 && (set
PYTHON
=py -%%p) && (set _Py_Python_Source=found %%p with py.exe) && goto :found
variable
68
@if not errorlevel 1 (set
PYTHON
="%_Py_EXTERNALS_DIR%\pythonx86\tools\python.exe") & (set _Py_Python_Source=found on nuget.org) & goto :found
variable
[all...]
H
A
D
get_externals.bat
21
if "%~1"=="--python" (set
PYTHON
=%2) & shift & shift & goto CheckOpts
variable
/third_party/python/Doc/
H
A
D
Makefile
7
PYTHON
= python3
macro
H
A
D
make.bat
10
if not defined
PYTHON
set
PYTHON
=py
variable
[all...]
/third_party/mbedtls/library/
H
A
D
Makefile
51
PYTHON
?= python
macro
53
PYTHON
?= $(shell if type python3 >/dev/null 2>/dev/null; then echo python3; else echo python; fi)
macro
/third_party/lz4/tests/
H
A
D
Makefile
34
PYTHON
?= python3
macro
/third_party/skia/third_party/externals/freetype/builds/
H
A
D
freetype.mk
289
PYTHON
?= python
macro
/third_party/vk-gl-cts/external/vulkan-docs/src/xml/
H
A
D
Makefile
19
PYTHON
?= python3
macro
/third_party/selinux/libselinux/src/
H
A
D
Makefile
4
PYTHON
?= python3
macro
/third_party/node/
H
A
D
Makefile
4
PYTHON
?= python3
macro
[all...]
/third_party/vk-gl-cts/external/vulkan-docs/src/
H
A
D
Makefile
89
PYTHON
?= python3
macro
[all...]
Completed in 8 milliseconds