Home
last modified time | relevance | path

Searched full:exist (Results 1 – 25 of 10419) sorted by relevance

12345678910>>...417

/external/linux-kselftest/tools/testing/selftests/damon/
Dsysfs.sh39 if [ "$to_ensure" = "exist" ] && [ ! -d "$dir" ]
55 if [ "$to_ensure" = "exist" ]
78 ensure_dir "$range_dir" "exist"
79 ensure_file "$range_dir/min" "exist" 600
80 ensure_file "$range_dir/max" "exist" 600
86 ensure_dir "$stats_dir" "exist"
89 ensure_file "$stats_dir/$f" "exist" "400"
96 ensure_dir "$watermarks_dir" "exist"
97 ensure_file "$watermarks_dir/metric" "exist" "600"
98 ensure_file "$watermarks_dir/interval_us" "exist" "600"
[all …]
/external/llvm/tools/msbuild/
Duninstall.bat16 IF EXIST %D%\LLVM-vs2010 del %D%\LLVM-vs2010\Microsoft.Cpp.%PLATFORM%.LLVM-vs2010.props
17 IF EXIST %D%\LLVM-vs2010 del %D%\LLVM-vs2010\Microsoft.Cpp.%PLATFORM%.LLVM-vs2010.targets
18 IF EXIST %D%\LLVM-vs2010 rmdir %D%\LLVM-vs2010
20 IF EXIST %D%\LLVM-vs2010 del %D%\LLVM-vs2010\Microsoft.Cpp.%PLATFORM%.LLVM-vs2010.props
21 IF EXIST %D%\LLVM-vs2010 del %D%\LLVM-vs2010\Microsoft.Cpp.%PLATFORM%.LLVM-vs2010.targets
22 IF EXIST %D%\LLVM-vs2010 rmdir %D%\LLVM-vs2010
25 IF EXIST %D%\LLVM-vs2012 del %D%\LLVM-vs2012\Microsoft.Cpp.%PLATFORM%.LLVM-vs2012.props
26 IF EXIST %D%\LLVM-vs2012 del %D%\LLVM-vs2012\Microsoft.Cpp.%PLATFORM%.LLVM-vs2012.targets
27 IF EXIST %D%\LLVM-vs2012 rmdir %D%\LLVM-vs2012
28 IF EXIST %D%\LLVM-vs2012_xp del %D%\LLVM-vs2012_xp\Microsoft.Cpp.%PLATFORM%.LLVM-vs2012_xp.props
[all …]
Dinstall.bat19 IF EXIST %D% GOTO FOUND_V100
21 IF EXIST %D% GOTO FOUND_V100
25 IF EXIST %D% GOTO FOUND_V110
27 IF EXIST %D% GOTO FOUND_V110
31 IF EXIST %D% GOTO FOUND_V120
33 IF EXIST %D% GOTO FOUND_V120
37 IF EXIST %D% GOTO FOUND_V140
39 IF EXIST %D% GOTO FOUND_V140
53 IF NOT EXIST %D%\LLVM-vs2010 mkdir %D%\LLVM-vs2010
64 IF NOT EXIST %D%\LLVM-vs2012 mkdir %D%\LLVM-vs2012
[all …]
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/test/java/com/google/android/exoplayer2/text/ttml/
DTextEmphasisTest.java56 assertWithMessage("Text Emphasis must exist").that(textEmphasis).isNotNull(); in testNone()
69 assertWithMessage("Text Emphasis must exist").that(textEmphasis).isNotNull(); in testAuto()
83 assertWithMessage("Text Emphasis must exist").that(textEmphasis).isNotNull(); in testInvalid()
97 assertWithMessage("Text Emphasis must exist").that(textEmphasis).isNotNull(); in testAutoOutside()
111 assertWithMessage("Text Emphasis must exist").that(textEmphasis).isNotNull(); in testAutoAfter()
129 assertWithMessage("Text Emphasis must exist").that(textEmphasis).isNotNull(); in testFilled()
145 assertWithMessage("Text Emphasis must exist").that(textEmphasis).isNotNull(); in testOpen()
161 assertWithMessage("Text Emphasis must exist").that(textEmphasis).isNotNull(); in testOpenAfter()
181 assertWithMessage("Text Emphasis must exist").that(textEmphasis).isNotNull(); in testDotBefore()
197 assertWithMessage("Text Emphasis must exist").that(textEmphasis).isNotNull(); in testCircleBefore()
[all …]
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/test/java/com/google/android/exoplayer2/text/ttml/
DTextEmphasisTest.java56 assertWithMessage("Text Emphasis must exist").that(textEmphasis).isNotNull(); in testNone()
69 assertWithMessage("Text Emphasis must exist").that(textEmphasis).isNotNull(); in testAuto()
83 assertWithMessage("Text Emphasis must exist").that(textEmphasis).isNotNull(); in testInvalid()
97 assertWithMessage("Text Emphasis must exist").that(textEmphasis).isNotNull(); in testAutoOutside()
111 assertWithMessage("Text Emphasis must exist").that(textEmphasis).isNotNull(); in testAutoAfter()
129 assertWithMessage("Text Emphasis must exist").that(textEmphasis).isNotNull(); in testFilled()
145 assertWithMessage("Text Emphasis must exist").that(textEmphasis).isNotNull(); in testOpen()
161 assertWithMessage("Text Emphasis must exist").that(textEmphasis).isNotNull(); in testOpenAfter()
181 assertWithMessage("Text Emphasis must exist").that(textEmphasis).isNotNull(); in testDotBefore()
197 assertWithMessage("Text Emphasis must exist").that(textEmphasis).isNotNull(); in testCircleBefore()
[all …]
/external/webrtc/modules/audio_processing/test/
Dapmtest.m143 if ~exist(inpathtest,'dir')
144 error(['Input directory ' inpathtest ' does not exist']);
147 if ~exist(refpathtest,'dir')
148 warning(['Reference directory ' refpathtest ' does not exist']);
219 if exist([inpath 'vqeFar.pcm'])
221 elseif exist([inpath 'apm_far.pcm'])
225 if exist([inpath 'vqeNear.pcm'])
227 elseif exist([inpath 'apm_near.pcm'])
231 if exist([inpath 'vqeEvent.dat'])
233 elseif exist([inpath 'apm_event.dat'])
[all …]
/external/cronet/third_party/apache-portable-runtime/src/test/
DMakefile.win42 !IF !EXIST("$(OUTDIR)\.")
50 !IF !EXIST("$(INTDIR)\.")
160 @if exist "$@.manifest" \
165 @if exist "$@.manifest" \
170 @if exist "$@.manifest" \
175 @if exist "$@.manifest" \
182 @if exist "$@.manifest" \
187 @if exist "$@.manifest" \
192 @if exist "$@.manifest" \
199 @if exist "$@.manifest" \
[all …]
/external/curl/projects/
Dchecksrc.bat84 if exist "%SystemDrive%\Perl" (
87 if exist "%SystemDrive%\Perl64" (
100 ) else if exist projects (
101 if exist docs (
102 if exist lib (
103 if exist src (
104 if exist tests (
112 if not exist "%SRC_DIR%" goto nosrc
117 if exist %SRC_DIR%\src (
125 if exist %SRC_DIR%\lib (
[all …]
Dbuild-openssl.bat82 if exist "%PF%\Microsoft Visual Studio\2017\Enterprise\VC" (
84 ) else if exist "%PF%\Microsoft Visual Studio\2017\Professional\VC" (
95 if exist "%PF%\Microsoft Visual Studio\2019\Enterprise\VC" (
97 ) else if exist "%PF%\Microsoft Visual Studio\2019\Professional\VC" (
108 if exist "%PF%\Microsoft Visual Studio\2022\Enterprise\VC" (
110 ) else if exist "%PF%\Microsoft Visual Studio\2022\Professional\VC" (
172 if not exist "%ABS_VC_PATH%" goto novc
179 if exist "%SystemDrive%\Perl" (
182 if exist "%SystemDrive%\Perl64" (
194 if not exist "%START_DIR%" goto noopenssl
[all …]
/external/google-cloud-java/java-datacatalog/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/
DLookerSystemSpecOrBuilder.java30 * ID of the parent Looker Instance. Empty if it does not exist.
43 * ID of the parent Looker Instance. Empty if it does not exist.
57 * Name of the parent Looker Instance. Empty if it does not exist.
69 * Name of the parent Looker Instance. Empty if it does not exist.
82 * ID of the parent Model. Empty if it does not exist.
94 * ID of the parent Model. Empty if it does not exist.
107 * Name of the parent Model. Empty if it does not exist.
119 * Name of the parent Model. Empty if it does not exist.
132 * ID of the parent View. Empty if it does not exist.
144 * ID of the parent View. Empty if it does not exist.
[all …]
DLookerSystemSpec.java85 * ID of the parent Looker Instance. Empty if it does not exist.
109 * ID of the parent Looker Instance. Empty if it does not exist.
138 * Name of the parent Looker Instance. Empty if it does not exist.
161 * Name of the parent Looker Instance. Empty if it does not exist.
189 * ID of the parent Model. Empty if it does not exist.
212 * ID of the parent Model. Empty if it does not exist.
240 * Name of the parent Model. Empty if it does not exist.
263 * Name of the parent Model. Empty if it does not exist.
291 * ID of the parent View. Empty if it does not exist.
314 * ID of the parent View. Empty if it does not exist.
[all …]
/external/libvpx/test/
Dvpxenc.sh23 elog "The file ${YUV_RAW_INPUT##*/} must exist in LIBVPX_TEST_DATA_PATH."
28 elog "The file ${Y4M_NOSQ_PAR_INPUT##*/} must exist in"
34 elog "vpxenc not found. It must exist in LIBVPX_BIN_PATH or its parent."
137 elog "Output file does not exist."
153 elog "Output file does not exist."
168 elog "Output file does not exist."
185 elog "Output file does not exist."
206 elog "Output file does not exist."
222 elog "Output file does not exist."
240 elog "Output file does not exist."
[all …]
/external/libaom/test/
Daomenc.sh21 elog "The file ${YUV_RAW_INPUT##*/} must exist in LIBAOM_TEST_DATA_PATH."
26 elog "The file ${Y4M_NOSQ_PAR_INPUT##*/} must exist in"
32 elog "aomenc not found. It must exist in LIBAOM_BIN_PATH or its parent."
89 elog "Output file does not exist."
107 elog "Output file does not exist."
126 elog "Output file does not exist."
145 elog "Output file does not exist."
163 elog "Output file does not exist."
181 elog "Output file does not exist."
197 elog "Output file does not exist."
[all …]
/external/pigweed/pw_cli/py/pw_cli/
Dplural.py24 exist: bool = False,
36 exist: Suffix the string with "exists" or "exist", depending on number
48 if are and exist:
49 raise ValueError(f'cannot combine are ({are}) and exist ({exist})')
52 if exist:
53 suffix = ' exists' if count == 1 else ' exist'
/external/python/cpython3/PCbuild/
Dfind_msbuild.bat19 @if exist "%*" (set MSBUILD="%*") & (set _Py_MSBuild_Source=environment) & goto :found
23 @if exist "%~1" (set MSBUILD="%~1") & (set _Py_MSBuild_Source=environment) & goto :found
30 @if exist "%MSBUILD%" set MSBUILD="%MSBUILD%" & (set _Py_MSBuild_Source=PATH) & goto :found
33 @if not exist "%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe" goto :skip_vswhere
37 @for %%j in (Current 15.0) DO @if exist "%_Py_MSBuild_Root%\%%j\Bin\msbuild.exe" (set MSBUILD="%_Py…
39 @if defined MSBUILD @if exist %MSBUILD% (set _Py_MSBuild_Source=Visual Studio installation) & goto …
45 @if "%%i"=="MSBuildToolsPath" @if exist "%%k\msbuild.exe" @(set MSBUILD="%%k\msbuild.exe")
47 @if exist %MSBUILD% (set _Py_MSBuild_Source=registry) & goto :found
55 @if exist msbuild.exe @(set MSBUILD="%CD%\msbuild.exe") else @(set MSBUILD=)
/external/mdnsresponder/mDNSWindows/Java/
Dmakefile76 @if not exist objects mkdir objects
77 @if not exist build mkdir build
78 @if not exist $(OBJDIR) mkdir $(OBJDIR)
79 @if not exist $(BUILDDIR) mkdir $(BUILDDIR)
83 @if not exist "$(DSTROOT)\WINDOWS\system32\Win32" mkdir "$(DSTROOT)\WINDOWS\system32\Win32"
84 …@if not exist "$(DSTROOT)\Program Files\Bonjour\Win32" mkdir "$(DSTROOT)\Program Files\Bonjour\Win…
88 @if not exist root mkdir root
89 @if not exist root\"Program Files" mkdir root\"Program Files"
90 @if not exist $(INSTALLDIR) mkdir $(INSTALLDIR)
96 @if exist $(OBJDIR) $(RMDIR) $(OBJDIR)
[all …]
Dmakefile6476 @if not exist objects mkdir objects
77 @if not exist build mkdir build
78 @if not exist $(OBJDIR) mkdir $(OBJDIR)
79 @if not exist $(BUILDDIR) mkdir $(BUILDDIR)
83 @if not exist "$(DSTROOT)\WINDOWS\system32\x64" mkdir "$(DSTROOT)\WINDOWS\system32\x64"
84 @if not exist "$(DSTROOT)\Program Files\Bonjour\x64" mkdir "$(DSTROOT)\Program Files\Bonjour\x64"
88 @if not exist root mkdir root
89 @if not exist root\"Program Files" mkdir root\"Program Files"
90 @if not exist $(INSTALLDIR) mkdir $(INSTALLDIR)
96 @if exist $(OBJDIR) $(RMDIR) $(OBJDIR)
[all …]
/external/cronet/third_party/libxml/src/win32/
DMakefile.msvc270 _VC_MANIFEST_EMBED_EXE= if exist $@.manifest mt.exe -nologo -manifest $@.manifest -outputresource:$…
271 _VC_MANIFEST_EMBED_DLL= if exist $@.manifest mt.exe -nologo -manifest $@.manifest -outputresource:$…
288 if exist $(XML_INTDIR) rmdir /S /Q $(XML_INTDIR)
289 if exist $(XML_INTDIR_A) rmdir /S /Q $(XML_INTDIR_A)
290 if exist $(XML_INTDIR_A_DLL) rmdir /S /Q $(XML_INTDIR_A_DLL)
291 if exist $(UTILS_INTDIR) rmdir /S /Q $(UTILS_INTDIR)
292 if exist $(BINDIR) rmdir /S /Q $(BINDIR)
295 if exist config.* del config.*
296 if exist Makefile del Makefile
301 if not exist $(INCPREFIX)\libxml2 mkdir $(INCPREFIX)\libxml2
[all …]
DMakefile.mingw217 cmd.exe /C "if exist $(XML_INTDIR) rmdir /S /Q $(XML_INTDIR)"
218 cmd.exe /C "if exist $(XML_INTDIR_A) rmdir /S /Q $(XML_INTDIR_A)"
219 cmd.exe /C "if exist $(UTILS_INTDIR) rmdir /S /Q $(UTILS_INTDIR)"
220 cmd.exe /C "if exist $(BINDIR) rmdir /S /Q $(BINDIR)"
221 cmd.exe /C "if exist depends.mingw del depends.mingw"
224 cmd.exe /C "if exist config.* del config.*"
225 cmd.exe /C "if exist Makefile del Makefile"
230 cmd.exe /C "if not exist $(INCPREFIX)\libxml2 mkdir $(INCPREFIX)\libxml2"
231 cmd.exe /C "if not exist $(INCPREFIX)\libxml2\libxml mkdir $(INCPREFIX)\libxml2\libxml"
232 cmd.exe /C "if not exist $(BINPREFIX) mkdir $(BINPREFIX)"
[all …]
/external/libxml2/win32/
DMakefile.msvc261 _VC_MANIFEST_EMBED_EXE= if exist $@.manifest mt.exe -nologo -manifest $@.manifest -outputresource:$…
262 _VC_MANIFEST_EMBED_DLL= if exist $@.manifest mt.exe -nologo -manifest $@.manifest -outputresource:$…
279 if exist $(XML_INTDIR) rmdir /S /Q $(XML_INTDIR)
280 if exist $(XML_INTDIR_A) rmdir /S /Q $(XML_INTDIR_A)
281 if exist $(XML_INTDIR_A_DLL) rmdir /S /Q $(XML_INTDIR_A_DLL)
282 if exist $(UTILS_INTDIR) rmdir /S /Q $(UTILS_INTDIR)
283 if exist $(BINDIR) rmdir /S /Q $(BINDIR)
286 if exist config.* del config.*
287 if exist Makefile del Makefile
292 if not exist $(INCPREFIX)\libxml2 mkdir $(INCPREFIX)\libxml2
[all …]
DMakefile.mingw206 cmd.exe /C "if exist $(XML_INTDIR) rmdir /S /Q $(XML_INTDIR)"
207 cmd.exe /C "if exist $(XML_INTDIR_A) rmdir /S /Q $(XML_INTDIR_A)"
208 cmd.exe /C "if exist $(UTILS_INTDIR) rmdir /S /Q $(UTILS_INTDIR)"
209 cmd.exe /C "if exist $(BINDIR) rmdir /S /Q $(BINDIR)"
210 cmd.exe /C "if exist depends.mingw del depends.mingw"
213 cmd.exe /C "if exist config.* del config.*"
214 cmd.exe /C "if exist Makefile del Makefile"
219 cmd.exe /C "if not exist $(INCPREFIX)\libxml2 mkdir $(INCPREFIX)\libxml2"
220 cmd.exe /C "if not exist $(INCPREFIX)\libxml2\libxml mkdir $(INCPREFIX)\libxml2\libxml"
221 cmd.exe /C "if not exist $(BINPREFIX) mkdir $(BINPREFIX)"
[all …]
/external/curl/tests/data/
Dtest168327 HTTP GET without clobber when 100 files already exist
36 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -o %LOGDIR/exist%TESTNUMBER --no-clobber
38 <file name="%LOGDIR/exist%TESTNUMBER">
42 perl -e 'for my $i ((1..100)) { my $filename = "%LOGDIR/exist%TESTNUMBER.$i"; open(FH, ">", $filena…
45 perl -e 'for my $i ((1..100)) { my $filename = "%LOGDIR/exist%TESTNUMBER.$i"; open(FH, "<", $filena…
55 <file name="%LOGDIR/exist%TESTNUMBER">
/external/angle/third_party/spirv-tools/src/source/fuzz/
Dfuzzer_pass.h119 // not exist, a transformation is applied to add it.
124 // does not exist, a transformation is applied to add it.
128 // |width|. If such an instruction does not exist, a transformation is
133 // instruction. If such an instruction doesn't exist, a transformation
139 // (which must already exist) as its base type, and |component_count|
141 // not exist, a transformation is applied to add it.
148 // type itself do not exist, transformations are applied to add them.
159 // already exist) and storage class |storage_class|. A transformation is
160 // applied to add the pointer if it does not already exist.
167 // exist, transformations are applied to add them.
[all …]
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass.h119 // not exist, a transformation is applied to add it.
124 // does not exist, a transformation is applied to add it.
128 // |width|. If such an instruction does not exist, a transformation is
133 // instruction. If such an instruction doesn't exist, a transformation
139 // (which must already exist) as its base type, and |component_count|
141 // not exist, a transformation is applied to add it.
148 // type itself do not exist, transformations are applied to add them.
159 // already exist) and storage class |storage_class|. A transformation is
160 // applied to add the pointer if it does not already exist.
167 // exist, transformations are applied to add them.
[all …]
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dfuzzer_pass.h119 // not exist, a transformation is applied to add it.
124 // does not exist, a transformation is applied to add it.
128 // |width|. If such an instruction does not exist, a transformation is
133 // instruction. If such an instruction doesn't exist, a transformation
139 // (which must already exist) as its base type, and |component_count|
141 // not exist, a transformation is applied to add it.
148 // type itself do not exist, transformations are applied to add them.
159 // already exist) and storage class |storage_class|. A transformation is
160 // applied to add the pointer if it does not already exist.
167 // exist, transformations are applied to add them.
[all …]

12345678910>>...417