Searched refs:exists (Results 176 - 200 of 870) sorted by relevance

1234567891011>>

/external/chromium_org/v8/tools/testrunner/local/
H A Dstatusfile.py31 from os.path import exists namespace
124 if not exists(newpath) or getmtime(newpath) < getmtime(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
/external/srec/shared/include/
H A DHashMap.h102 * @param exists True if key was found
105 ESR_ReturnCode(*containsKey)(struct HashMap_t* self, const LCHAR* key, ESR_BOOL* exists);
227 * @param exists True if key was found
230 ESR_SHARED_API ESR_ReturnCode HashMapContainsKey(HashMap* self, const LCHAR* key, ESR_BOOL* exists);
/external/svox/pico/src/com/svox/pico/
H A DCheckVoiceData.java116 if ((!tempFile.exists()) && (!tempFileSys.exists())) {
/external/v8/test/es5conform/
H A Dtestcfg.py31 from os.path import join, exists namespace
104 if exists(status_file):
/external/v8/test/sputnik/
H A Dtestcfg.py30 from os.path import join, exists namespace
108 if exists(status_file):
/external/chromium_org/tools/code_coverage/
H A Dcoverage_posix.py535 if not os.path.exists(self.output_directory):
560 if os.path.exists(fullpath):
605 If it exists, happiness. If not, try and figure it out in a
620 if os.path.exists(self.directory):
648 if os.path.exists(self.options.bundles):
742 if not test.endswith('.exe') and os.path.exists(test_exe):
776 if not os.path.exists(program):
828 if os.path.exists(self.coverage_info_file):
836 if os.path.exists(os.path.join(self.directory, 'unittests_coverage')):
839 if os.path.exists(o
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/xslt/
H A DSecuritySupport.java119 return f.exists();
/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DSecuritySupport.java119 return f.exists();
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DSecuritySupport.java119 return f.exists();
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DSecuritySupport.java117 return f.exists();
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DSecuritySupport.java119 return f.exists();
/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DSecuritySupport.java119 return f.exists();
/external/chromium/net/url_request/
H A Durl_request_file_job.h53 void DidResolve(bool exists, const base::PlatformFileInfo& file_info);
/external/chromium_org/build/android/pylib/gtest/
H A Dsetup.py93 assert os.path.exists(isolate_abs_path)
167 if not filter_file_path or not os.path.exists(filter_file_path):
275 if not os.path.exists(test_package.suite_path):
278 if not os.path.exists(test_package.suite_path):
/external/chromium_org/build/
H A Ddownload_nacl_toolchains.py21 if not os.path.exists(download_script):
/external/chromium_org/build/linux/
H A Dinstall-arm-sysroot.py46 if os.path.exists(stamp):
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dupdate_server.py26 if os.path.exists(full_path):
/external/chromium_org/chrome/test/chromedriver/
H A Darchive.py61 if not os.path.exists(zip_path):
/external/chromium_org/chrome/test/chromedriver/server/
H A Dserver.py24 if not os.path.exists(exe_path):
/external/chromium_org/chrome/test/functional/
H A Dchromeos_vpn.py37 self.assertTrue(os.path.exists(vpn_info_file))
H A Ddoc_viewing.py26 if os.path.exists(extension_path):
H A Dwebrtc_video_quality.py60 if not os.path.exists(_WORKING_DIR):
63 if not os.path.exists(_REFERENCE_YUV_FILE):
265 if not os.path.exists(path_to_rgba_converter):
314 if not os.path.exists(path_to_compare_script):

Completed in 921 milliseconds

1234567891011>>