/ndk/tests/device/test-gnustl-full/unit/ |
D | num_facets_test.cpp | 45 string ref = "1"; in _num_put_get() local 47 ref += npct.thousands_sep(); in _num_put_get() 49 ref += "234"; in _num_put_get() 50 ref += npct.decimal_point(); in _num_put_get() 51 ref += "56"; in _num_put_get() 53 CPPUNIT_ASSERT( fostr.str() == ref ); in _num_put_get() 56 ref = "1"; in _num_put_get() 57 ref += npct.decimal_point(); in _num_put_get() 58 ref += "23457e+"; in _num_put_get() 61 ref += digits; in _num_put_get() [all …]
|
D | math_aux.h | 19 bool are_equals(_Tp val, _Tp ref) { in are_equals() argument 20 if (val < ref) { in are_equals() 21 return (ref - val) <= __STD numeric_limits<_Tp>::epsilon(); in are_equals() 24 return (val - ref) <= __STD numeric_limits<_Tp>::epsilon(); in are_equals()
|
D | reference_wrapper_test.cpp | 16 CPPUNIT_TEST(ref); 21 void ref(); 27 void RefWrapperTest::ref() in ref() function in RefWrapperTest 37 rr_type r1 = std::tr1::ref(i); in ref() 41 r1 = std::tr1::ref(j); in ref()
|
D | deque_test.cpp | 185 deque<int> ref; in auto_ref() local 187 ref.push_back(i); in auto_ref() 190 deque<deque<int> > d_d_int(1, ref); in auto_ref() 192 d_d_int.push_back(ref); in auto_ref() 195 d_d_int.push_back(ref); in auto_ref() 198 CPPUNIT_ASSERT( d_d_int[i] == ref ); in auto_ref()
|
D | vector_test.cpp | 346 vector<int> ref; in auto_ref() local 348 ref.push_back(i); in auto_ref() 351 vector<vector<int> > v_v_int(1, ref); in auto_ref() 353 v_v_int.push_back(ref); in auto_ref() 356 v_v_int.push_back(ref); in auto_ref() 360 CPPUNIT_ASSERT( *vvit == ref ); in auto_ref()
|
D | mvctor_test.cpp | 727 multiset<string> ref; in vector_test() local 729 ref.insert(long_str); in vector_test() 731 vector<multiset<string> > vect(10, ref); in vector_test() 757 unordered_multiset<string> ref; in vector_test() local 759 ref.insert(long_str); in vector_test() 761 vector<unordered_multiset<string> > vect(10, ref); in vector_test()
|
D | num_put_get_test.cpp | 56 static bool check_float(float val, float ref) in check_float() argument 59 return val <= ref + epsilon && val >= ref - epsilon; in check_float() 62 static bool check_double(double val, double ref) in check_double() argument 65 return val <= ref + epsilon && val >= ref - epsilon; in check_double()
|
/ndk/tests/device/test-stlport/unit/ |
D | num_facets_test.cpp | 45 string ref = "1"; in _num_put_get() local 47 ref += npct.thousands_sep(); in _num_put_get() 49 ref += "234"; in _num_put_get() 50 ref += npct.decimal_point(); in _num_put_get() 51 ref += "56"; in _num_put_get() 53 CPPUNIT_ASSERT( fostr.str() == ref ); in _num_put_get() 56 ref = "1"; in _num_put_get() 57 ref += npct.decimal_point(); in _num_put_get() 58 ref += "23457e+"; in _num_put_get() 61 ref += digits; in _num_put_get() [all …]
|
D | math_aux.h | 19 bool are_equals(_Tp val, _Tp ref) { in are_equals() argument 20 if (val < ref) { in are_equals() 21 return (ref - val) <= __STD numeric_limits<_Tp>::epsilon(); in are_equals() 24 return (val - ref) <= __STD numeric_limits<_Tp>::epsilon(); in are_equals()
|
D | reference_wrapper_test.cpp | 16 CPPUNIT_TEST(ref); 21 void ref(); 27 void RefWrapperTest::ref() in ref() function in RefWrapperTest 37 rr_type r1 = std::tr1::ref(i); in ref() 41 r1 = std::tr1::ref(j); in ref()
|
D | deque_test.cpp | 185 deque<int> ref; in auto_ref() local 187 ref.push_back(i); in auto_ref() 190 deque<deque<int> > d_d_int(1, ref); in auto_ref() 192 d_d_int.push_back(ref); in auto_ref() 195 d_d_int.push_back(ref); in auto_ref() 198 CPPUNIT_ASSERT( d_d_int[i] == ref ); in auto_ref()
|
D | vector_test.cpp | 346 vector<int> ref; in auto_ref() local 348 ref.push_back(i); in auto_ref() 351 vector<vector<int> > v_v_int(1, ref); in auto_ref() 353 v_v_int.push_back(ref); in auto_ref() 356 v_v_int.push_back(ref); in auto_ref() 360 CPPUNIT_ASSERT( *vvit == ref ); in auto_ref()
|
D | mvctor_test.cpp | 727 multiset<string> ref; in vector_test() local 729 ref.insert(long_str); in vector_test() 731 vector<multiset<string> > vect(10, ref); in vector_test() 757 unordered_multiset<string> ref; in vector_test() local 759 ref.insert(long_str); in vector_test() 761 vector<unordered_multiset<string> > vect(10, ref); in vector_test()
|
D | num_put_get_test.cpp | 56 static bool check_float(float val, float ref) in check_float() argument 59 return val <= ref + epsilon && val >= ref - epsilon; in check_float() 62 static bool check_double(double val, double ref) in check_double() argument 65 return val <= ref + epsilon && val >= ref - epsilon; in check_double()
|
/ndk/sources/host-tools/make-3.81/tests/scripts/options/ |
D | warn-undefined-variables | 16 all: ; @echo ref $(EREF) $(UREF)', 17 '', 'ref'); 23 ref");
|
/ndk/sources/host-tools/ndk-stack/elff/ |
D | dwarf_cu.h | 252 virtual DIEObject* get_referenced_die_object(Elf_Word ref) const = 0; 372 DIEObject* get_referenced_die_object(Elf_Word ref) const { in get_referenced_die_object() argument 373 const Dwarf_DIE* die = get_referenced_die(ref); in get_referenced_die_object() 480 const Dwarf_DIE* get_referenced_die(Elf_Word ref) const { in get_referenced_die() argument 481 return INC_CPTR_T(Dwarf_DIE, cu_header_, ref); in get_referenced_die()
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | gnulib.mk | 317 all-local: charset.alias ref-add.sed ref-del.sed 339 sed -f ref-add.sed $(charset_alias) > $(charset_tmp) ; \ 344 sed -f ref-add.sed charset.alias > $(charset_tmp) ; \ 353 sed -f ref-del.sed $(charset_alias) > $(charset_tmp); \ 374 CLEANFILES += charset.alias ref-add.sed ref-del.sed 376 EXTRA_DIST += config.charset ref-add.sin ref-del.sin
|
D | Makefile.in | 607 ref-add.sin ref-del.sin lstat.c malloc.c malloc.c mbrlen.c \ 630 CLEANFILES = configmake.h configmake.h-t charset.alias ref-add.sed \ 631 ref-del.sed 1155 all-local: charset.alias ref-add.sed ref-del.sed 1174 sed -f ref-add.sed $(charset_alias) > $(charset_tmp) ; \ 1179 sed -f ref-add.sed charset.alias > $(charset_tmp) ; \ 1188 sed -f ref-del.sed $(charset_alias) > $(charset_tmp); \
|
/ndk/sources/cxx-stl/stlport/stlport/ |
D | functional | 48 #include <boost/ref.hpp> 57 template<class T> reference_wrapper<T> const ref(T &); 75 using ::boost::ref;
|
/ndk/sources/host-tools/make-3.81/ |
D | job.c | 1513 char *in, *out, *ref; in new_job() local 1521 while ((ref = strchr (in, '$')) != 0) in new_job() 1523 ++ref; /* Move past the $. */ in new_job() 1529 bcopy (in, out, ref - in); in new_job() 1532 out += ref - in; in new_job() 1533 in = ref; in new_job() 1535 if (*ref == '(' || *ref == '{') in new_job() 1537 char openparen = *ref; in new_job() 1557 for (p = in - 1; p > ref && *p == '\\'; --p) in new_job() 1575 while (out > ref in new_job()
|
D | main.c | 2663 static const char ref[] = "$(MAKEOVERRIDES)"; in define_makeflags() local 2884 bcopy (ref, p, sizeof ref - 1); in define_makeflags() 2885 p += sizeof ref - 1; in define_makeflags()
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | gnulib-comp.m4 | 315 lib/ref-add.sin 316 lib/ref-del.sin
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make.texi | 395 The exception is the second chapter, @ref{Introduction, ,An 399 The exception is @ref{Introduction, ,An Introduction to Makefiles}, 403 If you are familiar with other @code{make} programs, see @ref{Features, 405 @code{make} has, and @ref{Missing, ,Incompatibilities and Missing 409 For a quick summary, see @ref{Options Summary}, @ref{Quick Reference}, 410 and @ref{Special Targets}. 475 of a makefile, see @ref{Complex Makefile}. 841 See @ref{Phony Targets}, and @ref{Errors, ,Errors in Commands}.) 913 @code{rm}. (See @ref{Phony Targets}, and @ref{Errors, ,Errors in 1789 Note that the directory prefix (D), as described in @ref{Implicit Rule [all …]
|
/ndk/sources/host-tools/make-3.81/config/ |
D | texinfo.tex | 3383 \definedummyword\ref 6027 % @xref, @pxref, and @ref generate cross-references. For \xrefX, #1 is 6034 \def\ref#1{\xrefX[#1,,,,,,,]} 6096 % If the user specified the print name (third arg) to the ref, 6127 % Only output a following space if the -snt ref is nonempty; for 6749 % which is true if #1 represents a float ref. That is, the magic
|
/ndk/sources/host-tools/nawk-20071023/ |
D | FIXES | 784 fixed ref-thru-zero bug in environment code in tran.c
|