HomeSort by relevance Sort by last modified time
    Searched refs:pointer (Results 201 - 225 of 1530) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/v8/src/
zone.h 163 void operator delete(void* pointer, Zone* zone) { UNREACHABLE(); }
201 void operator delete(void* pointer) { UNREACHABLE(); }
202 void operator delete(void* pointer, Zone* zone) { UNREACHABLE(); }
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_iostream_string.h 52 typedef typename _Base::pointer pointer; typedef in class:__iostring_allocator
69 void deallocate(pointer __p, size_type __n) {
_pthread_alloc.h 102 typedef _Tp* pointer; typedef in class:pthread_allocator
124 pointer address(reference __x) const { return &__x; }
145 void deallocate(pointer __p, size_type __n) {
158 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); }
159 void destroy(pointer _p) { _p->~_Tp(); }
194 typedef void* pointer; typedef in class:pthread_allocator
283 typedef _Tp* pointer; typedef in class:per_thread_allocator
307 pointer address(reference __x) const { return &__x; }
328 void deallocate(pointer __p, size_type __n) {
341 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val);
377 typedef void* pointer; typedef in class:per_thread_allocator
    [all...]
_vector.c 69 pointer __tmp;
81 void vector<_Tp, _Alloc>::_M_insert_overflow_aux(pointer __pos, const _Tp& __x, const __false_type& /*DO NOT USE!!*/,
88 pointer __new_start = this->_M_end_of_storage.allocate(__len, __len);
89 pointer __new_finish = __new_start;
108 void vector<_Tp, _Alloc>::_M_insert_overflow(pointer __pos, const _Tp& __x, const __true_type& /*_TrivialCopy*/,
111 pointer __new_start = this->_M_end_of_storage.allocate(__len, __len);
112 pointer __new_finish = __STATIC_CAST(pointer, _STLP_PRIV __copy_trivial(this->_M_start, __pos, __new_start));
116 __new_finish = __STATIC_CAST(pointer, _STLP_PRIV __copy_trivial(__pos, this->_M_finish, __new_finish)); // copy remainder
151 pointer __old_finish = this->_M_finish
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_iostream_string.h 52 typedef typename _Base::pointer pointer; typedef in class:__iostring_allocator
69 void deallocate(pointer __p, size_type __n) {
_pthread_alloc.h 102 typedef _Tp* pointer; typedef in class:pthread_allocator
124 pointer address(reference __x) const { return &__x; }
145 void deallocate(pointer __p, size_type __n) {
158 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); }
159 void destroy(pointer _p) { _p->~_Tp(); }
194 typedef void* pointer; typedef in class:pthread_allocator
283 typedef _Tp* pointer; typedef in class:per_thread_allocator
307 pointer address(reference __x) const { return &__x; }
328 void deallocate(pointer __p, size_type __n) {
341 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val);
377 typedef void* pointer; typedef in class:per_thread_allocator
    [all...]
_vector.c 69 pointer __tmp;
81 void vector<_Tp, _Alloc>::_M_insert_overflow_aux(pointer __pos, const _Tp& __x, const __false_type& /*DO NOT USE!!*/,
88 pointer __new_start = this->_M_end_of_storage.allocate(__len, __len);
89 pointer __new_finish = __new_start;
108 void vector<_Tp, _Alloc>::_M_insert_overflow(pointer __pos, const _Tp& __x, const __true_type& /*_TrivialCopy*/,
111 pointer __new_start = this->_M_end_of_storage.allocate(__len, __len);
112 pointer __new_finish = __STATIC_CAST(pointer, _STLP_PRIV __copy_trivial(this->_M_start, __pos, __new_start));
116 __new_finish = __STATIC_CAST(pointer, _STLP_PRIV __copy_trivial(__pos, this->_M_finish, __new_finish)); // copy remainder
151 pointer __old_finish = this->_M_finish
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_iostream_string.h 52 typedef typename _Base::pointer pointer; typedef in class:__iostring_allocator
69 void deallocate(pointer __p, size_type __n) {
_pthread_alloc.h 102 typedef _Tp* pointer; typedef in class:pthread_allocator
124 pointer address(reference __x) const { return &__x; }
145 void deallocate(pointer __p, size_type __n) {
158 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); }
159 void destroy(pointer _p) { _p->~_Tp(); }
194 typedef void* pointer; typedef in class:pthread_allocator
283 typedef _Tp* pointer; typedef in class:per_thread_allocator
307 pointer address(reference __x) const { return &__x; }
328 void deallocate(pointer __p, size_type __n) {
341 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val);
377 typedef void* pointer; typedef in class:per_thread_allocator
    [all...]
_vector.c 69 pointer __tmp;
81 void vector<_Tp, _Alloc>::_M_insert_overflow_aux(pointer __pos, const _Tp& __x, const __false_type& /*DO NOT USE!!*/,
88 pointer __new_start = this->_M_end_of_storage.allocate(__len, __len);
89 pointer __new_finish = __new_start;
108 void vector<_Tp, _Alloc>::_M_insert_overflow(pointer __pos, const _Tp& __x, const __true_type& /*_TrivialCopy*/,
111 pointer __new_start = this->_M_end_of_storage.allocate(__len, __len);
112 pointer __new_finish = __STATIC_CAST(pointer, _STLP_PRIV __copy_trivial(this->_M_start, __pos, __new_start));
116 __new_finish = __STATIC_CAST(pointer, _STLP_PRIV __copy_trivial(__pos, this->_M_finish, __new_finish)); // copy remainder
151 pointer __old_finish = this->_M_finish
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_iostream_string.h 52 typedef typename _Base::pointer pointer; typedef in class:__iostring_allocator
69 void deallocate(pointer __p, size_type __n) {
_pthread_alloc.h 102 typedef _Tp* pointer; typedef in class:pthread_allocator
124 pointer address(reference __x) const { return &__x; }
145 void deallocate(pointer __p, size_type __n) {
158 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); }
159 void destroy(pointer _p) { _p->~_Tp(); }
194 typedef void* pointer; typedef in class:pthread_allocator
283 typedef _Tp* pointer; typedef in class:per_thread_allocator
307 pointer address(reference __x) const { return &__x; }
328 void deallocate(pointer __p, size_type __n) {
341 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val);
377 typedef void* pointer; typedef in class:per_thread_allocator
    [all...]
_vector.c 69 pointer __tmp;
81 void vector<_Tp, _Alloc>::_M_insert_overflow_aux(pointer __pos, const _Tp& __x, const __false_type& /*DO NOT USE!!*/,
88 pointer __new_start = this->_M_end_of_storage.allocate(__len, __len);
89 pointer __new_finish = __new_start;
108 void vector<_Tp, _Alloc>::_M_insert_overflow(pointer __pos, const _Tp& __x, const __true_type& /*_TrivialCopy*/,
111 pointer __new_start = this->_M_end_of_storage.allocate(__len, __len);
112 pointer __new_finish = __STATIC_CAST(pointer, _STLP_PRIV __copy_trivial(this->_M_start, __pos, __new_start));
116 __new_finish = __STATIC_CAST(pointer, _STLP_PRIV __copy_trivial(__pos, this->_M_finish, __new_finish)); // copy remainder
151 pointer __old_finish = this->_M_finish
    [all...]
  /external/libffi/src/x86/
win32.S 72 # If the return value pointer is NULL, assume no return value.
87 # Load %ecx with the pointer to storage for the return value
95 # Load %ecx with the pointer to storage for the return value
103 # Load %ecx with the pointer to storage for the return value
111 # Load %ecx with the pointer to storage for the return value
119 # Load %ecx with the pointer to storage for the return value
127 # Load %ecx with the pointer to storage for the return value
135 # Load %ecx with the pointer to storage for the return value
183 # If the return value pointer is NULL, assume no return value.
198 # Load %ecx with the pointer to storage for the return valu
    [all...]
  /external/webkit/Source/WebCore/platform/text/cf/
StringImplCF.cpp 71 static void* reallocate(void* pointer, CFIndex newSize, CFOptionFlags, void*)
74 StringImpl** header = static_cast<StringImpl**>(pointer) - 1;
89 static void deallocate(void* pointer, void*)
91 StringImpl** header = static_cast<StringImpl**>(pointer) - 1;
140 // Put pointer to the StringImpl in a global so the allocator can store it with the CFString.
  /frameworks/base/core/jni/
android_nio_utils.cpp 32 jlong pointer; local
36 pointer = _env->CallStaticLongMethod(gNioJNI.nioAccessClass,
38 if (pointer != 0L) {
40 return (void *) (jint) pointer;
  /frameworks/ex/variablespeed/jni/
decode_buffer.h 34 void AddData(int8_t* pointer, size_t lengthInBytes);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pat_trie_/
child_iterator.hpp 47 typedef node_pointer_pointer pointer; typedef in struct:iterator
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pat_trie_/
child_iterator.hpp 47 typedef node_pointer_pointer pointer; typedef in struct:iterator
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp 59 // Iterator's pointer type.
60 typedef pointer_ pointer; typedef in class:const_iterator_
62 // Iterator's const pointer type.
108 * pointer and position (e.g., this is called from within a find()
120 * Pointer to the table object which created the iterator (used for
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pat_trie_/
child_iterator.hpp 47 typedef node_pointer_pointer pointer; typedef in struct:iterator
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp 59 // Iterator's pointer type.
60 typedef pointer_ pointer; typedef in class:const_iterator_
62 // Iterator's const pointer type.
108 * pointer and position (e.g., this is called from within a find()
120 * Pointer to the table object which created the iterator (used for
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
child_iterator.hpp 47 typedef node_pointer_pointer pointer; typedef in struct:iterator
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
child_iterator.hpp 47 typedef node_pointer_pointer pointer; typedef in struct:iterator
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
child_iterator.hpp 47 typedef node_pointer_pointer pointer; typedef in struct:iterator

Completed in 438 milliseconds

1 2 3 4 5 6 7 891011>>