Home
last modified time | relevance | path

Searched full:bat (Results 1 – 25 of 549) sorted by relevance

12345678910>>...22

/external/harfbuzz_ng/win32/
Dcreate-lists-msvc.mak9 # if [call create-lists.bat header $(makefile_snippet_file) $(variable_name)]
12 # if [call create-lists.bat file $(makefile_snippet_file) $(file_name)]
15 # if [call create-lists.bat footer $(makefile_snippet_file)]
26 # instead when doing 'if [call create-lists.bat file $(makefile_snippet_file) $(file_name)]'
28 # !if [for %c in ($(source_list)) do @if "%~xc" == ".$(srcext)" @call create-lists.bat file $(makef…
37 !if [call create-lists.bat header hb_objs.mak harfbuzz_dll_OBJS]
40 !if [for %c in ($(HB_SOURCES)) do @if "%~xc" == ".cc" @call create-lists.bat file hb_objs.mak ^$(CF…
43 !if [for %c in ($(HB_SOURCES)) do @if "%~xc" == ".c" @call create-lists.bat file hb_objs.mak ^$(CFG…
46 !if [call create-lists.bat footer hb_objs.mak]
52 !if [call create-lists.bat header hb_objs.mak harfbuzz_gobject_OBJS]
[all …]
/external/conscrypt/
Dappveyor.yml56 - call "C:\Program Files (x86)\Microsoft Visual Studio %MSVC%\VC\vcvarsall.bat" x64
66 - call "C:\Program Files (x86)\Microsoft Visual Studio %MSVC%\VC\vcvarsall.bat"
83 - '%ANDROID_HOME%\tools\bin\sdkmanager.bat tools'
84 - '%ANDROID_HOME%\tools\bin\sdkmanager.bat platform-tools'
85 - '%ANDROID_HOME%\tools\bin\sdkmanager.bat build-tools;25.0.0'
86 - '%ANDROID_HOME%\tools\bin\sdkmanager.bat platforms;android-25'
87 - '%ANDROID_HOME%\tools\bin\sdkmanager.bat extras;android;m2repository'
88 - '%ANDROID_HOME%\tools\bin\sdkmanager.bat --channel=1 ndk-bundle'
89 - '%ANDROID_HOME%\tools\bin\sdkmanager.bat cmake;3.6.3155560'
92 - gradlew.bat assemble
[all …]
DBUILDING.md81 ```bat
82 call "%VS140COMNTOOLS%\..\..\VC\vcvarsall.bat" amd64 8.1
89 ```bat
90 call "%VS140COMNTOOLS%\..\..\VC\vcvarsall.bat" x86 8.1
97 ```bat
/external/autotest/client/tests/connectathon/
Dconnectathon.tar.bz2 ... .mst connectathon/basic/scripts/basic2.bat connectathon/basic/scripts/basic3.bat connectathon ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
Dant.bat25 if exist "%HOME%\antrc_pre.bat" call "%HOME%\antrc_pre.bat"
30 if exist "%HOMEDRIVE%%HOMEPATH%\antrc_pre.bat" call "%HOMEDRIVE%%HOMEPATH%\antrc_pre.bat"
36 if exist "%USERPROFILE%\antrc_pre.bat" call "%USERPROFILE%\antrc_pre.bat"
212 if exist "%HOME%\antrc_post.bat" call "%HOME%\antrc_post.bat"
217 if exist "%HOMEDRIVE%%HOMEPATH%\antrc_post.bat" call "%HOMEDRIVE%%HOMEPATH%\antrc_post.bat"
223 if exist "%USERPROFILE%\antrc_post.bat" call "%USERPROFILE%\antrc_post.bat"
/external/pcre/dist2/doc/html/
DNON-AUTOTOOLS-BUILD.txt17 Testing with RunTest.bat
339 TESTING WITH RUNTEST.BAT
342 ALL_TESTS in Visual Studio) creates (and runs) pcre2_test.bat (and depending
344 directory. The pcre2_test.bat script runs RunTest.bat with correct source and
347 For manual testing with RunTest.bat, provided the build dir is a subdirectory
349 of your pcre2test.exe and pcre2grep.exe programs. Call RunTest.bat with
350 "..\RunTest.Bat" or "..\..\RunTest.bat" as appropriate.
352 To run only a particular test with RunTest.Bat provide a test number argument.
356 1. Copy RunTest.bat into the directory where pcre2test.exe and pcre2grep.exe
359 2. Edit RunTest.bat to indentify the full or relative location of
[all …]
/external/pcre/dist2/
DNON-AUTOTOOLS-BUILD17 Testing with RunTest.bat
339 TESTING WITH RUNTEST.BAT
342 ALL_TESTS in Visual Studio) creates (and runs) pcre2_test.bat (and depending
344 directory. The pcre2_test.bat script runs RunTest.bat with correct source and
347 For manual testing with RunTest.bat, provided the build dir is a subdirectory
349 of your pcre2test.exe and pcre2grep.exe programs. Call RunTest.bat with
350 "..\RunTest.Bat" or "..\..\RunTest.bat" as appropriate.
352 To run only a particular test with RunTest.Bat provide a test number argument.
356 1. Copy RunTest.bat into the directory where pcre2test.exe and pcre2grep.exe
359 2. Edit RunTest.bat to indentify the full or relative location of
[all …]
DRunTest.bat153 @echo RunTest.bat's pcre2test output is written to newly created subfolders
516 @echo project, pcre2_test.bat defines variables and automatically calls RunTest.bat.
518 @echo and building, you can run the built pcre2_test.bat. For best results with
524 @echo location of the the built exes) you call RunTest.bat. By default RunTest.bat
529 @echo to the source folder or copy RunTest.bat and the testdata folder to the
530 @echo location of your built exes and then run RunTest.bat.
/external/llvm/docs/
DGettingStartedVS.rst137 .. code-block:: bat
148 .. code-block:: bat
168 .. code-block:: bat
180 .. code-block:: bat
189 .. code-block:: bat
195 .. code-block:: bat
201 .. code-block:: bat
207 .. code-block:: bat
213 .. code-block:: bat
/external/fonttools/Windows/
Dfonttools-win-setup.iss212 LoadStringFromFile('c:\Autoexec.bat', TempString);
247 // Save first line number in Autoexec.bat which modifies path environment variable
256 // Write Modified path back to Autoexec.bat
257 // First delete all existing path references from Autoexec.bat
264 // Then insert new path variable into Autoexec.bat
266 // Delete old Autoexec.bat from disk
267 if not DeleteFile('c:\Autoexec.bat') then
270 // And finally write Autoexec.bat back to disk
272 SaveStringToFile('c:\Autoexec.bat', AutoexecLines.Text, false);
/external/snakeyaml/
Dmvnw.bat46 @REM check for pre script, once with legacy .bat ending and once with .cmd ending
47 if exist "%HOME%\mavenrc_pre.bat" call "%HOME%\mavenrc_pre.bat"
167 @REM check for post script, once with legacy .bat ending and once with .cmd ending
168 if exist "%HOME%\mavenrc_post.bat" call "%HOME%\mavenrc_post.bat"
/external/llvm/test/FileCheck/
Dsame.txt1 foo bat bar
6 PASS1-SAME: bat
22 FAIL2-NOT: bat
/external/bison/djgpp/
Ddjunpack.bat54 …djtar -x -p -o bison-/;s|$|djgpp/fnchange.lst %%1 > fnchange.tmp|};2,$d" top_src.dir > ext_list.bat
56 copy ext_list.bat junk.tmp > nul
60 call ext_list.bat %1
61 del ext_list.bat
DREADME.in98 djtar -x -p -o bison-@VERSION@/djgpp/djunpack.bat bison-@VERSION@.tar.gz > djunpack.bat
102 path to `djunpack.bat' in the distribution will be different for
105 If the argument to `djunpack.bat' include leading directories, it MUST
114 djtar -x -p -o bison-@VERSION@/djgpp/djunpack.bat bison-@VERSION@.tar > djunpack.bat
/external/libusb/
Dappveyor.yml37 msvc/appveyor.bat
39 appveyor_minGW.bat
41 appveyor_cygwin.bat
/external/vulkan-validation-layers/
DBUILD.md129 …gwin's "git.exe". However, in order to use the "update\_external\_sources.bat" script, you must h…
136 …- update\_external\_sources.bat --build-glslang (Note: see **Loader and Validation Layer Dependenc…
147 update_external_sources.bat --all
148 build_windows_targets.bat
217 android-generate.bat
264 update_external_sources_android.bat
265 android-generate.bat
275 …26733) is required. Note that installing the WDK breaks the MSVC vcvarsall.bat build scripts provi…
/external/clang/tools/scan-build/
DCMakeLists.txt7 scan-build.bat)
9 ccc-analyzer.bat
10 c++-analyzer.bat)
/external/deqp/android/scripts/
Dcommon.py290 noneSafePathJoin(ANDROID_SDK_PATH, "tools", "android.bat"),
308 "C:/android/apache-ant-1.8.4/bin/ant.bat",
309 "C:/android/apache-ant-1.9.2/bin/ant.bat",
310 "C:/android/apache-ant-1.9.3/bin/ant.bat",
311 "C:/android/apache-ant-1.9.4/bin/ant.bat",
/external/libogg/win32/
DMakefile.in111 build_ogg_dynamic.bat build_ogg_dynamic_debug.bat\
112 build_ogg_static.bat build_ogg_static_debug.bat ogg.dsw
DMakefile111 build_ogg_dynamic.bat build_ogg_dynamic_debug.bat\
112 build_ogg_static.bat build_ogg_static_debug.bat ogg.dsw
/external/libpng/contrib/pngminus/
Dpngminus.bat2 call png2pnm.bat
3 call pnm2png.bat
/external/llvm/utils/release/
Dbuild_llvm_package.bat7 REM Usage: build_llvm_package.bat <revision>
51 call "%vcdir%/vcvarsall.bat" x86
75 call "%vcdir%/vcvarsall.bat" amd64
/external/autotest/server/cros/packet_generation/
Dscapy-2.2.0.tar.gz
/external/testng/
Dappveyor.yml9 - gradlew.bat assemble --info --no-daemon
12 - gradlew.bat test --info --no-daemon
/external/chromium-trace/catapult/common/py_utils/py_utils/
D__init__.py31 # pathext is, e.g. '.com;.exe;.bat;.cmd'
32 exts = os.getenv('PATHEXT').split(';') #e.g. ['.com','.exe','.bat','.cmd']
33 return [x[1:].upper() for x in exts] #e.g. ['COM','EXE','BAT','CMD']

12345678910>>...22