Home
last modified time | relevance | path

Searched refs:newer (Results 1 – 25 of 346) sorted by relevance

12345678910>>...14

/external/llvm/test/Object/
Darchive-update.test8 Create a file named evenlen that is newer than the evenlen on the source dir.
16 RUN: mkdir -p %t.newer
17 RUN: echo newer > %t.newer/evenlen
18 RUN: touch %t.newer/evenlen
21 RUN: llvm-ar r %t.a %t.newer/evenlen
28 Check that with the 'u' option the member is replaced with a newer file.
29 RUN: llvm-ar ru %t.a %t.newer/evenlen
36 NEWER: newer
/external/chromium_org/components/policy/core/common/
Dschema_map_unittest.cc286 scoped_refptr<SchemaMap> newer = new SchemaMap(map); in TEST_F() local
290 newer->GetChanges(older, &removed, &added); in TEST_F()
296 newer = new SchemaMap(map); in TEST_F()
297 newer->GetChanges(older, &removed, &added); in TEST_F()
302 older = newer; in TEST_F()
304 newer = new SchemaMap(map); in TEST_F()
305 newer->GetChanges(older, &removed, &added); in TEST_F()
/external/valgrind/main/drd/tests/
Dlinuxthreads_det.stderr.exp-linuxthreads3 the newer NPTL (Native POSIX Threads Library). Please try to rerun DRD
4 after having upgraded to a newer version of your Linux distribution.
/external/chromium_org/third_party/yasm/source/patched-yasm/m4/
Dglibc21.m47 # Test for the GNU C Library, version 2.1 or newer.
12 AC_CACHE_CHECK(whether we are using the GNU C Library 2.1 or newer,
Disc-posix.m47 # This file is not needed with autoconf-2.53 and newer. Remove it in 2005.
/external/chromium/sdch/open-vcdiff/src/gtest/
DREADME42 * Automake version 1.9 or newer
43 * Autoconf version 2.59 or newer
45 * Python version 2.4 or newer
48 * Microsoft Visual Studio 7.1 or newer
51 * Cygwin 1.5.25-14 or newer
54 * Mac OS X 10.4 Tiger or newer
/external/pixman/
DMakefile.am57 release-verify-newer:
84 release-check: ensure-prev release-verify-newer release-remove-old distcheck
/external/linux-tools-perf/
Dbuiltin-diff.c133 static void hists__match(struct hists *older, struct hists *newer) in hists__match() argument
137 for (nd = rb_first(&newer->entries); nd; nd = rb_next(nd)) { in hists__match()
/external/v8/test/es5conform/
DREADME11 If you do update to a newer revision you may have to change the test
/external/bison/m4/
Dglibc21.m48 # Test for the GNU C Library, version 2.1 or newer, or uClibc.
/external/chromium_org/build/config/win/
DBUILD.gn34 # and the SDK one is newer and the SDK uses some newer features from it not
/external/v8/test/test262/
DREADME13 If you do update to a newer revision you may have to change the test
/external/chromium_org/v8/test/test262/
DREADME13 If you do update to a newer revision you may have to change the test
/external/chromium_org/third_party/expat/files/
DREADME28 autoconf 2.52 or newer and libtool 1.4 or newer (1.5 or newer preferred).
/external/valgrind/main/
DMakefile.all.am25 # newer than their corresponding .dSYM directory.
116 # Also: in newer versions of automake (1.10 onwards?) asm files ending with
121 # means some of the flags are duplicated on systems with newer versions of
/external/chromium_org/skia/
DREADME.chromium13 sync to newer versions of Skia. The exception is platform/
/external/chromium_org/tools/vim/
Dninja-build.vim45 """Default to the configuration with either a newer build.ninja or a newer
/external/bison/po/
Den@quot.header16 # transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to
/external/libexif/po/
Den@quot.header16 # transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to
/external/elfutils/po/
Den@quot.header16 # transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to
/external/chromium_org/third_party/yasm/source/patched-yasm/po/
Den@quot.header16 # transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to
/external/bison/runtime-po/
Den@quot.header16 # transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to
/external/llvm/docs/HistoricalNotes/
D2003-01-23-CygwinNotes.txt25 7. The version of Bison that cygwin (and newer Linux versions) comes with
/external/e2fsprogs/po/
Den@quot.header16 # transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to
/external/chromium/testing/gmock/
DREADME66 * C++98-standard-compliant compiler (e.g. GCC 3.4 or newer)
70 * Microsoft Visual C++ 8.0 SP1 or newer
74 * Mac OS X 10.4 Tiger or newer
84 * Automake version 1.9 or newer
85 * Autoconf version 2.59 or newer
87 * Python version 2.3 or newer (for running some of the tests and

12345678910>>...14