/external/stlport/stlport/stl/debug/ |
_string.h | 9 * 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
|
/external/stlport/stlport/stl/pointers/ |
_vector.h | 6 * 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
|
/external/stlport/test/unit/ |
vector_test.cpp | 2 //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;
|
/external/v8/src/ |
mksnapshot.cc | 112 fprintf(fp, "%u", static_cast<unsigned char>(at(j))); 115 char at(int i) { return data_[i]; } function in class:PartialSnapshotSink 313 // If we don't do this then we end up with a stray root pointing at the
|
/external/yaffs2/yaffs2/ |
devextras.h | 168 struct list_head *at = head->next; local 173 last->next = at; 174 at->prev = last;
|
/frameworks/base/core/java/android/os/ |
UEventObserver.java | 6 * You may obtain a copy of the License at 136 int at = message.indexOf('\0', offset); local 137 if (at < 0) break; 139 if (equals > offset && equals < at) { 142 message.substring(equals + 1, at)); 145 offset = at + 1;
|
/frameworks/compile/mclinker/lib/Fragment/ |
FragmentGraph.cpp | 58 uint32_t& FragmentGraph::ReachMatrix::at(uint32_t pX, uint32_t pY) function in class:FragmentGraph::ReachMatrix 63 uint32_t FragmentGraph::ReachMatrix::at(uint32_t pX, uint32_t pY) const function in class:FragmentGraph::ReachMatrix 247 if (0 == m_pMatrix->at(from->getIndex(), to->getIndex())) 249 ++m_pMatrix->at(from->getIndex(), to->getIndex()); 259 if (0 == m_pMatrix->at(pFrom.getIndex(), to->getIndex())) 261 ++m_pMatrix->at(pFrom.getIndex(), to->getIndex()); 377 uint32_t weight = m_pMatrix->at(pNode.getIndex(), node_to.getIndex());
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
AllocationThunker.java | 6 * You may obtain a copy of the License at 187 AllocationThunker at = (AllocationThunker)a; local 189 mN.copyFrom(at.mN); 283 AllocationThunker at = (AllocationThunker)data; local 284 mN.copy1DRangeFrom(off, count, at.mN, dataOff); 322 AllocationThunker at = (AllocationThunker)data; local 323 mN.copy2DRangeFrom(xoff, yoff, w, h, at.mN, dataXoff, dataYoff);
|
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/ |
_string.h | 9 * 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/cxx-stl/stlport/stlport/stl/pointers/ |
_vector.h | 6 * 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
|
/ndk/sources/host-tools/make-3.81/ |
commands.c | 9 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/ |
basic_cstring.hpp | 3 // (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/tests/device/test-gnustl-full/unit/ |
vector_test.cpp | 2 //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/ |
vector_test.cpp | 2 //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;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
stl_map.h | 9 // Free Software Foundation; either version 3, or (at your option) 464 at(const key_type& __k) function in class:map 468 __throw_out_of_range(__N("map::at")); 473 at(const key_type& __k) const function in class:map 477 __throw_out_of_range(__N("map::at"));
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
stl_map.h | 9 // Free Software Foundation; either version 3, or (at your option) 482 at(const key_type& __k) function in class:map 486 __throw_out_of_range(__N("map::at")); 491 at(const key_type& __k) const function in class:map 495 __throw_out_of_range(__N("map::at")); [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/ |
map.h | 8 // Free Software Foundation; either version 2, or (at your option) 230 at(const key_type& __k) function in class:__profile::map 233 return _Base::at(__k); 237 at(const key_type& __k) const function in class:__profile::map 240 return _Base::at(__k);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
stl_map.h | 9 // Free Software Foundation; either version 3, or (at your option) 482 at(const key_type& __k) function in class:map 486 __throw_out_of_range(__N("map::at")); 491 at(const key_type& __k) const function in class:map 495 __throw_out_of_range(__N("map::at")); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/ |
map.h | 8 // Free Software Foundation; either version 2, or (at your option) 230 at(const key_type& __k) function in class:__profile::map 233 return _Base::at(__k); 237 at(const key_type& __k) const function in class:__profile::map 240 return _Base::at(__k);
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_map.h | 9 // Free Software Foundation; either version 3, or (at your option) 464 at(const key_type& __k) function in class:map 468 __throw_out_of_range(__N("map::at")); 473 at(const key_type& __k) const function in class:map 477 __throw_out_of_range(__N("map::at"));
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/ |
_string.h | 9 * 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
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_vector.h | 6 * 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
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_map.h | 9 // Free Software Foundation; either version 3, or (at your option) 464 at(const key_type& __k) function in class:map 468 __throw_out_of_range(__N("map::at")); 473 at(const key_type& __k) const function in class:map 477 __throw_out_of_range(__N("map::at"));
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/ |
_string.h | 9 * 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
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_vector.h | 6 * 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
|