HomeSort by relevance Sort by last modified time
    Searched refs:pointer (Results 251 - 275 of 3421) sorted by null

<<11121314151617181920>>

  /external/webrtc/webrtc/system_wrappers/source/
aligned_malloc.cc 29 // The pointer should be aligned with |alignment| bytes. The - 1 guarantees
42 void* GetRightAlign(const void* pointer, size_t alignment) {
43 if (!pointer) {
49 uintptr_t start_pos = reinterpret_cast<uintptr_t>(pointer);
63 // A pointer to the start of the memory must be stored so that it can be
  /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_/
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/ov_tree_map_/
iterators_fn_imps.hpp 70 return node_const_iterator(const_cast<pointer>(mid_pointer(begin(), end())),
71 const_cast<pointer>(begin()),
72 const_cast<pointer>(end()),(m_a_metadata == 0)?
  /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_/
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/ov_tree_map_/
iterators_fn_imps.hpp 70 return node_const_iterator(const_cast<pointer>(mid_pointer(begin(), end())),
71 const_cast<pointer>(begin()),
72 const_cast<pointer>(end()),(m_a_metadata == 0)?
  /toolchain/binutils/binutils-2.27/include/vms/
dsc.h 91 unsigned char pointer[4]; member in struct:vms_dsc
101 unsigned char pointer[8]; member in struct:vms_dsc64
109 unsigned char pointer[4]; member in struct:vms_dsc_nca
  /external/icu/icu4c/source/common/
uhash.cpp 46 * returns a pointer to that slot. If the table is full, and no match
120 /* This macro expects a UHashTok.pointer as its keypointer and
132 * or a pointer. If a hint bit is zero, then the associated
148 if (hash->keyDeleter != NULL && e->key.pointer != NULL &&
149 e->key.pointer != key.pointer) { /* Avoid double deletion */
150 (*hash->keyDeleter)(e->key.pointer);
153 if (oldValue.pointer != NULL &&
154 oldValue.pointer != value.pointer) { /* Avoid double deletion *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
bitmap_allocator.h 76 typedef _Tp* pointer; typedef in class:__detail::__mini_vector
81 typedef pointer iterator;
84 pointer _M_start;
85 pointer _M_finish;
86 pointer _M_end_of_storage;
92 pointer
94 { return static_cast<pointer>(::operator new(__n * sizeof(_Tp))); }
97 deallocate(pointer __p, size_type)
279 // _Tp should be a pointer type.
284 typedef _Tp pointer; typedef in class:__detail::_Inclusive_between
401 typedef _Tp pointer; typedef in class:__detail::_Bitmap_counter
670 typedef void* pointer; typedef in class:bitmap_allocator
692 typedef _Tp* pointer; typedef in class:bitmap_allocator
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
bitmap_allocator.h 76 typedef _Tp* pointer; typedef in class:__detail::__mini_vector
81 typedef pointer iterator;
84 pointer _M_start;
85 pointer _M_finish;
86 pointer _M_end_of_storage;
92 pointer
94 { return static_cast<pointer>(::operator new(__n * sizeof(_Tp))); }
97 deallocate(pointer __p, size_type)
279 // _Tp should be a pointer type.
284 typedef _Tp pointer; typedef in class:__detail::_Inclusive_between
401 typedef _Tp pointer; typedef in class:__detail::_Bitmap_counter
670 typedef void* pointer; typedef in class:bitmap_allocator
692 typedef _Tp* pointer; typedef in class:bitmap_allocator
    [all...]
  /external/freetype/src/base/
ftsystem.c 61 /* memory :: A pointer to the memory object. */
87 /* memory :: A pointer to the memory object. */
120 /* memory :: A pointer to the memory object. */
153 #define STREAM_FILE( stream ) ( (FT_FILE*)stream->descriptor.pointer )
165 /* stream :: A pointer to the stream object. */
172 stream->descriptor.pointer = NULL;
187 /* stream :: A pointer to the stream object. */
233 stream->descriptor.pointer = NULL;
234 stream->pathname.pointer = (char*)filepathname;
260 stream->descriptor.pointer = file
    [all...]
  /external/libcxx/test/support/
test_allocator.h 58 typedef value_type* pointer; typedef in class:test_allocator
76 pointer address(reference x) const {return &x;}
78 pointer allocate(size_type n, const void* = 0)
90 return (pointer)::operator new(n * sizeof(T));
92 void deallocate(pointer p, size_type)
97 void construct(pointer p, const T& val)
100 template <class U> void construct(pointer p, U&& val)
103 void destroy(pointer p)
126 typedef value_type* pointer; typedef in class:non_default_test_allocator
140 pointer address(reference x) const {return &x;
188 typedef value_type* pointer; typedef in class:test_allocator
359 typedef value_type* pointer; typedef in class:limited_allocator
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
InputTouchScreen.java 90 final InputXY pointer = mTouchPoints[x]; local
91 if (pointer.getPressed() &&
92 getTouchedWithinRegion(pointer.getX(), pointer.getY(), regionX, regionY, regionWidth, regionHeight)) {
93 touch = pointer;
  /external/webrtc/talk/session/media/
externalhmac.cc 68 NULL // Pointer to next
93 uint8_t* pointer; local
105 pointer = new uint8_t[(sizeof(ExternalHmacContext) + sizeof(auth_t))];
106 if (pointer == NULL)
110 *a = (auth_t *)pointer;
115 (*a)->state = pointer + sizeof(auth_t);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
test_allocator.h 58 typedef value_type* pointer; typedef in class:test_allocator
76 pointer address(reference x) const {return &x;}
78 pointer allocate(size_type n, const void* = 0)
90 return (pointer)::operator new(n * sizeof(T));
92 void deallocate(pointer p, size_type)
97 void construct(pointer p, const T& val)
100 template <class U> void construct(pointer p, U&& val)
103 void destroy(pointer p)
126 typedef value_type* pointer; typedef in class:non_default_test_allocator
140 pointer address(reference x) const {return &x;
188 typedef value_type* pointer; typedef in class:test_allocator
359 typedef value_type* pointer; typedef in class:limited_allocator
    [all...]
  /external/python/cpython2/Lib/ctypes/test/
test_parameters.py 87 from ctypes import c_short, c_uint, c_int, c_long, POINTER, pointer
88 LPINT = POINTER(c_int)
90 ## p = pointer(c_int(42))
92 x = LPINT.from_param(pointer(c_int(42)))
99 self.assertRaises(TypeError, LPINT.from_param, pointer(c_long(42)))
100 self.assertRaises(TypeError, LPINT.from_param, pointer(c_uint(42)))
101 self.assertRaises(TypeError, LPINT.from_param, pointer(c_short(42)))
104 # The from_param class method of POINTER(typ) classes accepts what is
106 from ctypes import c_short, c_uint, c_int, c_long, pointer, POINTER, byre
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_parameters.py 91 from ctypes import c_short, c_uint, c_int, c_long, POINTER, pointer
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
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_parameters.py 91 from ctypes import c_short, c_uint, c_int, c_long, POINTER, pointer
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
    [all...]
  /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
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
    [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
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
    [all...]
  /bionic/libc/malloc_debug/
PointerData.cpp 78 g_debug->pointer->ToggleBacktraceEnabled();
82 g_debug->pointer->EnableDumping();
175 uintptr_t pointer = reinterpret_cast<uintptr_t>(ptr); local
182 pointers_[pointer] = PointerInfoType{PointerInfoType::GetEncodedSize(pointer_size), hash_index};
186 uintptr_t pointer = reinterpret_cast<uintptr_t>(ptr); local
190 auto entry = pointers_.find(pointer);
193 error_log("No tracked pointer found for 0x%" PRIxPTR, pointer);
197 pointers_.erase(pointer);
204 uintptr_t pointer = reinterpret_cast<uintptr_t>(ptr) local
292 uintptr_t pointer = reinterpret_cast<uintptr_t>(ptr); local
317 uintptr_t pointer = reinterpret_cast<uintptr_t>(ptr); local
492 uintptr_t pointer = reinterpret_cast<uintptr_t>(ptr); local
    [all...]
PointerData.h 98 uintptr_t pointer; member in struct:FreePointerInfoType
103 uintptr_t pointer; member in struct:ListInfoType
138 static void Add(const void* pointer, size_t size);
139 static void Remove(const void* pointer);
145 static void* AddFreed(const void* pointer);
157 static size_t GetFrames(const void* pointer, uintptr_t* frames, size_t max_frames);
159 static bool Exists(const void* pointer);
  /build/blueprint/proptools/
typeequal_test.go 40 // Matching pointer to struct
46 // Mismatching pointer to struct
64 // Matching embedded pointer to struct
70 // Mismatching embedded pointer to struct
76 // Matching embedded nil pointer to struct
82 // Mismatching embedded nil pointer to struct
88 // Mismatching nilitude embedded pointer to struct
94 // Matching embedded interface to pointer to struct
100 // Mismatching embedded interface to pointer to struct
106 // Matching embedded nil interface to pointer to struc
    [all...]
  /external/freetype/builds/unix/
ftsystem.c 89 /* memory :: A pointer to the memory object. */
115 /* memory :: A pointer to the memory object. */
148 /* memory :: A pointer to the memory object. */
180 #define STREAM_FILE( stream ) ( (FILE*)stream->descriptor.pointer )
192 /* stream :: A pointer to the stream object. */
197 munmap( (MUNMAP_ARG_CAST)stream->descriptor.pointer, stream->size );
199 stream->descriptor.pointer = NULL;
214 /* stream :: A pointer to the stream object. */
219 ft_free( NULL, stream->descriptor.pointer );
221 stream->descriptor.pointer = NULL
    [all...]

Completed in 500 milliseconds

<<11121314151617181920>>