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

1 2 3 4 5 6 7 8 91011>>

  /external/deqp/framework/delibs/decpp/
deSharedPtr.cpp 44 Object (bool& exists)
45 : m_exists(exists)
62 DerivedObject (bool& exists)
63 : Object(exists)
71 SharedPtrTestThread (const SharedPtr<Object>& ptr, const bool& exists)
73 , m_exists (exists)
107 WeakPtrTestThread (const SharedPtr<Object>& ptr, const bool& exists)
109 , m_exists (exists)
140 SharedPtr<Object> makeObject (bool& exists)
142 return SharedPtr<Object>(new Object(exists));
187 bool exists = false; local
199 bool exists = false; local
216 bool exists = false; local
224 bool exists = false; local
233 bool exists = false; local
245 bool exists = false; local
260 bool exists = false; local
295 bool exists = false; local
320 bool exists = false; local
336 bool exists = false; local
349 bool exists = false; local
363 bool exists = false; local
392 bool exists = false; local
411 bool exists = false; local
429 bool exists = false; local
    [all...]
deUniquePtr.cpp 37 Object (bool& exists)
38 : m_exists(exists)
66 MovePtr<Object> createObject (bool& exists)
68 UniquePtr<Object> objectPtr(new Object(exists));
78 bool exists = false; local
80 UniquePtr<Object> ptr(new Object(exists));
81 DE_TEST_ASSERT(exists);
84 DE_TEST_ASSERT(!exists);
89 bool exists = false; local
92 UniquePtr<Object> ptr(new Object(exists));
106 bool exists = false; local
114 bool exists = false; local
128 bool exists = false; local
141 bool exists = false; local
154 bool exists = false; local
175 bool exists = false; local
191 bool exists = false; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/config/
default.exp 20 if ![info exists AS] then {
25 if ![info exists ASFLAGS] then {
29 if ![info exists OBJDUMP] then {
35 if ![info exists OBJDUMPFLAGS] then {
39 if ![info exists NM] then {
45 if ![info exists NMFLAGS] then {
49 if ![info exists OBJCOPY] then {
53 if ![info exists OBJCOPYFLAGS] then {
57 if ![info exists READELF] then {
61 if ![info exists READELFFLAGS] then
    [all...]
  /external/autotest/client/cros/networking/
apmanager_helper.py 9 return os.path.exists('/usr/bin/apmanager')
  /toolchain/binutils/binutils-2.25/ld/testsuite/config/
default.exp 24 if ![info exists ld] then {
28 if ![info exists as] then {
32 if ![info exists nm] then {
36 if ![info exists objdump] then {
40 if ![info exists objcopy] then {
44 if ![info exists ar] then {
48 if ![info exists strip] then {
67 if {[file exists tmpdir/libpath.exp]} {
78 if {![info exists CC]} {
81 if {![info exists CFLAGS]}
    [all...]
  /external/jsoncpp/scons-tools/
srcdist.py 170 if targz.exists(env):
175 def exists(env): function
177 Make sure srcdist exists.
179 return targz.exists(env)
globtool.py 49 def exists(env): function
51 Tool always exists.
  /test/vts-testcase/kernel/syscall/
syscall_exists.cpp 33 bool exists = !(ret == -1 && errno == ENOSYS); local
34 ALOGI("syscall [%d] is %s", syscall_id, exists ? "enabled" : "disabled");
35 std::cout << (exists ? 'y' : 'n');
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
sizeof.exp 40 if {![info exists nm_output(text_start)] \
41 || ![info exists nm_output(text_end)] \
42 || ![info exists nm_output(data_start)] \
43 || ![info exists nm_output(data_end)] \
44 || ![info exists nm_output(sizeof_text)] \
45 || ![info exists nm_output(sizeof_data)]} {
extern.exp 38 if {![info exists nm_output(sym1)] || $nm_output(sym1) != 1} {
45 if {![info exists nm_output(sym2)] || $nm_output(sym2) != 2} {
51 if {![info exists nm_output(sym3)] || $nm_output(sym3) != 3} {
57 if {![info exists nm_output(sym4)] || $nm_output(sym4) != 4} {
63 if {![info exists nm_output(sym5)] || $nm_output(sym5) != 5} {
  /device/linaro/hikey/self-extractors/root/
device-vendor.mk 19 $(call inherit-product-if-exists, vendor/linaro/$(LOCAL_STEM))
  /device/linaro/hikey/self-extractors_hikey960/root/
device-vendor.mk 19 $(call inherit-product-if-exists, vendor/linaro/hikey960/arm/$(LOCAL_STEM))
  /toolchain/binutils/binutils-2.25/binutils/testsuite/config/
default.exp 24 if ![info exists NM] then {
27 if ![info exists NMFLAGS] then {
30 if ![info exists SIZE] then {
33 if ![info exists SIZEFLAGS] then {
36 if ![info exists OBJDUMP] then {
39 if ![info exists OBJDUMPFLAGS] then {
42 if ![info exists OBJCOPY] then {
45 if ![info exists OBJCOPYFLAGS] then {
48 if ![info exists AR] then {
51 if ![info exists STRIP] then
    [all...]
  /libcore/luni/src/test/java/libcore/java/io/
OldAndroidFileTest.java 30 assertTrue(file.exists());
32 assertFalse(file.exists());
  /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()) {
  /build/make/target/product/
generic_no_telephony.mk 61 $(call inherit-product-if-exists, frameworks/base/data/fonts/fonts.mk)
62 $(call inherit-product-if-exists, external/google-fonts/dancing-script/fonts.mk)
63 $(call inherit-product-if-exists, external/google-fonts/carrois-gothic-sc/fonts.mk)
64 $(call inherit-product-if-exists, external/google-fonts/coming-soon/fonts.mk)
65 $(call inherit-product-if-exists, external/google-fonts/cutive-mono/fonts.mk)
66 $(call inherit-product-if-exists, external/noto-fonts/fonts.mk)
67 $(call inherit-product-if-exists, external/roboto-fonts/fonts.mk)
68 $(call inherit-product-if-exists, external/hyphenation-patterns/patterns.mk)
69 $(call inherit-product-if-exists, frameworks/base/data/keyboards/keyboards.mk)
70 $(call inherit-product-if-exists, frameworks/webview/chromium/chromium.mk
    [all...]
  /external/autotest/client/common_lib/
autotemp_unittest.py 12 self.assertTrue(os.path.exists(temp.name))
19 self.assertTrue(os.path.exists(name))
21 self.assertFalse(os.path.exists(name))
27 self.assertTrue(os.path.exists(name))
29 self.assertFalse(os.path.exists(name))
36 self.assertTrue(os.path.exists(temp_dir.name))
43 self.assertTrue(os.path.exists(name))
45 self.assertFalse(os.path.exists(name))
51 self.assertTrue(os.path.exists(name))
53 self.assertFalse(os.path.exists(name)
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/testsuite/lib/
target-libpath.exp 58 if { [info exists GCC_EXEC_PREFIX] && ![info exists env(GCC_EXEC_PREFIX)] } {
73 if [info exists env(LD_LIBRARY_PATH)] {
77 if [info exists env(LD_RUN_PATH)] {
81 if [info exists env(SHLIB_PATH)] {
85 if [info exists env(LD_LIBRARYN32_PATH)] {
89 if [info exists env(LD_LIBRARY64_PATH)] {
93 if [info exists env(LD_LIBRARY_PATH_32)] {
97 if [info exists env(LD_LIBRARY_PATH_64)] {
101 if [info exists env(DYLD_LIBRARY_PATH)]
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
nm.exp 57 if [info exists vars] then { unset vars }
63 if {![info exists vars(text_symbol)] \
65 || ![info exists vars(data_symbol)] \
67 || ![info exists vars(common_symbol)] \
69 || ![info exists vars(external_symbol)] \
71 || ![info exists vars(static_text_symbol)] \
73 || ![info exists vars(static_data_symbol)] \
84 if [info exists vars] then { unset vars }
90 if {![info exists vars(text_symbol)] \
91 || ![info exists vars(data_symbol)]
    [all...]
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.exists/
exists.pass.cpp 14 // bool exists(file_status s) noexcept
15 // bool exists(path const& p);
16 // bool exists(path const& p, std::error_code& ec) noexcept;
35 ASSERT_NOEXCEPT(exists(s));
36 ASSERT_NOEXCEPT(exists(p, ec));
37 ASSERT_NOT_NOEXCEPT(exists(p));
60 TEST_CHECK(exists(s) == TC.expect);
67 TEST_CHECK(exists(p) == false);
70 TEST_CHECK(exists(p, ec) == false);
82 TEST_CHECK(exists(file, ec) == false)
    [all...]
  /external/mesa3d/scons/
x11.py 44 def exists(env): function
  /external/slf4j/slf4j-api/src/main/java/org/slf4j/
IMarkerFactory.java 53 * Checks if the marker with the name already exists. If name is null, then false
57 * @return true id the marker exists, false otherwise.
59 boolean exists(String name); method in interface:IMarkerFactory
  /frameworks/base/core/java/android/view/
IDockedStackListener.aidl 35 void onDockedStackExistsChanged(boolean exists);
  /frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
OwnersTest.java 51 assertFalse(owners.getLegacyConfigFileWithTestOverride().exists());
54 assertFalse(owners.getDeviceOwnerFileWithTestOverride().exists());
56 assertFalse(owners.getProfileOwnerFileWithTestOverride(10).exists()); method
57 assertFalse(owners.getProfileOwnerFileWithTestOverride(11).exists()); method
58 assertFalse(owners.getProfileOwnerFileWithTestOverride(20).exists()); method
59 assertFalse(owners.getProfileOwnerFileWithTestOverride(21).exists()); method
104 assertFalse(owners.getLegacyConfigFileWithTestOverride().exists());
106 assertTrue(owners.getDeviceOwnerFileWithTestOverride().exists()); // TODO Check content
108 assertFalse(owners.getProfileOwnerFileWithTestOverride(10).exists()); method
109 assertFalse(owners.getProfileOwnerFileWithTestOverride(11).exists()); method
110 assertFalse(owners.getProfileOwnerFileWithTestOverride(20).exists()); method
111 assertFalse(owners.getProfileOwnerFileWithTestOverride(21).exists()); method
166 assertTrue(owners.getProfileOwnerFileWithTestOverride(10).exists()); method
167 assertTrue(owners.getProfileOwnerFileWithTestOverride(11).exists()); method
168 assertFalse(owners.getProfileOwnerFileWithTestOverride(20).exists()); method
169 assertFalse(owners.getProfileOwnerFileWithTestOverride(21).exists()); method
244 assertTrue(owners.getProfileOwnerFileWithTestOverride(10).exists()); method
245 assertTrue(owners.getProfileOwnerFileWithTestOverride(11).exists()); method
246 assertFalse(owners.getProfileOwnerFileWithTestOverride(20).exists()); method
247 assertFalse(owners.getProfileOwnerFileWithTestOverride(21).exists()); method
355 assertFalse(owners.getProfileOwnerFileWithTestOverride(10).exists()); method
356 assertFalse(owners.getProfileOwnerFileWithTestOverride(11).exists()); method
357 assertFalse(owners.getProfileOwnerFileWithTestOverride(20).exists()); method
410 assertFalse(owners.getProfileOwnerFileWithTestOverride(10).exists()); method
411 assertFalse(owners.getProfileOwnerFileWithTestOverride(11).exists()); method
412 assertFalse(owners.getProfileOwnerFileWithTestOverride(20).exists()); method
462 assertTrue(owners.getProfileOwnerFileWithTestOverride(10).exists()); method
463 assertTrue(owners.getProfileOwnerFileWithTestOverride(11).exists()); method
479 assertFalse(owners.getProfileOwnerFileWithTestOverride(10).exists()); method
480 assertFalse(owners.getProfileOwnerFileWithTestOverride(11).exists()); method
    [all...]
  /cts/tests/tests/security/src/android/security/cts/
BannedFilesTest.java 61 assertFalse("/dev/socket/init_runit", new File("/dev/socket/init_runit").exists());
62 assertFalse("/dev/socket/fotabinder", new File("/dev/socket/fotabinder").exists());
73 assertFalse("/dev/socket/fota", new File("/dev/socket/fota").exists());
78 assertFalse("/sbin/su", new File("/sbin/su").exists());
79 assertFalse("/system/bin/su", new File("/system/bin/su").exists());
80 assertFalse("/system/sbin/su", new File("/system/sbin/su").exists());
81 assertFalse("/system/xbin/su", new File("/system/xbin/su").exists());
82 assertFalse("/vendor/bin/su", new File("/vendor/bin/su").exists());
94 assertFalse(f.getAbsolutePath() + " exists", f.exists());
    [all...]

Completed in 760 milliseconds

1 2 3 4 5 6 7 8 91011>>