HomeSort by relevance Sort by last modified time
    Searched defs:pointer (Results 51 - 75 of 943) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/unordered_iterator/
point_const_iterator.hpp 57 /// Iterator's pointer type.
58 typedef pointer_ pointer; typedef in class:point_const_iterator_
60 /// Iterator's const pointer type.
point_iterator.hpp 55 /// Iterator's pointer type.
56 typedef pointer_ pointer; typedef in class:point_iterator_
58 /// Iterator's const pointer type.
80 pointer
116 point_iterator_(pointer p_value) : m_p_value(p_value)
125 pointer m_p_value;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp 56 /// Iterator's pointer type.
57 typedef pointer_ pointer; typedef in class:const_iterator_
59 /// Iterator's const pointer type.
94 * pointer and position (e.g., this is called from within a find()
103 * Pointer to the table object which created the iterator (used for
point_const_iterator.hpp 57 /// Iterator's pointer type.
58 typedef pointer_ pointer; typedef in class:point_const_iterator_
60 /// Iterator's const pointer type.
point_iterator.hpp 55 /// Iterator's pointer type.
56 typedef pointer_ pointer; typedef in class:point_iterator_
58 /// Iterator's const pointer type.
80 pointer
116 point_iterator_(pointer p_value) : m_p_value(p_value)
125 pointer m_p_value;
  /prebuilts/misc/common/swig/include/2.0.11/guile/
common.scm 43 (define (display-pointer-address o file)
54 ;; * second the pointer address.
64 (display-pointer-address o file)
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/iterators/
trivial_iterators.pass.cpp 51 typedef It pointer; typedef in class:my_input_iterator
62 pointer operator->() const {return it_;}
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/iterators/predef.iterators/move.iterators/move.iterator/
types.pass.cpp 21 // typedef Iter pointer;
37 typedef ValueType* pointer; typedef in struct:DummyIt
49 static_assert((std::is_same<typename R::pointer, It>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/basic.string/
input_iterator.h 23 typedef It pointer; typedef in class:input_iterator
30 pointer operator->() const {return it_;}
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/allocator.traits/allocator.traits.types/
difference_type.pass.cpp 16 // | pointer_traits<pointer>::difference_type difference_type;
42 struct pointer {}; struct in struct:C
61 struct pointer_traits<C<char>::pointer>
63 typedef C<char>::pointer pointer; typedef in struct:std::pointer_traits
size_type.pass.cpp 41 struct pointer {}; struct in struct:C
59 struct pointer_traits<C<char>::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...]
  /system/extras/memory_replay/
Pointers.cpp 38 err(1, "Unable to allocate data for pointer hash: %zu total_allocs\n", max_allocs);
52 void Pointers::Add(uintptr_t key_pointer, void* pointer) {
58 data->pointer = pointer;
68 err(1, "No pointer value found for 0x%" PRIxPTR "\n", key_pointer);
71 void* pointer = data->pointer; local
74 return pointer;
112 free(pointers_[i].pointer);
  /art/libartbase/base/
iteration_range.h 32 typedef typename std::iterator_traits<Iter>::pointer pointer; typedef in class:art::IterationRange
  /art/runtime/
bit_memory_region.h 36 void* pointer() const { return region_.pointer(); } function in class:art::FINAL
  /bionic/libc/malloc_debug/
DebugData.h 58 Header* GetHeader(const void* pointer) {
59 uintptr_t value = reinterpret_cast<uintptr_t>(pointer);
86 std::unique_ptr<PointerData> pointer; member in class:DebugData
  /bionic/linker/tests/
linker_block_allocator_test.cpp 42 void* pointer; member in struct:__anon1488::test_struct_nominal
  /external/deqp/scripts/opengl/
gen_call_log_wrapper.py 35 def pointer (size): function
90 "glDeleteBuffers": LogSpec({1: pointer(size = "n")}),
91 "glDeleteFramebuffers": LogSpec({1: pointer(size = "n")}),
92 "glDeleteQueries": LogSpec({1: pointer(size = "n")}),
93 "glDeleteRenderbuffers": LogSpec({1: pointer(size = "n")}),
94 "glDeleteBuffers": LogSpec({1: pointer(size = "n")}),
95 "glDeleteTextures": LogSpec({1: pointer(size = "n")}),
96 "glDeleteVertexArrays": LogSpec({1: pointer(size = "n")}),
97 "glDeleteProgramPipelines": LogSpec({1: pointer(size = "n")}),
124 "glGenBuffers": LogSpec({}, argOutPrints = {1: pointer(size = "n")})
    [all...]
  /external/google-breakpad/src/common/dwarf/
bytereader.cc 131 // Convert back to a pointer.
133 // Finally, store the length and actually fetch the pointer.
138 // Extract the value first, ignoring whether it's a pointer or an
145 // the high nybble, it means that the pointer is absolute, not an
147 // as here, it means that the pointer is stored as a normal
149 // DW_EH_PE_absptr does not imply that the pointer is absolute; it is
234 uint64 pointer = base + offset; local
238 pointer = pointer & 0xffffffff;
242 return pointer;
    [all...]
  /external/snakeyaml/src/test/java/org/pyyaml/
PyMarkTest.java 49 String pointer = lines[1]; local
52 int pointerPosition = pointer.indexOf("^");
53 assertEquals("Pointer should coincide with '*':\n " + snippet, dataPosition,
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
PathV2.h 62 typedef value_type *pointer; typedef in class:llvm::sys::path::const_iterator
66 pointer operator->() const { return &Component; }
  /external/v8/src/base/
iterator.h 22 typedef typename std::iterator_traits<iterator>::pointer pointer; typedef in class:v8::base::iterator_range
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/
isac_speed_test.cc 71 size_t pointer = 0; local
72 for (int idx = 0; idx < subblocks; idx++, pointer += subblock_length) {
73 value = WebRtcIsacfix_Encode(ISACFIX_main_inst_, &in_data[pointer],
  /external/webrtc/webrtc/modules/audio_coding/neteq/test/
neteq_isac_quality_test.cc 87 int pointer = 0; local
88 for (int idx = 0; idx < subblocks; idx++, pointer += subblock_length) {
92 value = WebRtcIsacfix_Encode(isac_encoder_, &in_data[pointer], payload);

Completed in 509 milliseconds

1 23 4 5 6 7 8 91011>>