HomeSort by relevance Sort by last modified time
    Searched refs:pointer (Results 101 - 125 of 3421) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/v8/testing/gtest/include/gtest/
gtest-message.h 81 // can stream a NULL char pointer to it in the former, but not in the
83 // class hides this difference by treating a NULL char pointer as
106 // Streams a value (either a pointer or not) to this object.
113 // Streams a non-pointer value to this object.
135 // Streams a pointer value to this object.
138 // stream a pointer to a Message, this definition will be used as it
140 // [temp.func.order].) If you stream a non-pointer, then the
143 // The reason for this overload is that streaming a NULL pointer to
149 inline Message& operator <<(T* const& pointer) { // NOLINT
150 if (pointer == NULL)
153 *ss_ << pointer; local
210 *ss_ << pointer; local
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
gtest-message.h 81 // can stream a NULL char pointer to it in the former, but not in the
83 // class hides this difference by treating a NULL char pointer as
106 // Streams a value (either a pointer or not) to this object.
113 // Streams a non-pointer value to this object.
135 // Streams a pointer value to this object.
138 // stream a pointer to a Message, this definition will be used as it
140 // [temp.func.order].) If you stream a non-pointer, then the
143 // The reason for this overload is that streaming a NULL pointer to
149 inline Message& operator <<(T* const& pointer) { // NOLINT
150 if (pointer == NULL)
153 *ss_ << pointer; local
210 *ss_ << pointer; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
new_allocator.h 63 typedef _Tp* pointer; typedef in class:new_allocator
88 pointer
98 pointer
107 // __p is not permitted to be a null pointer.
109 deallocate(pointer __p, size_type)
129 construct(pointer __p, const _Tp& __val)
133 destroy(pointer __p) { __p->~_Tp(); }
array_allocator.h 55 typedef _Tp* pointer; typedef in class:array_allocator_base
61 pointer
70 deallocate(pointer, size_type)
92 construct(pointer __p, const _Tp& __val)
96 destroy(pointer __p) { __p->~_Tp(); }
111 typedef _Tp* pointer; typedef in class:array_allocator
146 pointer
151 pointer __ret = _M_array->begin() + _M_used;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
new_allocator.h 63 typedef _Tp* pointer; typedef in class:new_allocator
88 pointer
98 pointer
107 // __p is not permitted to be a null pointer.
109 deallocate(pointer __p, size_type)
129 construct(pointer __p, const _Tp& __val)
133 destroy(pointer __p) { __p->~_Tp(); }
array_allocator.h 55 typedef _Tp* pointer; typedef in class:array_allocator_base
61 pointer
70 deallocate(pointer, size_type)
92 construct(pointer __p, const _Tp& __val)
96 destroy(pointer __p) { __p->~_Tp(); }
111 typedef _Tp* pointer; typedef in class:array_allocator
146 pointer
151 pointer __ret = _M_array->begin() + _M_used;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/util.smartptr/util.smartptr.hash/
hash_unique_ptr.pass.cpp 33 using pointer = typename UPtr::pointer;
38 test_hash_enabled_for_type<pointer>();
44 using pointer = typename UPtr::pointer;
46 test_hash_disabled_for_type<pointer>();
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/include/gtest/
gtest-message.h 81 // can stream a NULL char pointer to it in the former, but not in the
83 // class hides this difference by treating a NULL char pointer as
106 // Streams a value (either a pointer or not) to this object.
113 // Streams a non-pointer value to this object.
135 // Streams a pointer value to this object.
138 // stream a pointer to a Message, this definition will be used as it
140 // [temp.func.order].) If you stream a non-pointer, then the
143 // The reason for this overload is that streaming a NULL pointer to
149 inline Message& operator <<(T* const& pointer) { // NOLINT
150 if (pointer == NULL)
153 *ss_ << pointer; local
210 *ss_ << pointer; local
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/
gtest-message.h 81 // can stream a NULL char pointer to it in the former, but not in the
83 // class hides this difference by treating a NULL char pointer as
106 // Streams a value (either a pointer or not) to this object.
113 // Streams a non-pointer value to this object.
135 // Streams a pointer value to this object.
138 // stream a pointer to a Message, this definition will be used as it
140 // [temp.func.order].) If you stream a non-pointer, then the
143 // The reason for this overload is that streaming a NULL pointer to
149 inline Message& operator <<(T* const& pointer) { // NOLINT
150 if (pointer == NULL)
153 *ss_ << pointer; local
210 *ss_ << pointer; local
    [all...]
  /art/runtime/interpreter/mterp/x86_64/
op_move_result_wide.S 2 movq OFF_FP_RESULT_REGISTER(rFP), %rax # get pointer to result JType.
  /external/clang/test/CodeGenCXX/
debug-info-template-partial-specialization.cpp 26 typedef typename __pointer_type2<_Tp, _Dp>::type pointer; typedef in class:unique_ptr
27 unique_ptr(pointer __p, _Dp __d) {}
  /external/freetype/src/cff/
cffgload.h 33 FT_Byte** pointer,
37 FT_Byte** pointer,
  /external/iptables/libiptc/
Android.mk 16 -Wno-pointer-arith \
17 -Wno-pointer-sign \
45 -Wno-pointer-arith \
46 -Wno-pointer-sign \
  /external/libcxx/test/std/iterators/iterator.primitives/iterator.traits/
iterator.pass.cpp 17 // typedef typename Iter::pointer pointer;
31 typedef A* pointer; typedef in struct:test_iterator
41 static_assert((std::is_same<It::pointer, A*>::value), "");
  /external/syslinux/gpxe/src/include/gpxe/
tables.h 314 * @v pointer Entry pointer
332 #define for_each_table_entry( pointer, table ) \
333 for ( pointer = table_start ( table ) ; \
334 pointer < table_end ( table ) ; \
335 pointer++ )
340 * @v pointer Entry pointer
358 #define for_each_table_entry_reverse( pointer, table ) \
359 for ( pointer = ( table_end ( table ) - 1 ) ;
    [all...]
  /external/valgrind/memcheck/tests/
pointer-trace.stderr.exp 3 by 0x........: main (pointer-trace.c:86)
  /external/valgrind/memcheck/tests/solaris/
context_stack_die.stderr.exp 4 .... bytes below stack pointer
  /frameworks/native/libs/vr/libpdx/private/pdx/rpc/
string_wrapper.h 29 typedef value_type* pointer; typedef in class:android::pdx::rpc::StringWrapper
34 StringWrapper(pointer buffer, size_type capacity, size_type size)
39 StringWrapper(pointer buffer, size_type size)
42 explicit StringWrapper(pointer buffer)
76 pointer data() { return buffer_; }
79 pointer begin() { return &buffer_[0]; }
80 pointer end() { return &buffer_[end_]; }
100 pointer buffer_;
  /frameworks/native/opengl/libs/GLES_CM/
gl.cpp 41 const GLvoid *pointer, GLsizei count);
43 GLsizei stride, const GLvoid *pointer, GLsizei count);
45 GLsizei stride, const GLvoid *pointer, GLsizei count);
47 GLsizei stride, const GLvoid *pointer, GLsizei count);
49 GLsizei stride, const GLvoid *pointer, GLsizei count);
51 GLsizei stride, const GLvoid *pointer, GLsizei count);
59 const GLvoid *pointer, GLsizei /*count*/) {
60 glNormalPointer(type, stride, pointer);
63 GLsizei stride, const GLvoid *pointer, GLsizei /*count*/) {
64 glTexCoordPointer(size, type, stride, pointer);
    [all...]
  /packages/services/BuiltInPrintService/jni/include/
wtypes.h 52 * Return a the pointer of an enclosing structure from the address of one of its members, where
54 * "pointer" is that member's pointer.
56 #define IMPL(class, member, pointer) ( (class *)( ((uint32)pointer) - offsetof(class, member) ) )
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/iterators/iterator.primitives/iterator.traits/
iterator.pass.cpp 17 // typedef typename Iter::pointer pointer;
31 typedef A* pointer; typedef in struct:test_iterator
41 static_assert((std::is_same<It::pointer, A*>::value), "");
  /system/extras/memory_replay/
Pointers.h 25 void* pointer; member in struct:pointer_data
33 void Add(uintptr_t key_pointer, void* pointer);
  /system/libhidl/transport/memory/1.0/
IMemory.hal 60 * @return ptr Actual pointer to underlying memory.
62 getPointer() generates (pointer ptr);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic6x/
unwind-bad-2.l 2 [^:]*:8: Error: stack pointer offset too large for personality routine
10 [^:]*:77: Error: unable to generate unwinding opcode for frame pointer reg 14
11 [^:]*:84: Error: unable to generate unwinding opcode for frame pointer offset
12 [^:]*:91: Error: unwound stack pointer not doubleword aligned
  /external/v8/src/
small-pointer-list.h 63 void Add(T* pointer, Zone* zone) {
64 DCHECK(IsAligned(reinterpret_cast<intptr_t>(pointer), kPointerAlignment));
66 data_ = reinterpret_cast<intptr_t>(pointer) | kSingletonTag;
72 list->Add(pointer, zone);
77 list()->Add(pointer, zone);
95 void RemoveElement(T* pointer) {
98 if (pointer == single_value()) {
103 list()->RemoveElement(pointer);
131 int CountOccurrences(T* pointer, int start, int end) const {
135 return (single_value() == pointer) ? 1 : 0
    [all...]

Completed in 753 milliseconds

1 2 3 45 6 7 8 91011>>