Home
last modified time | relevance | path

Searched refs:do (Results 1 - 25 of 127) sorted by relevance

123456

/third_party/curl/projects/
H A Dchecksrc.bat17 rem * furnished to do so, under the terms of the COPYING file.
118 for /f "delims=" %%i in ('dir "%SRC_DIR%\src\*.c.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\checksrc.pl" "-D%SRC_DIR%\src" -Wtool_hugehelp.c "%%i"
119 for /f "delims=" %%i in ('dir "%SRC_DIR%\src\*.h.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\checksrc.pl" "-D%SRC_DIR%\src" "%%i"
126 for /f "delims=" %%i in ('dir "%SRC_DIR%\lib\*.c.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\checksrc.pl" "-D%SRC_DIR%\lib" "%%i"
127 for /f "delims=" %%i in ('dir "%SRC_DIR%\lib\*.h.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\checksrc.pl" "-D%SRC_DIR%\lib" -Wcurl_config.h.cmake -Wcurl_config.h.in -Wcurl_config.h "%%i"
132 for /f "delims=" %%i in ('dir "%SRC_DIR%\lib\vauth\*.c.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\checksrc.pl" "-D%SRC_DIR%\lib\vauth" "%%i"
133 for /f "delims=" %%i in ('dir "%SRC_DIR%\lib\vauth\*.h.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\checksrc.pl" "-D%SRC_DIR%\lib\vauth" "%%i"
138 for /f "delims=" %%i in ('dir "%SRC_DIR%\lib\vquic\*.c.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\checksrc.pl" "-D%SRC_DIR%\lib\vquic" "%%i"
139 for /f "delims=" %%i in ('dir "%SRC_DIR%\lib\vquic\*.h.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\checksrc.pl" "-D%SRC_DIR%\lib\vquic" "%%i"
144 for /f "delims=" %%i in ('dir "%SRC_DIR%\lib\vssh\*.c.*" /b 2^>NUL') do
[all...]
H A Dgenerate.bat17 rem * furnished to do so, under the terms of the COPYING file.
219 for /f "usebackq delims=" %%i in (`"findstr /n ^^ %2"`) do (
225 for /f "delims=" %%c in ('dir /b ..\src\*.c') do call :element %1 src "%%c" %3
227 for /f "delims=" %%h in ('dir /b ..\src\*.h') do call :element %1 src "%%h" %3
229 for /f "delims=" %%r in ('dir /b ..\src\*.rc') do call :element %1 src "%%r" %3
252 for /f "delims=" %%c in ('dir /b ..\lib\*.c') do call :element %1 lib "%%c" %3
254 for /f "delims=" %%h in ('dir /b ..\include\curl\*.h') do call :element %1 include\curl "%%h" %3
255 for /f "delims=" %%h in ('dir /b ..\lib\*.h') do call :element %1 lib "%%h" %3
257 for /f "delims=" %%r in ('dir /b ..\lib\*.rc') do call :element %1 lib "%%r" %3
259 for /f "delims=" %%c in ('dir /b ..\lib\vauth\*.c') do cal
[all...]
/third_party/ltp/testcases/network/nfsv4/locks/
H A Dlocktests.py35 self.do()
38 self.do()
51 def do(self): member in Client
59 self.do()
64 self.do()
67 self.do()
71 self.do()
83 def do(self): member in Serveur
/third_party/node/tools/msvs/
H A Dfind_python.cmd8 for /f "delims=" %%a in ('where python.exe 2^> nul') do (
15 for %%k in ( "HKCU\Software", "HKLM\SOFTWARE", "HKLM\Software\Wow6432Node") do (
25 for /f "delims=" %%a in ('reg query "%~1\Python\PythonCore" /f * /k 2^> nul ^| findstr /r ^^HK') do (
38 for /f "skip=2 tokens=1* delims=)" %%a in ('reg query "%1\InstallPath" /ve /t REG_SZ 2^> nul') do (
39 for /f "tokens=1*" %%c in ("%%b") do (
H A Dnodevars.bat11 for /F "usebackq delims=" %%v in (`%print_version%`) do set version=%%v
/third_party/python/Lib/test/
H A Dtest_zlib.py299 do = zlib.decompressobj(wbits=wbits, zdict=b"")
303 do.decompress(data=zlib.compress(HAMLET_SCENE))
305 y = do.decompress(x, max_length=len(HAMLET_SCENE)) + do.flush()
570 do = zlib.decompressobj(zdict=HAMLET_SCENE)
575 self.assertEqual(do.decompress(d0), piece)
576 self.assertEqual(do.decompress(d1), piece[100:])
577 self.assertEqual(do.decompress(d2), piece[:-100])
774 do = zlib.decompressobj()
777 uncomp = do
[all...]
/third_party/python/Tools/buildbot/
H A DremoteDeploy.bat39 for /f "USEBACKQ" %%i in (`dir PCbuild\*.bat /b`) do @scp PCBuild\%%i "%SSH_SERVER%:%REMOTE_PYTHON_DIR%PCBuild"
40 for /f "USEBACKQ" %%i in (`dir PCbuild\*.py /b`) do @scp PCBuild\%%i "%SSH_SERVER%:%REMOTE_PYTHON_DIR%PCBuild"
41 for /f "USEBACKQ" %%i in (`dir PCbuild\arm32\*.exe /b`) do @scp PCBuild\arm32\%%i "%SSH_SERVER%:%REMOTE_PYTHON_DIR%PCBuild\arm32"
42 for /f "USEBACKQ" %%i in (`dir PCbuild\arm32\*.pyd /b`) do @scp PCBuild\arm32\%%i "%SSH_SERVER%:%REMOTE_PYTHON_DIR%PCBuild\arm32"
43 for /f "USEBACKQ" %%i in (`dir PCbuild\arm32\*.dll /b`) do @scp PCBuild\arm32\%%i "%SSH_SERVER%:%REMOTE_PYTHON_DIR%PCBuild\arm32"
/third_party/ffmpeg/libavcodec/x86/
H A Dvideodsp.asm30 .%1_y_loop: ; do {
32 .%1_x_loop: ; do {
90 .y_loop: ; do {
101 .x_loop: ; do {
289 .top_loop: ; do {
296 .body_loop: ; do {
309 .bottom_loop: ; do {
407 .loop_y: ; do {
/third_party/icu/icu4c/source/test/perf/unisetperf/draft/
H A Dspan16perf.bat18 udhr_jpn.html) do (
19 for %%t in (slow Bv Bv0) do (
H A Dcontperf.bat18 udhr_jpn.html) do (
19 for %%t in (slow Bv Bv0 B0) do (
H A Dspan8perf.bat18 udhr_jpn.html) do (
19 for %%t in (slow BvF BvpF Bvl BvL) do (
/third_party/python/Tools/msi/
H A Dget_externals.bat41 for %%e in (%libraries%) do (
61 for %%b in (%binaries%) do (
86 echo.Use the --clean-only option to do the same cleaning, without pulling in
H A Dtestrelease.bat29 for %%f in ("%PCBUILD%win32\en-us\*.exe") do (
38 for %%f in ("%PCBUILD%amd64\en-us\*.exe") do (
72 @for /F "usebackq" %%f in (`reg query HKCR /s /f python /k`) do @(
/third_party/musl/scripts/
H A Druntest_Windows.bat38 for %%j in (%TESTDIR%\*) do (
76 for %%j in (%DYNLIB%\*) do (
149 for /f "delims=:" %%a in ('dir /b /a:-d "%TESTDIR%" ^| findstr /n .*') do set all=%%a
150 for /f %%b in (' find /c /v "" ^<"FileList.txt" ') do set /a run=%%b
151 for /f %%c in (' find /c "FAIL" ^<"REPORT" ') do set fail=%%c
174 for /f "delims=" %%i in ('findstr /c:"FAIL" REPORT') do (
/third_party/curl/winbuild/
H A Dgen_resp_file.bat17 rem * furnished to do so, under the terms of the COPYING file.
31 for %%i in (%*) do echo %DIROBJ%/%%i \>> %OUTFILE%
/third_party/python/Lib/
H A Dgzip.py604 do = zlib.decompressobj(wbits=-zlib.MAX_WBITS)
606 decompressed = do.decompress(data[fp.tell():])
607 if not do.eof or len(do.unused_data) < 8:
610 crc, length = struct.unpack("<II", do.unused_data[:8])
616 data = do.unused_data[8:].lstrip(b"\x00")
623 "but do not delete the input file.")
/third_party/python/PCbuild/
H A Dfind_python.bat5 @rem the MSBUILD variable), so we do not use setlocal or echo, and avoid
14 @rem No arguments provided means do full search
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
H A Dget_externals.bat64 for %%e in (%libraries%) do (
84 for %%b in (%binaries%) do (
112 echo.Use the --clean-only option to do the same cleaning, without pulling in
H A Dfind_msbuild.bat6 @rem the MSBUILD variable), so we do not use setlocal or echo, and avoid
10 @rem No arguments provided means do full search
/third_party/python/Lib/idlelib/
H A Dundo.py118 cmd.do(self.delegate)
183 def do(self, text): member in Command
213 def do(self, text): member in InsertCommand
222 ##sys.__stderr__.write("do: %s\n" % self)
270 def do(self, text): member in DeleteCommand
283 ##sys.__stderr__.write("do: %s\n" % self)
/third_party/icu/vendor/double-conversion/upstream/msvc/
H A Dtestrunner.cmd5 for /f useback %%f in (`Release\x64\run_tests.exe --list`) do (
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex64 % and turn on active characters that we couldn't do earlier because
109 % messages, but if we're using an old version of TeX, don't do anything.
331 % Have to do this stuff outside the \shipout because we want it to
980 % after a section heading. If WORD is `insert', then do indent at such
984 % \suppressfirstparagraphindent, which the sectioning commands do.
1006 % We also make \indent itself not actually do anything until the next
1050 \fi % \openindices needs to do some work in any case.
1115 % that's what we do. pdftex 1.30.0 (ca.2005) introduced a primitive to
1116 % do this reliably, so we use it.
1118 % #1 is a control sequence in which to do th
[all...]
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-golang/parse-number-fxx-test-data/script/
H A Dtest-go-strconv.go46 if err := do(arg); err != nil {
54 func do(filename string) error {
/third_party/icu/icu4c/source/test/perf/utrie2perf/
H A Dutrie2perf.bat16 udhr_jpn.html) do (
/third_party/python/Lib/venv/scripts/nt/
H A Dactivate.bat4 for /f "tokens=2 delims=:." %%a in ('"%SystemRoot%\System32\chcp.com"') do (

Completed in 9 milliseconds

123456