/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
D | conditionals | 17 @echo arg1 NOT equal arg2 23 @echo arg2 NOT equal arg5 27 @echo arg3 NOT equal arg4 29 @echo arg3 equal arg4 43 'arg1 NOT equal arg2 45 arg3 NOT equal arg4 97 result += arg3 NOT equal arg4
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | equal_test.cpp | 135 CPPUNIT_ASSERT( !equal(numbers1, numbers1 + 5, numbers2) ); in equal0() 136 CPPUNIT_ASSERT( equal(numbers3, numbers3 + 2, numbers1) ); in equal0() 145 CPPUNIT_ASSERT( !equal(v1.begin(), v1.end(), v2.begin()) ); in equal1() 148 CPPUNIT_ASSERT( equal(v1.begin(), v1.end(), v2.begin()) ) in equal1() 159 CPPUNIT_ASSERT( equal(v1.begin(), v1.end(), v2.begin(), values_squared) ); in equal2()
|
D | ctype_facets_test.cpp | 125 CPPUNIT_ASSERT( equal(range, range + sizeof(range), expected_range) ); in _ctype_facet() 140 CPPUNIT_ASSERT( equal(range, range + sizeof(range), expected_range) ); in _ctype_facet() 153 CPPUNIT_ASSERT( equal(range, range + sizeof(range), res) ); in _ctype_facet() 166 CPPUNIT_ASSERT( equal(range, range + sizeof(range), res) ); in _ctype_facet() 269 CPPUNIT_CHECK( equal(range, range + sizeof(range) / sizeof(wchar_t), expected_range) ); in _ctype_facet_w() 284 CPPUNIT_CHECK( equal(range, range + sizeof(range) / sizeof(wchar_t), expected_range) ); in _ctype_facet_w() 298 CPPUNIT_CHECK( equal(expected_res, expected_res + sizeof(range), res) ); in _ctype_facet_w() 312 CPPUNIT_CHECK( equal(expected_res, expected_res + sizeof(range) / sizeof(wchar_t), res) ); in _ctype_facet_w()
|
D | rope_test.cpp | 166 CPPUNIT_ASSERT(equal(expected.begin(), expected.end(), r.begin())); in test_saved_rope_iterators()
|
/ndk/tests/device/test-stlport/unit/ |
D | equal_test.cpp | 135 CPPUNIT_ASSERT( !equal(numbers1, numbers1 + 5, numbers2) ); in equal0() 136 CPPUNIT_ASSERT( equal(numbers3, numbers3 + 2, numbers1) ); in equal0() 145 CPPUNIT_ASSERT( !equal(v1.begin(), v1.end(), v2.begin()) ); in equal1() 148 CPPUNIT_ASSERT( equal(v1.begin(), v1.end(), v2.begin()) ) in equal1() 159 CPPUNIT_ASSERT( equal(v1.begin(), v1.end(), v2.begin(), values_squared) ); in equal2()
|
D | ctype_facets_test.cpp | 125 CPPUNIT_ASSERT( equal(range, range + sizeof(range), expected_range) ); in _ctype_facet() 140 CPPUNIT_ASSERT( equal(range, range + sizeof(range), expected_range) ); in _ctype_facet() 153 CPPUNIT_ASSERT( equal(range, range + sizeof(range), res) ); in _ctype_facet() 166 CPPUNIT_ASSERT( equal(range, range + sizeof(range), res) ); in _ctype_facet() 269 CPPUNIT_CHECK( equal(range, range + sizeof(range) / sizeof(wchar_t), expected_range) ); in _ctype_facet_w() 284 CPPUNIT_CHECK( equal(range, range + sizeof(range) / sizeof(wchar_t), expected_range) ); in _ctype_facet_w() 298 CPPUNIT_CHECK( equal(expected_res, expected_res + sizeof(range), res) ); in _ctype_facet_w() 312 CPPUNIT_CHECK( equal(expected_res, expected_res + sizeof(range) / sizeof(wchar_t), res) ); in _ctype_facet_w()
|
D | rope_test.cpp | 166 CPPUNIT_ASSERT(equal(expected.begin(), expected.end(), r.begin())); in test_saved_rope_iterators()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _istreambuf_iterator.h | 74 bool equal(const istreambuf_iterator<_CharT, _Traits>& __i) const { in equal() function 112 return __x.equal(__y); 120 return !__x.equal(__y);
|
D | _relops_cont.h | 10 equal(__x.begin(), __x.end(), __y.begin());
|
D | _algobase.h | 551 bool equal(_InputIter1 __first1, _InputIter1 __last1, in equal() function 563 bool equal(_InputIter1 __first1, _InputIter1 __last1, in equal() function
|
D | _fstream.c | 366 _STLP_ASSERT(equal(this->eback(), this->gptr(), __ibegin, _STLP_PRIV _Eq_traits<traits_type>())) in seekoff()
|
/ndk/build/gmsl/ |
D | __gmsl | 632 # int_gte First argument greater than or equal to second argument 634 # int_lte First argument less than or equal to second argument 635 # int_eq First argument is numerically equal to the second argument 636 # int_ne First argument is not numerically equal to the second argument 659 # gte First argument greater than or equal to second argument 661 # lte First argument less than or equal to second argument 662 # eq First argument is numerically equal to the second argument 663 # ne First argument is not numerically equal to the second argument
|
/ndk/sources/host-tools/sed-4.2.1/doc/ |
D | sed.x | 246 can be zero; in this case, \*(sd operates as if it were equal to
|
D | sed.info | 405 If the second address is a NUMBER less than (or equal to) the line 487 Matches more than or equal to I sequences. 631 This matches a string consisting of two equal substrings separated 1383 # check if converted file name is equal to original file name, 1903 # Got two equal lines in pattern space. At the
|
D | sed-in.texi | 585 If the second address is a @var{number} less than (or equal to) 694 Matches more than or equal to @var{i} sequences. 864 This matches a string consisting of two equal substrings separated by 1843 # check if converted file name is equal to original file name, 2395 # Got two equal lines in pattern space. At the 3422 less than or equal to the second. For example:
|
D | sed.texi | 586 If the second address is a @var{number} less than (or equal to) 695 Matches more than or equal to @var{i} sequences. 865 This matches a string consisting of two equal substrings separated by 1897 # check if converted file name is equal to original file name, 2541 # Got two equal lines in pattern space. At the 3589 less than or equal to the second. For example:
|
/ndk/sources/host-tools/make-3.81/config/ |
D | po.m4 | 165 # a. equal to presentlang, or 367 # a. equal to presentlang, or
|
D | texinfo.tex | 708 % \lineskip glue after it. Thus, space below is not quite equal to space 2593 % not equal to itself. 5938 % We need some trickery to remove the optional spaces around the equal
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | po.m4 | 175 # a. equal to presentlang, or 377 # a. equal to presentlang, or
|
/ndk/sources/host-tools/make-3.81/ |
D | NEWS | 375 the first or second dependency has an equal sign (=) in its name,
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | ChangeLog | 2421 and that line number is *less than* (or equal to) the 2775 which means "the line number is equal to n modulo m." The
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
D | texinfo.tex | 768 % \lineskip glue after it. Thus, space below is not quite equal to space 3492 % not equal to itself. 7097 % We need some trickery to remove the optional spaces around the equal
|
/ndk/sources/host-tools/make-3.81/autom4te.cache/ |
D | output.0 | 10832 # a. equal to presentlang, or
|