Searched refs:exist (Results 1 - 25 of 93) sorted by relevance

1234

/external/selinux/libsemanage/example/
H A Dtest_fcontext.c16 int exist = 0; local
36 if(semanage_fcontext_exists(sh, k, &exist) < 0) {
40 if (exist) {
/external/webrtc/webrtc/modules/audio_processing/test/
H A 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([inpat
[all...]
/external/llvm/test/MC/AsmParser/
H A Dmacros-argument-parsing-diagnostics.s21 # CHECK: error: parameter named 'third' does not exist for macro 'double'
/external/vulkan-validation-layers/
H A 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 buil
[all...]
/external/chromium-trace/catapult/devil/devil/android/
H A Ddevice_list.py21 logging.warning('Device file %s doesn\'t exist.', file_name)
/external/curl/packages/Linux/RPM/
H A Dmake_curl_rpm43 # make sure src RPM exist
60 echo $src_rpm does not exist
/external/curl/projects/
H A 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
[all...]
H A Dbuild-openssl.bat121 if not exist "%PF%\%VC_PATH%" goto novc
127 if exist "%SystemDrive%\Perl" (
130 if exist "%SystemDrive%\Perl64" (
139 if not exist "%START_DIR%" goto noopenssl
188 if not exist %OUTDIR% md %OUTDIR%
241 if not exist %OUTDIR% md %OUTDIR%
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
H A 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 "
[all...]
/external/curl/
H A 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 includ
[all...]
/external/e2fsprogs/util/
H A Dinstall-symlink.in54 echo $DESTDIR$SRC: file or directory does not exist
/external/libopus/win32/
H A Dgenversion.bat9 if exist "%~dp0..\version.mk" goto :getversion
/external/avahi/common/
H A Dpython.m453 dnl check if the headers exist:
/external/bison/djgpp/
H A 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/client/common_lib/cros/
H A Dtpm_utils.py75 'TPM Password file %s doesn\'t exist, falling back on '
/external/chromium-trace/catapult/dashboard/dashboard/
H A Dbad_bisect.py53 self._RenderError('TryJob doesn\'t exist.')
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/util/rss/
H A Dmessages.properties32 RSSFeedAddEntryTask.DoesNotExist=does not exist. Creating ...
46 RSSFeedUpdateEntryTask.DoesNotExist=does not exist. Nothing to do\!
/external/lzma/CPP/
H A DBuild.mak107 if not exist "$O" mkdir "$O"
109 if not exist "$O/Asm" mkdir "$O/Asm"
/external/pcre/dist/
H A Dmakevp.bat35 if not exist pcre.h copy pcre.h.generic pcre.h
36 if not exist config.h copy config.h.generic config.h
H A 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 testoutstudy1
[all...]
/external/autotest/site_utils/
H A Dserver_manager_utils.py175 def verify_server(exist=True):
178 @param exist: Set to True to confirm server exists in the database, raise
182 @raise ServerActionError: If `exist` is True and server does not exist in
183 the database, or `exist` is False and server exists
194 If exist is set to True, raise ServerActionError is server with
196 If exist is set to False, raise ServerActionError is server with
209 if not exist and server:
212 if exist and not server:
213 raise ServerActionError('Server %s does not exist i
[all...]
/external/snakeyaml/
H A 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/icu/icu4c/source/data/
H A 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_DATA_DIRNAME)"
547 if not exist "$(ICUOUT)\icu4j\com\ibm\icu\dev\data\testdata" mkdir "$(ICUOUT)\icu4j\com\ibm\icu\dev\data\testdata"
558 if not exist "$(ICUOUT)\icu4j\src\$(DEBUGUTILITIESDATA_DIR)" mkdir "$(ICUOUT)\icu4j\src\$(DEBUGUTILITIESDATA_DIR)"
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_DIR)"
678 @if not exist "
[all...]
/external/chromium-trace/catapult/hooks/
H A Dinstall.py30 sys.stdout.write(' dst dir doesn\'t exist: %s\n' % full_dst_path_dirname)
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DHTMLEntities.properties220 exist=8707

Completed in 1375 milliseconds

1234