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:PACKAGES
(Results
1 - 5
of
5
) sorted by relevance
/third_party/python/Tools/nuget/
H
A
D
build.bat
12
set
PACKAGES
=
variable
23
if "%~1" EQU "-p" (set
PACKAGES
=%
PACKAGES
% %~2) && shift && shift && goto CheckOpts
variable
32
if defined
PACKAGES
set
PACKAGES
="/p:Packages=%
PACKAGES
%"
variable
39
%MSBUILD% "%D%make_pkg.proj" /p:Configuration=Release /p:Platform=x86 %OUTPUT% %
PACKAGES
% %PYTHON_EXE%
48
%MSBUILD% "%D%make_pkg.proj" /p:Configuration=Release /p:Platform=x64 %OUTPUT% %
PACKAGES
% %PYTHON_EXE%
57
%MSBUILD% "%D%make_pkg.proj" /p:Configuration=Release /p:Platform=ARM %OUTPUT% %
PACKAGES
% %PYTHON_EXE%
/third_party/skia/tools/
H
A
D
install_dependencies.sh
30
PACKAGES
=$(cat<<-EOF
46
PACKAGES
="${
PACKAGES
} ninja-build"
48
if ! dpkg_all_installed $
PACKAGES
; then
49
sudo apt-get $1 install $
PACKAGES
/third_party/vk-gl-cts/external/
H
A
D
fetch_kc_cts.py
38
PACKAGES
= [
variable
49
for pkg in
PACKAGES
:
H
A
D
fetch_sources.py
291
PACKAGES
= [
variable
399
for pkg in
PACKAGES
:
/third_party/vk-gl-cts/external/openglcts/scripts/
H
A
D
verify_kc_cts_rev.py
79
PACKAGES
= [
variable
87
for pkg in
PACKAGES
:
Completed in 2 milliseconds