HomeSort by relevance Sort by last modified time
    Searched refs:exists (Results 1 - 25 of 4755) 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.27/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')
  /frameworks/support/buildSrc/
unbundled_check.gradle 18 return (new File(rootDirectory, "unbundled-build")).exists();
  /toolchain/binutils/binutils-2.27/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 {
52 if ![info exists size] then {
71 if {[file exists tmpdir/libpath.exp]} {
85 if {![info exists CC]}
    [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)
  /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.27/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.27/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());
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
vfpv2-ldr_immediate.s 5 # 15 * 2^-7 =0.1171875 VMOV does not exists
11 # -16 * 2^-7 =0.125 VMOV does not exists
17 # 16 * 2^-7 =0.125 VMOV does not exists
23 # 16.5 * 2^-7 =0.125 VMOV does not exists
29 # 31 * 2^-5 = 0.96875 VMOV does not exists
35 # 31 * 2^ 0 = 31 VMOV does not exists
41 # 16 * 2^ 1 = 32 VMOV does not 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()) {
  /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/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...]
  /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...]
  /external/python/cpython3/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.27/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...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
exclude.exp 86 } elseif { [info exists nm_output(exclude_common)]
87 && [info exists nm_output(exclude_sym)] } {
103 } elseif { ! [info exists nm_output(exclude_common)]
104 && ! [info exists nm_output(exclude_sym)] } {
114 && ! [info exists nm_output(exclude_common)]
115 && ! [info exists nm_output(exclude_sym)] } {
123 && ! [info exists nm_output(exclude_common)]
124 && ! [info exists nm_output(exclude_sym)] } {
132 && ! [info exists nm_output(exclude_common)]
133 && ! [info exists nm_output(exclude_sym)] }
    [all...]
  /development/gsi/gsi_util/gsi_util/utils/tests/
file_utils_unittest.py 32 self.assertTrue(os.path.exists(f))
36 self.assertFalse(os.path.exists(f))
40 self.assertTrue(os.path.exists(f))
42 self.assertFalse(os.path.exists(f))
43 self.assertFalse(os.path.exists(f))
47 self.assertTrue(os.path.exists(f))
50 self.assertFalse(os.path.exists(f))
51 self.assertFalse(os.path.exists(f))
52 self.assertTrue(os.path.exists(new_name))
  /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...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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...]

Completed in 312 milliseconds

1 2 3 4 5 6 7 8 91011>>