Searched refs:pointer (Results 26 - 50 of 454) sorted by relevance

1234567891011>>

/external/webkit/Tools/mangleme/
H A DMakefile9 CFLAGS = -Wall -O3 -fomit-frame-pointer -funroll-loops
/external/e2fsprogs/lib/ss/
H A Dss_internal.h21 typedef void * pointer; typedef
54 pointer info_ptr; /* (void *) NULL */
89 void ss_list_requests(int, char const * const *, int, pointer);
/external/icu4c/common/
H A Duhash.c43 * returns a pointer to that slot. If the table is full, and no match
117 /* This macro expects a UHashTok.pointer as its keypointer and
129 * or a pointer. If a hint bit is zero, then the associated
145 if (hash->keyDeleter != NULL && e->key.pointer != NULL &&
146 e->key.pointer != key.pointer) { /* Avoid double deletion */
147 (*hash->keyDeleter)(e->key.pointer);
150 if (oldValue.pointer != NULL &&
151 oldValue.pointer != value.pointer) { /* Avoi
[all...]
H A Dulist.c126 const UListNode *pointer = NULL; local
129 pointer = list->head;
131 while (pointer != NULL) {
132 if (length == uprv_strlen(pointer->data)) {
133 if (uprv_memcmp(data, pointer->data, length) == 0) {
139 pointer = pointer->next;
/external/freetype/src/base/
H A Dftsystem.c61 /* 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
[all...]
/external/replicaisland/src/com/replica/replicaisland/
H A DInputTouchScreen.java90 final InputXY pointer = mTouchPoints[x];
91 if (pointer.getPressed() &&
92 getTouchedWithinRegion(pointer.getX(), pointer.getY(), regionX, regionY, regionWidth, regionHeight)) {
93 touch = pointer;
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DMediaPlayerPrivateAndroid.cpp562 static void OnPrepared(JNIEnv* env, jobject obj, int duration, int width, int height, int pointer) argument
564 if (pointer) {
565 WebCore::MediaPlayerPrivate* player = reinterpret_cast<WebCore::MediaPlayerPrivate*>(pointer);
570 static void OnEnded(JNIEnv* env, jobject obj, int pointer) argument
572 if (pointer) {
573 WebCore::MediaPlayerPrivate* player = reinterpret_cast<WebCore::MediaPlayerPrivate*>(pointer);
578 static void OnRequestPlay(JNIEnv* env, jobject obj, int pointer) argument
580 if (pointer) {
581 WebCore::MediaPlayerPrivate* player = reinterpret_cast<WebCore::MediaPlayerPrivate*>(pointer);
586 static void OnPaused(JNIEnv* env, jobject obj, int pointer) argument
594 OnPosterFetched(JNIEnv* env, jobject obj, jobject poster, int pointer) argument
606 OnBuffering(JNIEnv* env, jobject obj, int percent, int pointer) argument
614 OnTimeupdate(JNIEnv* env, jobject obj, int position, int pointer) argument
622 OnRestoreState(JNIEnv* env, jobject obj, int pointer) argument
665 OnStopFullscreen(JNIEnv* env, jobject obj, int stillPlaying, int pointer) argument
[all...]
/external/google-diff-match-patch/name/fraser/neil/plaintext/
H A Ddiff_match_patch.java287 ListIterator<Diff> pointer = diffs.listIterator();
288 Diff thisDiff = pointer.next();
303 pointer.previous();
305 pointer.previous();
306 pointer.remove();
309 pointer.add(newDiff);
318 thisDiff = pointer.hasNext() ? pointer.next() : null;
794 ListIterator<Diff> pointer = diffs.listIterator();
799 Diff thisDiff = pointer
[all...]
/external/opencv/cv/src/
H A Dcvconvhull.cpp199 icvCalcAndWritePtIndices( CvPoint** pointer, int* stack, int start, int end, argument
211 CvPoint* ptr = (CvPoint*)pointer[stack[i]];
232 CvPoint** pointer = 0; local
332 CV_CALL( pointer = (CvPoint**)cvAlloc( ptseq->total*sizeof(pointer[0]) ));
334 pointerf = (CvPoint2D32f**)pointer;
340 pointer[i] = (CvPoint*)reader.ptr;
347 icvSortPointsByPointers_32s( pointer, total, 0 );
350 int y = pointer[i]->y;
351 if( pointer[miny_in
[all...]
/external/chromium/testing/gmock/include/gmock/
H A Dgmock-more-actions.h48 // function pointer or a functor. Invoke(f) can be used as an
55 // pointer or a functor).
150 // Action SaveArg<k>(pointer) saves the k-th (0-based) argument of the
151 // mock function to *pointer.
154 AND_1_VALUE_PARAMS(pointer)) {
155 *pointer = ::std::tr1::get<k>(args);
158 // Action SaveArgPointee<k>(pointer) saves the value pointed to
159 // by the k-th (0-based) argument of the mock function to *pointer.
162 AND_1_VALUE_PARAMS(pointer)) {
163 *pointer
[all...]
/external/stlport/stlport/stl/
H A D_vector.c69 pointer __tmp;
81 void vector<_Tp, _Alloc>::_M_insert_overflow_aux(pointer __pos, const _Tp& __x, const __false_type& /*DO NOT USE!!*/,
88 pointer __new_start = this->_M_end_of_storage.allocate(__len, __len);
89 pointer __new_finish = __new_start;
108 void vector<_Tp, _Alloc>::_M_insert_overflow(pointer __pos, const _Tp& __x, const __true_type& /*_TrivialCopy*/,
111 pointer __new_start = this->_M_end_of_storage.allocate(__len, __len);
112 pointer __new_finish = __STATIC_CAST(pointer, _STLP_PRIV __copy_trivial(this->_M_start, __pos, __new_start));
116 __new_finish = __STATIC_CAST(pointer, _STLP_PRIV __copy_trivial(__pos, this->_M_finish, __new_finish)); // copy remainder
151 pointer __old_finis
[all...]
H A D_iostream_string.h52 typedef typename _Base::pointer pointer; typedef in class:__iostring_allocator
69 void deallocate(pointer __p, size_type __n) {
/external/libffi/src/x86/
H A Dwin32.S72 # If the return value pointer is NULL, assume no return value.
87 # Load %ecx with the pointer to storage for the return value
95 # Load %ecx with the pointer to storage for the return value
103 # Load %ecx with the pointer to storage for the return value
111 # Load %ecx with the pointer to storage for the return value
119 # Load %ecx with the pointer to storage for the return value
127 # Load %ecx with the pointer to storage for the return value
135 # Load %ecx with the pointer to storage for the return value
183 # If the return value pointer is NULL, assume no return value.
198 # Load %ecx with the pointer t
[all...]
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DPoolAlloc.h144 // available, otherwise a properly aligned pointer to 'numBytes' of memory.
243 typedef T* pointer; typedef in class:pool_allocator
253 pointer address(reference x) const { return &x; }
275 pointer allocate(size_type n) {
276 return reinterpret_cast<pointer>(getAllocator().allocate(n * sizeof(T)));
278 pointer allocate(size_type n, const void*) {
279 return reinterpret_cast<pointer>(getAllocator().allocate(n * sizeof(T)));
281 void deallocate(pointer, size_type) {}
284 void construct(pointer p, const T& val) { new ((void *)p) T(val); }
285 void destroy(pointer
[all...]
/external/webkit/Source/WebCore/platform/text/cf/
H A DStringImplCF.cpp71 static void* reallocate(void* pointer, CFIndex newSize, CFOptionFlags, void*) argument
74 StringImpl** header = static_cast<StringImpl**>(pointer) - 1;
89 static void deallocate(void* pointer, void*) argument
91 StringImpl** header = static_cast<StringImpl**>(pointer) - 1;
140 // Put pointer to the StringImpl in a global so the allocator can store it with the CFString.
/external/icu4c/test/cintltst/
H A Dchashtst.c52 s.pointer = (void *)a;
53 t.pointer = (void *)b;
60 s.pointer = (void *)a;
61 t.pointer = (void *)b;
68 s.pointer = (void *)a;
69 t.pointer = (void *)b;
323 return *(const char*) key.pointer;
327 return (UBool)((key1.pointer != NULL) &&
328 (key2.pointer != NULL) &&
329 (uprv_strcmp((const char*)key1.pointer, (cons
[all...]
/external/chromium/chrome/browser/resources/ntp4/
H A Dapps_page.css20 cursor: pointer;
/external/clang/test/CodeGenCXX/
H A D2007-09-10-RecursiveTypeResolution.cpp30 typedef _Tp *pointer; typedef in struct:std::allocator
54 typedef __gnu_cxx::__normal_iterator < typename _Alloc::pointer,
H A Dthunk-use-after-free.cpp7 typedef _Tp *pointer; typedef in struct:new_allocator
17 typename _Tp_alloc_type::pointer _M_end_of_storage;
/external/clang/test/SemaTemplate/
H A Dclass-template-spec.cpp61 typedef void* pointer; typedef in struct:N::A0
68 void foo(A0<void>::pointer p = 0);
/external/elfutils/libdwfl/
H A DAndroid.mk59 # to suppress the "pointer of type ‘void *’ used in arithmetic" warning
60 LOCAL_CFLAGS += -Wno-pointer-arith
96 # to suppress the "pointer of type ‘void *’ used in arithmetic" warning
97 LOCAL_CFLAGS += -Wno-pointer-arith
/external/llvm/include/llvm/Analysis/
H A DConstantsScanner.h54 inline pointer operator*() const {
58 inline pointer operator->() const { return operator*(); }
/external/srtp/crypto/hash/
H A Dhmac.c59 uint8_t *pointer; local
76 pointer = (uint8_t*)crypto_alloc(sizeof(hmac_ctx_t) + sizeof(auth_t));
77 if (pointer == NULL)
81 *a = (auth_t *)pointer;
83 (*a)->state = pointer + sizeof(auth_t);
243 NULL /* pointer to next testcase */
/external/webkit/Tools/android/flex-2.5.4a/MISC/
H A Dalloca.c64 typedef void *pointer; typedef
66 typedef char *pointer; typedef
84 extern pointer malloc ();
154 /* Return a pointer to at least SIZE bytes of storage,
161 pointer
185 free ((pointer) hp); /* Collect garbage. */
201 register pointer new = malloc (sizeof (header) + size);
211 return (pointer) ((char *) new + sizeof (header));
/external/icu4c/tools/tzcode/
H A Dprivate.h179 void * irealloc(void * pointer, int size);
180 void icfree(char * pointer);
181 void ifree(char * pointer);

Completed in 629 milliseconds

1234567891011>>