HomeSort by relevance Sort by last modified time
    Searched defs:pointer (Results 326 - 350 of 1100) sorted by null

<<11121314151617181920>>

  /external/stlport/stlport/stl/
_stream_iterator.h 105 typedef const _Tp* pointer; typedef in class:istream_iterator
  /external/stlport/stlport/stl/debug/
_vector.h 62 typedef _Tp* pointer; typedef in struct:_Vector_nonconst_traits
72 typedef const _Tp* pointer; typedef in struct:_Vector_const_traits
81 typedef _Bit_iterator::pointer pointer; typedef in struct:_Vector_nonconst_traits
90 typedef _Bit_const_iterator::pointer pointer; typedef in struct:_Vector_const_traits
  /external/stlport/test/unit/
mvctor_declaration_test.cpp 86 typedef value_type * pointer; typedef in class:std::allocator
103 pointer address(reference __x) const { return &__x; }
105 pointer allocate(size_type, const void* = 0) { return 0; }
106 void deallocate(pointer, size_type) {}
108 void construct(pointer, const_reference) {}
109 void destroy(pointer) {}
  /external/webkit/Source/JavaScriptCore/wtf/
Assertions.cpp 230 void* pointer = samples[i]; local
234 if (dladdr(pointer, &info) && info.dli_sname) {
245 fprintf(stderr, "%-3d %p\n", i, pointer);
  /frameworks/compile/mclinker/include/mcld/ADT/
HashIterator.h 262 typedef typename traits::pointer pointer; typedef in class:mcld::HashIterator
  /frameworks/native/cmds/servicemanager/
binder.h 16 void *pointer; member in struct:binder_object
38 char *data; /* pointer to read/write from */
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
common.cpp 26 const GLvoid *pointer, GLsizei count);
28 GLsizei stride, const GLvoid *pointer, GLsizei count);
30 GLsizei stride, const GLvoid *pointer, GLsizei count);
32 GLsizei stride, const GLvoid *pointer, GLsizei count);
34 GLsizei stride, const GLvoid *pointer, GLsizei count);
36 GLsizei stride, const GLvoid *pointer, GLsizei count);
40 GLboolean normalized, GLsizei stride, const GLvoid *pointer, GLsizei count) {
41 glVertexAttribPointer(indx, size, type, normalized, stride, pointer);
46 GLsizei stride, const GLvoid *pointer, GLsizei count) {
47 glVertexAttribIPointer(indx, size, type, stride, pointer);
82 jlong pointer; local
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/
test_allocator.h 33 typedef value_type* pointer; typedef in class:test_allocator
47 pointer address(reference x) const {return &x;}
49 pointer allocate(size_type n, const void* = 0)
54 return (pointer)std::malloc(n * sizeof(T));
56 void deallocate(pointer p, size_type n)
60 void construct(pointer p, const T& val)
63 void construct(pointer p, T&& val)
66 void destroy(pointer p) {p->~T();}
  /ndk/sources/cxx-stl/llvm-libc++/test/re/
test_allocator.h 33 typedef value_type* pointer; typedef in class:test_allocator
47 pointer address(reference x) const {return &x;}
49 pointer allocate(size_type n, const void* = 0)
54 return (pointer)std::malloc(n * sizeof(T));
56 void deallocate(pointer p, size_type n)
60 void construct(pointer p, const T& val)
63 void construct(pointer p, T&& val)
66 void destroy(pointer p) {p->~T();}
  /ndk/sources/cxx-stl/llvm-libc++/test/thread/futures/
test_allocator.h 33 typedef value_type* pointer; typedef in class:test_allocator
47 pointer address(reference x) const {return &x;}
49 pointer allocate(size_type n, const void* = 0)
54 return (pointer)std::malloc(n * sizeof(T));
56 void deallocate(pointer p, size_type n)
60 void construct(pointer p, const T& val)
63 void construct(pointer p, T&& val)
66 void destroy(pointer p) {p->~T();}
86 typedef value_type* pointer; typedef in class:test_allocator
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/function.objects/func.wrap/func.wrap.func/
test_allocator.h 33 typedef value_type* pointer; typedef in class:test_allocator
47 pointer address(reference x) const {return &x;}
49 pointer allocate(size_type n, const void* = 0)
54 return (pointer)std::malloc(n * sizeof(T));
56 void deallocate(pointer p, size_type n)
60 void construct(pointer p, const T& val)
63 void construct(pointer p, T&& val)
66 void destroy(pointer p) {p->~T();}
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_iterator.h 51 typename iterator_traits<_Iterator>::pointer,
58 // pointer type required for arrow operator hidden behind _STLP_DEFINE_ARROW_OPERATOR:
59 typedef typename iterator_traits<_Iterator>::pointer pointer; typedef in class:reverse_iterator
_iterator_old.h 75 typedef _Pointer pointer; typedef in class:reverse_bidirectional_iterator
77 typedef _Tp* pointer; typedef in class:reverse_bidirectional_iterator
169 typedef _Pointer pointer; typedef in class:reverse_iterator
171 typedef _Tp* pointer; typedef in class:reverse_iterator
_stream_iterator.h 105 typedef const _Tp* pointer; typedef in class:istream_iterator
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_vector.h 62 typedef _Tp* pointer; typedef in struct:_Vector_nonconst_traits
72 typedef const _Tp* pointer; typedef in struct:_Vector_const_traits
81 typedef _Bit_iterator::pointer pointer; typedef in struct:_Vector_nonconst_traits
90 typedef _Bit_const_iterator::pointer pointer; typedef in struct:_Vector_const_traits
  /ndk/tests/device/test-gnustl-full/unit/
mvctor_declaration_test.cpp 86 typedef value_type * pointer; typedef in class:std::allocator
103 pointer address(reference __x) const { return &__x; }
105 pointer allocate(size_type, const void* = 0) { return 0; }
106 void deallocate(pointer, size_type) {}
108 void construct(pointer, const_reference) {}
109 void destroy(pointer) {}
  /ndk/tests/device/test-stlport/unit/
mvctor_declaration_test.cpp 86 typedef value_type * pointer; typedef in class:std::allocator
103 pointer address(reference __x) const { return &__x; }
105 pointer allocate(size_type, const void* = 0) { return 0; }
106 void deallocate(pointer, size_type) {}
108 void construct(pointer, const_reference) {}
109 void destroy(pointer) {}
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
unique_ptr.h 63 "can't delete pointer to incomplete type");
78 "can't delete pointer to incomplete type");
92 typedef _Tp* pointer; typedef in class:unique_ptr
98 : _M_t(pointer(), deleter_type())
100 "constructed with null function pointer deleter"); }
103 unique_ptr(pointer __p)
106 "constructed with null function pointer deleter"); }
108 unique_ptr(pointer __p,
113 unique_ptr(pointer __p,
163 pointer
240 typedef _Tp* pointer; typedef in class:unique_ptr
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/binary_heap_/
binary_heap_.hpp 105 typename value_allocator::pointer>::__type
113 typedef typename entry_allocator::pointer entry_pointer;
135 value_type>::other::pointer
136 pointer; typedef in class:__gnu_pbds::detail::binary_heap_
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/left_child_next_sibling_heap_/
left_child_next_sibling_heap_.hpp 127 typedef typename node_allocator::pointer node_pointer;
155 value_type>::other::pointer
156 pointer; typedef in class:__gnu_pbds::detail::left_child_next_sibling_heap_
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/ov_tree_map_/
node_iterators.hpp 64 Value_Type>::other::pointer
65 pointer; typedef in class:__gnu_pbds::detail::ov_tree_node_const_it_
121 ov_tree_node_const_it_(const_pointer p_nd = NULL, const_pointer p_begin_nd = NULL, const_pointer p_end_nd = NULL, const_metadata_pointer p_metadata = NULL) : m_p_value(const_cast<pointer>(p_nd)), m_p_begin_value(const_cast<pointer>(p_begin_nd)), m_p_end_value(const_cast<pointer>(p_end_nd)), m_p_metadata(p_metadata)
191 pointer m_p_value;
192 pointer m_p_begin_value;
193 pointer m_p_end_value;
211 typedef typename base_type::pointer pointer; typedef in class:__gnu_pbds::detail::ov_tree_node_it_
    [all...]
  /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_/
point_iterators.hpp 106 Node>::other::pointer
116 Leaf>::other::pointer
121 Head>::other::pointer
126 Internal_Node>::other::pointer
137 typedef typename Type_Traits::pointer pointer; typedef in class:__gnu_pbds::detail::pat_trie_const_it_
365 Node>::other::pointer
375 Leaf>::other::pointer
380 Head>::other::pointer
385 Internal_Node>::other::pointer
393 typedef typename Type_Traits::pointer pointer; typedef in class:__gnu_pbds::detail::pat_trie_it_
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/thin_heap_/
thin_heap_.hpp 104 value_type>::other::pointer
105 pointer; typedef in class:__gnu_pbds::detail::thin_heap_
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
pool_allocator.h 130 typedef _Tp* pointer; typedef in class:__pool_alloc
149 pointer
162 construct(pointer __p, const _Tp& __val)
168 construct(pointer __p, _Args&&... __args)
173 destroy(pointer __p) { __p->~_Tp(); }
175 pointer
179 deallocate(pointer __p, size_type __n);
200 pointer __ret = 0;
242 __pool_alloc<_Tp>::deallocate(pointer __p, size_type __n)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
unique_ptr.h 62 "can't delete pointer to incomplete type");
79 "can't delete pointer to incomplete type");
90 // use SFINAE to determine whether _Del::pointer exists
94 static typename _Up::pointer __test(typename _Up::pointer*);
109 typedef typename _Pointer::type pointer; typedef in class:unique_ptr
117 "constructed with null function pointer deleter"); }
120 unique_ptr(pointer __p)
123 "constructed with null function pointer deleter"); }
125 unique_ptr(pointer __p
271 typedef _Tp* pointer; typedef in class:unique_ptr
    [all...]

Completed in 1684 milliseconds

<<11121314151617181920>>