/ndk/tests/device/test-gnustl-full/unit/ |
D | lexcmp_test.cpp | 37 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/ |
D | lexcmp_test.cpp | 37 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/ |
D | typeindex | 73 {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_max | 14 "before any Windows header. #undefing min") 24 "before any Windows header. #undefing max")
|
D | typeinfo | 28 bool before(const type_info& rhs) const noexcept; 104 bool before(const type_info& __arg) const _NOEXCEPT
|
/ndk/sources/cxx-stl/stlport/src/ |
D | sparc_atomic64.s | 19 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
|
D | sparc_atomic.s | 41 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/ |
D | SILENT | 5 ."commands before executing them."; 8 ."not echo its command before deleting the specified file.\n";
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | wint_t.m4 | 15 /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before 18 before <wchar.h>. */
|
D | wctob.m4 | 71 /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before 74 before <wchar.h>. */
|
D | extensions.m4 | 95 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/ |
D | crazy_linker_rdebug.cpp | 362 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/ |
D | isc-posix.m4 | 16 # 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/ |
D | type_info.pass.cpp | 23 assert(!t1.before(t2)); in main()
|
/ndk/sources/cxx-stl/stlport/stlport/ |
D | assert.h | 35 # error assert has been defined before inclusion of assert.h header.
|
D | setjmp.h | 41 # error setjmp has been defined before inclusion of setjmp.h header.
|
D | errno.h | 55 # error errno has been defined before inclusion of errno.h header.
|
/ndk/sources/cxx-stl/gabi++/src/ |
D | type_info.cc | 66 type_info::before(const type_info& rhs) const in before() function in std::type_info
|
/ndk/tests/build/absolute-src-file-paths/jni/ |
D | Android.mk | 9 $(info FOO_PATH should be defined before including this file!)
|
/ndk/sources/cxx-stl/system/include/ |
D | typeinfo | 22 bool before(type_info const & right) const;
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/detail/ |
D | type_info.hpp | 68 return 0!=(a.type_->before(*b.type_)); in operator <()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/ |
D | sp_typeinfo.hpp | 56 bool before( sp_typeinfo const& rhs ) const in before() function in boost::detail::sp_typeinfo
|
/ndk/sources/host-tools/sed-4.2.1/po/ |
D | insert-header.sin | 1 # Sed script that inserts the file called HEADER before the header entry.
|
/ndk/sources/host-tools/make-3.81/po/ |
D | insert-header.sin | 1 # Sed script that inserts the file called HEADER before the header entry.
|
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/ |
D | flavors | 111 # can't know anymore whether the prefix character came before the variable 161 # A "@" before the variable applies to the entire variable.
|