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

1 2 3 45 6 7 8 91011>>

  /cts/tests/tests/util/src/android/util/cts/
PrintStreamPrinterTest.java 36 if (!mFile.exists()) {
70 if (mFile.exists()) {
PrintWriterPrinterTest.java 38 if (!mFile.exists())
80 if (mFile.exists())
  /external/chromium_org/content/browser/worker_host/
worker_message_filter.cc 69 bool* exists,
75 params, *route_id, this, resource_context_, partition_, exists,
  /external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/JSON/backportPP/
Boolean.pm 11 This module exists only to provide overload resolution for Storable
  /external/chromium_org/third_party/JSON/JSON-2.59/lib/JSON/backportPP/
Boolean.pm 11 This module exists only to provide overload resolution for Storable
  /external/chromium_org/third_party/JSON/out/lib/perl5/JSON/backportPP/
Boolean.pm 11 This module exists only to provide overload resolution for Storable
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
export-w3c-performance-wg-tests 63 if not os.path.exists(destination_subdirectory):
69 if not os.path.exists(destination_subdirectory):
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
profiler_unittest.py 50 self.assertFalse(host.filesystem.exists("/tmp/output"))
54 self.assertTrue(host.filesystem.exists("/tmp/output"))
  /external/chromium_org/third_party/protobuf/python/
setup.py 29 if 'PROTOC' in os.environ and os.path.exists(os.environ['PROTOC']):
31 elif os.path.exists("../src/protoc"):
33 elif os.path.exists("../src/protoc.exe"):
35 elif os.path.exists("../vsprojects/Debug/protoc.exe"):
37 elif os.path.exists("../vsprojects/Release/protoc.exe"):
44 .proto file. Does nothing if the output already exists and is newer than
49 if (not os.path.exists(output) or
50 (os.path.exists(source) and
54 if not os.path.exists(source):
  /external/chromium_org/tools/
gypv8sh.py 47 if os.path.exists(cxxoutfile):
49 if os.path.exists(jsoutfile):
  /external/chromium_org/tools/ipc_fuzzer/
play_testcase.py 35 if os.path.exists(try_chrome):
44 if not os.path.exists(fuzzer_path):
  /external/chromium_org/v8/tools/
test-server.py 55 return os.path.exists(PIDFILE)
68 if not os.path.exists(data_dir):
73 if not os.path.exists(trusted_dir):
97 if not os.path.exists(privkeyfile):
103 if (not os.path.exists(pubkeyfile) or
114 if os.path.exists(os.path.join(testrunner_dir, "server/daemon.py")):
129 if os.path.exists(v8_dir):
197 if not os.path.exists(filename):
  /external/chromium_org/v8/tools/testrunner/local/
utils.py 30 from os.path import exists namespace
39 return isdir(path) and exists(join(path, 'testcfg.py'))
  /external/clang/utils/analyzer/
SATestAdd.py 39 if not os.path.exists(Dir):
48 if os.path.exists(ProjectMapPath):
56 '\' already exists.'
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
runant.py 54 if not os.path.exists(os.environ['JAVA_HOME']):
66 if not os.path.exists(launcher_jar):
  /external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/
FileSystemResourceLoader.java 49 if (file.exists() && !file.isDirectory() && file.canRead()) {
76 if (file.exists() && !file.isDirectory() && file.canRead()) {
  /external/jsilver/src/com/google/clearsilver/jsilver/values/
VariableValue.java 71 public boolean exists() { method in class:VariableValue
72 return TypeConverter.exists(getReference());
  /external/llvm/utils/llvm-build/llvmbuild/
configutil.py 38 # Ensure the output parent directory exists.
40 if not os.path.exists(output_parent_path):
43 # If the output path exists, load it and compare to the configured contents.
44 if os.path.exists(output_path):
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
EnvironmentTest.java 36 assertTrue(Environment.getExternalStorageDirectory().exists());
42 assertTrue(extStoragePublic.exists());
  /external/srec/shared/include/
IntArrayList.h 70 * @param exists True if element was found
72 ESR_ReturnCode(*contains)(struct IntArrayList_t* self, int element, ESR_BOOL* exists);
162 * @param exists True if element was found
164 ESR_SHARED_API ESR_ReturnCode IntArrayListContains(IntArrayList* self, int element, ESR_BOOL* exists);
  /external/srec/shared/src/
IntArrayList.c 45 ESR_ReturnCode IntArrayListContains(IntArrayList* self, int element, ESR_BOOL* exists)
49 return self->contains(self, element, exists);
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/comparator/
SizeFileComparator.java 111 size1 = sumDirectoryContents && file1.exists() ? FileUtils.sizeOfDirectory(file1) : 0;
117 size2 = sumDirectoryContents && file2.exists() ? FileUtils.sizeOfDirectory(file2) : 0;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
clean.py 54 if os.path.exists(self.build_temp):
65 if os.path.exists(directory):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
appletrawmain.py 42 if os.path.exists(__file__):
51 if os.path.exists(__file__):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
clean.py 54 if os.path.exists(self.build_temp):
65 if os.path.exists(directory):

Completed in 588 milliseconds

1 2 3 45 6 7 8 91011>>