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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Tools/android/flex-2.5.4a/MISC/Macintosh/
alloca.h 7 typedef void *pointer; typedef
9 pointer alloca(unsigned size);
alloca.c 51 typedef void *pointer; /* generic pointer type */ typedef
53 typedef char *pointer; /* generic pointer type */
56 #define NULL 0 /* null pointer constant */
59 extern pointer xmalloc();
130 alloca( size ) returns a pointer to at least `size' bytes of
140 pointer
141 alloca (size) /* returns pointer to storage */
164 free ((pointer) hp); /* collect garbage *
    [all...]
  /frameworks/compile/mclinker/unittests/
LinearAllocatorTest.cpp 43 Data* pointer = m_pTestee->allocate(10); local
44 ASSERT_FALSE(0 == pointer);
50 Data* pointer = m_pTestee->allocate(); local
51 ASSERT_FALSE(0 == pointer);
57 Data* pointer = m_pTestee->allocate(CHUNK_SIZE+1); local
58 ASSERT_TRUE(0 == pointer);
64 Data* pointer = m_pTestee->allocate(); local
65 m_pTestee->construct(pointer);
66 ASSERT_EQ(1, pointer->one);
67 ASSERT_EQ(2, pointer->two)
73 Data* pointer = m_pTestee->allocate(); local
84 Data* pointer = m_pTestee->allocate(10); local
93 Data* pointer = m_pTestee->allocate(10); local
105 Data* pointer = m_pTestee->allocate(); local
122 Data* pointer = m_pTestee->allocate(10); local
    [all...]
RTLinearAllocatorTest.cpp 44 Data* pointer = m_pTestee->allocate(10); local
45 ASSERT_FALSE(0 == pointer);
51 Data* pointer = m_pTestee->allocate(); local
52 ASSERT_FALSE(0 == pointer);
58 Data* pointer = m_pTestee->allocate(CHUNK_SIZE+1); local
59 ASSERT_TRUE(0 == pointer);
65 Data* pointer = m_pTestee->allocate(); local
66 m_pTestee->construct(pointer);
67 ASSERT_EQ(1, pointer->one);
68 ASSERT_EQ(2, pointer->two)
74 Data* pointer = m_pTestee->allocate(); local
85 Data* pointer = m_pTestee->allocate(10); local
94 Data* pointer = m_pTestee->allocate(10); local
106 Data* pointer = m_pTestee->allocate(); local
123 Data* pointer = m_pTestee->allocate(10); local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/gp_hash_table_map_/
find_no_store_hash_fn_imps.hpp 43 inline typename PB_DS_CLASS_C_DEC::pointer
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/gp_hash_table_map_/
find_no_store_hash_fn_imps.hpp 43 inline typename PB_DS_CLASS_C_DEC::pointer
  /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/gp_hash_table_map_/
find_no_store_hash_fn_imps.hpp 43 inline typename PB_DS_CLASS_C_DEC::pointer
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
find_no_store_hash_fn_imps.hpp 43 inline typename PB_DS_CLASS_C_DEC::pointer
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
find_no_store_hash_fn_imps.hpp 43 inline typename PB_DS_CLASS_C_DEC::pointer
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
find_no_store_hash_fn_imps.hpp 43 inline typename PB_DS_CLASS_C_DEC::pointer
  /external/tcpdump/tests/
isakmp2.sh 3 uudecode isakmp-pointer-loop.puu
6 if (../tcpdump -t -n -r isakmp-pointer-loop.pcap | diff - isakmp2.out)
  /dalvik/vm/compiler/template/armv5te-vfp/
TEMPLATE_RESTORE_STATE.S 6 add r0, r0, rSELF @ pointer to heapArgSpace.coreRegs[0]
7 add r0, #64 @ pointer to heapArgSpace.fpRegs[0]
9 sub r0, #64 @ pointer to heapArgSpace.coreRegs[0]
  /external/embunit/inc/
AssertImpl.h 53 #define TEST_ASSERT_NULL(pointer)\
54 TEST_ASSERT_MESSAGE(pointer == NULL,#pointer " was not null.")
56 #define TEST_ASSERT_NOT_NULL(pointer)\
57 TEST_ASSERT_MESSAGE(pointer != NULL,#pointer " was null.")
  /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 int pointer = getPointer(); local
85 if (pointer == 0) {
88 return getIndex(pointer, uri, localName);
95 int pointer = getPointer(); local
96 if (pointer == 0) {
99 return getIndexForQName(pointer, qName);
123 int pointer = getPointer(); local
124 if (pointer == 0)
134 int pointer = getPointer(); local
    [all...]
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_RESTORE_STATE.S 6 add r0, r0, rSELF @ pointer to heapArgSpace.coreRegs[0]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
debug_allocator.h 66 typedef typename _Alloc::pointer pointer; typedef in class:debug_allocator
86 pointer
89 pointer __res = _M_allocator.allocate(__n + _M_extra);
95 pointer
98 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint);
105 deallocate(pointer __p, size_type __n)
109 pointer __real_p = __p - _M_extra;
118 throw std::runtime_error("debug_allocator::deallocate null pointer");
new_allocator.h 56 typedef _Tp* pointer; typedef in class:new_allocator
75 pointer
83 pointer
92 // __p is not permitted to be a null pointer.
94 deallocate(pointer __p, size_type)
104 construct(pointer __p, const _Tp& __val)
110 construct(pointer __p, _Args&&... __args)
115 destroy(pointer __p) { __p->~_Tp(); }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
debug_allocator.h 68 typedef typename _Alloc::pointer pointer; typedef in class:debug_allocator
88 pointer
91 pointer __res = _M_allocator.allocate(__n + _M_extra);
97 pointer
100 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint);
107 deallocate(pointer __p, size_type __n)
111 pointer __real_p = __p - _M_extra;
120 throw std::runtime_error("debug_allocator::deallocate null pointer");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
debug_allocator.h 68 typedef typename _Alloc::pointer pointer; typedef in class:debug_allocator
88 pointer
91 pointer __res = _M_allocator.allocate(__n + _M_extra);
97 pointer
100 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint);
107 deallocate(pointer __p, size_type __n)
111 pointer __real_p = __p - _M_extra;
120 throw std::runtime_error("debug_allocator::deallocate null pointer");
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
debug_allocator.h 66 typedef typename _Alloc::pointer pointer; typedef in class:debug_allocator
86 pointer
89 pointer __res = _M_allocator.allocate(__n + _M_extra);
95 pointer
98 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint);
105 deallocate(pointer __p, size_type __n)
109 pointer __real_p = __p - _M_extra;
118 throw std::runtime_error("debug_allocator::deallocate null pointer");
new_allocator.h 56 typedef _Tp* pointer; typedef in class:new_allocator
75 pointer
83 pointer
92 // __p is not permitted to be a null pointer.
94 deallocate(pointer __p, size_type)
104 construct(pointer __p, const _Tp& __val)
110 construct(pointer __p, _Args&&... __args)
115 destroy(pointer __p) { __p->~_Tp(); }
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
debug_allocator.h 66 typedef typename _Alloc::pointer pointer; typedef in class:debug_allocator
86 pointer
89 pointer __res = _M_allocator.allocate(__n + _M_extra);
95 pointer
98 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint);
105 deallocate(pointer __p, size_type __n)
109 pointer __real_p = __p - _M_extra;
118 throw std::runtime_error("debug_allocator::deallocate null pointer");
new_allocator.h 56 typedef _Tp* pointer; typedef in class:new_allocator
75 pointer
83 pointer
92 // __p is not permitted to be a null pointer.
94 deallocate(pointer __p, size_type)
104 construct(pointer __p, const _Tp& __val)
110 construct(pointer __p, _Args&&... __args)
115 destroy(pointer __p) { __p->~_Tp(); }
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/
debug_allocator.h 66 typedef typename _Alloc::pointer pointer; typedef in class:debug_allocator
86 pointer
89 pointer __res = _M_allocator.allocate(__n + _M_extra);
95 pointer
98 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint);
105 deallocate(pointer __p, size_type __n)
109 pointer __real_p = __p - _M_extra;
118 throw std::runtime_error("debug_allocator::deallocate null pointer");
  /frameworks/native/opengl/libs/GLES_CM/
gl.cpp 45 const GLvoid *pointer, GLsizei count);
47 GLsizei stride, const GLvoid *pointer, GLsizei count);
49 GLsizei stride, const GLvoid *pointer, GLsizei count);
51 GLsizei stride, const GLvoid *pointer, GLsizei count);
53 GLsizei stride, const GLvoid *pointer, GLsizei count);
55 GLsizei stride, const GLvoid *pointer, GLsizei count);
63 const GLvoid *pointer, GLsizei count) {
64 glNormalPointer(type, stride, pointer);
67 GLsizei stride, const GLvoid *pointer, GLsizei count) {
68 glTexCoordPointer(size, type, stride, pointer);
    [all...]

Completed in 871 milliseconds

1 2 3 4 5 6 7 8 91011>>