Searched refs:exists (Results 26 - 50 of 875) sorted by relevance

1234567891011>>

/external/libffi/testsuite/lib/
H A Dwrapper.exp29 && ![info exists gluefile] } {
/external/llvm/utils/llvm-build/llvmbuild/
H A Dconfigutil.py38 # 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/chromium_org/build/android/pylib/utils/
H A Dhost_path_finder.py20 candidate_paths = filter(os.path.exists, candidate_paths)
/external/chromium_org/chrome/test/functional/ispy/client/
H A Dboto_bucket.py54 if key.exists():
62 if key.exists():
75 return key.exists()
80 if key.exists():
/external/chromium_org/third_party/protobuf/
H A Dprotobuf_lite_java_descriptor_proto.py34 if os.path.exists(java_out):
/external/chromium_org/tools/win/split_link/
H A Dcheck_installed.py25 return os.path.exists(val)
/external/chromium_org/win8/util/
H A Dcheck_sdk_patch.py25 if not os.path.exists(async_info_path):
/external/jsilver/src/com/google/clearsilver/jsilver/functions/operators/
H A DExistsFunction.java30 return literalConstant(value.exists(), value);
/external/jsilver/src/com/google/clearsilver/jsilver/values/
H A DNumberValue.java51 public boolean exists() { method in class:NumberValue
H A DStringValue.java41 public boolean exists() { method in class:StringValue
/external/chromium_org/content/renderer/
H A Dshared_worker_repository.cc28 bool exists = false; local
38 params, &exists, &route_id, &url_mismatch));
44 exists,
/external/chromium_org/third_party/sqlite/src/test/
H A Dthread_common.tcl14 if {[info exists ::thread_procs]} {
98 if {![info exists ::tcl_platform(threaded)]} {
101 if {[info exists zProblem]} {
/external/chromium_org/tools/
H A Dinclude_tracer.py150 if os.path.exists(basename + '.proto'):
170 if os.path.exists(os.path.join(root, filename)):
175 if os.path.exists(resolved_filename):
/external/chromium_org/tools/telemetry/telemetry/page/
H A Dpage_set_archive_info_unittest.py57 self.assertTrue(os.path.exists(file_path + '.sha1'))
89 self.assertTrue(os.path.exists(new_recording1))
90 self.assertFalse(os.path.exists(new_temp_recording))
92 self.assertTrue(os.path.exists(recording1_path))
93 self.assertTrue(os.path.exists(recording2_path))
103 self.assertTrue(os.path.exists(new_recording2))
105 self.assertFalse(os.path.exists(new_temp_recording))
107 self.assertTrue(os.path.exists(recording1_path))
109 self.assertFalse(os.path.exists(recording2_path))
149 self.assertTrue(os.path.exists(new_recordin
[all...]
/external/clang/utils/analyzer/
H A DSATestAdd.py39 if not os.path.exists(Dir):
48 if os.path.exists(ProjectMapPath):
56 '\' already exists.'
/external/llvm/
H A Dcopy-diff.py40 if not os.path.exists(src):
45 if not os.path.exists(destdir):
53 if not os.path.exists(dest) or is_file_different(src, dest):
/external/srec/srec/Session/src/
H A DSR_Session.c33 ESR_BOOL exists; local
61 if (ESR_SessionExists(&exists) == ESR_SUCCESS)
63 if (exists)
/external/protobuf/python/
H A Dsetup.py19 if os.path.exists("../src/protoc"):
21 elif os.path.exists("../src/protoc.exe"):
28 .proto file. Does nothing if the output already exists and is newer than
33 if not os.path.exists(source):
37 if (not os.path.exists(output) or
38 (os.path.exists(source) and
/external/v8/test/test262/
H A Dtestcfg.py31 from os.path import join, exists namespace
107 if not exists(directory_name) or not exists(archive_name):
108 if not exists(archive_name):
111 if not exists(directory_name):
121 if not exists(join(self.root, 'data')):
129 if exists(status_file):
/external/chromium_org/chrome/browser/chromeos/system/
H A Dinput_device_settings.cc49 // Executes the input control script asynchronously, if it exists.
98 scoped_refptr<RefCountedBool> exists) {
100 exists->data = false;
109 exists->data = base::GetAppOutput(CommandLine(argv), &output) &&
111 DVLOG(1) << "DeviceExistsBlockingPool:" << script << "=" << exists->data;
114 void RunCallbackUIThread(scoped_refptr<RefCountedBool> exists, argument
117 DVLOG(1) << "RunCallbackUIThread " << exists->data;
118 callback.Run(exists->data);
127 scoped_refptr<RefCountedBool> exists(new RefCountedBool(false));
133 base::Bind(&DeviceExistsBlockingPool, script, exists),
97 DeviceExistsBlockingPool(const char* script, scoped_refptr<RefCountedBool> exists) argument
[all...]
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DContextTest.java69 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/chromium_org/third_party/sqlite/src/tool/
H A Dfragck.tcl14 if {![file exists $file_to_analyze]} {
35 # The first argument is the name of an array variable that exists in
86 if {![info exists rootpage]} {
111 if {[info exists seen($pg)]} return
/external/libselinux/src/
H A Dinit.c34 int exists = 0; local
58 exists = 1;
63 if (!exists)
/external/chromium/net/url_request/
H A Durl_request_file_job.cc53 bool exists = file_util::GetFileInfo(file_path, &file_info); local
57 this, &AsyncResolver::ReturnResults, exists, file_info));
73 void ReturnResults(bool exists, const base::PlatformFileInfo& file_info) { argument
75 owner_->DidResolve(exists, file_info);
167 bool exists; local
171 exists = file_util::GetFileInfo(file_path_, &file_info);
178 &URLRequestFileJob::DidResolve, exists, file_info));
309 bool exists, const base::PlatformFileInfo& file_info) {
329 if (!exists) {
308 DidResolve( bool exists, const base::PlatformFileInfo& file_info) argument
/external/chromium_org/build/android/pylib/instrumentation/
H A Dsetup.py24 os.path.exists(test_options.coverage_dir)):

Completed in 658 milliseconds

1234567891011>>