Home
last modified time | relevance | path

Searched refs:exist (Results 1 – 25 of 956) sorted by relevance

12345678910>>...39

/external/harfbuzz_ng/win32/
Dinstall.mak5 @if not exist $(PREFIX)\bin\ mkdir $(PREFIX)\bin
6 @if not exist $(PREFIX)\lib\ mkdir $(PREFIX)\lib
7 @if not exist $(PREFIX)\include\harfbuzz\ mkdir $(PREFIX)\include\harfbuzz
11 @if exist $(HARFBUZZ_ICU_DLL_FILENAME).dll copy /b $(HARFBUZZ_ICU_DLL_FILENAME).dll $(PREFIX)\bin
12 @if exist $(HARFBUZZ_ICU_DLL_FILENAME).dll copy /b $(HARFBUZZ_ICU_DLL_FILENAME).pdb $(PREFIX)\bin
13 @if exist $(HARFBUZZ_ICU_DLL_FILENAME).dll copy /b $(CFG)\$(PLAT)\harfbuzz-icu.lib $(PREFIX)\lib
14 …@if exist $(HARFBUZZ_GOBJECT_DLL_FILENAME).dll copy /b $(HARFBUZZ_GOBJECT_DLL_FILENAME).dll $(PREF…
15 …@if exist $(HARFBUZZ_GOBJECT_DLL_FILENAME).dll copy /b $(HARFBUZZ_GOBJECT_DLL_FILENAME).pdb $(PREF…
16 …@if exist $(HARFBUZZ_GOBJECT_DLL_FILENAME).dll copy /b $(CFG)\$(PLAT)\harfbuzz-gobject.lib $(PREFI…
17 @if exist $(CFG)\$(PLAT)\hb-view.exe copy /b $(CFG)\$(PLAT)\hb-view.exe $(PREFIX)\bin
[all …]
Dbuild-rules-msvc.mak60 # @-if exist $@.manifest mt /manifest $@.manifest /outputresource:$@;2
65 @-if exist $@.manifest mt /manifest $@.manifest /outputresource:$@;2
71 @-if exist $@.manifest mt /manifest $@.manifest /outputresource:$@;2
77 @-if exist $@.manifest mt /manifest $@.manifest /outputresource:$@;2
85 # @-if exist $@.manifest mt /manifest $@.manifest /outputresource:$@;1
90 @-if exist $@.manifest mt /manifest $@.manifest /outputresource:$@;1
96 @-if exist $@.manifest mt /manifest $@.manifest /outputresource:$@;1
102 @-if exist $@.manifest mt /manifest $@.manifest /outputresource:$@;1
122 @-if exist $(CFG)\$(PLAT)\HarfBuzz-0.0.typelib del /f /q $(CFG)\$(PLAT)\HarfBuzz-0.0.typelib
123 @-if exist $(CFG)\$(PLAT)\HarfBuzz-0.0.gir del /f /q $(CFG)\$(PLAT)\HarfBuzz-0.0.gir
[all …]
/external/webrtc/webrtc/modules/audio_processing/test/
Dapmtest.m133 if ~exist(inpathtest,'dir')
134 error(['Input directory ' inpathtest ' does not exist']);
137 if ~exist(refpathtest,'dir')
138 warning(['Reference directory ' refpathtest ' does not exist']);
209 if exist([inpath 'vqeFar.pcm'])
211 elseif exist([inpath 'apm_far.pcm'])
215 if exist([inpath 'vqeNear.pcm'])
217 elseif exist([inpath 'apm_near.pcm'])
221 if exist([inpath 'vqeEvent.dat'])
223 elseif exist([inpath 'apm_event.dat'])
[all …]
/external/libxml2/win32/
DMakefile.msvc276 _VC_MANIFEST_EMBED_EXE= if exist $@.manifest mt.exe -nologo -manifest $@.manifest -outputresource:$…
277 _VC_MANIFEST_EMBED_DLL= if exist $@.manifest mt.exe -nologo -manifest $@.manifest -outputresource:$…
294 if exist $(XML_INTDIR) rmdir /S /Q $(XML_INTDIR)
295 if exist $(XML_INTDIR_A) rmdir /S /Q $(XML_INTDIR_A)
296 if exist $(XML_INTDIR_A_DLL) rmdir /S /Q $(XML_INTDIR_A_DLL)
297 if exist $(UTILS_INTDIR) rmdir /S /Q $(UTILS_INTDIR)
298 if exist $(BINDIR) rmdir /S /Q $(BINDIR)
301 if exist config.* del config.*
302 if exist Makefile del Makefile
307 if not exist $(INCPREFIX)\libxml2 mkdir $(INCPREFIX)\libxml2
[all …]
DMakefile.bcb250 if exist $(XML_INTDIR) rmdir /S /Q $(XML_INTDIR)
251 if exist $(XML_INTDIR_A) rmdir /S /Q $(XML_INTDIR_A)
252 if exist $(UTILS_INTDIR) rmdir /S /Q $(UTILS_INTDIR)
253 if exist $(BINDIR) rmdir /S /Q $(BINDIR)
256 if exist config.* del config.*
257 if exist Makefile del Makefile
262 if not exist "$(INCPREFIX)\libxml2" mkdir "$(INCPREFIX)\libxml2"
263 if not exist "$(INCPREFIX)\libxml2\libxml" mkdir "$(INCPREFIX)\libxml2\libxml"
264 if not exist "$(BINPREFIX)" mkdir "$(BINPREFIX)"
265 if not exist "$(LIBPREFIX)" mkdir "$(LIBPREFIX)"
[all …]
/external/vulkan-validation-layers/
Dupdate_external_sources.bat124 if not exist glslang_revision (
131 if not exist spirv-tools_revision (
147 if exist %GLSLANG_DIR% (
150 if not exist %GLSLANG_DIR% (
159 if exist %SPIRV_TOOLS_DIR% (
163 if not exist %SPIRV_TOOLS_DIR% (
206 if not exist %GLSLANG_DIR%\SPIRV (
227 if not exist %SPIRV_TOOLS_DIR%\source (
247 if exist build32 (
250 if exist build (
[all …]
/external/curl/projects/
Dchecksrc.bat79 if exist "%SystemDrive%\Perl" (
82 if exist "%SystemDrive%\Perl64" (
92 if not exist "%SRC_DIR%" goto nosrc
97 if exist %SRC_DIR%\src (
105 if exist %SRC_DIR%\lib (
111 if exist %SRC_DIR%\lib\vauth (
117 if exist %SRC_DIR%\lib\vtls (
125 if exist %SRC_DIR%\tests\libtest (
131 if exist %SRC_DIR%\tests\unit (
137 if exist %SRC_DIR%\tests\server (
[all …]
/external/selinux/libsemanage/example/
Dtest_fcontext.c16 int exist = 0; in main() local
36 if(semanage_fcontext_exists(sh, k, &exist) < 0) { in main()
40 if (exist) { in main()
/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"
91 rem find ANT_HOME if it does not exist due to either an invalid value passed
93 if exist "%ANT_HOME%\lib\ant.jar" goto checkJava
96 if not exist "%ProgramFiles%\ant" goto checkSystemDrive
102 if not exist %SystemDrive%\ant\lib\ant.jar goto checkCDrive
108 if not exist C:\ant\lib\ant.jar goto noAntHome
120 if not exist "%JAVA_HOME%\bin\java.exe" goto noJavaHome
212 if exist "%HOME%\antrc_post.bat" call "%HOME%\antrc_post.bat"
[all …]
/external/curl/winbuild/
DMakefileBuild.vc420 …@if exist $(LIB_DIROBJ)\$(LIB_NAME_DLL) copy $(LIB_DIROBJ)\$(LIB_NAME_DLL) $(DIRDIST)\bin\ /…
421 …@if exist $(LIB_DIROBJ)\$(LIB_NAME_STATIC) copy $(LIB_DIROBJ)\$(LIB_NAME_STATIC) $(DIRDIST)\lib…
422 …@if exist $(LIB_DIROBJ)\$(LIB_NAME_DLL_DEBUG) copy $(LIB_DIROBJ)\$(LIB_NAME_DLL_DEBUG) $(DIRDIST)\…
423 …@if exist $(LIB_DIROBJ)\$(LIB_NAME_STATIC_DEBUG) copy $(LIB_DIROBJ)\$(LIB_NAME_STATIC_DEBUG) $(DIR…
424 …@if exist $(LIB_DIROBJ)\$(LIB_NAME_IMP) copy $(LIB_DIROBJ)\$(LIB_NAME_IMP) $(DIRDIST)\lib\ /…
425 …@if exist $(LIB_DIROBJ)\$(LIB_NAME_IMP_DEBUG) copy $(LIB_DIROBJ)\$(LIB_NAME_IMP_DEBUG) $(DIRDIST)\…
433 @if not exist "$(DIRDIST)\bin" mkdir $(DIRDIST)\bin
434 @if not exist "$(DIRDIST)\include" mkdir $(DIRDIST)\include
435 @if not exist "$(DIRDIST)\include\curl" mkdir $(DIRDIST)\include\curl
436 @if not exist "$(DIRDIST)\lib" mkdir $(DIRDIST)\lib
[all …]
/external/curl/
Dbuildconf.bat39 if not exist GIT-INFO goto norepo
109 if exist Makefile.dist (
131 if exist include\curl\curlbuild.h.dist (
140 if exist ares\buildconf.bat (
168 if exist Makefile (
170 if exist Makefile (
177 if exist src\tool_hugehelp.c (
179 if exist src\tool_hugehelp.c (
186 if exist include\curl\curlbuild.h (
188 if exist include\curl\curlbuild.h (
[all …]
/external/libpng/projects/owatcom/
Dlibpng.wpj20 @if not exist pngconfig.dfa $(MAKE) $(__MAKEOPTS__) -f pngconfig.mak defaults
21 @if exist config.inf type config.inf
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/pyami/
Dcopybot.cfg43 # If the Destination bucket does not exist, it will
52 # that file does not already exist. If it's true
53 # it will replace it even if it does exist.
/external/curl/tests/data/
Dtest575108 Some junk ;-) This file does not really exist.
113 Some junk ;-) This file does not really exist.
118 Some junk ;-) This file does not really exist.
/external/llvm/test/tools/llvm-profdata/
Dweight-sample.test50 4- Bad merge: input path does not exist
51 …ge -sample -weighted-input=3,%p/Inputs/does-not-exist.proftext -weighted-input=2,%p/Inputs/does-no…
52 INVALID_INPUT: {{.*}}: {{.*}}does-not-exist.proftext: {{[Nn]}}o such file or directory
/external/snakeyaml/
Dmvnw.bat47 if exist "%HOME%\mavenrc_pre.bat" call "%HOME%\mavenrc_pre.bat"
48 if exist "%HOME%\mavenrc_pre.cmd" call "%HOME%\mavenrc_pre.cmd"
69 if exist "%JAVA_HOME%\bin\java.exe" goto chkMHome
100 if exist "%M2_HOME%\bin\mvn.cmd" goto init
168 if exist "%HOME%\mavenrc_post.bat" call "%HOME%\mavenrc_post.bat"
169 if exist "%HOME%\mavenrc_post.cmd" call "%HOME%\mavenrc_post.cmd"
/external/autotest/client/site_tests/platform_ChromeCgroups/
Dcontrol8 CRITERIA = "Fails if the required cgroups do not exist or are empty."
18 cgroups exist and that tasks are placed in those cgroups when multiple
/external/zlib/src/win32/
DMakefile.msc53 if exist $@.manifest \
58 if exist $@.manifest \
63 if exist $@.manifest \
68 if exist $@.manifest \
73 if exist $@.manifest \
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/doc/
Dzipio.rst33 Raises IOError when *path* doesn't exist at all.
42 Raises IOError when *path* doesn't exist at all.
51 Raises IOError when *path* doesn't exist at all.
/external/pcre/dist/
DRunTest.bat26 if exist testdata\ set srcdir=.)
28 if exist ..\testdata\ set srcdir=..)
30 if exist ..\..\testdata\ set srcdir=..\..)
31 if NOT exist %srcdir%\testdata\ (
43 if NOT exist %pcretest% (
66 if not exist testout8 md testout8
67 if not exist testoutstudy8 md testoutstudy8
68 if not exist testoutjit8 md testoutjit8
72 if not exist testout16 md testout16
73 if not exist testoutstudy16 md testoutstudy16
[all …]
/external/icu/icu4c/source/data/
Dmakedata.mak169 # Does a big endian version exist either?
525 if not exist "$(ICUOUT)\icu4j\$(ICU4J_DATA_DIRNAME)" mkdir "$(ICUOUT)\icu4j\$(ICU4J_DATA_DIRNAME)"
526 …if not exist "$(ICUOUT)\icu4j\tzdata\$(ICU4J_DATA_DIRNAME)" mkdir "$(ICUOUT)\icu4j\tzdata\$(ICU4J_…
547 …if not exist "$(ICUOUT)\icu4j\com\ibm\icu\dev\data\testdata" mkdir "$(ICUOUT)\icu4j\com\ibm\icu\de…
558 …if not exist "$(ICUOUT)\icu4j\src\$(DEBUGUTILITIESDATA_DIR)" mkdir "$(ICUOUT)\icu4j\src\$(DEBUGUTI…
568 if not exist "$(ICU4J_ROOT)\main\shared\data" mkdir "$(ICU4J_ROOT)\main\shared\data"
572 if not exist "$(ICU4J_ROOT)\main\shared\data" mkdir "$(ICU4J_ROOT)\main\shared\data"
576 if not exist "$(ICU4J_ROOT)\main\shared\data" mkdir "$(ICU4J_ROOT)\main\shared\data"
582 …if not exist "$(ICU4J_ROOT)\$(DEBUGUTILITIESDATA_DIR)" mkdir "$(ICU4J_ROOT)\$(DEBUGUTILITIESDATA_D…
678 @if not exist "$(ICUOUT)\$(NULL)" mkdir "$(ICUOUT)"
[all …]
/external/icu/icu4c/source/data/translit/
Dtlh_tlh_FONIPA.txt16 ew → ɛʊ\u032F; # does not exist in English
17 Iw → ɪʊ\u032F; # des not exist English
/external/bison/djgpp/
Ddjunpack.bat45 if not exist %1 GoTo NoArchive
52 if not exist junk.tmp GoTo NoDjTar
57 if not exist junk.tmp GoTo NoSed
81 echo FAIL: the file %1 does not seem to exist.
/external/autotest/site_utils/
Dserver_manager_utils.py175 def verify_server(exist=True): argument
209 if not exist and server:
212 if exist and not server:
/external/mockftpserver/tags/2.0-rc1/src/main/resources/
DReplyText.properties106 filesystem.parentDirectoryDoesNotExist=The parent directory [{0}] does not exist.
107 filesystem.doesNotExist=[{0}] does not exist.
110 filesystem.isNotADirectory=[{0}] is not a directory or does not exist.
111 filesystem.isNotAFile=[{0}] is not a file or does not exist.

12345678910>>...39