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

12 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
Exception.pm 13 if (exists $args->{message}) {
  /external/chromium/third_party/libjingle/source/talk/site_scons/site_tools/
talk_noops.py 19 def exists(env): function
  /external/chromium_org/chrome/browser/chromeos/system/
device_change_handler.cc 32 void DeviceChangeHandler::TouchpadExists(bool exists) {
33 if (!exists)
61 void DeviceChangeHandler::MouseExists(bool exists) {
62 if (!exists)
  /external/chromium_org/chrome/test/mini_installer/
file_verifier.py 24 'exists' a boolean indicating whether the file should exist.
28 file_exists = os.path.exists(file_path)
29 assert expectation['exists'] == file_exists, \
30 ('File %s exists' % file_path) if file_exists else \
  /external/chromium_org/third_party/libjingle/source/talk/site_scons/site_tools/
talk_noops.py 19 def exists(dummy): function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
dep_util.py 16 Return true if 'source' exists and is more recently modified than
17 'target', or if 'source' exists and 'target' doesn't.
25 if not os.path.exists(source):
28 if not os.path.exists(target):
56 In other words, if 'target' exists and is newer
68 if not os.path.exists(target):
78 if not os.path.exists(source):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
dep_util.py 16 Return true if 'source' exists and is more recently modified than
17 'target', or if 'source' exists and 'target' doesn't.
25 if not os.path.exists(source):
28 if not os.path.exists(target):
56 In other words, if 'target' exists and is newer
68 if not os.path.exists(target):
78 if not os.path.exists(source):
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseErrorHandlerTest.java 43 if (mDatabaseFile.exists()) {
61 assertTrue(mDatabaseFile.exists());
71 assertTrue(mDatabaseFile.exists());
84 if (mDatabaseFile.exists()) {
91 assertFalse(mDatabaseFile.exists());
  /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/tools/telemetry/telemetry/page/
page_set_archive_info_unittest.py 57 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_recording)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_install_data.py 40 self.assertTrue(os.path.exists(os.path.join(inst2, rtwo)))
42 self.assertTrue(os.path.exists(os.path.join(inst, rone)))
52 self.assertTrue(os.path.exists(os.path.join(inst2, rtwo)))
53 self.assertTrue(os.path.exists(os.path.join(inst, rone)))
70 self.assertTrue(os.path.exists(os.path.join(inst2, rtwo)))
71 self.assertTrue(os.path.exists(os.path.join(inst, rone)))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_install_data.py 40 self.assertTrue(os.path.exists(os.path.join(inst2, rtwo)))
42 self.assertTrue(os.path.exists(os.path.join(inst, rone)))
52 self.assertTrue(os.path.exists(os.path.join(inst2, rtwo)))
53 self.assertTrue(os.path.exists(os.path.join(inst, rone)))
70 self.assertTrue(os.path.exists(os.path.join(inst2, rtwo)))
71 self.assertTrue(os.path.exists(os.path.join(inst, rone)))
  /build/target/product/
full_base.mk 56 $(call inherit-product-if-exists, frameworks/base/data/sounds/AllAudio.mk)
59 $(call inherit-product-if-exists, external/svox/pico/lang/all_pico_languages.mk)
  /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());
  /external/chromium/chrome/browser/
idle_linux.cc 24 bool exists() const { return exists_; } function in class:__anon4656::ScreensaverWindowFinder
61 return finder.exists();
  /external/libffi/testsuite/lib/
wrapper.exp 29 && ![info exists gluefile] } {
  /frameworks/compile/mclinker/unittests/
PathTest.cpp 49 EXPECT_TRUE(exists(*m_pTestee));
53 EXPECT_TRUE(exists(*m_pTestee));
59 EXPECT_FALSE(exists(*m_pTestee));
63 EXPECT_FALSE(exists(*m_pTestee));
69 EXPECT_TRUE(exists(*m_pTestee));
73 EXPECT_TRUE(exists(*m_pTestee));
80 EXPECT_FALSE(exists(*m_pTestee));
84 EXPECT_FALSE(exists(*m_pTestee));
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
FileDeleteStrategy.java 73 if (fileToDelete == null || fileToDelete.exists() == false) {
94 if (fileToDelete.exists() && doDelete(fileToDelete) == false) {
110 * @param fileToDelete the file to delete, exists, not null
143 * if the file exists.
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/build/
CtsBuildHelper.java 108 if (!apkFile.exists()) {
149 * made to ensure the plan actually exists
162 if (!getCtsDir().exists()) {
166 if (!getTestCasesDir().exists()) {
171 if (!getTestPlansDir().exists()) {
  /device/asus/flo/
aosp_flo.mk 33 $(call inherit-product-if-exists, vendor/asus/flo/device-vendor.mk)
34 #$(call inherit-product-if-exists, vendor/qcom/proprietary/common/config/device-vendor.mk)
  /external/chromium_org/chrome/test/functional/ispy/client/
boto_bucket.py 54 if key.exists():
62 if key.exists():
75 return key.exists()
80 if key.exists():
  /external/chromium_org/tools/telemetry/telemetry/core/
profile_types.py 33 assert os.path.exists(path)
  /external/chromium_org/win8/util/
check_sdk_patch.py 25 if not os.path.exists(async_info_path):
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/operators/
ExistsFunction.java 30 return literalConstant(value.exists(), value);
  /external/jsilver/src/com/google/clearsilver/jsilver/values/
NumberValue.java 51 public boolean exists() { method in class:NumberValue

Completed in 703 milliseconds

12 3 4 5 6 7 8 91011>>