HomeSort by relevance Sort by last modified time
    Searched refs:exists (Results 1 - 25 of 1131) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libffi/testsuite/lib/
target-libpath.exp 56 if { [info exists GCC_EXEC_PREFIX] && ![info exists env(GCC_EXEC_PREFIX)] } {
71 if [info exists env(LD_LIBRARY_PATH)] {
75 if [info exists env(LD_RUN_PATH)] {
79 if [info exists env(SHLIB_PATH)] {
83 if [info exists env(LD_LIBRARYN32_PATH)] {
87 if [info exists env(LD_LIBRARY64_PATH)] {
91 if [info exists env(LD_LIBRARY_PATH_32)] {
95 if [info exists env(LD_LIBRARY_PATH_64)] {
99 if [info exists env(DYLD_LIBRARY_PATH)]
    [all...]
wrapper.exp 29 && ![info exists gluefile] } {
  /libcore/luni/src/test/java/libcore/java/io/
OldAndroidFileTest.java 30 assertTrue(file.exists());
32 assertFalse(file.exists());
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...]
  /frameworks/base/core/java/com/android/internal/util/
JournaledFile.java 49 if (mReal.exists()) {
51 if (mTemp.exists()) {
54 } else if (mTemp.exists()) {
75 if (!mReal.exists()) {
88 if (mTemp.exists()) {
  /device/samsung/maguro/self-extractors/root/
device-vendor.mk 17 $(call inherit-product-if-exists, vendor/broadcom/$(LOCAL_STEM))
18 $(call inherit-product-if-exists, vendor/csr/$(LOCAL_STEM))
19 $(call inherit-product-if-exists, vendor/imgtec/$(LOCAL_STEM))
20 $(call inherit-product-if-exists, vendor/invensense/$(LOCAL_STEM))
21 $(call inherit-product-if-exists, vendor/nxp/$(LOCAL_STEM))
22 $(call inherit-product-if-exists, vendor/samsung/$(LOCAL_STEM))
23 $(call inherit-product-if-exists, vendor/ti/$(LOCAL_STEM))
24 $(call inherit-product-if-exists, vendor/widevine/$(LOCAL_STEM))
  /device/samsung/toro/self-extractors/root/
device-vendor.mk 17 $(call inherit-product-if-exists, vendor/broadcom/$(LOCAL_STEM))
18 $(call inherit-product-if-exists, vendor/csr/$(LOCAL_STEM))
19 $(call inherit-product-if-exists, vendor/imgtec/$(LOCAL_STEM))
20 $(call inherit-product-if-exists, vendor/invensense/$(LOCAL_STEM))
21 $(call inherit-product-if-exists, vendor/nxp/$(LOCAL_STEM))
22 $(call inherit-product-if-exists, vendor/samsung/$(LOCAL_STEM))
23 $(call inherit-product-if-exists, vendor/ti/$(LOCAL_STEM))
24 $(call inherit-product-if-exists, vendor/widevine/$(LOCAL_STEM))
  /device/samsung/toroplus/self-extractors/root/
device-vendor.mk 17 $(call inherit-product-if-exists, vendor/broadcom/$(LOCAL_STEM))
18 $(call inherit-product-if-exists, vendor/csr/$(LOCAL_STEM))
19 $(call inherit-product-if-exists, vendor/imgtec/$(LOCAL_STEM))
20 $(call inherit-product-if-exists, vendor/invensense/$(LOCAL_STEM))
21 $(call inherit-product-if-exists, vendor/nxp/$(LOCAL_STEM))
22 $(call inherit-product-if-exists, vendor/samsung/$(LOCAL_STEM))
23 $(call inherit-product-if-exists, vendor/ti/$(LOCAL_STEM))
24 $(call inherit-product-if-exists, vendor/widevine/$(LOCAL_STEM))
  /device/asus/tilapia/self-extractors/root/
device-vendor.mk 17 $(call inherit-product-if-exists, vendor/asus/$(LOCAL_STEM))
18 $(call inherit-product-if-exists, vendor/broadcom/$(LOCAL_STEM))
19 $(call inherit-product-if-exists, vendor/elan/$(LOCAL_STEM))
20 $(call inherit-product-if-exists, vendor/invensense/$(LOCAL_STEM))
21 $(call inherit-product-if-exists, vendor/nvidia/$(LOCAL_STEM))
22 $(call inherit-product-if-exists, vendor/nxp/$(LOCAL_STEM))
23 $(call inherit-product-if-exists, vendor/widevine/$(LOCAL_STEM))
  /external/llvm/utils/llvm-lit/
llvm-lit.in 22 if os.path.exists(clang_obj_root):
26 if os.path.exists(clang_tools_extra_obj_root):
  /frameworks/native/opengl/libs/tools/
glenumsgen 30 next if exists($enumHash { $enumValue });
  /cts/tests/tests/os/src/android/os/cts/
UsbDebuggingTest.java 33 assertFalse(keys.exists());
  /device/samsung_slsi/arndale/
device.mk 26 $(call inherit-product-if-exists, vendor/samsung_slsi/arndale/device-vendor.mk)
  /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/skia/tools/
rebaseline.py 46 is_svn_checkout = os.path.exists('.svn') or os.path.exists(os.path.join('..', '.svn') )
47 is_git_checkout = os.path.exists('.git') or os.path.exists(os.path.join('..', '.git'))
  /external/webkit/Source/WebCore/platform/qt/
SharedBufferQt.cpp 39 if (!file.exists() || !file.open(QFile::ReadOnly))
  /build/target/product/
generic_no_telephony.mk 86 $(call inherit-product-if-exists, frameworks/base/data/fonts/fonts.mk)
87 $(call inherit-product-if-exists, external/noto-fonts/fonts.mk)
88 $(call inherit-product-if-exists, external/naver-fonts/fonts.mk)
89 $(call inherit-product-if-exists, frameworks/base/data/keyboards/keyboards.mk)
90 $(call inherit-product-if-exists, frameworks/webview/chromium/chromium.mk)
full_base.mk 53 $(call inherit-product-if-exists, frameworks/base/data/sounds/AllAudio.mk)
56 $(call inherit-product-if-exists, external/svox/pico/lang/all_pico_languages.mk)
  /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());
  /cts/tests/tests/security/src/android/security/cts/
KernelSettingsTest.java 108 new File("/proc/sys/kernel/modprobe").exists());
121 new File("/proc/config.gz").exists());
  /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:__anon4188::ScreensaverWindowFinder
61 return finder.exists();
  /frameworks/compile/mclinker/unittests/
PathTest.cpp 48 EXPECT_TRUE(exists(*m_pTestee));
52 EXPECT_TRUE(exists(*m_pTestee));
58 EXPECT_FALSE(exists(*m_pTestee));
62 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/Email/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.

Completed in 1586 milliseconds

1 2 3 4 5 6 7 8 91011>>