HomeSort by relevance Sort by last modified time
    Searched refs:exist (Results 1 - 25 of 431) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/compile/mclinker/unittests/
HashTableTest.cpp 84 bool exist; local
87 entry = hashTable->insert(pA, exist);
110 bool exist; local
112 HashTableTy::entry_type* val = hashTable->insert(key, exist);
115 EXPECT_FALSE(exist);
127 bool exist; local
130 entry = hashTable->insert(key, exist);
132 EXPECT_FALSE(exist);
149 bool exist; local
152 entry = hashTable->insert(key, exist);
174 bool exist; local
197 bool exist; local
233 bool exist; local
254 bool exist; local
277 bool exist; local
308 bool exist; local
    [all...]
  /external/llvm/autoconf/m4/
rand48.m4 10 AC_DEFINE([HAVE_RAND48],1,[Define to 1 if srand48/lrand48/drand48 exist in <stdlib.h>])
  /frameworks/compile/mclinker/tools/mcld/lib/
ScriptOptions.cpp 83 bool exist = false; local
87 pScript.renameMap().insert(*wname, exist);
92 if (exist)
98 pScript.renameMap().insert(from_real_str, exist);
100 if (exist)
108 bool exist = false; local
112 pScript.renameMap().insert(*pname, exist);
117 if (exist)
123 pScript.renameMap().insert(from_real_str, exist);
126 if (exist)
139 bool exist = false; local
147 bool exist = false; local
155 bool exist = false; local
163 bool exist = false; local
    [all...]
  /external/chromium_org/third_party/libxslt/win32/
Makefile 145 _VC_MANIFEST_EMBED_EXE= if exist $@.manifest mt.exe -nologo -manifest $@.manifest -outputresource:$@;1
146 _VC_MANIFEST_EMBED_DLL= if exist $@.manifest mt.exe -nologo -manifest $@.manifest -outputresource:$@;2
165 if exist $(XSLT_INTDIR) rmdir /S /Q $(XSLT_INTDIR)
166 if exist $(XSLT_INTDIR_A) rmdir /S /Q $(XSLT_INTDIR_A)
167 if exist $(EXSLT_INTDIR) rmdir /S /Q $(EXSLT_INTDIR)
168 if exist $(EXSLT_INTDIR_A) rmdir /S /Q $(EXSLT_INTDIR_A)
169 if exist $(UTILS_INTDIR) rmdir /S /Q $(UTILS_INTDIR)
170 if exist $(BINDIR) rmdir /S /Q $(BINDIR)
175 if exist config.* del config.*
176 if exist Makefile del Makefil
    [all...]
  /external/chromium_org/native_client_sdk/src/build_tools/
naclsdk.bat 14 if exist "%SDK_TOOLS_UPDATE%" (
16 if exist "%SDK_TOOLS%" (
  /frameworks/compile/mclinker/lib/LD/
NamePool.cpp 71 bool exist = false; local
72 ResolveInfo* old_symbol = m_Table.insert(pName, exist);
74 if (exist && old_symbol->isSymbol()) {
78 exist = false;
90 if (!exist) {
102 // exist and is a symbol
121 bool exist = false; local
122 ResolveInfo* resolve_info = m_Table.insert(pString, exist);
Archive.cpp 90 bool exist; local
91 ObjectMemberEntryType* entry = m_ObjectMemberMap.insert(pFileOffset, exist);
92 if (!exist)
94 return !exist;
126 bool exist; local
127 ArchiveMemberEntryType* entry = m_ArchiveMemberMap.insert(pName, exist);
128 if (!exist) {
137 return !exist;
SectionSymbolSet.cpp 55 bool exist = false; local
57 m_pSectionSymbolMap->insert(&pOutSect, exist);
58 assert(!exist);
BranchIsland.cpp 114 bool exist = false; local
116 StubEntryType* entry = m_StubMap.insert(key, exist);
117 if (!exist) {
139 return !exist;
ELFObjectReader.cpp 128 bool exist = false; local
133 signatures().insert((*section)->name(), exist);
135 signatures().insert(signature->name(), exist);
138 if (exist) {
158 bool exist = false; local
161 signatures().insert(name.split(".").second, exist);
162 if (!exist) {
  /external/chromium_org/third_party/webrtc/modules/audio_processing/test/
apmtest.m 133 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/webrtc/src/modules/audio_processing/test/
apmtest.m 133 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...]
  /dalvik/dx/etc/
mainDexClasses.bat 21 if exist "%~dp0..\tools\lib\find_java.bat" call "%~dp0..\tools\lib\find_java.bat"
22 if exist "%~dp0..\..\tools\lib\find_java.bat" call "%~dp0..\..\tools\lib\find_java.bat"
32 if exist "%frameworkdir%\%jarfile%" goto JarFileOk
35 if exist "%frameworkdir%\%jarfile%" goto JarFileOk
42 if exist "%shrinkedAndroidJar%" goto shrinkedAndroidOk
45 if exist "%shrinkedAndroidJar%" goto shrinkedAndroidOk
52 if exist "%proguard%" goto proguardOk
57 if exist "%proguard%" goto proguardOk
91 if exist "%tmpJar%" goto makeTmpJar
  /external/chromium_org/third_party/libsrtp/srtp/
install-win.bat 12 @if not exist %destdir% (
18 if not exist "%%d" (
  /build/core/combo/
fdo.mk 36 $(warning Profile directory $($(combo_2nd_arch_prefix)TARGET_FDO_PROFILE_PATH)/$(PRODUCT_OUT) does not exist. Turn off FDO.)
  /build/libs/host/
Android.mk 25 # Include toolchain prebuilt modules if they exist.
  /external/clang/lib/Headers/
Android.mk 10 # Make sure when clang is used, arm_neon.h does exist.
  /external/llvm/test/MC/AsmParser/
macros-argument-parsing-diagnostics.s 21 # CHECK: error: parameter named 'third' does not exist for macro 'double'
  /hardware/broadcom/libbt/
vnd_buildcfg.mk 5 # configuration file does not exist. Use default one
  /external/chromium_org/third_party/libxml/src/win32/
Makefile 261 _VC_MANIFEST_EMBED_EXE= if exist $@.manifest mt.exe -nologo -manifest $@.manifest -outputresource:$@;1
262 _VC_MANIFEST_EMBED_DLL= if exist $@.manifest mt.exe -nologo -manifest $@.manifest -outputresource:$@;2
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)\libxml mkdir $(INCPREFIX)\libxm
    [all...]
  /prebuilts/devtools/tools/
monkeyrunner.bat 36 if exist %frameworkdir%\%jarfile% goto JarFileOk
39 if exist %frameworkdir%\%jarfile% goto JarFileOk
56 if exist "%swt_path%" goto SetPath
57 echo SWT folder '%swt_path%' does not exist.
traceview.bat 35 if exist %frameworkdir%\%jarfile% goto JarFileOk
38 if exist %frameworkdir%\%jarfile% goto JarFileOk
55 if exist "%swt_path%" goto SetPath
56 echo SWT folder '%swt_path%' does not exist.
uiautomatorviewer.bat 38 if exist %frameworkdir%\%jarfile% goto JarFileOk
41 if exist %frameworkdir%\%jarfile% goto JarFileOk
58 if exist "%swt_path%" goto SetPath
59 echo SWT folder '%swt_path%' does not exist.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
ant.bat 25 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...]
  /sdk/files/
post_tools_install.bat 37 if not exist "%src%" goto Step2
45 if not exist "%src%" goto Cleanup
51 if not exist "%old_dst%" goto :EOF

Completed in 794 milliseconds

1 2 3 4 5 6 7 8 91011>>