HomeSort by relevance Sort by last modified time
    Searched defs:pointer (Results 601 - 625 of 1508) sorted by null

<<21222324252627282930>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/thin_heap_/
thin_heap_.hpp 96 typedef typename __rebind_a::pointer pointer; typedef in class:__gnu_pbds::detail::thin_heap
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
pool_allocator.h 134 typedef _Tp* pointer; typedef in class:__pool_alloc
159 pointer
184 construct(pointer __p, const _Tp& __val)
188 destroy(pointer __p) { __p->~_Tp(); }
191 pointer
195 deallocate(pointer __p, size_type __n);
216 pointer __ret = 0;
258 __pool_alloc<_Tp>::deallocate(pointer __p, size_type __n)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_parameters.py 91 from ctypes import c_short, c_uint, c_int, c_long, POINTER, pointer namespace
92 LPINT = POINTER(c_int)
94 ## p = pointer(c_int(42))
96 x = LPINT.from_param(pointer(c_int(42)))
103 self.assertRaises(TypeError, LPINT.from_param, pointer(c_long(42)))
104 self.assertRaises(TypeError, LPINT.from_param, pointer(c_uint(42)))
105 self.assertRaises(TypeError, LPINT.from_param, pointer(c_short(42)))
108 # The from_param class method of POINTER(typ) classes accepts what is
110 from ctypes import c_short, c_uint, c_int, c_long, pointer, POINTER, byre namespace
122 from ctypes import c_short, c_uint, c_int, c_long, pointer, POINTER, byref namespace
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_parameters.py 91 from ctypes import c_short, c_uint, c_int, c_long, POINTER, pointer namespace
92 LPINT = POINTER(c_int)
94 ## p = pointer(c_int(42))
96 x = LPINT.from_param(pointer(c_int(42)))
103 self.assertRaises(TypeError, LPINT.from_param, pointer(c_long(42)))
104 self.assertRaises(TypeError, LPINT.from_param, pointer(c_uint(42)))
105 self.assertRaises(TypeError, LPINT.from_param, pointer(c_short(42)))
108 # The from_param class method of POINTER(typ) classes accepts what is
110 from ctypes import c_short, c_uint, c_int, c_long, pointer, POINTER, byre namespace
122 from ctypes import c_short, c_uint, c_int, c_long, pointer, POINTER, byref namespace
    [all...]
  /external/llvm/include/llvm/ADT/
ilist.h 155 typedef typename super::pointer pointer; typedef in class:llvm::ilist_iterator
158 pointer NodePtr;
161 // implicit conversion to pointer-type, which is. Declare (but
176 ilist_iterator(pointer NP) : NodePtr(NP) {}
195 operator pointer() const {
202 pointer operator->() const { return &operator*(); }
234 pointer getNodePtrUnchecked() const { return NodePtr; }
295 /// pointer to the head of the list.
299 /// pointer is null. When in this form, any query for an iterator (e.g
339 typedef NodeTy *pointer; typedef in class:llvm::iplist
    [all...]
DenseSet.h 85 typedef value_type *pointer; typedef in class:llvm::DenseSet::Iterator
105 typedef value_type *pointer; typedef in class:llvm::DenseSet::ConstIterator
DepthFirstIterator.h 77 // First element is node pointer, second is the 'next child' to visit
130 typedef typename super::pointer pointer; typedef in class:llvm::df_iterator
149 pointer operator*() const { return VisitStack.back().first.getPointer(); }
151 // This is a nonstandard operator-> that dereferences the pointer an extra
153 // the contained type is a pointer. This allows BBIt->getTerminator() f.e.
EquivalenceClasses.h 62 /// provides a "next pointer", which is used to enumerate all of the elements
63 /// in the unioned set. Finally, it defines either a "end of list pointer" or
64 /// "leader pointer" depending on whether the value itself is a leader. A
65 /// "leader pointer" points to the node that is the leader for this element,
66 /// if the node is not a leader. A "end of list pointer" points to the last
90 assert(getNext() == nullptr && "Already has a next pointer!");
229 // Update L1LV's end of list pointer.
248 typedef typename super::pointer pointer; typedef in class:llvm::EquivalenceClasses::member_iterator
258 pointer operator->() const { return &operator*();
    [all...]
PostOrderIterator.h 102 // First element is basic block pointer, second is the 'next child' to visit
134 typedef typename super::pointer pointer; typedef in class:llvm::po_iterator
152 pointer operator*() const { return VisitStack.back().first; }
154 // This is a nonstandard operator-> that dereferences the pointer an extra
156 // the contained type is a pointer. This allows BBIt->getTerminator() f.e.
STLExtras.h 121 typedef void pointer; typedef in class:llvm::mapped_iterator
122 //typedef typename UnaryFunc::result_type *pointer;
321 /// In a container of pairs (usually a map) whose second element is a pointer,
SparseMultiSet.h 186 typedef ValueT *pointer; typedef in class:llvm::SparseMultiSet
250 typedef typename super::pointer pointer; typedef in class:llvm::SparseMultiSet::iterator_base
259 pointer operator->() const { return &operator*(); }
  /art/runtime/base/
allocator.h 110 typedef typename std::allocator<T>::pointer pointer; typedef in class:art::TrackingAllocatorImpl
133 pointer allocate(size_type n, const_pointer hint = 0) {
137 return reinterpret_cast<pointer>(malloc(size));
stringpiece.h 36 typedef const char* pointer; typedef in class:art::StringPiece
57 // data() may return a pointer to a buffer with embedded NULs, and the
152 // Pointer to char data, not necessarily zero terminated.
  /development/ndk/platforms/android-9/arch-mips/include/asm/sn/
kldir.h 84 unsigned long pointer; member in struct:kldir_ent_s
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/regression/
AbstractMultipleLinearRegression.java 108 int pointer = 0; local
110 y[i] = data[pointer++];
115 x[i][j] = data[pointer++];
  /external/clang/include/clang/AST/
ASTVector.h 88 typedef T* pointer; typedef in class:clang::ASTVector
147 /// data - Return a pointer to the vector's buffer, even if empty().
148 pointer data() {
149 return pointer(Begin);
152 /// data - Return a pointer to the vector's buffer, even if empty().
Redeclarable.h 29 /// A pointer to a known latest declaration, either statically known or
38 /// A pointer to either an uninitialized latest declaration (where either
118 /// #1 int f(int x, int y = 1); // <pointer to #3, true>
119 /// #2 int f(int x = 0, int y); // <pointer to #1, false>
120 /// #3 int f(int x, int y) { return x + y; } // <pointer to #2, false>
122 /// If there is only one declaration, it is <pointer to self, true>
181 typedef decl_type* pointer; typedef in class:clang::Redeclarable::redecl_iterator
190 pointer operator->() const { return Current; }
  /external/clang/include/clang/Analysis/Support/
BumpVector.h 80 typedef T* pointer; typedef in class:clang::BumpVector
139 /// data - Return a pointer to the vector's buffer, even if empty().
140 pointer data() {
141 return pointer(Begin);
144 /// data - Return a pointer to the vector's buffer, even if empty().
  /external/deqp/framework/opengl/
gluDrawUtil.hpp 120 const void* data; //!< Data pointer.
146 VertexArrayPointer pointer; member in struct:glu::VertexArrayBinding
150 , pointer (pointer_)
  /external/deqp/framework/referencerenderer/
rrVertexAttrib.hpp 106 * Pointer is used if not null, otherwise generic attribute is used instead
115 const void* pointer; //!< Data pointer. member in struct:rr::VertexAttrib
116 GenericVec4 generic; //!< Generic attribute, used if pointer is null.
123 , pointer (DE_NULL)
132 , pointer (pointer_)
142 , pointer (DE_NULL)
  /external/e2fsprogs/lib/ss/
ss_internal.h 21 typedef void * pointer; typedef
54 pointer info_ptr; /* (void *) NULL */
89 void ss_list_requests(int, char const * const *, int, pointer);
  /external/freetype/include/
fttypes.h 309 /* A simple typedef for a typeless pointer. */
399 /* Read-only binary data represented as a pointer and a length. */
402 /* pointer :: The data. */
408 const FT_Byte* pointer; member in struct:FT_Data_
445 /* It can be used to store a pointer to client-specific data, as well */
452 /* data :: A typeless pointer to any client-specified data. This */
455 /* finalizer :: A pointer to a `generic finalizer' function, which */
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/
Field.java 27 /** This variable indicates the level of the pointer. */
33 /** This variable indicates if the field is a function pointer. */
92 DataType dataType = pointerLevel == 0 ? DataType.getDataType(type, blenderContext) : DataType.POINTER;
94 case POINTER:
96 Pointer pointer = new Pointer(pointerLevel, function, blenderContext); local
97 pointer.fill(blenderInputStream);
98 value = pointer;
100 Pointer[] data = new Pointer[dataToRead];
102 Pointer pointer = new Pointer(pointerLevel, function, blenderContext); local
    [all...]
  /external/libcxx/test/support/
nasty_containers.hpp 29 typedef typename nested_container::pointer pointer; typedef in class:nasty_vector
150 typedef typename nested_container::pointer pointer; typedef in class:nasty_list
  /external/lldb/test/functionalities/data-formatter/data-formatter-cpp/
main.cpp 67 const char* pointer; member in struct:IUseCharStar
68 IUseCharStar() : pointer("Hello world") {}

Completed in 1854 milliseconds

<<21222324252627282930>>