HomeSort by relevance Sort by last modified time
    Searched defs:pointer (Results 76 - 100 of 943) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/base/core/jni/
android_nio_utils.cpp 34 jlong pointer; local
38 pointer = _env->CallStaticLongMethod(gNioJNI.nioAccessClass,
40 if (pointer != 0L) {
42 return reinterpret_cast<void *>(pointer);
  /libcore/luni/src/main/java/org/apache/harmony/xml/
ExpatAttributes.java 37 * Gets the pointer to the parser. We need this so we can get to the
43 * Gets the pointer to the underlying attribute array. Can be 0 if the
84 long pointer = getPointer(); local
85 if (pointer == 0) {
88 return getIndex(pointer, uri, localName);
95 long pointer = getPointer(); local
96 if (pointer == 0) {
99 return getIndexForQName(pointer, qName);
123 long pointer = getPointer(); local
124 if (pointer == 0)
134 long pointer = getPointer(); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
ptr_traits.h 0 // Pointer Traits -*- C++ -*-
133 * @brief Uniform interface to all pointer-like types
139 /// The pointer type
140 typedef _Ptr pointer; typedef in struct:pointer_traits
157 /// The pointer type
158 typedef _Tp* pointer; typedef in struct:pointer_traits
168 * @brief Obtain a pointer to an object
172 static pointer
stl_iterator_base_types.h 126 /// This type represents a pointer-to-value_type.
127 typedef _Pointer pointer; typedef in struct:iterator
154 typedef typename _Iterator::pointer pointer; typedef in struct:__iterator_traits
168 typedef typename _Iterator::pointer pointer; typedef in struct:iterator_traits
173 /// Partial specialization for pointer types.
180 typedef _Tp* pointer; typedef in struct:iterator_traits
184 /// Partial specialization for const pointer types.
191 typedef const _Tp* pointer; typedef in struct:iterator_traits
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
debug_allocator.h 67 typedef typename _Alloc::pointer pointer; typedef in class:debug_allocator
87 pointer
90 pointer __res = _M_allocator.allocate(__n + _M_extra);
96 pointer
99 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint);
106 deallocate(pointer __p, size_type __n)
110 pointer __real_p = __p - _M_extra;
119 throw std::runtime_error("debug_allocator::deallocate null pointer");
malloc_allocator.h 61 typedef _Tp* pointer; typedef in class:malloc_allocator
87 pointer
97 pointer
103 pointer __ret = static_cast<_Tp*>(std::malloc(__n * sizeof(_Tp)));
109 // __p is not permitted to be a null pointer.
111 deallocate(pointer __p, size_type)
131 construct(pointer __p, const _Tp& __val)
135 destroy(pointer __p) { __p->~_Tp(); }
new_allocator.h 63 typedef _Tp* pointer; typedef in class:new_allocator
88 pointer
98 pointer
107 // __p is not permitted to be a null pointer.
109 deallocate(pointer __p, size_type)
129 construct(pointer __p, const _Tp& __val)
133 destroy(pointer __p) { __p->~_Tp(); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binary_heap_/
const_iterator.hpp 76 /// Iterator's pointer type.
77 typedef typename base_type::pointer pointer; typedef in class:__gnu_pbds::detail::binary_heap_const_iterator_
79 /// Iterator's const pointer type.
point_const_iterator.hpp 58 typedef typename _Alloc::template rebind<Entry>::other::pointer entry_pointer;
70 /// Iterator's pointer type.
71 typedef typename _Alloc::template rebind<value_type>::other::pointer
72 pointer; typedef in class:__gnu_pbds::detail::binary_heap_point_const_iterator_
74 /// Iterator's const pointer type.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/left_child_next_sibling_heap_/
point_const_iterator.hpp 64 typedef typename _Alloc::template rebind<Node>::other::pointer node_pointer;
76 /// Iterator's pointer type.
79 value_type>::other::pointer
80 pointer; typedef in class:__gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_
82 /// Iterator's const pointer type.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/unordered_iterator/
iterator.hpp 56 /// Iterator's pointer type.
57 typedef pointer_ pointer; typedef in class:iterator_
59 /// Iterator's const pointer type.
76 { return point_iterator_(const_cast<pointer>(const_iterator_::m_p_value)); }
81 { return point_iterator_(const_cast<pointer>(const_iterator_::m_p_value)); }
84 pointer
88 return (const_cast<pointer>(base_type::m_p_value));
121 * pointer and position (e.g., this is called from within a find()
125 iterator_(pointer p_value, PB_DS_GEN_POS pos, PB_DS_CLASS_C_DEC* p_tbl)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
ptr_traits.h 0 // Pointer Traits -*- C++ -*-
133 * @brief Uniform interface to all pointer-like types
139 /// The pointer type
140 typedef _Ptr pointer; typedef in struct:pointer_traits
157 /// The pointer type
158 typedef _Tp* pointer; typedef in struct:pointer_traits
168 * @brief Obtain a pointer to an object
172 static pointer
stl_iterator_base_types.h 126 /// This type represents a pointer-to-value_type.
127 typedef _Pointer pointer; typedef in struct:iterator
154 typedef typename _Iterator::pointer pointer; typedef in struct:__iterator_traits
168 typedef typename _Iterator::pointer pointer; typedef in struct:iterator_traits
173 /// Partial specialization for pointer types.
180 typedef _Tp* pointer; typedef in struct:iterator_traits
184 /// Partial specialization for const pointer types.
191 typedef const _Tp* pointer; typedef in struct:iterator_traits
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
debug_allocator.h 67 typedef typename _Alloc::pointer pointer; typedef in class:debug_allocator
87 pointer
90 pointer __res = _M_allocator.allocate(__n + _M_extra);
96 pointer
99 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint);
106 deallocate(pointer __p, size_type __n)
110 pointer __real_p = __p - _M_extra;
119 throw std::runtime_error("debug_allocator::deallocate null pointer");
malloc_allocator.h 61 typedef _Tp* pointer; typedef in class:malloc_allocator
87 pointer
97 pointer
103 pointer __ret = static_cast<_Tp*>(std::malloc(__n * sizeof(_Tp)));
109 // __p is not permitted to be a null pointer.
111 deallocate(pointer __p, size_type)
131 construct(pointer __p, const _Tp& __val)
135 destroy(pointer __p) { __p->~_Tp(); }
new_allocator.h 63 typedef _Tp* pointer; typedef in class:new_allocator
88 pointer
98 pointer
107 // __p is not permitted to be a null pointer.
109 deallocate(pointer __p, size_type)
129 construct(pointer __p, const _Tp& __val)
133 destroy(pointer __p) { __p->~_Tp(); }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/binary_heap_/
const_iterator.hpp 76 /// Iterator's pointer type.
77 typedef typename base_type::pointer pointer; typedef in class:__gnu_pbds::detail::binary_heap_const_iterator_
79 /// Iterator's const pointer type.
point_const_iterator.hpp 58 typedef typename _Alloc::template rebind<Entry>::other::pointer entry_pointer;
70 /// Iterator's pointer type.
71 typedef typename _Alloc::template rebind<value_type>::other::pointer
72 pointer; typedef in class:__gnu_pbds::detail::binary_heap_point_const_iterator_
74 /// Iterator's const pointer type.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/left_child_next_sibling_heap_/
point_const_iterator.hpp 64 typedef typename _Alloc::template rebind<Node>::other::pointer node_pointer;
76 /// Iterator's pointer type.
79 value_type>::other::pointer
80 pointer; typedef in class:__gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_
82 /// Iterator's const pointer type.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/unordered_iterator/
iterator.hpp 56 /// Iterator's pointer type.
57 typedef pointer_ pointer; typedef in class:iterator_
59 /// Iterator's const pointer type.
76 { return point_iterator_(const_cast<pointer>(const_iterator_::m_p_value)); }
81 { return point_iterator_(const_cast<pointer>(const_iterator_::m_p_value)); }
84 pointer
88 return (const_cast<pointer>(base_type::m_p_value));
121 * pointer and position (e.g., this is called from within a find()
125 iterator_(pointer p_value, PB_DS_GEN_POS pos, PB_DS_CLASS_C_DEC* p_tbl)
  /art/openjdkjvmti/
jvmti_allocator.h 50 typedef void* pointer; typedef in class:openjdkjvmti::JvmtiAllocator
83 typedef T* pointer; typedef in class:openjdkjvmti::JvmtiAllocator
110 pointer address(reference x) const { return &x; }
113 pointer allocate(size_type n, JvmtiAllocator<void>::pointer hint ATTRIBUTE_UNUSED = nullptr) {
126 void deallocate(pointer p, size_type n ATTRIBUTE_UNUSED) {
135 void construct(pointer p, const_reference val) {
142 void destroy(pointer p) {
  /art/runtime/base/
arena_containers.h 132 typedef void* pointer; typedef in class:art::ArenaAllocatorAdapter
165 typedef T* pointer; typedef in class:art::ArenaAllocatorAdapter
194 pointer address(reference x) const { return &x; }
197 pointer allocate(size_type n,
198 ArenaAllocatorAdapter<void>::pointer hint ATTRIBUTE_UNUSED = nullptr) {
202 void deallocate(pointer p, size_type n) {
scoped_arena_containers.h 97 typedef void* pointer; typedef in class:art::ScopedArenaAllocatorAdapter
136 typedef T* pointer; typedef in class:art::ScopedArenaAllocatorAdapter
170 pointer address(reference x) const { return &x; }
173 pointer allocate(size_type n,
174 ScopedArenaAllocatorAdapter<void>::pointer hint ATTRIBUTE_UNUSED = nullptr) {
180 void deallocate(pointer p, size_type n) {
232 // Writing to the memory will fail ift we already destroyed the pointer with
  /bionic/tests/
malloc_test.cpp 104 // Memalign and then realloc the pointer a couple of times.
368 void* pointer = malloc(size); local
369 ASSERT_TRUE(pointer != nullptr);
370 memset(pointer, 0xeb, malloc_usable_size(pointer));
371 free(pointer);
373 // We should get a previous pointer that has been set to non-zero.
376 ASSERT_TRUE(pointer != nullptr);
  /external/capstone/bindings/vb6/
Module1.bas 138 ' Pointer to cs_detail.
139 ' NOTE: detail pointer is only valid when both requirements below are met:
142 ' NOTE 2: when in Skipdata mode, or when detail mode is OFF, even if this pointer
216 ' @handle: pointer to handle, which will be updated at return time
235 ' @handle: pointer to a handle returned by cs_open()
284 ' @return: returns a pointer to a string that describes the error code
364 ' @insn: pointer returned by @insn argument in cs_disasm() or cs_malloc()
416 ' @insn: pointer to instruction to be filled in by this API.

Completed in 493 milliseconds

1 2 34 5 6 7 8 91011>>