Home
last modified time | relevance | path

Searched refs:exists (Results 1 – 25 of 44) sorted by relevance

12

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/detail/
Dextract_optional_type.hpp32 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/
Dprepare-buildbot-emulators.py44 if os.path.exists(package_name):
48 if os.path.exists(sdk_dir):
57 if os.path.exists(package_name):
Dndk.py37 if not os.path.exists(test_path):
Drun-all.py284 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/
Dvpath.c382 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()
DREADME.Amiga22 if exists make @@\
DINSTALL176 `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/
Dinttypes_h.m411 # Define HAVE_INTTYPES_H_WITH_UINTMAX if <inttypes.h> exists,
25 [Define if <inttypes.h> exists, doesn't clash with <sys/types.h>,
Dstdint_h.m411 # Define HAVE_STDINT_H_WITH_UINTMAX if <stdint.h> exists,
25 [Define if <stdint.h> exists, doesn't clash with <sys/types.h>,
Dinttypes.m411 # 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>.])
Dinttypes-pri.m411 # Define PRI_MACROS_BROKEN if <inttypes.h> exists and defines the PRI*
30 [Define if <inttypes.h> exists and defines unusable PRI* macros.])
Dgettext.m4161 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/
Ddefault.properties2 # exists and provides a different one.
/ndk/build/tools/
Dpackage.py155 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:
Dbuild-llvm.py63 if os.path.exists(package_path):
Dbuild-gcc.py52 if os.path.exists(package_path):
/ndk/sources/host-tools/make-3.81/tests/scripts/targets/
DPHONY5 ."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/
Dgtest_filter_unittest.py578 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))
Dgtest_test_utils.py161 if not os.path.exists(path):
/ndk/
Dcheckbuild.py246 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):
Dndk-gdb.py186 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/
Dprebuilt-library.mk44 $(call __ndk_info,Check that $(prebuilt_path) exists, or that its path is correct)
/ndk/sources/host-tools/make-3.81/tests/scripts/options/
Ddash-l10 of a temporary file; if it exists an error is generated. If it
/ndk/sources/cxx-stl/stlport/stlport/
Dexception18 // This header exists solely for portability. Normally it just includes
/ndk/build/lib/
Dbuild_support.py222 if os.path.exists(path):

12