HomeSort by relevance Sort by last modified time
    Searched full:isfile (Results 226 - 250 of 2008) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DumpDatabaseAction.java 60 if (inFile.exists() && inFile.isFile()) {
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
StackViewer.py 94 if os.path.isfile(filename):
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
StackViewer.py 94 if os.path.isfile(filename):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_core.py 49 if os.path.isfile(path):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
StackViewer.py 94 if os.path.isfile(filename):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_core.py 49 if os.path.isfile(path):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
StackViewer.py 94 if os.path.isfile(filename):
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sourcelookup/
AdtSourceLookupDirector.java 87 if (srcFile.isFile()) {
  /system/ca-certificates/google/
extract_from_pem.py 66 assert os.path.isdir(args.output_dir) and os.path.isfile(args.pem_file)
  /cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
ResultReporterTest.java 114 children.length == 1 && children[0].isFile() && children[0].length() > 0);
195 file.exists() && file.isFile() && file.length() > 0);
  /external/autotest/client/site_tests/graphics_GLAPICheck/
graphics_GLAPICheck.py 200 exist_gl = os.path.isfile(cmd_gl)
201 exist_gles = os.path.isfile(cmd_gles)
  /external/autotest/client/tests/lsb_dtk/
lsb_dtk.py 79 if not os.path.isfile('inst-config'):
98 if os.path.isfile('/etc/debian_version') and \
  /external/testng/src/main/java/org/testng/
FileAssert.java 56 condition=tstvalue.isFile();
293 } else if (path.isFile()) {
  /frameworks/compile/slang/tests/
test.py 31 if not os.path.isfile(actual):
35 if not os.path.isfile(expect):
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
FileCache.java 81 if (file.isFile() && name.startsWith(FILE_PREFIX)
148 if (!entry.cacheFile.isFile()) { // file has been removed
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
spawn.py 191 if not os.path.isfile(executable):
194 if os.path.isfile(f):
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
spawn.py 191 if not os.path.isfile(executable):
194 if os.path.isfile(f):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
spawn.py 191 if not os.path.isfile(executable):
194 if os.path.isfile(f):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
spawn.py 191 if not os.path.isfile(executable):
194 if os.path.isfile(f):
  /frameworks/base/tools/layoutlib/bridge/src/android/content/res/
Resources_Delegate.java 169 if (new File(resourceValue.getValue()).isFile()) {
415 if (xml.isFile()) {
453 if (xml.isFile()) {
767 if (f.isFile()) {
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/
desktop_browser_backend.py 58 if not os.path.isfile(binary_path):
151 os.path.isfile(self.log_file_path))
173 if os.path.isfile(port_file):
249 if not os.path.isfile(port_file):
491 if not os.path.isfile(symbol):
  /external/clang/lib/Frontend/
CacheTokens.cpp 75 bool isFile() const { return Kind == IsFE; }
137 unsigned m = V.getRepresentationLength() + (V.isFile() ? 4 + 4 : 0);
158 if (V.isFile()) {
553 LookupResult getStat(const char *Path, FileData &Data, bool isFile,
556 LookupResult Result = statChained(Path, Data, isFile, F, FS);
  /external/autotest/client/site_tests/firmware_TouchMTB/
firmware_window.py 317 if not os.path.isfile(gdk_pixbuf_loaders):
369 elif os.path.isfile(self.gtk_symlink):
390 if (os.path.isdir(tmp_gtk_path) or os.path.isfile(tmp_gtk_path)):
  /external/autotest/utils/
check_patch.py 262 if os.path.isfile(unittest_path):
313 if not os.path.isfile(self.patch):
382 if os.path.isfile(modified_file):
  /external/chromium-trace/catapult/catapult_build/
run_dev_server_tests.py 78 return os.path.isfile(os.path.join(path, 'gclient'))
156 if os.path.isfile(chrome_path):
175 if os.path.isfile(test_path):

Completed in 1061 milliseconds

1 2 3 4 5 6 7 8 91011>>