Searched defs:exists (Results 101 - 125 of 196) sorted by relevance

12345678

/external/swiftshader/third_party/LLVM/tools/llvm-nm/
H A Dllvm-nm.cpp303 bool exists; local
304 if (sys::fs::exists(aPath.str(), exists) || !exists)
/external/toybox/toys/posix/
H A Dcp.c414 int exists = !stat(TT.destname, &st); local
419 if (exists && ((toys.optflags & FLAG_i) || !(st.st_mode & 0222))) {
424 // if -n and dest exists, don't try to rename() or copy
425 if (exists && no_clobber) rc = 0;
/external/v8/tools/
H A Dpresubmit.py41 from os.path import abspath, join, dirname, basename, exists namespace
293 if os.path.exists(path+'/.git'):
302 if (self.IsRelevant(file) and os.path.exists(file)
508 if not os.path.exists(status_file):
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_build_util.h146 inline bool exists(ValueMap&, unsigned int i, unsigned int c);
304 BuildUtil::DataArray::exists(ValueMap &m, unsigned int i, unsigned int c) function in class:nv50_ir::BuildUtil::DataArray
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/SystemEvents/
H A DStandard_Suite.py116 def exists(self, _object, _attributes={}, **_arguments): member in class:Standard_Suite_Events
117 """exists: Verify if an object exists.
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Terminal/
H A DStandard_Suite.py116 def exists(self, _object, _attributes={}, **_arguments): member in class:Standard_Suite_Events
117 """exists: Verify if an object exists.
/external/python/cpython2/PC/
H A Dgetpathp.c14 * If the PYTHONPATH env. var. exists, its entries are added next.
118 exists(char *filename) function
130 if (exists(filename))
136 if (exists(filename))
448 if (exists(progpath))
/external/skia/src/ports/
H A DSkRemotableFontMgr_win_dw.cpp192 BOOL exists; variable
193 HR_GENERAL(fFontCollection->FindFamilyName(dwFamilyName.get(), &index, &exists),
196 if (!exists) {
216 BOOL exists; variable
217 HR_GENERAL(fFontCollection->FindFamilyName(dwFamilyName.get(), &index, &exists),
220 if (!exists) {
253 BOOL exists; variable
254 HRM(font->HasCharacter(fCharacter, &exists), "Could not find character.");
256 if (exists) {
H A DSkTypeface_win_dw.cpp85 BOOL exists; local
86 fDWriteFont->HasCharacter(c, &exists);
87 if (!exists) {
/external/skqp/src/ports/
H A DSkRemotableFontMgr_win_dw.cpp192 BOOL exists; variable
193 HR_GENERAL(fFontCollection->FindFamilyName(dwFamilyName.get(), &index, &exists),
196 if (!exists) {
216 BOOL exists; variable
217 HR_GENERAL(fFontCollection->FindFamilyName(dwFamilyName.get(), &index, &exists),
220 if (!exists) {
253 BOOL exists; variable
254 HRM(font->HasCharacter(fCharacter, &exists), "Could not find character.");
256 if (exists) {
H A DSkTypeface_win_dw.cpp85 BOOL exists; local
86 fDWriteFont->HasCharacter(c, &exists);
87 if (!exists) {
/external/swiftshader/src/D3D9/
H A DDirect3DDevice9.hpp250 bool exists(int index) function in struct:D3D9::Direct3DDevice9::Lights
/external/v8/src/base/
H A Dhashmap.h165 return entry->exists() ? entry : nullptr;
185 if (entry->exists()) {
207 if (!p->exists()) {
241 if (!q->exists()) { function
288 if (entry->exists()) {
305 while (map_[i].exists() && !match_(hash, map_[i].hash, key, map_[i].key)) {
318 DCHECK(!entry->exists());
358 if (entry->exists()) {
/external/v8/src/
H A Dutils.cc254 bool* exists) {
256 *exists = false;
260 *exists = true;
266 bool* exists,
270 return SetVectorContents(result, size, exists);
275 bool* exists,
279 return SetVectorContents(result, size, exists);
252 SetVectorContents(char* chars, int size, bool* exists) argument
265 ReadFile(const char* filename, bool* exists, bool verbose) argument
274 ReadFile(FILE* file, bool* exists, bool verbose) argument
/external/google-benchmark/test/
H A Doutput_test_helper.cc353 bool exists = false; local
358 exists = true;
362 if (!exists) subs.push_back(std::move(KV));
/external/libcxx/utils/google-benchmark/test/
H A Doutput_test_helper.cc353 bool exists = false; local
358 exists = true;
362 if (!exists) subs.push_back(std::move(KV));
/external/python/cpython2/Lib/bsddb/test/
H A Dtest_all.py283 def exists(self, key, *args, **kwargs) : member in class:DB_py3k
286 return self._db.exists(key, *args, **kwargs)
521 if os.path.exists(path) :
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/StdSuites/
H A DStandard_Suite.py196 def exists(self, _object, _attributes={}, **_arguments): member in class:Standard_Suite_Events
197 """exists: Verify if an object exists
200 Returns: true if it exists, false if not
/external/python/cpython3/PC/
H A Dgetpathp.c16 * If the PYTHONPATH env. var. exists, its entries are added next.
41 If a '._pth' file exists adjacent to the executable with the same base name
179 exists(wchar_t *filename) function
192 if (exists(filename))
201 exist = exists(filename);
478 if (exists(progpath))
653 if ((dllpath[0] && !change_ext(spbuffer, dllpath, L"._pth") && exists(spbuffer)) ||
654 (progpath[0] && !change_ext(spbuffer, progpath, L"._pth") && exists(spbuffer))) {
700 if (zip_path[0] && exists(zip_path)) {
/external/v8/src/libsampler/
H A Dsampler.cc237 bool exists = false; local
241 exists = true;
245 if (!exists) {
/external/deqp/modules/glshared/
H A DglsLifetimeTests.hpp141 virtual bool exists (GLuint name) = 0;
168 bool exists (GLuint name) { return (this->*m_existsFunc)(name) != GL_FALSE; } function in class:deqp::gls::LifetimeTests::details::SimpleType
192 bool exists (GLuint name) { return glIsProgram(name) != GL_FALSE; } function in class:deqp::gls::LifetimeTests::details::ProgramType
205 bool exists (GLuint name) { return glIsShader(name) != GL_FALSE; } function in class:deqp::gls::LifetimeTests::details::ShaderType
/external/libchrome/base/metrics/
H A Dpersistent_histogram_allocator.cc722 bool exists = PathExists(file_path); local
728 if (exists) {
/external/python/cpython2/Lib/lib-tk/
H A Dttk.py482 It is an error if themename already exists. If parent is
1233 def exists(self, item): member in class:Treeview
1236 return self.tk.getboolean(self.tk.call(self._w, "exists", item))
/external/python/cpython2/
H A Dsetup.py41 2) 'dir' actually exists, and is a directory."""
90 if os.path.exists(f): return []
99 if os.path.exists(f):
356 if os.path.exists(newname):
383 if not os.path.exists(self.build_temp):
408 if not os.path.exists(self.build_temp):
427 if not os.path.exists(self.build_temp):
995 db_inc_paths = [p for p in db_inc_paths if os.path.exists(p)]
1013 if os.path.exists(f):
1145 if os.path.exists(
1798 from os.path import join, exists namespace
[all...]
/external/python/cpython3/Lib/tkinter/
H A Dttk.py486 It is an error if themename already exists. If parent is
1237 def exists(self, item): member in class:Treeview
1240 return self.tk.getboolean(self.tk.call(self._w, "exists", item))

Completed in 748 milliseconds

12345678