Searched refs:exists (Results 1 – 25 of 48) sorted by relevance
12
/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/sed-4.2.1/m4/ |
D | mmap-anon.m4 | 11 # - On HP-UX, only MAP_ANONYMOUS exists. 12 # - On MacOS X, FreeBSD, NetBSD, OpenBSD, only MAP_ANON exists. 13 # - On IRIX, neither exists, and a file descriptor opened to /dev/zero must be
|
D | rename.m4 | 41 AC_CACHE_CHECK([whether rename is broken when the destination exists], 61 [Define if rename does not work when the destination file exists,
|
D | acl.m4 | 56 [Define to 1 if the constant ACL_FIRST_ENTRY exists.]) 69 [Define to 1 if the ACL type ACL_TYPE_EXTENDED exists.])
|
D | longlong.m4 | 13 # Note: If the type 'long long int' exists but is only 32 bits large 58 # Note: If the type 'unsigned long long int' exists but is only 32 bits
|
D | alloca.m4 | 34 dnl alloca exists as a library function, i.e. it is slow and probably
|
D | errno_h.m4 | 86 dnl The macro exists but is hidden.
|
D | gettext.m4 | 183 dnl Now see whether libintl exists and does not depend on libiconv. 196 dnl Now see whether libintl exists and depends on libiconv.
|
/ndk/sources/host-tools/make-3.81/config/ |
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_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 | 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.])
|
/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/tests/build/project-properties/ |
D | default.properties | 2 # exists and provides a different one.
|
/ndk/build/core/ |
D | prebuilt-library.mk | 42 $(call __ndk_info,Check that $(LOCAL_PATH)/$(LOCAL_SRC_FILES) exists, or that its path is correct)
|
/ndk/build/tools/toolchain-patches/llvm/ |
D | 0016-Detect-sysroot-automatically.patch | 28 + if (!llvm::sys::fs::exists(SysRootCandidate.c_str(), Exists) && Exists)
|
/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/tools/toolchain-patches/binutils/ |
D | 0001-Fix-newer-binutils-not-to-assert-on-non-existence-tag_FP_arch.patch | 42 + it exists in bfd to begin with. */
|
D | 0001-Fix-older-binutils-to-ignore-tag_DIV_use.patch | 92 // This tag is set if it exists, but the value is unused (and is
|
/ndk/build/tools/toolchain-patches/gdb/ |
D | 0007-find-python.patch | 170 +/* Either adds a new clue or frees it if already exists. */ 283 + /* If python_executable from WITH_PYTHON_PATH exists use it - usually won't
|
/ndk/sources/host-tools/sed-4.2.1/ |
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
|
D | config_h.in | 89 /* Define to 1 if the constant ACL_FIRST_ENTRY exists. */ 125 /* Define to 1 if the ACL type ACL_TYPE_EXTENDED exists. */ 586 /* Define if rename does not work when the destination file exists, as on
|
12