Searched refs:newer (Results 1 – 25 of 346) sorted by relevance
12345678910>>...14
/external/llvm/test/Object/ |
D | archive-update.test | 8 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/ |
D | schema_map_unittest.cc | 286 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/ |
D | linuxthreads_det.stderr.exp-linuxthreads | 3 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/ |
D | glibc21.m4 | 7 # 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,
|
D | isc-posix.m4 | 7 # This file is not needed with autoconf-2.53 and newer. Remove it in 2005.
|
/external/chromium/sdch/open-vcdiff/src/gtest/ |
D | README | 42 * 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/ |
D | Makefile.am | 57 release-verify-newer: 84 release-check: ensure-prev release-verify-newer release-remove-old distcheck
|
/external/linux-tools-perf/ |
D | builtin-diff.c | 133 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/ |
D | README | 11 If you do update to a newer revision you may have to change the test
|
/external/bison/m4/ |
D | glibc21.m4 | 8 # Test for the GNU C Library, version 2.1 or newer, or uClibc.
|
/external/chromium_org/build/config/win/ |
D | BUILD.gn | 34 # and the SDK one is newer and the SDK uses some newer features from it not
|
/external/v8/test/test262/ |
D | README | 13 If you do update to a newer revision you may have to change the test
|
/external/chromium_org/v8/test/test262/ |
D | README | 13 If you do update to a newer revision you may have to change the test
|
/external/chromium_org/third_party/expat/files/ |
D | README | 28 autoconf 2.52 or newer and libtool 1.4 or newer (1.5 or newer preferred).
|
/external/valgrind/main/ |
D | Makefile.all.am | 25 # 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/ |
D | README.chromium | 13 sync to newer versions of Skia. The exception is platform/
|
/external/chromium_org/tools/vim/ |
D | ninja-build.vim | 45 """Default to the configuration with either a newer build.ninja or a newer
|
/external/bison/po/ |
D | en@quot.header | 16 # transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to
|
/external/libexif/po/ |
D | en@quot.header | 16 # transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to
|
/external/elfutils/po/ |
D | en@quot.header | 16 # transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to
|
/external/chromium_org/third_party/yasm/source/patched-yasm/po/ |
D | en@quot.header | 16 # transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to
|
/external/bison/runtime-po/ |
D | en@quot.header | 16 # transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to
|
/external/llvm/docs/HistoricalNotes/ |
D | 2003-01-23-CygwinNotes.txt | 25 7. The version of Bison that cygwin (and newer Linux versions) comes with
|
/external/e2fsprogs/po/ |
D | en@quot.header | 16 # transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to
|
/external/chromium/testing/gmock/ |
D | README | 66 * 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