Searched refs:pointer (Results 126 - 150 of 1942) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DbreadcrumbList.css32 pointer-events: auto;
/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/WebKit/Tools/GardeningServer/styles/
H A Dpixelzoomer.css35 pointer-events: none;
/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.h53 void operator delete(void* pointer, Zone* zone) { } argument
54 void operator delete(void* pointer) { } argument
/external/clang/tools/diagtool/
H A DDiagnosticNames.h63 typedef const value_type * pointer; typedef in class:diagtool::GroupRecord::group_iterator
68 inline pointer operator->() const {
/external/elfutils/libelf/
H A DAndroid.mk151 # to suppress the "pointer of type ‘void *’ used in arithmetic" warning
152 LOCAL_CFLAGS += -Wno-pointer-arith
182 # to suppress the "pointer of type ‘void *’ used in arithmetic" warning
183 LOCAL_CFLAGS += -Wno-pointer-arith
/external/icu4c/i18n/
H A Drbt_data.cpp49 new UnicodeString(*(const UnicodeString*)e->value.pointer);
54 variableNames.put(*(UnicodeString*)e->key.pointer, value, status);
H A Dscriptset.cpp246 icu::ScriptSet *s1 = static_cast<icu::ScriptSet *>(key1.pointer);
247 icu::ScriptSet *s2 = static_cast<icu::ScriptSet *>(key2.pointer);
253 icu::ScriptSet *s0 = static_cast<icu::ScriptSet *>(key0.pointer);
254 icu::ScriptSet *s1 = static_cast<icu::ScriptSet *>(key1.pointer);
268 icu::ScriptSet *s = static_cast<icu::ScriptSet *>(key.pointer);
/external/chromium/chrome/common/extensions/docs/examples/extensions/news/css/
H A Dfeed.css19 cursor: pointer;
34 cursor: pointer;
49 cursor: pointer;
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/news/css/
H A Dfeed.css19 cursor: pointer;
34 cursor: pointer;
49 cursor: pointer;
/external/chromium_org/net/cert/
H A Dcert_verify_proc_nss.cc83 if (p->value.pointer.cert) {
84 CERT_DestroyCertificate(p->value.pointer.cert);
85 p->value.pointer.cert = NULL;
89 if (p->value.pointer.chain) {
90 CERT_DestroyCertList(p->value.pointer.chain);
91 p->value.pointer.chain = NULL;
436 in_param.value.pointer.revocation = &revocation_flags;
446 in_param.value.pointer.chain = additional_trust_anchors;
676 cvout[cvout_index].value.pointer.chain = NULL;
680 cvout[cvout_index].value.pointer
[all...]
/external/chromium_org/remoting/webapp/
H A Dtoolbar.css12 pointer-events: none;
29 pointer-events: all;
46 pointer-events: all;
/external/stlport/test/eh/
H A DPrefix.h125 typedef value_type * pointer; typedef in class:EH_allocator
142 pointer address(reference __x) { return &__x; }
148 // __p is permitted to be a null pointer, only if n==0.
149 void deallocate(pointer __p, size_type __n) const {
154 void deallocate(pointer __p) const { if (__p != 0) EH_STD::__new_alloc::deallocate((void*)__p, sizeof(value_type)); }
156 void construct(pointer __p, const _Tp& __val) const { stlport::construct(__p, __val); }
157 void destroy(pointer __p) const { stlport::destroy(__p); }
/external/stlport/test/unit/
H A Dmvctor_declaration_test.cpp86 typedef value_type * pointer; typedef in class:std::allocator
103 pointer address(reference __x) const { return &__x; }
105 pointer allocate(size_type, const void* = 0) { return 0; }
106 void deallocate(pointer, size_type) {}
108 void construct(pointer, const_reference) {}
109 void destroy(pointer) {}
H A Dstack_allocator.h57 typedef value_type * pointer; typedef in struct:StackAllocator
119 void deallocate(pointer p, size_type n) {
135 pointer address(reference __x) const {return &__x;}
138 void construct(pointer __p, const_reference __val) { new(__p) _Tp(__val); }
139 void destroy(pointer __p) { __p->~_Tp(); }
/external/chromium/base/third_party/dynamic_annotations/
H A Ddynamic_annotations.h97 latter when they share the same argument pointer.
152 #define ANNOTATE_PUBLISH_MEMORY_RANGE(pointer, size) \
154 pointer, size)
157 #define ANNOTATE_UNPUBLISH_MEMORY_RANGE(pointer, size) \
159 pointer, size)
162 #define ANNOTATE_SWAP_MEMORY_RANGE(pointer, size) \
164 ANNOTATE_UNPUBLISH_MEMORY_RANGE(pointer, size); \
165 ANNOTATE_PUBLISH_MEMORY_RANGE(pointer, size); \
232 /* Report that we may have a benign race at "pointer", with size
233 "sizeof(*(pointer))"
[all...]
/external/chromium_org/base/third_party/dynamic_annotations/
H A Ddynamic_annotations.h94 latter when they share the same argument pointer.
151 #define ANNOTATE_PUBLISH_MEMORY_RANGE(pointer, size) \
153 pointer, size)
156 #define ANNOTATE_UNPUBLISH_MEMORY_RANGE(pointer, size) \
158 pointer, size)
161 #define ANNOTATE_SWAP_MEMORY_RANGE(pointer, size) \
163 ANNOTATE_UNPUBLISH_MEMORY_RANGE(pointer, size); \
164 ANNOTATE_PUBLISH_MEMORY_RANGE(pointer, size); \
231 /* Report that we may have a benign race at "pointer", with size
232 "sizeof(*(pointer))"
[all...]
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_variance_impl_mmx.asm114 add rbx,rdx ; Inc pointer into ref data
115 add rax,rcx ; Inc pointer into the new data
138 add rbx,rdx ; Inc pointer into ref data
139 add rax,rcx ; Inc pointer into the new data
161 add rbx,rdx ; Inc pointer into ref data
162 add rax,rcx ; Inc pointer into the new data
184 add rbx,rdx ; Inc pointer into ref data
185 add rax,rcx ; Inc pointer into the new data
207 add rbx,rdx ; Inc pointer into ref data
208 add rax,rcx ; Inc pointer int
[all...]
/external/clang/test/SemaCXX/
H A Dexpression-traits.cpp131 // conv.ptr/1: A null pointer constant is an integral constant
159 // 5.1/3: The keyword "this" names a pointer to the object for
309 void expr_sub_1(int* pointer) argument
313 // shall have the type "pointer to T" and the other shall have
316 ASSERT_LVALUE(pointer[1]);
319 ASSERT_LVALUE(*(pointer+1));
393 // expr.dynamic.cast/2: If T is a pointer type, v shall be an
394 // rvalue of a pointer to complete class type, and the result is
422 // (referred) to by v, the result is a pointer (an lvalue referring)
428 // result is a pointer (a
464 expr_unary_op_1(int* pointer, struct incomplete* pointerToIncompleteType) argument
[all...]
/external/stlport/stlport/stl/
H A D_vector.h63 typedef _Tp* pointer; typedef in class:_Vector_base
64 typedef _STLP_alloc_proxy<pointer, _Tp, allocator_type> _AllocProxy;
87 if (_M_start != _STLP_DEFAULT_CONSTRUCTED(pointer))
95 pointer _M_start;
96 pointer _M_finish;
122 typedef value_type* pointer; typedef in class:vector
144 void _M_insert_overflow_aux(pointer __pos, const _Tp& __x, const __false_type& /*_Movable*/,
146 void _M_insert_overflow_aux(pointer __pos, const _Tp& __x, const __true_type& /*_Movable*/,
157 void _M_insert_overflow(pointer __pos, const _Tp& __x, const __false_type& /*_TrivialCopy*/,
164 void _M_insert_overflow(pointer __po
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Dunistr_case.cpp58 // get the correct pointer
105 // This is very similar to how doReplace() keeps the old array pointer
223 const UnicodeString *str = (const UnicodeString*) key.pointer;
237 const UnicodeString *str1 = (const UnicodeString*) key1.pointer;
238 const UnicodeString *str2 = (const UnicodeString*) key2.pointer;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_util.c35 void *pointer; member in union:pointer_hack
46 ph.pointer = unaligned;
48 return ph.pointer;
/external/chromium_org/third_party/skia/src/lazy/
H A DSkDiscardableMemoryPool.cpp22 void* pointer, size_t bytes);
37 void* pointer,
41 , fPointer(pointer)
36 SkPoolDiscardableMemory(SkDiscardableMemoryPool* pool, void* pointer, size_t bytes) argument
/external/llvm/test/MC/ARM/
H A Deh-directive-integrated-test.s4 @ (with and without -fomit-frame-pointer)
27 @ Assembly without frame pointer elimination
64 @ Assembly with frame pointer elimination

Completed in 2163 milliseconds

1234567891011>>