Searched refs:exists (Results 1 – 25 of 44) sorted by relevance
12
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/detail/ |
D | extract_optional_type.hpp | 32 template< typename T > struct exists { typedef void type; }; struct 45 …, BOOST_DEDUCED_TYPENAME boost::range_detail::exists< BOOST_DEDUCED_TYPENAME C::a_typedef >::type \ argument
|
/ndk/tests/ |
D | prepare-buildbot-emulators.py | 44 if os.path.exists(package_name): 48 if os.path.exists(sdk_dir): 57 if os.path.exists(package_name):
|
D | ndk.py | 37 if not os.path.exists(test_path):
|
D | run-all.py | 284 if not os.path.exists(os.path.join('../build/tools/prebuilt-common.sh')): 291 if os.path.exists(out_dir):
|
/ndk/sources/host-tools/make-3.81/ |
D | vpath.c | 382 int exists = 0; in selective_vpath_search() local 481 exists = not_target || f->is_target; in selective_vpath_search() 482 if (exists && mtime_ptr in selective_vpath_search() 491 if (!exists) in selective_vpath_search() 497 exists_in_cache = exists = dir_file_exists_p (vpath[i], filename); in selective_vpath_search() 506 exists_in_cache = exists = dir_file_exists_p (name, filename); in selective_vpath_search() 510 if (exists) in selective_vpath_search() 532 exists = 0; in selective_vpath_search()
|
D | README.Amiga | 22 if exists make @@\
|
D | INSTALL | 176 `configure' looks for `PREFIX/share/config.site' if it exists, then 177 `PREFIX/etc/config.site' if it exists. Or, you can set the
|
/ndk/sources/host-tools/make-3.81/config/ |
D | inttypes_h.m4 | 11 # Define HAVE_INTTYPES_H_WITH_UINTMAX if <inttypes.h> exists, 25 [Define if <inttypes.h> exists, doesn't clash with <sys/types.h>,
|
D | stdint_h.m4 | 11 # Define HAVE_STDINT_H_WITH_UINTMAX if <stdint.h> exists, 25 [Define if <stdint.h> exists, doesn't clash with <sys/types.h>,
|
D | inttypes.m4 | 11 # Define HAVE_INTTYPES_H if <inttypes.h> exists and doesn't clash with 25 [Define if <inttypes.h> exists and doesn't clash with <sys/types.h>.])
|
D | inttypes-pri.m4 | 11 # Define PRI_MACROS_BROKEN if <inttypes.h> exists and defines the PRI* 30 [Define if <inttypes.h> exists and defines unusable PRI* macros.])
|
D | gettext.m4 | 161 dnl Now see whether libintl exists and does not depend on libiconv. 180 dnl Now see whether libintl exists and depends on libiconv.
|
/ndk/tests/build/project-properties/ |
D | default.properties | 2 # exists and provides a different one.
|
/ndk/build/tools/ |
D | package.py | 155 if not os.path.exists(package_path): 181 if os.path.exists(install_dir): 198 if not os.path.exists(parent_dir): 261 if os.path.exists(extract_dir): 338 if os.path.exists(args.out_dir) and args.unpack:
|
D | build-llvm.py | 63 if os.path.exists(package_path):
|
D | build-gcc.py | 52 if os.path.exists(package_path):
|
/ndk/sources/host-tools/make-3.81/tests/scripts/targets/ |
D | PHONY | 5 ."a filename of the same name of the target exists in the\n" 10 ."directory. Although this file exists, the rule under the target\n"
|
/ndk/sources/third_party/googletest/googletest/test/ |
D | gtest_filter_unittest.py | 578 self.assert_(not os.path.exists(shard_status_file)) 584 self.assert_(os.path.exists(shard_status_file)) 592 self.assert_(not os.path.exists(shard_status_file)) 607 self.assert_(os.path.exists(shard_status_file))
|
D | gtest_test_utils.py | 161 if not os.path.exists(path):
|
/ndk/ |
D | checkbuild.py | 246 if not os.path.exists(parent_dir): 253 if not os.path.exists(dirname): 261 if not os.path.exists(dirname): 297 if os.path.exists(install_dir): 367 if os.path.exists(install_dir): 379 if not os.path.exists(dst_dir):
|
D | ndk-gdb.py | 186 if not os.path.exists(path): 239 if not os.path.exists(os.path.join(args.project, manifest_name)): 245 while not os.path.exists(os.path.join(current_dir, manifest_name)):
|
/ndk/build/core/ |
D | prebuilt-library.mk | 44 $(call __ndk_info,Check that $(prebuilt_path) exists, or that its path is correct)
|
/ndk/sources/host-tools/make-3.81/tests/scripts/options/ |
D | dash-l | 10 of a temporary file; if it exists an error is generated. If it
|
/ndk/sources/cxx-stl/stlport/stlport/ |
D | exception | 18 // This header exists solely for portability. Normally it just includes
|
/ndk/build/lib/ |
D | build_support.py | 222 if os.path.exists(path):
|
12