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

1234567891011>>

/external/chromium_org/third_party/protobuf/
H A Dprotobuf_lite_java_descriptor_proto.py34 if os.path.exists(java_out):
/external/chromium_org/tools/telemetry/telemetry/core/chrome/
H A Dwebsocket.py12 assert os.path.exists(os.path.join(ws_path, 'websocket.py'))
/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/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.py58 self.assertTrue(os.path.exists(file_path + '.sha1'))
90 self.assertTrue(os.path.exists(new_recording1))
91 self.assertFalse(os.path.exists(new_temp_recording))
93 self.assertTrue(os.path.exists(recording1_path))
94 self.assertTrue(os.path.exists(recording2_path))
104 self.assertTrue(os.path.exists(new_recording2))
106 self.assertFalse(os.path.exists(new_temp_recording))
108 self.assertTrue(os.path.exists(recording1_path))
110 self.assertFalse(os.path.exists(recording2_path))
150 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/chromium_org/third_party/protobuf/python/
H A Dsetup.py29 if os.path.exists("../src/protoc"):
31 elif os.path.exists("../src/protoc.exe"):
33 elif os.path.exists("../vsprojects/Debug/protoc.exe"):
35 elif os.path.exists("../vsprojects/Release/protoc.exe"):
42 .proto file. Does nothing if the output already exists and is newer than
47 if (not os.path.exists(output) or
48 (os.path.exists(source) and
52 if not os.path.exists(source):
/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.cc48 // Executes the input control script asynchronously, if it exists.
97 scoped_refptr<RefCountedBool> exists) {
99 exists->data = false;
108 exists->data = base::GetAppOutput(CommandLine(argv), &output) &&
110 DVLOG(1) << "DeviceExistsBlockingPool:" << script << "=" << exists->data;
113 void RunCallbackUIThread(scoped_refptr<RefCountedBool> exists, argument
116 DVLOG(1) << "RunCallbackUIThread " << exists->data;
117 callback.Run(exists->data);
126 scoped_refptr<RefCountedBool> exists(new RefCountedBool(false));
132 base::Bind(&DeviceExistsBlockingPool, script, exists),
96 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/chrome/test/functional/ispy/ispy_core/tests/rendering_test_manager/
H A Dcloud_bucket_impl.py44 if key.exists():
59 return key.exists()
65 if key.exists():
/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_org/build/android/pylib/uiautomator/
H A Dtest_package.py17 if not os.path.exists(jar_path):
/external/chromium_org/build/
H A Dprotoc_java.py34 if os.path.exists(java_out):
/external/chromium_org/build/win/
H A Dinstall-build-deps.py19 if not os.path.exists(backup_path):
/external/chromium_org/chrome/test/functional/
H A Dcrash_reporter.py31 assert os.path.exists(minidumps_file), 'Chrome minidumps are not enabled.'

Completed in 472 milliseconds

1234567891011>>