Home
last modified time | relevance | path

Searched refs:old (Results 1 – 25 of 79) sorted by relevance

1234

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/exception.unexpected/set.unexpected/
Dset_unexpected.pass.cpp26 std::unexpected_handler old = std::set_unexpected(f1); in main() local
28 assert(old); in main()
36 (*old)(); in main()
Dget_unexpected.pass.cpp27 std::unexpected_handler old = std::get_unexpected(); in main() local
29 assert(old); in main()
40 (*old)(); in main()
/ndk/sources/host-tools/sed-4.2.1/
Dconfigure.ac129 char *old;
134 old = setlocale (LC_CTYPE, "ru_RU.UTF-8");
135 if (old)
141 old = setlocale (LC_CTYPE, "C");
145 len = strlen (old);
146 if ((len > 6 && !strcmp (old + len - 6, ".UTF-8"))
147 || (len > 6 && !strcmp (old + len - 6, ".utf-8"))
148 || (len > 5 && !strcmp (old + len - 5, ".UTF8"))
149 || (len > 5 && !strcmp (old + len - 5, ".utf8")))
157 setlocale (LC_CTYPE, old);
Daclocal.m4402 # The call with PACKAGE and VERSION arguments is the old style
409 # release and drop the old call support.
438 dnl Distinguish between old-style and new-style calls.
444 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
630 AC_MSG_WARN([`missing' script is too old or missing])
/ndk/sources/host-tools/make-3.81/
Dvpath.c61 register struct vpath *old, *nexto; in build_vpath_lists() local
65 for (old = vpaths; old != 0; old = nexto) in build_vpath_lists()
67 nexto = old->next; in build_vpath_lists()
68 old->next = new; in build_vpath_lists()
69 new = old; in build_vpath_lists()
Dread.c3020 register struct nameseq *old; in multi_glob() local
3026 for (old = chain; old != 0; old = nexto) in multi_glob()
3032 nexto = old->next; in multi_glob()
3034 if (old->name[0] == '~') in multi_glob()
3036 char *newname = tilde_expand (old->name); in multi_glob()
3039 free (old->name); in multi_glob()
3040 old->name = newname; in multi_glob()
3045 if (ar_name (old->name)) in multi_glob()
3053 ar_parse_name (old->name, &arname, &memname); in multi_glob()
3054 free (old->name); in multi_glob()
[all …]
DMakefile.ami203 -$(RM) $@.old
204 -mv $@ $@.old
Dfile.c462 struct dep *old = f->deps; in expand_deps() local
470 for (d = old; d != 0; d = d->next) in expand_deps()
619 free_dep_chain (old); in expand_deps()
/ndk/build/tools/
Dndk-common.sh927 local old="-$prev"
931 old=""
934 if [ -f "${LOGFILE}${old}" ] ; then
935 mv -f "${LOGFILE}${old}" "${LOGFILE}-${ver}"
/ndk/sources/host-tools/sed-4.2.1/build-aux/
Dinstall-sh473 set X $old && old=:$2:$4:$5:$6 &&
477 test "$old" = "$new" &&
/ndk/sources/host-tools/make-3.81/po/
DMakefile.in.in173 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
175 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
181 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
222 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
224 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
230 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
Dja.po295 msgid "# File is very old."
806 " -o FILE, --old-file=FILE, --assume-old=FILE\n"
807 " Consider FILE to be very old and don't remake "
810 " -o FILE, --old-file=FILE, --assume-old=FILE\n"
1379 msgid "warning: ignoring old commands for target `%s'"
Dhe.po299 msgid "# File is very old."
300 msgstr "# File is very old."
795 " -o FILE, --old-file=FILE, --assume-old=FILE\n"
796 " Consider FILE to be very old and don't remake "
1368 msgid "warning: ignoring old commands for target `%s'"
2030 #~ msgid "Consider FILE to be very old and don't remake it"
Dmake.pot292 msgid "# File is very old."
773 " -o FILE, --old-file=FILE, --assume-old=FILE\n"
774 " Consider FILE to be very old and don't remake "
1308 msgid "warning: ignoring old commands for target `%s'"
Dko.po297 msgid "# File is very old."
795 " -o FILE, --old-file=FILE, --assume-old=FILE\n"
796 " Consider FILE to be very old and don't remake "
1369 msgid "warning: ignoring old commands for target `%s'"
2033 #~ msgid "Consider FILE to be very old and don't remake it"
/ndk/sources/host-tools/sed-4.2.1/m4/
Dlonglong.m414 # (as on some very old compilers), HAVE_LONG_LONG_INT will not be
59 # large (as on some very old compilers), AC_TYPE_UNSIGNED_LONG_LONG_INT
Ddouble-slash-root.m414 # that have a distinct // are Apollo DomainOS (too old to port to),
Dlocale-zh.m484 # If there was a link error, due to mblen(), the system is so old that
Dthreadlib.m4184 [Define if the old Solaris multithreading library can be used.])
187 [Define if references to the old Solaris multithreading library should be made weak.])
/ndk/sources/host-tools/sed-4.2.1/po/
DMakefile.in.in200 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
202 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
208 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
249 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
251 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
257 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
/ndk/sources/cxx-stl/stlport/src/
Dlocale.cpp414 locale old(_Stl_get_global_locale()->_M_impl); local
428 return old;
430 return old._M_impl;
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/
Dflavors84 # Clean up from "old style" testing. If all the above tests are converted to
/ndk/sources/host-tools/make-3.81/tests/
DNEWS151 -make_path replaces -old.
158 suggesting this, as well as discovering the hard way that the old
/ndk/sources/host-tools/make-3.81/tests/scripts/misc/
Dgeneral334 # Have to use the old style invocation to test this.
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcstdio46 int rename(const char* old, const char* new);

1234