HomeSort by relevance Sort by last modified time
    Searched defs:exists (Results 26 - 50 of 263) sorted by null

12 3 4 5 6 7 8 91011

  /external/mesa3d/scons/
llvm.py 73 if not os.path.exists(llvm_config):
204 def exists(env): function
crossmingw.py 232 def exists(env): function
gallium.py 48 if os.path.islink(target) or os.path.exists(target):
543 def exists(env): function
  /external/qemu/distrib/sdl-1.2.15/src/audio/
SDL_audiodev.c 77 int exists, instance; local
84 exists = 0;
86 exists = 1;
89 } while ( exists && (audio_fd < 0) );
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
genericpath.py 9 __all__ = ['commonprefix', 'exists', 'getatime', 'getctime', 'getmtime',
15 def exists(path): function
16 """Test whether a path exists. Returns False for broken symbolic links"""
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_import.py 15 from os.path import dirname, join, exists, sep namespace
94 if not exists(join(dirname(base_path), "__init__.py")):
97 if exists(base_path + ext):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
genericpath.py 9 __all__ = ['commonprefix', 'exists', 'getatime', 'getctime', 'getmtime',
15 def exists(path): function
16 """Test whether a path exists. Returns False for broken symbolic links"""
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_import.py 15 from os.path import dirname, join, exists, sep namespace
94 if not exists(join(dirname(base_path), "__init__.py")):
97 if exists(base_path + ext):
  /libcore/luni/src/test/java/libcore/java/io/
FileTest.java 59 // exists can see it, the code for coping with long paths (shared by all methods) works.
62 assertTrue(createDeepStructure(base).exists());
70 assertFalse(source.exists());
71 assertTrue(target.exists());
74 assertTrue(source.exists());
95 assertFalse(f.exists());
234 // So we get false for a directory that already exists...
235 assertTrue(base.exists());
239 assertFalse(a.exists());
241 assertTrue(a.exists());
    [all...]
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
ImportantFileWriterAndroidTest.java 46 assertTrue(testFile.exists());
75 if (testFile.exists()) {
TracingControllerAndroidTest.java 62 assertTrue(file.exists());
  /external/chromium_org/third_party/mesa/src/scons/
crossmingw.py 232 def exists(env): function
gallium.py 48 if os.path.islink(target) or os.path.exists(target):
543 def exists(env): function
  /external/chromium_org/tools/grit/grit/
scons.py 160 if node.attrs['filenameonly'] != 'true' or os.path.exists(file):
254 def exists(env): function
  /external/jsilver/src/com/google/clearsilver/jsilver/values/
VariableValue.java 71 public boolean exists() { method in class:VariableValue
72 return TypeConverter.exists(getReference());
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
EnvironmentTest.java 36 assertTrue(Environment.getExternalStorageDirectory().exists());
42 assertTrue(extStoragePublic.exists());
ContextTest.java 69 assertThat(dataDir.exists(), is(true));
76 assertThat(dataDir.exists(), is(false));
80 assertThat(dataDir.exists(), is(true));
93 assertTrue(context.getCacheDir().exists());
98 assertTrue(context.getExternalCacheDir().exists());
116 assertTrue(cacheTest.exists());
135 assertTrue(cacheTest.exists());
140 assertTrue(context.getFilesDir().exists());
145 assertTrue(context.getExternalFilesDir(null).exists());
151 assertTrue(f.exists());
    [all...]
  /external/v8/test/cctest/
testcfg.py 30 from os.path import join, dirname, exists namespace
52 if exists(join(self.context.buildspace, 'obj', 'test', self.mode)):
89 if not exists(executable):
113 if exists(status_file):
  /external/v8/test/es5conform/
testcfg.py 31 from os.path import join, exists namespace
104 if exists(status_file):
  /external/v8/test/mozilla/
testcfg.py 31 from os.path import join, exists namespace
113 if exists(script):
132 if exists(status_file):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
file_util.py 36 if os.path.exists(dst):
76 otherwise, it must be a filename. (If the file exists, it will be
97 # XXX if the destination file already exists, we clobber it if
100 # should probably blow up if destination exists and we would be
139 if not (os.path.exists(dst) and os.path.samefile(src, dst)):
142 if not (os.path.exists(dst) and os.path.samefile(src, dst)):
172 from os.path import exists, isfile, isdir, basename, dirname namespace
186 elif exists(dst):
188 "can't move '%s': destination '%s' already exists" %
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
file_util.py 36 if os.path.exists(dst):
76 otherwise, it must be a filename. (If the file exists, it will be
97 # XXX if the destination file already exists, we clobber it if
100 # should probably blow up if destination exists and we would be
139 if not (os.path.exists(dst) and os.path.samefile(src, dst)):
142 if not (os.path.exists(dst) and os.path.samefile(src, dst)):
172 from os.path import exists, isfile, isdir, basename, dirname namespace
186 elif exists(dst):
188 "can't move '%s': destination '%s' already exists" %
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/binaryxml/
XmlStorageEditorInput.java 56 public boolean exists() { method in class:XmlStorageEditorInput
  /cts/tests/tests/security/src/android/security/cts/
BannedFilesTest.java 57 assertFalse("/dev/socket/init_runit", new File("/dev/socket/init_runit").exists());
58 assertFalse("/dev/socket/fotabinder", new File("/dev/socket/fotabinder").exists());
62 assertFalse("/sbin/su", new File("/sbin/su").exists());
63 assertFalse("/system/bin/su", new File("/system/bin/su").exists());
64 assertFalse("/system/sbin/su", new File("/system/sbin/su").exists());
65 assertFalse("/system/xbin/su", new File("/system/xbin/su").exists());
66 assertFalse("/vendor/bin/su", new File("/vendor/bin/su").exists());
77 assertFalse(f.getAbsolutePath() + " exists", f.exists());
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
OpenRandomFileTest.java 38 assertTrue(file.exists());
51 assertTrue(file.exists());

Completed in 525 milliseconds

12 3 4 5 6 7 8 91011