Home
last modified time | relevance | path

Searched refs:ref (Results 1 – 25 of 28) sorted by relevance

12

/ndk/tests/device/test-gnustl-full/unit/
Dnum_facets_test.cpp45 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 …]
Dmath_aux.h19 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()
Dreference_wrapper_test.cpp16 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()
Ddeque_test.cpp185 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()
Dvector_test.cpp346 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()
Dmvctor_test.cpp727 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()
Dnum_put_get_test.cpp56 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/
Dnum_facets_test.cpp45 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 …]
Dmath_aux.h19 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()
Dreference_wrapper_test.cpp16 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()
Ddeque_test.cpp185 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()
Dvector_test.cpp346 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()
Dmvctor_test.cpp727 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()
Dnum_put_get_test.cpp56 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/
Dwarn-undefined-variables16 all: ; @echo ref $(EREF) $(UREF)',
17 '', 'ref');
23 ref");
/ndk/sources/host-tools/ndk-stack/elff/
Ddwarf_cu.h252 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/
Dgnulib.mk317 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
DMakefile.in607 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/
Dfunctional48 #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/
Djob.c1513 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()
Dmain.c2663 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/
Dgnulib-comp.m4315 lib/ref-add.sin
316 lib/ref-del.sin
/ndk/sources/host-tools/make-3.81/doc/
Dmake.texi395 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/
Dtexinfo.tex3383 \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/
DFIXES784 fixed ref-thru-zero bug in environment code in tran.c

12