Searched defs:at (Results 1 - 21 of 21) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
H A Dat.hpp8 // (See accompanying file LICENSE_1_0.txt or copy at
13 // $Id: at.hpp 49267 2008-10-11 06:19:02Z agurtovoy $
31 struct at struct in namespace:boost::mpl
35 BOOST_MPL_AUX_LAMBDA_SUPPORT(2,at,(Sequence,N))
48 BOOST_MPL_AUX_NA_SPEC(2, at)
/ndk/sources/host-tools/ndk-stack/elff/
H A Ddwarf_utils.cc29 dwarf_at_name(Dwarf_At at) { argument
30 switch (at) {
235 dump_attrib(Dwarf_At at, Dwarf_Form form, const Dwarf_Value* val) { argument
238 dwarf_at_name(at), dwarf_form_name(form));
240 printf(" +++ Attribute: %s\n", dwarf_at_name(at));
H A Ddwarf_defs.h145 * Unsigned LEB128 numbers are encoded as follows: start at the low order end
296 Dwarf_Leb128 at; member in struct:Dwarf_Abbr_AT
303 return at.val == 0;
319 return INC_CPTR_T(Dwarf_Abbr_AT, &at.val, 2);
326 reinterpret_cast<const Dwarf_Leb128*>(at.process_unsigned(&val));
645 Dwarf_At at() const { function in class:DIEAttrib
830 /* Last cached DIE abbreviation. We always should have cached at least one
/ndk/sources/cxx-stl/stlport/src/
H A Dcxa.c45 void (*at)(void); member in union:exit_function::__anon207
/ndk/tests/device/test-gnustl-full/unit/
H A Ddeque_test.cpp2 //into account (at least using GCC 4.0.1)
24 CPPUNIT_TEST(at);
39 void at();
104 //Insertion at end:
137 //Insertion of several elements at end:
157 void DequeTest::at() { function in class:DequeTest
162 CPPUNIT_ASSERT( d.at(0) == 10 );
163 d.at(0) = 20;
164 CPPUNIT_ASSERT( cd.at(0) == 20 );
169 d.at(
[all...]
H A Dvector_test.cpp2 //into account (at least using GCC 4.0.1)
31 CPPUNIT_TEST(at);
54 void at();
313 void VectorTest::at() { function in class:VectorTest
318 CPPUNIT_ASSERT( v.at(0) == 10 );
319 v.at(0) = 20;
320 CPPUNIT_ASSERT( cv.at(0) == 20 );
324 v.at(1) = 20;
/ndk/tests/device/test-stlport/unit/
H A Ddeque_test.cpp2 //into account (at least using GCC 4.0.1)
24 CPPUNIT_TEST(at);
39 void at();
104 //Insertion at end:
137 //Insertion of several elements at end:
157 void DequeTest::at() { function in class:DequeTest
162 CPPUNIT_ASSERT( d.at(0) == 10 );
163 d.at(0) = 20;
164 CPPUNIT_ASSERT( cd.at(0) == 20 );
169 d.at(
[all...]
H A Dvector_test.cpp2 //into account (at least using GCC 4.0.1)
31 CPPUNIT_TEST(at);
54 void at();
313 void VectorTest::at() { function in class:VectorTest
318 CPPUNIT_ASSERT( v.at(0) == 10 );
319 v.at(0) = 20;
320 CPPUNIT_ASSERT( cv.at(0) == 20 );
324 v.at(1) = 20;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
H A Dnasty_containers.hpp75 reference at(size_type n) { return v_.at(n); } function in class:nasty_vector
76 const_reference at(size_type n) const { return v_.at(n); } function in class:nasty_vector
/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
H A D_vector.h6 * or implied. Any use is at your own risk.
103 reference at(size_type __n) { return cast_traits::to_value_type_ref(_M_impl.at(__n)); } function in class:vector
104 const_reference at(size_type __n) const { return cast_traits::to_value_type_cref(_M_impl.at(__n)); } function in class:vector
H A D_deque.h6 * or implied. Any use is at your own risk.
144 reference at(size_type __n) function in class:deque
145 { return cast_traits::to_value_type_ref(_M_impl.at(__n)); }
146 const_reference at(size_type __n) const function in class:deque
147 { return cast_traits::to_value_type_cref(_M_impl.at(__n)); }
/ndk/sources/host-tools/make-3.81/
H A Dcommands.c9 Foundation; either version 2, or (at your option) any later version.
49 char *at, *percent, *star, *less;
61 at = (char *) alloca (p - file->name + 1);
62 bcopy (file->name, at, p - file->name);
63 at[p - file->name] = '\0';
72 at = file->name;
125 less = at;
134 DEFINE_VARIABLE ("@", 1, at);
48 char *at, *percent, *star, *less; local
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/basic_cstring/
H A Dbasic_cstring.hpp3 // (See accompanying file LICENSE_1_0.txt or copy at
78 value_type at( size_type index ) const;
218 basic_cstring<CharT>::at( size_type index ) const function in class:boost::unit_test::basic_cstring
/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_string_sum.h6 * or implied. Any use is at your own risk.
119 const_reference at(size_type __n) const function in class:__bstr_sum
120 { return _M_get_storage().at(__n); }
H A D_bvector.h16 * or implied. Any use is at your own risk.
502 reference at(size_type __n) function in class:__BVECTOR_QUALIFIED
504 const_reference at(size_type __n) const function in class:__BVECTOR_QUALIFIED
H A D_deque.h16 * or implied. Any use is at your own risk.
453 reference at(size_type __n) function in class:deque
455 const_reference at(size_type __n) const function in class:deque
H A D_string.h9 * or implied. Any use is at your own risk.
68 * First, basic_string always stores a null character at the end;
96 // a block of memory whose size is at least n + 1.
437 const_reference at(size_type __n) const { function in class:basic_string
443 reference at(size_type __n) { function in class:basic_string
H A D_vector.h16 * or implied. Any use is at your own risk.
210 reference at(size_type __n) { _M_range_check(__n); return (*this)[__n]; } function in class:vector
211 const_reference at(size_type __n) const { _M_range_check(__n); return (*this)[__n]; } function in class:vector
H A D_rope.h13 * or implied. Any use is at your own risk.
288 // The following should be treated as private, at least for now.
424 // But its hard to do anything else at the
617 * on the pointer either at normal exit or if an exception
1141 // Retrieve a character at the indicated position.
1144 // Obtain a pointer to the character at the indicated position.
1603 _CharT at(size_type __pos) const { function in class:rope
2023 reference at(size_type __pos) { function in class:rope
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_string.h9 * or implied. Any use is at your own risk.
230 const_reference at(size_type __n) const { return _M_non_dbg_impl.at(__n); } function in class:basic_string
231 reference at(size_type __n) { return _M_non_dbg_impl.at(__n); } function in class:basic_string
/ndk/sources/host-tools/ndk-stack/regex/
H A Dengine.c53 #define at sat macro
65 #define at lat macro
107 static void at(struct match *, char *, char *, char *, sopno, sopno);
115 #define AT(t, p1, p2, s1, s2) at(m, t, p1, p2, s1, s2)
671 - fast - step through the string at top speed
768 char *matchp; /* last p at which a match ended */
976 - at - print current situation
979 at(struct match *m, char *title, char *start, char *stop, sopno startst, function
1021 #undef at macro

Completed in 485 milliseconds