Searched refs:pointer (Results 176 - 200 of 454) sorted by relevance

1234567891011>>

/external/icu4c/i18n/unicode/
H A Dtranslit.h263 * A context integer or pointer for a factory function, passed by
274 * This token, interpreted as a native pointer.
277 void* pointer; member in union:Transliterator::Token
288 * Return a token containing a pointer.
289 * @return a token containing a pointer.
297 * instantiated, together with the context pointer that was passed
304 * @param context a context pointer that will be stored and
968 * @param factory a function pointer that will be copied and
970 * @param context a context pointer that will be stored and
1020 * @param factory a function pointer tha
[all...]
/external/icu4c/test/intltest/
H A Duvectest.cpp83 return !strcmp((const char *)key1.pointer, (const char *)key2.pointer);
/external/libffi/src/arm/
H A Dsysv.S180 @ Load r2 with the pointer to storage for the return value
186 @ If the return value pointer is NULL, assume no return value.
/external/libpng/
H A DAndroid.mk25 common_CFLAGS := -std=gnu89 -fvisibility=hidden ## -fomit-frame-pointer
H A Dpngtest.c476 * error function pointer in png_set_error_fn().
504 png_voidp pointer; member in struct:memory_information
543 pinfo->pointer = (png_voidp)png_malloc(png_ptr, size);
548 if (size != 0 && pinfo->pointer == NULL)
558 png_memset(pinfo->pointer, 0xdd, pinfo->size);
561 pinfo->pointer);
562 return (png_voidp)(pinfo->pointer);
566 /* Free a pointer. It is removed from the list at the same time. */
571 fprintf(STDERR, "NULL pointer to png_debug_free.\n");
575 fprintf(STDERR, "WARNING: freeing NULL pointer\
[all...]
/external/libvpx/vp8/encoder/arm/armv6/
H A Dvp8_subtract_armv6.asm63 add r6, r6, r2, lsl #1 ; update diff pointer
117 add r1, r1, r5 ; update usrc pointer
160 add r2, r2, r5 ; update vsrc pointer
248 add r1, r1, r3 ; update src pointer
/external/llvm/include/llvm/ADT/
H A DEquivalenceClasses.h59 /// provides a "next pointer", which is used to enumerate all of the elements
60 /// in the unioned set. Finally, it defines either a "end of list pointer" or
61 /// "leader pointer" depending on whether the value itself is a leader. A
62 /// "leader pointer" points to the node that is the leader for this element,
63 /// if the node is not a leader. A "end of list pointer" points to the last
87 assert(getNext() == 0 && "Already has a next pointer!");
226 // Update L1LV's end of list pointer.
245 typedef typename super::pointer pointer; typedef in class:llvm::EquivalenceClasses::member_iterator
H A DSCCIterator.h45 typedef typename super::pointer pointer; typedef in class:llvm::scc_iterator
60 // First element is basic block pointer, second is the 'next child' to visit
/external/v8/preparser/
H A Dpreparser-process.cc182 explicit ScopedPointer(T* pointer) : pointer_(pointer) {} argument
/external/v8/src/
H A Dv8globals.h168 typedef bool (*WeakSlotCallback)(Object** pointer);
170 typedef bool (*WeakSlotCallbackWithHeap)(Heap* heap, Object** pointer);
392 // OBJECT_POINTER_ALIGN returns the value aligned as a HeapObject pointer
396 // POINTER_SIZE_ALIGN returns the value aligned as a pointer.
400 // MAP_POINTER_ALIGN returns the value aligned as a map pointer.
/external/valgrind/main/helgrind/
H A Dhelgrind.h490 Report that the bytes in the range [pointer, pointer+size) are about
492 arc from the call ANNOTATE_PUBLISH_MEMORY_RANGE(pointer, size) to
500 #define ANNOTATE_PUBLISH_MEMORY_RANGE(pointer, size) \
504 /* #define ANNOTATE_UNPUBLISH_MEMORY_RANGE(pointer, size) */
507 /* #define ANNOTATE_SWAP_MEMORY_RANGE(pointer, size) */
592 /* Report that we may have a benign race at "pointer", with size
593 "sizeof(*(pointer))". "pointer" must be a non-void* pointer
[all...]
/external/webkit/Tools/DumpRenderTree/mac/PerlSupport/
H A DDumpRenderTreeSupport_wrapPregenerated.c23 * This file contains generic CAPI SWIG runtime support for pointer
176 if (!ty) return 0; /* Void pointer */
199 Cast a pointer up an inheritance hierarchy
207 Dynamic pointer casting. Down an inheritance hierarchy
417 * This file contains generic SWIG runtime support for pointer
657 SV *pointer; local
659 /* first check if pointer already created */
661 pointer = get_sv("swig_runtime_data::type_pointer" SWIG_RUNTIME_VERSION SWIG_TYPE_TABLE_NAME, FALSE);
662 if (pointer && SvOK(pointer)) {
1082 SV *pointer; local
[all...]
/external/icu4c/common/
H A Dstringtriebuilder.cpp25 return U_NAMESPACE_QUALIFIER StringTrieBuilder::hashNode(key.pointer);
30 return U_NAMESPACE_QUALIFIER StringTrieBuilder::equalNodes(key1.pointer, key2.pointer);
328 return (Node *)old->key.pointer;
352 return (Node *)old->key.pointer;
/external/libvpx/vp8/common/arm/neon/
H A Dmbloopfilter_neon.asm38 sub r0, r0, r1, lsl #2 ; move src pointer down by 4 lines
39 ldr r12, [sp, #4] ; load thresh pointer
83 sub r0, r0, r1, lsl #2 ; move u pointer down by 4 lines
86 ldr r12, [sp, #4] ; load thresh pointer
87 sub r3, r3, r1, lsl #2 ; move v pointer down by 4 lines
145 sub r0, r0, #4 ; move src pointer down by 4 columns
148 ldr r12, [sp, #4] ; load thresh pointer
257 sub r0, r0, #4 ; move src pointer down by 4 columns
260 ldr r12, [sp, #4] ; load thresh pointer
262 sub r3, r3, #4 ; move v pointer dow
[all...]
/external/chromium/testing/gtest/test/
H A Dgtest-port_test.cc942 bar.pointer();
948 EXPECT_EQ(thread_local.pointer(), &(thread_local.get()));
952 EXPECT_EQ(thread_local.pointer(), &(thread_local.get()));
959 EXPECT_EQ(thread_local.pointer(), const_thread_local.pointer());
962 EXPECT_EQ(thread_local.pointer(), const_thread_local.pointer());
/external/gtest/test/
H A Dgtest-port_test.cc962 bar.pointer();
968 EXPECT_EQ(thread_local.pointer(), &(thread_local.get()));
972 EXPECT_EQ(thread_local.pointer(), &(thread_local.get()));
979 EXPECT_EQ(thread_local.pointer(), const_thread_local.pointer());
982 EXPECT_EQ(thread_local.pointer(), const_thread_local.pointer());
/external/stlport/stlport/stl/
H A D_string_workaround.h222 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len);
223 pointer __new_finish = uninitialized_copy(this->_M_Start(), this->_M_Finish(), __new_start);
284 pointer __cur = this->_M_Start();
378 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len);
379 pointer __new_finish = uninitialized_copy(this->_M_Start(), __pos, __new_start);
410 pointer __old_finish = this->_M_Finish();
441 void _M_copyT(_InputIterator __first, _InputIterator __last, pointer __result) {
/external/clang/include/clang/AST/
H A DASTVector.h32 // additional overloads so that elements with pointer types are recognized as
85 typedef T* pointer; typedef in class:clang::ASTVector
144 /// data - Return a pointer to the vector's buffer, even if empty().
145 pointer data() {
146 return pointer(Begin);
149 /// data - Return a pointer to the vector's buffer, even if empty().
H A DDeclFriend.h47 // A pointer to the next friend in the sequence.
144 typedef FriendDecl *pointer; typedef in class:clang::CXXRecordDecl::friend_iterator
H A DDependentDiagnostic.h133 typedef DependentDiagnostic *pointer; typedef in class:clang::DeclContext::ddiag_iterator
/external/kernel-headers/original/asm-mips/sn/
H A Daddrs.h374 #define GDA_ADDR(nasid) KLD_GDA(nasid)->pointer
419 #define KERN_VARS_ADDR(nasid) KLD_KERN_VARS(nasid)->pointer
422 #define KERN_XP_ADDR(nasid) KLD_KERN_XP(nasid)->pointer
/external/stlport/test/unit/
H A Dvector_test.cpp32 CPPUNIT_TEST(pointer);
55 void pointer();
335 void VectorTest::pointer() function in class:VectorTest
/external/astl/include/
H A Dstring67 typedef value_type* pointer;
69 typedef __wrapper_iterator<pointer,string> iterator;
116 // @return A pointer to null-terminated contents.
315 value_type *mData; // pointer to the buffer
/external/chromium/chrome/browser/resources/bookmark_manager/css/
H A Dbmm.css230 cursor: pointer;
254 pointer-events: none;
/external/chromium/testing/gmock/scripts/generator/cpp/
H A Dgmock_class.py81 if node.return_type.pointer:

Completed in 1299 milliseconds

1234567891011>>