HomeSort by relevance Sort by last modified time
    Searched refs:__index (Results 26 - 50 of 78) sorted by null

12 3 4

  /external/stlport/stlport/stl/
_ios_base.h 147 long& iword(int __index);
148 void*& pword(int __index);
155 typedef void (*event_callback)(event, ios_base&, int __index);
156 void register_callback(event_callback __fn, int __index);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 149 long& iword(int __index);
150 void*& pword(int __index);
157 typedef void (*event_callback)(event, ios_base&, int __index);
158 void register_callback(event_callback __fn, int __index);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 147 long& iword(int __index);
148 void*& pword(int __index);
155 typedef void (*event_callback)(event, ios_base&, int __index);
156 void register_callback(event_callback __fn, int __index);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 147 long& iword(int __index);
148 void*& pword(int __index);
155 typedef void (*event_callback)(event, ios_base&, int __index);
156 void register_callback(event_callback __fn, int __index);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 147 long& iword(int __index);
148 void*& pword(int __index);
155 typedef void (*event_callback)(event, ios_base&, int __index);
156 void register_callback(event_callback __fn, int __index);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 149 long& iword(int __index);
150 void*& pword(int __index);
157 typedef void (*event_callback)(event, ios_base&, int __index);
158 void register_callback(event_callback __fn, int __index);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
bitmap_allocator.h 416 _Bitmap_counter(_BPVector& Rvbp, long __index = -1) : _M_vbp(Rvbp)
417 { this->_M_reset(__index); }
420 _M_reset(long __index = -1) throw()
422 if (__index == -1)
429 _M_curr_index = __index;
433 _GLIBCXX_DEBUG_ASSERT(__index <= (long)_M_vbp.size() - 1);
pointer.h 359 operator[](std::ptrdiff_t __index) const
360 { return _Storage_policy::get()[__index]; }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
bitmap_allocator.h 416 _Bitmap_counter(_BPVector& Rvbp, long __index = -1) : _M_vbp(Rvbp)
417 { this->_M_reset(__index); }
420 _M_reset(long __index = -1) throw()
422 if (__index == -1)
429 _M_curr_index = __index;
433 _GLIBCXX_DEBUG_ASSERT(__index <= (long)_M_vbp.size() - 1);
pointer.h 359 operator[](std::ptrdiff_t __index) const
360 { return _Storage_policy::get()[__index]; }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
bitmap_allocator.h 416 _Bitmap_counter(_BPVector& Rvbp, long __index = -1) : _M_vbp(Rvbp)
417 { this->_M_reset(__index); }
420 _M_reset(long __index = -1) throw()
422 if (__index == -1)
429 _M_curr_index = __index;
433 _GLIBCXX_DEBUG_ASSERT(__index <= (long)_M_vbp.size() - 1);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
bitmap_allocator.h 413 _Bitmap_counter(_BPVector& Rvbp, long __index = -1) : _M_vbp(Rvbp)
414 { this->_M_reset(__index); }
417 _M_reset(long __index = -1) throw()
419 if (__index == -1)
426 _M_curr_index = __index;
430 _GLIBCXX_DEBUG_ASSERT(__index <= (long)_M_vbp.size() - 1);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
ios_base.h 447 * @brief Add the callback __fn with parameter __index.
449 * @param __index The integer to pass to the function when invoked.
457 register_callback(event_callback __fn, int __index);
481 _Callback_list(ios_base::event_callback __fn, int __index,
483 : _M_next(__cb), _M_fn(__fn), _M_index(__index), _M_refcount(0) { }
523 _M_grow_words(int __index, bool __iword);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
ios_base.h 441 * @brief Add the callback __fn with parameter __index.
443 * @param __index The integer to pass to the function when invoked.
451 register_callback(event_callback __fn, int __index);
470 _Callback_list(ios_base::event_callback __fn, int __index,
472 : _M_next(__cb), _M_fn(__fn), _M_index(__index), _M_refcount(0) { }
521 _M_grow_words(int __index, bool __iword);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
ios_base.h 441 * @brief Add the callback __fn with parameter __index.
443 * @param __index The integer to pass to the function when invoked.
451 register_callback(event_callback __fn, int __index);
470 _Callback_list(ios_base::event_callback __fn, int __index,
472 : _M_next(__cb), _M_fn(__fn), _M_index(__index), _M_refcount(0) { }
521 _M_grow_words(int __index, bool __iword);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
ios_base.h 447 * @brief Add the callback __fn with parameter __index.
449 * @param __index The integer to pass to the function when invoked.
457 register_callback(event_callback __fn, int __index);
481 _Callback_list(ios_base::event_callback __fn, int __index,
483 : _M_next(__cb), _M_fn(__fn), _M_index(__index), _M_refcount(0) { }
523 _M_grow_words(int __index, bool __iword);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
ios_base.h 447 * @brief Add the callback __fn with parameter __index.
449 * @param __index The integer to pass to the function when invoked.
457 register_callback(event_callback __fn, int __index);
481 _Callback_list(ios_base::event_callback __fn, int __index,
483 : _M_next(__cb), _M_fn(__fn), _M_index(__index), _M_refcount(0) { }
523 _M_grow_words(int __index, bool __iword);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
ios_base.h 447 * @brief Add the callback __fn with parameter __index.
449 * @param __index The integer to pass to the function when invoked.
457 register_callback(event_callback __fn, int __index);
481 _Callback_list(ios_base::event_callback __fn, int __index,
483 : _M_next(__cb), _M_fn(__fn), _M_index(__index), _M_refcount(0) { }
523 _M_grow_words(int __index, bool __iword);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
ios_base.h 447 * @brief Add the callback __fn with parameter __index.
449 * @param __index The integer to pass to the function when invoked.
457 register_callback(event_callback __fn, int __index);
481 _Callback_list(ios_base::event_callback __fn, int __index,
483 : _M_next(__cb), _M_fn(__fn), _M_index(__index), _M_refcount(0) { }
523 _M_grow_words(int __index, bool __iword);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
ios_base.h 441 * @brief Add the callback __fn with parameter __index.
443 * @param __index The integer to pass to the function when invoked.
451 register_callback(event_callback __fn, int __index);
470 _Callback_list(ios_base::event_callback __fn, int __index,
472 : _M_next(__cb), _M_fn(__fn), _M_index(__index), _M_refcount(0) { }
521 _M_grow_words(int __index, bool __iword);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
ios_base.h 441 * @brief Add the callback __fn with parameter __index.
443 * @param __index The integer to pass to the function when invoked.
451 register_callback(event_callback __fn, int __index);
470 _Callback_list(ios_base::event_callback __fn, int __index,
472 : _M_next(__cb), _M_fn(__fn), _M_index(__index), _M_refcount(0) { }
521 _M_grow_words(int __index, bool __iword);
  /external/elfutils/libelf/
libelf.h 259 extern Elf_Scn *elf_getscn (Elf *__elf, size_t __index);
346 extern char *elf_strptr (Elf *__elf, size_t __index, size_t __offset);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
pointer.h 341 operator[](std::ptrdiff_t __index) const
342 { return _Storage_policy::get()[__index]; }
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
pointer.h 341 operator[](std::ptrdiff_t __index) const
342 { return _Storage_policy::get()[__index]; }
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
pointer.h 341 operator[](std::ptrdiff_t __index) const
342 { return _Storage_policy::get()[__index]; }

Completed in 618 milliseconds

12 3 4