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:goto
(Results
26 - 50
of
89
) sorted by relevance
1
2
3
4
/third_party/python/PCbuild/
H
A
D
prepare_libffi.bat
2
goto
:Run
45
if "%1"==""
goto
:CheckOptsDone
46
if /I "%1"=="-x64" (set BUILD_X64=1) & shift &
goto
:CheckOpts
47
if /I "%1"=="-x86" (set BUILD_X86=1) & shift &
goto
:CheckOpts
48
if /I "%1"=="-win32" (set BUILD_X86=1) & shift &
goto
:CheckOpts
49
if /I "%1"=="-arm32" (set BUILD_ARM32=1) & shift &
goto
:CheckOpts
50
if /I "%1"=="-arm64" (set BUILD_ARM64=1) & shift &
goto
:CheckOpts
51
if /I "%1"=="-pdb" (set BUILD_PDB=-g) & shift &
goto
:CheckOpts
52
if /I "%1"=="-noopt" (set BUILD_NOOPT=CFLAGS='-Od -warn all') & shift &
goto
:CheckOpts
53
if /I "%1"=="-license" (set COPY_LICENSE=1) & shift &
goto
[all...]
H
A
D
find_python.bat
15
@if '%1' EQU ''
goto
:begin_search
17
@rem One argument may be the full path. Use a
goto
so we don't try to
20
@if '%2' EQU ''
goto
:one_arg
23
@if exist "%*" (set PYTHON="%*") & (set _Py_Python_Source=from environment) &
goto
:found
24
@
goto
:begin_search
27
@if exist "%~1" (set PYTHON="%~1") & (set _Py_Python_Source=from environment) &
goto
:found
33
@if NOT "%VIRTUAL_ENV%"=="" (set PYTHON="%VIRTUAL_ENV%\Scripts\python.exe") & (set _Py_Python_Source=found in virtual env) &
goto
:found
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"
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
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
[all...]
H
A
D
prepare_ssl.bat
4
goto
Run
29
if "%~1"=="-h" shift &
goto
Usage
30
if "%~1"=="--certificate" (set SigningCertificate=%~2) && shift && shift &
goto
CheckOpts
31
if "%~1"=="-c" (set SigningCertificate=%~2) && shift && shift &
goto
CheckOpts
32
if "%~1"=="--organization" (set ORG_SETTING=--organization "%~2") && shift && shift &&
goto
CheckOpts
34
if "%~1"==""
goto
Build
36
goto
Usage
H
A
D
prepare_tcltk.bat
4
goto
Run
31
if "%~1"=="-h" shift &
goto
Usage
32
if "%~1"=="--certificate" (set SigningCertificate=%~2) && shift && shift &
goto
CheckOpts
33
if "%~1"=="-c" (set SigningCertificate=%~2) && shift && shift &
goto
CheckOpts
34
if "%~1"=="--organization" (set ORG_SETTING=--organization "%~2") && shift && shift &&
goto
CheckOpts
36
if "%~1"==""
goto
Build
38
goto
Usage
/third_party/node/tools/
H
A
D
test-v8.bat
1
if not defined DEPOT_TOOLS_PATH
goto
depot-tools-not-found
11
if errorlevel 1 set ERROR_STATUS=1&
goto
test-v8-exit
16
if errorlevel 1 set ERROR_STATUS=1&
goto
test-v8-exit
19
if errorlevel 1 set ERROR_STATUS=1&
goto
test-v8-exit
22
if not defined test_v8
goto
test-v8-intl
28
if not defined test_v8_intl
goto
test-v8-benchmarks
34
if not defined test_v8_benchmarks
goto
test-v8-exit
38
goto
test-v8-exit
/third_party/vk-gl-cts/external/amber/src/android_gradle/
H
A
D
gradlew.bat
20
if defined JAVA_HOME
goto
findJavaFromJavaHome
24
if "%ERRORLEVEL%" == "0"
goto
init
32
goto
fail
38
if exist "%JAVA_EXE%"
goto
init
46
goto
fail
51
if not "%OS%" == "Windows_NT"
goto
win9xME_args
59
if "x%~1" == "x"
goto
execute
73
if "%ERRORLEVEL%"=="0"
goto
mainEnd
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/
H
A
D
gradlew.bat
20
if defined JAVA_HOME
goto
findJavaFromJavaHome
24
if "%ERRORLEVEL%" == "0"
goto
init
32
goto
fail
38
if exist "%JAVA_EXE%"
goto
init
46
goto
fail
51
if not "%OS%" == "Windows_NT"
goto
win9xME_args
59
if "x%~1" == "x"
goto
execute
73
if "%ERRORLEVEL%"=="0"
goto
mainEnd
/third_party/skia/third_party/externals/oboe/apps/fxlab/
H
A
D
gradlew.bat
20
if defined JAVA_HOME
goto
findJavaFromJavaHome
24
if "%ERRORLEVEL%" == "0"
goto
init
32
goto
fail
38
if exist "%JAVA_EXE%"
goto
init
46
goto
fail
51
if not "%OS%" == "Windows_NT"
goto
win9xME_args
59
if "x%~1" == "x"
goto
execute
73
if "%ERRORLEVEL%"=="0"
goto
mainEnd
/third_party/skia/third_party/externals/oboe/tests/UnitTestRunner/
H
A
D
gradlew.bat
20
if defined JAVA_HOME
goto
findJavaFromJavaHome
24
if "%ERRORLEVEL%" == "0"
goto
init
32
goto
fail
38
if exist "%JAVA_EXE%"
goto
init
46
goto
fail
51
if not "%OS%" == "Windows_NT"
goto
win9xME_args
59
if "x%~1" == "x"
goto
execute
73
if "%ERRORLEVEL%"=="0"
goto
mainEnd
/third_party/curl/projects/
H
A
D
checksrc.bat
28
if not "%OS%" == "Windows_NT"
goto
nodos
41
if "%~1" == ""
goto
prerequisites
44
goto
syntax
46
goto
syntax
48
goto
syntax
73
goto
unknown
77
shift &
goto
parseArgs
90
goto
noperl
112
if not exist "%SRC_DIR%"
goto
nosrc
182
goto
succes
[all...]
H
A
D
build-openssl.bat
28
if not "%OS%" == "Windows_NT"
goto
nodos
41
if /i "%~1" == ""
goto
syntax
124
goto
syntax
126
goto
syntax
128
goto
syntax
133
goto
error
142
goto
error
151
goto
unknown
155
shift &
goto
parseArgs
160
if not defined VC_VER
goto
synta
[all...]
/third_party/python/Doc/
H
A
D
make.bat
51
if "%1" NEQ "htmlhelp"
goto
:skiphhcsearch
52
if exist "%HTMLHELP%"
goto
:skiphhcsearch
56
where hhc /q && set "HTMLHELP=hhc" &&
goto
:skiphhcsearch
74
if "%1" EQU ""
goto
help
75
if "%1" EQU "help"
goto
help
76
if "%1" EQU "check"
goto
check
77
if "%1" EQU "serve"
goto
serve
80
goto
end
98
if "%1" EQU "htmlview"
goto
htmlview
101
goto
buil
[all...]
/third_party/python/Tools/buildbot/
H
A
D
remotePythonInfo.bat
13
if "%1"=="-arm32" (set arm32_ssh=true) & (set prefix=%REMOTE_PYTHON_DIR%pcbuild\arm32) & shift &
goto
CheckOpts
14
if "%1"=="-d" (set suffix=_d) & shift &
goto
CheckOpts
15
if "%1"=="+d" (set suffix=) & shift &
goto
CheckOpts
16
if NOT "%1"=="" (echo unrecognized option %1) &
goto
Arm32SshHelp
18
if "%arm32_ssh%"=="true"
goto
:Arm32Ssh
21
if "%SSH_SERVER%"==""
goto
:Arm32SshHelp
/third_party/skia/third_party/externals/libwebp/
H
A
D
gradlew.bat
36
if defined JAVA_HOME
goto
findJavaFromJavaHome
40
if "%ERRORLEVEL%" == "0"
goto
init
48
goto
fail
54
if exist "%JAVA_EXE%"
goto
init
62
goto
fail
67
if not "%OS%" == "Windows_NT"
goto
win9xME_args
75
if "x%~1" == "x"
goto
execute
89
if "%ERRORLEVEL%"=="0"
goto
mainEnd
/third_party/python/Tools/msi/
H
A
D
testrelease.bat
14
if "%1" EQU "-h"
goto
Help
15
if "%1" EQU "-x86" (set TESTX86=1) && shift &&
goto
CheckOpts
16
if "%1" EQU "-x64" (set TESTX64=1) && shift &&
goto
CheckOpts
17
if "%1" EQU "-t" (set TARGETDIR=%~2) && shift && shift &&
goto
CheckOpts
18
if "%1" EQU "--target" (set TARGETDIR=%~2) && shift && shift &&
goto
CheckOpts
19
if "%1" EQU "-a" (set TESTALLUSER=1) && shift &&
goto
CheckOpts
20
if "%1" EQU "--alluser" (set TESTALLUSER=1) && shift &&
goto
CheckOpts
21
if "%1" EQU "-p" (set TESTPERUSER=1) && shift &&
goto
CheckOpts
22
if "%1" EQU "--peruser" (set TESTPERUSER=1) && shift &&
goto
CheckOpts
/third_party/protobuf/csharp/
H
A
D
buildall.bat
3
dotnet build src/Google.Protobuf.sln ||
goto
:error
7
dotnet test src/Google.Protobuf.Test/Google.Protobuf.Test.csproj ||
goto
:error
9
goto
:EOF
/third_party/python/Lib/turtledemo/
H
A
D
peace.py
22
goto
(-320,-195)
37
goto
(0,-170)
56
goto
(0,300) # vanish if hideturtle() is not available ;-)
H
A
D
chaos.py
21
penup();
goto
(x,y)
26
goto
(x2, y2)
40
goto
(i+1,x)
H
A
D
bytedesign.py
42
self.
goto
(homePos)
74
self.
goto
(initpos)
80
self.
goto
(initpos)
95
self.
goto
(initpos)
104
self.
goto
(initpos)
/third_party/protobuf/kokoro/release/protoc/windows/
H
A
D
build.bat
14
msbuild protobuf.sln /p:Platform=%vcplatform32% ||
goto
error
20
msbuild protobuf.sln /p:Platform=%vcplatform64% ||
goto
error
23
goto
:EOF
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
H
A
D
varsub.bat
14
if "%OS%" == "Windows_NT"
goto
WinNT
16
goto
endofperl
19
if NOT "%COMSPEC%" == "%SystemRoot%\system32\cmd.exe"
goto
endofperl
21
goto
endofperl
/third_party/node/tools/msvs/
H
A
D
find_python.cmd
10
goto
:found-python
17
if not errorlevel 1
goto
:found-python
20
goto
:no-python
50
if errorlevel 1
goto
:no-python
/third_party/icu/tools/unicodetools/com/ibm/rbm/
H
A
D
compile.bat
11
if errorlevel 1
goto
error
16
if errorlevel 1
goto
error
21
goto
end
/third_party/node/deps/cares/
H
A
D
buildconf.bat
13
if exist GIT-INFO
goto
start_doing
15
goto
end_all
18
if not exist include\ares_build.h.dist
goto
end_ares_build_h
/third_party/rust/crates/regex/src/
H
A
D
backtrack.rs
221
ip = inst.
goto
;
in step()
229
ip = inst.
goto
;
in step()
236
ip = inst.
goto
;
in step()
244
ip = inst.
goto
;
in step()
253
ip = inst.
goto
;
in step()
Completed in 7 milliseconds
1
2
3
4