HomeSort by relevance Sort by last modified time
    Searched refs:pointer (Results 1 - 25 of 1101) 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...]
  /prebuilt/linux-x86/toolchain/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
  /prebuilt/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
  /prebuilt/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
  /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]
  /prebuilt/linux-x86/toolchain/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(); }
malloc_allocator.h 57 typedef _Tp* pointer; typedef in class:malloc_allocator
76 pointer
84 pointer
90 pointer __ret = static_cast<_Tp*>(std::malloc(__n * sizeof(_Tp)));
96 // __p is not permitted to be a null pointer.
98 deallocate(pointer __p, size_type)
108 construct(pointer __p, const _Tp& __val)
114 construct(pointer __p, _Args&&... __args)
119 destroy(pointer __p) { __p->~_Tp(); }
  /prebuilt/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(); }
  /prebuilt/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(); }
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xdefs.h 55 typedef void *pointer; typedef
106 typedef void (* BlockHandlerProcPtr)(pointer /* blockData */,
108 pointer /* pReadmask */);
  /dalvik/vm/mterp/x86-atom/
stub.S 20 SAVE_PC_FP_TO_GLUE %edx # save program counter and frame pointer
24 LOAD_PC_FP_FROM_GLUE # restore program counter and frame pointer
  /external/webkit/Source/JavaScriptCore/wtf/
DynamicAnnotations.h 54 #define WTF_ANNOTATE_BENIGN_RACE(pointer, description) WTFAnnotateBenignRaceSized(__FILE__, __LINE__, pointer, sizeof(*(pointer)), description)
59 * the former to the latter when they share the same argument pointer.
91 #define WTF_ANNOTATE_BENIGN_RACE(pointer, description)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/unordered_iterator/
point_iterator.hpp 57 // Iterator's pointer type.
58 typedef pointer_ pointer; typedef in class:point_iterator_
60 // Iterator's const pointer type.
86 inline pointer
132 point_iterator_(pointer p_value) : m_p_value(p_value)
141 pointer m_p_value;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/unordered_iterator/
point_iterator.hpp 57 // Iterator's pointer type.
58 typedef pointer_ pointer; typedef in class:point_iterator_
60 // Iterator's const pointer type.
86 inline pointer
132 point_iterator_(pointer p_value) : m_p_value(p_value)
141 pointer m_p_value;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/unordered_iterator/
point_iterator.hpp 57 // Iterator's pointer type.
58 typedef pointer_ pointer; typedef in class:point_iterator_
60 // Iterator's const pointer type.
86 inline pointer
132 point_iterator_(pointer p_value) : m_p_value(p_value)
141 pointer m_p_value;
  /external/v8/src/
small-pointer-list.h 55 void Add(T* pointer) {
56 ASSERT(IsAligned(reinterpret_cast<intptr_t>(pointer), kPointerAlignment));
58 data_ = reinterpret_cast<intptr_t>(pointer) | kSingletonTag;
64 list->Add(pointer);
69 list()->Add(pointer);
87 void RemoveElement(T* pointer) {
90 if (pointer == single_value()) {
95 list()->RemoveElement(pointer);
123 int CountOccurrences(T* pointer, int start, int end) const {
127 return (single_value() == pointer) ? 1 : 0
    [all...]
  /frameworks/base/core/jni/
android_nio_utils.h 25 * Given an nio.Buffer, return a pointer to it, beginning at its current
26 * position. The returned pointer is only valid for the current JNI stack-frame.
35 * and the returned pointer when the caller is through with it.
38 * @return The pointer to the memory in the buffer object
44 * Pass that array and the returned pointer when you are done accessing the
45 * pointer. If called (i.e. array is non-null), it must be called in the same
50 * @param pointer The pointer returned by android_nio_getPointer
51 * @param commit JNI_FALSE if the pointer was just read, and JNI_TRUE if
52 * the pointer was written to
62 void* pointer() const { return fPointer; } function in class:android::AutoBufferPointer
    [all...]

Completed in 3353 milliseconds

1 2 3 4 5 6 7 8 91011>>