Home
last modified time | relevance | path

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

12345

/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/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/sources/cxx-stl/llvm-libc++/libcxx/include/
Dtypeindex73 {return __t_->before(*__y.__t_);}
76 {return !__y.__t_->before(*__t_);}
79 {return __y.__t_->before(*__t_);}
82 {return !__t_->before(*__y.__t_);}
D__undef_min_max14 "before any Windows header. #undefing min")
24 "before any Windows header. #undefing max")
Dtypeinfo28 bool before(const type_info& rhs) const noexcept;
104 bool before(const type_info& __arg) const _NOEXCEPT
/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".
/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_rdebug.cpp362 link_map_t* before = r_debug_->r_map->l_next; in AddEntryImpl() local
363 link_map_t* after = before->l_next; in AddEntryImpl()
366 entry->l_prev = before; in AddEntryImpl()
376 mapper.MapReadWrite(before); in AddEntryImpl()
377 before->l_next = entry; in AddEntryImpl()
/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/llvm-libc++/libcxx/test/language.support/support.rtti/type.info/
Dtype_info.pass.cpp23 assert(!t1.before(t2)); in main()
/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/gabi++/src/
Dtype_info.cc66 type_info::before(const type_info& rhs) const in before() function in std::type_info
/ndk/tests/build/absolute-src-file-paths/jni/
DAndroid.mk9 $(info FOO_PATH should be defined before including this file!)
/ndk/sources/cxx-stl/system/include/
Dtypeinfo22 bool before(type_info const & right) const;
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/detail/
Dtype_info.hpp68 return 0!=(a.type_->before(*b.type_)); in operator <()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/
Dsp_typeinfo.hpp56 bool before( sp_typeinfo const& rhs ) const in before() function in boost::detail::sp_typeinfo
/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/po/
Dinsert-header.sin1 # Sed script that inserts the file called HEADER before the header entry.
/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.

12345