Searched refs:exists (Results 151 - 175 of 875) sorted by relevance

1234567891011>>

/external/jmonkeyengine/engine/src/tools/jme3tools/savegame/
H A DSaveGame.java42 if (!daveFolder.exists() && !daveFolder.mkdirs()) {
47 if (!saveFile.exists()) {
94 if(!file.exists()){
/external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
H A DResourceLoaderAdaptor.java104 return file.exists() ? file : null;
114 return file.exists() ? file : null;
145 if (file.exists()) {
/external/llvm/lib/Support/
H A DLockFileManager.cpp25 /// \brief Attempt to read the lock file with the given name, if it exists.
32 // Check whether the lock file exists. If not, clearly there's nothing
35 if (sys::fs::exists(LockFileName, Exists) || !Exists)
77 // If the lock file already exists, don't bother to try to create our own
201 if (!sys::fs::exists(LockFileName.str(), Exists) && !Exists) {
211 if (!sys::fs::exists(FileName.str(), Exists) && Exists) {
/external/llvm/utils/lit/lit/
H A DUtil.py28 if not path or os.path.exists(path):
78 if os.path.exists(p):
85 if not os.path.exists(os.path.join(dir, tool)):
/external/smack/src/org/jivesoftware/smackx/search/
H A DSimpleUserSearch.java124 boolean exists = false;
129 exists = true;
134 if (!exists) {
/external/srec/shared/src/
H A DIntArrayListImpl.c130 ESR_ReturnCode IntArrayList_Contains(IntArrayList* self, const int element, ESR_BOOL* exists) argument
141 *exists = ESR_TRUE;
145 *exists = ESR_FALSE;
/external/v8/src/
H A Dv8utils.h195 bool* exists,
198 bool* exists,
242 bool exists() const { return file_ != NULL; } function in class:v8::internal::MemoryMappedExternalResource
/external/v8/test/cctest/
H A Dtest-log.cc128 bool exists = false; local
130 i::ReadFile(initialize_logger.StopLoggingGetTempFile(), &exists, true));
131 CHECK(exists);
388 bool exists = false; local
390 i::ReadFile(initialize_logger.StopLoggingGetTempFile(), &exists, true));
391 CHECK(exists);
431 bool exists = false; local
433 i::ReadFile(initialize_logger.StopLoggingGetTempFile(), &exists, true));
434 CHECK(exists);
504 bool exists local
[all...]
/external/v8/test/message/
H A Dtestcfg.py30 from os.path import join, dirname, exists, basename, isdir namespace
120 if not exists(output_path):
132 if exists(status_file):
/external/v8/test/mozilla/
H A Dtestcfg.py31 from os.path import join, exists namespace
113 if exists(script):
132 if exists(status_file):
/external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/
H A Dbrowserlauncher.py121 if path is None or not os.path.exists(path):
124 if not os.path.exists(binary):
172 if os.path.exists(bare_file):
176 if not os.path.exists(parent_dir):
181 if not os.path.exists(browser_path):
219 if not os.path.exists(path):
/external/libffi/testsuite/lib/
H A Dlibffi-dg.exp153 if [info exists gluefile] {
169 if { [target_info needs_status_wrapper]!="" && [info exists gluefile] } {
176 if [info exists TOOL_OPTIONS] {
/external/chromium_org/build/android/pylib/
H A Dports.py34 if os.path.exists(constants.TEST_SERVER_PORT_LOCKFILE):
55 if not os.path.exists(constants.TEST_SERVER_PORT_FILE):
/external/chromium_org/chrome/test/pyautolib/chromeos/
H A Dsuid_actions.py63 if not os.path.exists(flimflam_dir):
79 while not os.path.exists(constants.RESOLV_CONF_FILE):
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/
H A Dbaselineoptimizer_unittest.py68 self.assertFalse(fs.exists(path))
76 self.assertFalse(fs.exists(path))
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/
H A Dfinder_unittest.py78 self.assertTrue(self.fs.exists('/foo2/bar2/missing.pyc'))
80 self.assertFalse(self.fs.exists('/foo2/bar2/missing.pyc'))
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
H A Dtest_importer.py129 if not os.path.exists(import_dir):
132 if not os.path.exists(repo_dir):
309 if not(os.path.exists(new_path)):
323 if not(os.path.exists(orig_filepath)):
329 if not(os.path.exists(os.path.dirname(new_filepath))):
332 if not self.options.overwrite and os.path.exists(new_filepath):
387 if not os.path.exists(destination_directory):
410 if not os.path.exists(import_log_file):
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dmucroomdiscoverytask_unittest.cc44 bool exists,
49 last_exists = exists;
43 OnResult(buzz::MucRoomDiscoveryTask* task, bool exists, const std::string& name, const std::string& conversation_id, const std::set<std::string>& features, const std::map<std::string, std::string>& extended_info) argument
/external/chromium_org/third_party/mesa/src/scons/
H A Dllvm.py73 if not os.path.exists(llvm_config):
204 def exists(env): function
/external/chromium_org/third_party/sqlite/src/test/
H A Dlock_common.tcl19 if {[info exists ::G(valgrind)]} { db close ; continue }
145 if {[sqlite3 -has-codec] && [info exists ::do_not_use_codec]==0} {
/external/chromium_org/tools/vim/
H A Dchromium.ycm_extra_conf.py54 return os.path.exists(os.path.join(*args))
130 if os.path.exists(alt_name):
/external/chromium_org/ui/resources/resource_check/
H A Dresource_scale_factors.py88 if not os.path.exists(base_image):
102 if not os.path.exists(image_path):
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
H A DFetchValidator.java112 if (new File(install + "/plugins/" + plugin).exists())
124 if (new File(install + "/features/" + feature).exists())
/external/eyes-free/AccessCheck/src/com/android/accessibility/
H A DAccessibilityValidator.java77 if (!mRootFilePath.exists()) {
80 } else if (!mAndroidSdkPath.exists()) {
/external/mesa3d/scons/
H A Dllvm.py73 if not os.path.exists(llvm_config):
204 def exists(env): function

Completed in 660 milliseconds

1234567891011>>