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

1 2 3 4 5 6 7 8 910

  /frameworks/compile/mclinker/lib/Target/
ELFEmulation.cpp 72 bool exist = false; local
73 pScript.sectionMap().append(map[i].from, map[i].to, exist);
74 if (exist)
  /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>])
  /external/llvm/projects/sample/autoconf/m4/
rand48.m4 10 AC_DEFINE([HAVE_RAND48],1,[Define to 1 if srand48/lrand48/drand48 exist in <stdlib.h>])
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMEmulation.cpp 38 bool exist = false; local
39 pScript.sectionMap().append(".ARM.exidx", ".ARM.exidx", exist);
40 pScript.sectionMap().append(".ARM.extab", ".ARM.extab", exist);
41 pScript.sectionMap().append(".ARM.attributes", ".ARM.attributes", exist);
  /frameworks/compile/mclinker/tools/mcld/lib/Support/
TargetLinkerConfigs.cpp 57 bool exist = false; local
58 getLDScript()->sectionMap().append(".ARM.exidx", ".ARM.exidx", exist);
59 getLDScript()->sectionMap().append(".ARM.extab", ".ARM.extab", exist);
60 getLDScript()->sectionMap().append(".ARM.attributes", ".ARM.attributes", exist);
166 bool exist = false; local
167 getLDScript()->sectionMap().append(".ARM.exidx", ".ARM.exidx", exist);
168 getLDScript()->sectionMap().append(".ARM.extab", ".ARM.extab", exist);
169 getLDScript()->sectionMap().append(".ARM.attributes", ".ARM.attributes", exist);
LinkerConfig.cpp 123 bool exist = false; local
126 exist);
281 bool exist = false; local
285 mLDScript->renameMap().insert(pWrapSymbol, exist);
290 if (exist) {
297 mLDScript->renameMap().insert(from_real_str, exist);
300 if (exist) {
308 bool exist = false; local
312 mLDScript->renameMap().insert(pPortableSymbol, exist);
317 if (exist) {
    [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 70 bool exist = false; local
71 ResolveInfo* old_symbol = m_Table.insert(pName, exist);
73 if (exist && old_symbol->isSymbol()) {
77 exist = false;
89 if (!exist) {
101 // exist and is a symbol
120 bool exist = false; local
121 ResolveInfo* resolve_info = m_Table.insert(pString, exist);
Archive.cpp 92 bool exist; local
93 ObjectMemberEntryType* entry = m_ObjectMemberMap.insert(pFileOffset, exist);
94 if (!exist)
96 return !exist;
128 bool exist; local
129 ArchiveMemberEntryType* entry = m_ArchiveMemberMap.insert(pName, exist);
130 if (!exist) {
139 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 117 bool exist = false; local
122 signatures().insert((*section)->name(), exist);
124 signatures().insert(signature->name(), exist);
127 if (exist) {
148 bool exist = false; local
151 signatures().insert(name.split(".").second, exist);
152 if (!exist) {
  /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...]
  /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.
  /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
  /dalvik/dx/etc/
dx.bat 27 if exist "%~dp0..\tools\lib\find_java.bat" call "%~dp0..\tools\lib\find_java.bat"
28 if exist "%~dp0..\..\tools\lib\find_java.bat" call "%~dp0..\..\tools\lib\find_java.bat"
36 if exist "%frameworkdir%\%jarfile%" goto JarFileOk
39 if exist "%frameworkdir%\%jarfile%" goto JarFileOk

Completed in 898 milliseconds

1 2 3 4 5 6 7 8 910