Home
last modified time | relevance | path

Searched refs:earlier (Results 1 – 25 of 213) sorted by relevance

123456789

/external/llvm/test/MC/ARM/
Dobsolete-v8.s4 @ CHECK: instruction requires: armv7 or earlier
7 @ CHECK: instruction requires: armv7 or earlier
Ddirective-fpu-multiple.s3 @ The later .fpu directive should overwrite the earlier one.
/external/mesa3d/src/glsl/
Dast_to_hir.cpp2236 ir_variable *earlier = state->symbols->get_variable(decl->identifier); in get_variable_being_redeclared() local
2237 if (earlier == NULL || in get_variable_being_redeclared()
2252 if ((earlier->type->array_size() == 0) in get_variable_being_redeclared()
2254 && (var->type->element_type() == earlier->type->element_type())) { in get_variable_being_redeclared()
2262 if ((size > 0) && (size <= earlier->max_array_access)) { in get_variable_being_redeclared()
2265 earlier->max_array_access); in get_variable_being_redeclared()
2268 earlier->type = var->type; in get_variable_being_redeclared()
2273 && earlier->type == var->type in get_variable_being_redeclared()
2274 && earlier->mode == var->mode) { in get_variable_being_redeclared()
2278 earlier->origin_upper_left = var->origin_upper_left; in get_variable_being_redeclared()
[all …]
/external/icu/icu4c/source/data/brkitr/
Dlaodict.txt17 # out 4 entries that duplicate earlier entries.
4470 # ຊາດູກາຍ duplicate of an earlier entry
10734 # ອິດທິພົນ duplicate of earlier entry
/external/squashfs-tools/RELEASE-READMEs/
DREADME-4.09 earlier this year.
12 layouts for earlier kernels.
/external/markdown/MarkdownTest/Tests_2004/
DHard-wrapped paragraphs with list-like lines.text1 In Markdown 1.0.0 and earlier. Version
/external/markdown/tests/markdown-test/
Dhard-wrapped.txt1 In Markdown 1.0.0 and earlier. Version
/external/markdown/MarkdownTest/Tests_2007/
DHard-wrapped paragraphs with list-like lines.text1 In Markdown 1.0.0 and earlier. Version
/external/libcap-ng/libcap-ng-0.7/m4/
Dltsugar.m420 # Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
53 # This macro is needed until we can rely on Autoconf 2.62, since earlier
/external/openfst/m4/
Dltsugar.m420 # Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
53 # This macro is needed until we can rely on Autoconf 2.62, since earlier
/external/libopus/m4/
Dltsugar.m420 # Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
53 # This macro is needed until we can rely on Autoconf 2.62, since earlier
/external/libedit/m4/
Dltsugar.m420 # Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
53 # This macro is needed until we can rely on Autoconf 2.62, since earlier
/external/libmtp/m4/
Dltsugar.m420 # Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
53 # This macro is needed until we can rely on Autoconf 2.62, since earlier
/external/libusb-compat/m4/
Dltsugar.m420 # Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
53 # This macro is needed until we can rely on Autoconf 2.62, since earlier
/external/google-tv-pairing-protocol/cpp/m4/
Dltsugar.m420 # Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
53 # This macro is needed until we can rely on Autoconf 2.62, since earlier
/external/libexif/auto-m4/
Dltsugar.m420 # Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
53 # This macro is needed until we can rely on Autoconf 2.62, since earlier
/external/pcre/dist/m4/
Dltsugar.m420 # Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
53 # This macro is needed until we can rely on Autoconf 2.62, since earlier
/external/google-breakpad/m4/
Dltsugar.m420 # Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
53 # This macro is needed until we can rely on Autoconf 2.62, since earlier
/external/protobuf/m4/
Dltsugar.m420 # Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
53 # This macro is needed until we can rely on Autoconf 2.62, since earlier
/external/llvm/test/CodeGen/PowerPC/
Dqpx-bv-sint.ll24 ; FIXME: We could 'promote' this to a vector earlier and remove this splat.
/external/bison/m4/
D00gnulib.m415 # Avoid bugs in AC_REQUIRE in Autoconf 2.63 and earlier. This
Dconfigmake.m417 dnl if it was not already defined earlier by autoconf.
/external/valgrind/
DMakefile.tool-tests.am39 AM_CFLAGS += -Wno-uninitialized # clang 3.4.2 and earlier
/external/v8/test/webkit/
Ddate-DST-pre-1970-expected.txt24 This tests the DST status in dates earlier than 1970-01-01 00:00 UTC. Regardless of your time zone,…
/external/gptfdisk/
Dgpt.cc1983 uint64_t earlier, later, testSector; in Align() local
1986 earlier = (*sector / sectorAlignment) * sectorAlignment; in Align()
1987 later = earlier + (uint64_t) sectorAlignment; in Align()
1991 if (earlier >= mainHeader.firstUsableLBA) { in Align()
1993 testSector = earlier; in Align()
1998 *sector = earlier; in Align()

123456789