Home
last modified time | relevance | path

Searched refs:before (Results 1 – 25 of 97) sorted by relevance

1234

/ndk/tests/device/test-stlport/unit/
Dlexcmp_test.cpp37 bool before = lexicographical_compare(n1, n1 + size, n2, n2 + size); in lexcmp1() local
38 CPPUNIT_ASSERT(!before); in lexcmp1()
46 bool before = lexicographical_compare(n1, n1 + size, n2, n2 + size, greater<char>()); in lexcmp2() local
47 CPPUNIT_ASSERT(before); in lexcmp2()
/ndk/tests/device/test-gnustl-full/unit/
Dlexcmp_test.cpp37 bool before = lexicographical_compare(n1, n1 + size, n2, n2 + size); in lexcmp1() local
38 CPPUNIT_ASSERT(!before); in lexcmp1()
46 bool before = lexicographical_compare(n1, n1 + size, n2, n2 + size, greater<char>()); in lexcmp2() local
47 CPPUNIT_ASSERT(before); in lexcmp2()
/ndk/sources/cxx-stl/stlport/src/
Dsparc_atomic64.s19 membar #LoadLoad | #LoadStore ! Ensure the cas finishes before
38 membar #LoadLoad | #LoadStore ! Ensure the cas finishes before
58 membar #LoadLoad | #LoadStore ! Ensure the cas finishes before
Dsparc_atomic.s41 membar #LoadLoad | #LoadStore ! Ensure the cas finishes before
63 membar #LoadLoad | #LoadStore ! Ensure the cas finishes before
/ndk/sources/host-tools/make-3.81/tests/scripts/targets/
DSILENT5 ."commands before executing them.";
8 ."not echo its command before deleting the specified file.\n";
/ndk/sources/host-tools/sed-4.2.1/m4/
Dwint_t.m415 /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before
18 before <wchar.h>. */
Dwctob.m471 /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before
74 before <wchar.h>. */
Dextensions.m495 dnl Require this macro before AC_USE_SYSTEM_EXTENSIONS.
98 dnl warning: "AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS".
Dsys_time_h.m413 dnl below is expanded once only, before all REPLACE_GETTIMEOFDAY=1
D00gnulib.m47 dnl This file must be named something that sorts before all other
Dunistd_h.m412 dnl once only, before all statements that occur in other macros.
/ndk/sources/host-tools/make-3.81/config/
Disc-posix.m416 # configure.in:556: AC_TRY_COMPILE was called before AC_ISC_POSIX
17 # configure.in:556: AC_TRY_RUN was called before AC_ISC_POSIX
/ndk/sources/cxx-stl/gabi++/src/
Dtype_info.cc65 type_info::before(const type_info& rhs) const in before() function in std::type_info
/ndk/sources/cxx-stl/stlport/stlport/
Dassert.h35 # error assert has been defined before inclusion of assert.h header.
Dsetjmp.h41 # error setjmp has been defined before inclusion of setjmp.h header.
Derrno.h55 # error errno has been defined before inclusion of errno.h header.
/ndk/sources/cxx-stl/system/include/
Dtypeinfo22 bool before(type_info const & right) const;
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/
Dflavors111 # can't know anymore whether the prefix character came before the variable
161 # A "@" before the variable applies to the entire variable.
/ndk/sources/host-tools/make-3.81/po/
Dinsert-header.sin1 # Sed script that inserts the file called HEADER before the header entry.
/ndk/sources/host-tools/sed-4.2.1/po/
Dinsert-header.sin1 # Sed script that inserts the file called HEADER before the header entry.
/ndk/sources/host-tools/make-3.81/
DNEWS32 defined before the first target which takes advantage of it. If this
127 it will be set in the environment, just as before.
158 they allow you to require target B be built before target A, without
169 * The argument to the "ifdef" conditional is now expanded before it's
189 list when a makefile is just being read (before any includes) is the
202 before assignment. This means that escaped dollar signs ($$ etc.)
274 Note that the -d option behaves as before: it takes no arguments and
410 warning and continues. The warning is repeated just before GNU make
481 for sub-makes is now included in `MAKEFLAGS' instead. As before, you can
499 before they are run. (This change was made to conform to POSIX.2.)
[all …]
DREADME.OS254 is in front of your PATH before X:\OS2\INSTALL\INSTALL.EXE. I recommend
115 GNU make you must install GNU gettext on your system before configuring
136 before you compile make. This is due to some restrictions of the
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
D_gcc.h11 # error GNU compilers before 2.95 are not supported anymore.
D_msvc.h75 # error Microsoft Visual C++ compilers before version 6 (SP5) are not supported.
/ndk/sources/host-tools/make-3.81/tests/
DNEWS18 before.
26 warning messages from the output before comparing it to the
121 Lost in the mists of time (and my hurry to get it out before I

1234