Searched refs:pointer (Results 201 - 225 of 3890) sorted by relevance

1234567891011>>

/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dftsystem.h165 * A generic typeless pointer for user data.
168 * A pointer type to an allocation function.
171 * A pointer type to an memory freeing function.
174 * A pointer type to a reallocation function.
212 * A union type used to store either a long or a pointer. This is used
219 void* pointer; member in union:FT_StreamDesc_
299 * This field is a union that can hold an integer or a pointer. It is
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jmemnobs.c34 void FXMEM_DefaultFree(void* pointer, int);
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dftsystem.h165 * A generic typeless pointer for user data.
168 * A pointer type to an allocation function.
171 * A pointer type to an memory freeing function.
174 * A pointer type to a reallocation function.
212 * A union type used to store either a long or a pointer. This is used
219 void* pointer; member in union:FT_StreamDesc_
299 * This field is a union that can hold an integer or a pointer. It is
/external/stlport/stlport/stl/
H A D_raw_storage_iter.h50 typedef void pointer; typedef in class:raw_storage_iterator
/external/valgrind/main/exp-bbv/tests/arm-linux/
H A Dll.S56 ldrb r4,[r3],#+1 @ load a byte, increment pointer
69 ldrb r0,[r3],#+1 @ load a byte, increment pointer
70 ldrb r4,[r3],#+1 @ load a byte, increment pointer
89 add r7,r7,#1 @ advance pointer in text_buf
92 strb r4,[r1],#+1 @ store a byte, increment pointer
108 ldrb r4,[r3],#+1 @ load a byte, increment pointer
152 strb r3,[r10],#+1 @ store a linefeed, increment pointer
153 strb r0,[r10],#+1 @ NUL terminate, increment pointer
266 ldrb r5,[r7],#+1 @ load a byte, increment pointer
280 ldrb r5,[r7],#+1 @ load a byte, increment pointer
[all...]
/external/chromium-trace/trace-viewer/src/tracing/analysis/
H A Danalysis_results.css43 cursor: pointer;
/external/chromium_org/chrome/browser/resources/chromeos/first_run/
H A Dbubble.css12 pointer-events: none;
/external/chromium_org/chrome/browser/resources/options/
H A Doptions_settings_app.css16 @media(pointer:coarse) {
H A Dstartup_overlay.css42 pointer-events: none;
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DAlignment.h63 inline bool isAlignedTo(const void* pointer) argument
65 return !(reinterpret_cast<uintptr_t>(pointer) & mask);
/external/chromium_org/third_party/icu/source/i18n/
H A Drbt_data.cpp49 new UnicodeString(*(const UnicodeString*)e->value.pointer);
54 variableNames.put(*(UnicodeString*)e->key.pointer, value, status);
/external/chromium_org/v8/src/
H A Dtyping.h30 void operator delete(void* pointer, Zone* zone) { } argument
31 void operator delete(void* pointer) { } argument
/external/clang/tools/diagtool/
H A DDiagnosticNames.h57 typedef const value_type * pointer; typedef in class:diagtool::GroupRecord::group_iterator
62 inline pointer operator->() const {
/external/deqp/framework/referencerenderer/
H A DrrVertexAttrib.hpp115 const void* pointer; //!< Data pointer. member in struct:rr::VertexAttrib
116 GenericVec4 generic; //!< Generic attribute, used if pointer is null.
123 , pointer (DE_NULL)
/external/elfutils/0.153/libdw/
H A DAndroid.mk152 # to suppress the "pointer of type ‘void *’ used in arithmetic" warning
153 LOCAL_CFLAGS += -Wno-pointer-arith
179 # to suppress the "pointer of type ‘void *’ used in arithmetic" warning
180 LOCAL_CFLAGS += -Wno-pointer-arith
/external/elfutils/0.153/libdwfl/
H A DAndroid.mk63 # to suppress the "pointer of type ‘void *’ used in arithmetic" warning
64 LOCAL_CFLAGS += -Wno-pointer-arith
103 # to suppress the "pointer of type ‘void *’ used in arithmetic" warning
104 LOCAL_CFLAGS += -Wno-pointer-arith
/external/elfutils/0.153/libelf/
H A DAndroid.mk150 # to suppress the "pointer of type ‘void *’ used in arithmetic" warning
151 LOCAL_CFLAGS += -Wno-pointer-arith
184 # to suppress the "pointer of type ‘void *’ used in arithmetic" warning
185 LOCAL_CFLAGS += -Wno-pointer-arith
/external/icu/icu4c/source/i18n/
H A Drbt_data.cpp49 new UnicodeString(*(const UnicodeString*)e->value.pointer);
54 variableNames.put(*(UnicodeString*)e->key.pointer, value, status);
/external/iproute2/ip/
H A DAndroid.mk26 -Wno-pointer-arith \
/external/iptables/libxtables/
H A DAndroid.mk19 LOCAL_CFLAGS += -Wno-sign-compare -Wno-pointer-arith -Wno-type-limits -Wno-missing-field-initializers -Wno-unused-parameter -Wno-clobbered
/external/libcxx/test/containers/sequences/forwardlist/
H A Dtypes.pass.cpp21 // typedef typename allocator_traits<allocator_type>::pointer pointer;
39 static_assert((std::is_same<std::forward_list<char>::pointer, char*>::value), "");
48 static_assert((std::is_same<std::forward_list<char, min_allocator<char>>::pointer, min_pointer<char>>::value), "");
/external/libcxx/test/strings/basic.string/string.modifiers/string_append/
H A DAndroid.mk27 test_name := strings/basic.string/string.modifiers/string_append/pointer
28 test_src := pointer.pass.cpp
/external/libcxx/test/strings/basic.string/string.modifiers/string_assign/
H A DAndroid.mk31 test_name := strings/basic.string/string.modifiers/string_assign/pointer
32 test_src := pointer.pass.cpp
/external/libcxx/test/support/
H A Dmin_allocator.h77 typedef T* pointer; typedef in class:min_pointer
82 pointer operator->() const {return ptr_;}
148 typedef const T* pointer; typedef in class:min_pointer
153 pointer operator->() const {return ptr_;}
239 typedef min_pointer<T> pointer; typedef in class:min_allocator
245 pointer allocate(std::ptrdiff_t n)
247 return pointer(static_cast<T*>(::operator new(n*sizeof(T))));
250 void deallocate(pointer p, std::ptrdiff_t)
/external/libcxx/test/utilities/allocator.adaptor/
H A Dtypes.pass.cpp20 // typedef typename OuterTraits::pointer pointer;
53 std::scoped_allocator_adaptor<A1<int>>::pointer,
86 std::scoped_allocator_adaptor<A2<int>, A1<int>>::pointer,

Completed in 422 milliseconds

1234567891011>>