HomeSort by relevance Sort by last modified time
    Searched defs:pointer (Results 1 - 25 of 1126) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/testdata/
pointer.go 1 package pointer package
  /prebuilts/go/linux-x86/src/go/internal/gccgoimporter/testdata/
pointer.go 1 package pointer package
  /external/libcxx/test/std/utilities/memory/unique.ptr/unique.ptr.runtime/
pointer_type.pass.cpp 14 // Test unique_ptr<T[]>::pointer type
21 struct pointer {}; struct in struct:Deleter
28 static_assert((std::is_same<P::pointer, int*>::value), "");
32 static_assert((std::is_same<P::pointer, Deleter::pointer>::value), "");
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/
pointer_type.pass.cpp 14 // Test unique_ptr<T[]>::pointer type
21 struct pointer {}; struct in struct:Deleter
28 static_assert((std::is_same<P::pointer, int*>::value), "");
32 static_assert((std::is_same<P::pointer, Deleter::pointer>::value), "");
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/
pointer_type.pass.cpp 14 // Test unique_ptr::pointer type
21 struct pointer {}; struct in struct:Deleter
28 static_assert((std::is_same<P::pointer, int*>::value), "");
32 static_assert((std::is_same<P::pointer, Deleter::pointer>::value), "");
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/unique.ptr/unique.ptr.runtime/
pointer_type.pass.cpp 14 // Test unique_ptr<T[]>::pointer type
21 struct pointer {}; struct in struct:Deleter
28 static_assert((std::is_same<P::pointer, int*>::value), "");
32 static_assert((std::is_same<P::pointer, Deleter::pointer>::value), "");
  /external/clang/test/SemaCXX/
return-stack-addr-2.cpp 17 void *&pointer() { function in namespace:PR26599
  /external/icu/icu4c/source/common/
uelement.h 32 * It may be either a 32-bit integral value or an opaque void* pointer.
33 * The void* pointer may be smaller than 32 bits (e.g. 24 bits)
36 * Because a UElement is the size of a native pointer or a 32-bit
40 void* pointer; member in union:UElement
63 * a pointer, or clone a pointer, as appropriate.
  /external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.types/
pointer.pass.cpp 15 // typedef Alloc::pointer | value_type* pointer;
31 typedef Ptr<T> pointer; typedef in struct:A
44 typedef void pointer; typedef in struct:C
49 static_assert((std::is_same<std::allocator_traits<A<char> >::pointer, Ptr<char> >::value), "");
50 static_assert((std::is_same<std::allocator_traits<B<char> >::pointer, char*>::value), "");
52 static_assert((std::is_same<std::allocator_traits<C<char> >::pointer, char*>::value), "");
const_pointer.pass.cpp 16 // | pointer_traits<pointer>::rebind<const value_type>
32 typedef Ptr<T> pointer; typedef in struct:A
48 typedef CPtr<T> pointer; typedef in struct:C
const_void_pointer.pass.cpp 16 // | pointer_traits<pointer>::rebind<const void>
33 typedef Ptr<T> pointer; typedef in struct:A
void_pointer.pass.cpp 16 // | pointer_traits<pointer>::rebind<void>
32 typedef Ptr<T> pointer; typedef in struct:A
  /external/libcxx/test/std/utilities/memory/unique.ptr/unique.ptr.single/
pointer_type.pass.cpp 14 // Test unique_ptr::pointer type
23 struct pointer {}; struct in struct:Deleter
28 typedef void pointer; typedef in struct:D2
32 static long pointer; member in struct:D3
39 static_assert((std::is_same<P::pointer, int*>::value), "");
43 static_assert((std::is_same<P::pointer, Deleter::pointer>::value), "");
48 static_assert(std::is_same<P::pointer, int*>::value, "");
52 static_assert(std::is_same<P::pointer, int*>::value, "");
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.types/
pointer.pass.cpp 15 // typedef Alloc::pointer | value_type* pointer;
29 typedef Ptr<T> pointer; typedef in struct:A
40 static_assert((std::is_same<std::allocator_traits<A<char> >::pointer, Ptr<char> >::value), "");
41 static_assert((std::is_same<std::allocator_traits<B<char> >::pointer, char*>::value), "");
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/allocator.traits/allocator.traits.types/
pointer.pass.cpp 15 // typedef Alloc::pointer | value_type* pointer;
31 typedef Ptr<T> pointer; typedef in struct:A
44 typedef void pointer; typedef in struct:C
49 static_assert((std::is_same<std::allocator_traits<A<char> >::pointer, Ptr<char> >::value), "");
50 static_assert((std::is_same<std::allocator_traits<B<char> >::pointer, char*>::value), "");
52 static_assert((std::is_same<std::allocator_traits<C<char> >::pointer, char*>::value), "");
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/unique.ptr/unique.ptr.single/
pointer_type.pass.cpp 14 // Test unique_ptr::pointer type
23 struct pointer {}; struct in struct:Deleter
28 typedef void pointer; typedef in struct:D2
32 static long pointer; member in struct:D3
39 static_assert((std::is_same<P::pointer, int*>::value), "");
43 static_assert((std::is_same<P::pointer, Deleter::pointer>::value), "");
48 static_assert(std::is_same<P::pointer, int*>::value, "");
52 static_assert(std::is_same<P::pointer, int*>::value, "");
  /device/linaro/bootloader/edk2/StdLib/LibC/CRT/Ia32/
lldiv.c 64 ; Set up the local stack for NULL Reminder pointer local
llrem.c 54 ; Set up the local stack for Reminder pointer local
ulldiv.c 55 ; Set up the local stack for NULL Reminder pointer local
ullrem.c 54 ; Set up the local stack for Reminder pointer local
  /external/bison/lib/
msvc-inval.c 80 struct gl_msvc_inval_per_thread *pointer = local
82 if (pointer == NULL)
85 pointer =
88 if (pointer == NULL)
90 pointer = &not_per_thread;
91 TlsSetValue (tls_index, pointer);
93 return pointer;
  /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/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), "");
  /frameworks/base/core/jni/
android_nio_utils.h 25 * Given an nio.Buffer, return a pointer to it, beginning at its current
26 * position. The returned pointer is only valid for the current JNI stack-frame.
35 * and the returned pointer when the caller is through with it.
38 * @return The pointer to the memory in the buffer object
44 * Pass that array and the returned pointer when you are done accessing the
45 * pointer. If called (i.e. array is non-null), it must be called in the same
50 * @param pointer The pointer returned by android_nio_getPointer
51 * @param commit JNI_FALSE if the pointer was just read, and JNI_TRUE if
52 * the pointer was written to
62 void* pointer() const { return fPointer; } function in class:android::AutoBufferPointer
    [all...]
  /frameworks/compile/mclinker/unittests/
LinearAllocatorTest.cpp 38 Data* pointer = m_pTestee->allocate(10); local
39 ASSERT_FALSE(0 == pointer);
45 Data* pointer = m_pTestee->allocate(); local
46 ASSERT_FALSE(0 == pointer);
52 Data* pointer = m_pTestee->allocate(CHUNK_SIZE + 1); local
53 ASSERT_TRUE(0 == pointer);
59 Data* pointer = m_pTestee->allocate(); local
60 m_pTestee->construct(pointer);
61 ASSERT_TRUE(1 == pointer->one);
62 ASSERT_TRUE(2 == pointer->two)
68 Data* pointer = m_pTestee->allocate(); local
79 Data* pointer = m_pTestee->allocate(10); local
88 Data* pointer = m_pTestee->allocate(10); local
100 Data* pointer = m_pTestee->allocate(); local
117 Data* pointer = m_pTestee->allocate(10); local
    [all...]

Completed in 781 milliseconds

1 2 3 4 5 6 7 8 91011>>