HomeSort by relevance Sort by last modified time
    Searched refs:exists (Results 276 - 300 of 1845) sorted by null

<<11121314151617181920>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_config.py 109 self.assertTrue(not os.path.exists(rc))
111 self.assertTrue(os.path.exists(rc))
test_config_cmd.py 78 self.assertTrue(os.path.exists(f))
85 self.assertTrue(not os.path.exists(f))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_macos.py 13 if not os.path.exists('/Developer/Tools/SetFile'):
33 if not os.path.exists('/Developer/Tools/GetFileInfo'):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_config.py 109 self.assertTrue(not os.path.exists(rc))
111 self.assertTrue(os.path.exists(rc))
test_config_cmd.py 78 self.assertTrue(os.path.exists(f))
85 self.assertTrue(not os.path.exists(f))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_macos.py 13 if not os.path.exists('/Developer/Tools/SetFile'):
33 if not os.path.exists('/Developer/Tools/GetFileInfo'):
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
FolderDecorator.java 52 if (project == null || !project.exists() || !folder.exists()) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/io/
IFileWrapper.java 101 public boolean exists() {
102 return mFile.exists();
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/
AdtTestData.java 121 if (!path.exists()) {
130 assert path.exists();
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3HWI.cpp 707 // Channel already exists for this stream
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
FileObserverTest.java 54 if (mTestFile != null && mTestFile.exists()) {
58 if (mMoveDestFile != null && mMoveDestFile.exists()) {
62 if (mTestDir != null && mTestDir.exists()) {
128 assertTrue(mTestFile.exists());
  /cts/tests/tests/security/src/android/security/cts/
KernelSettingsTest.java 115 new File("/proc/config.gz").exists());
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/device/
DeviceInfoCollector.java 51 if (!apkFile.exists()) {
  /cts/tools/vm-tests-tf/src/util/build/
DFHBuildStep.java 38 if (!out_dir.exists() && !out_dir.mkdirs()) {
JavacBuildStep.java 51 if (!destFile.exists() && !destFile.mkdirs())
  /development/scripts/
symbol.py 97 if os.path.exists(ToolPath("addr2line", toolchain_info)):
195 if not os.path.exists(symbols):
261 if not os.path.exists(symbols):
265 if not os.path.exists(symbols):
  /external/apache-xml/src/main/java/org/apache/xalan/xslt/
SecuritySupport.java 119 return f.exists();
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
SecuritySupport.java 119 return f.exists();
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
SecuritySupport.java 119 return f.exists();
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
SecuritySupport.java 117 return f.exists();
  /external/apache-xml/src/main/java/org/apache/xml/utils/
SecuritySupport.java 119 return f.exists();
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
SecuritySupport.java 119 return f.exists();
  /external/chromium_org/build/android/gyp/
proguard.py 22 if os.path.exists(options.output_path):
  /external/chromium_org/build/android/pylib/gtest/
setup.py 111 assert os.path.exists(isolate_abs_path)
186 if not filter_file_path or not os.path.exists(filter_file_path):
282 if not os.path.exists(test_package.suite_path):
285 if not os.path.exists(test_package.suite_path):
  /external/chromium_org/build/android/pylib/perf/
setup.py 34 if os.path.exists(constants.PERF_OUTPUT_DIR):

Completed in 3115 milliseconds

<<11121314151617181920>>