HomeSort by relevance Sort by last modified time
    Searched defs:pointer (Results 26 - 50 of 1508) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/deqp/scripts/egl/
call_log_wrapper.py 18 def pointer (size): function
30 "eglChooseConfig": LogSpec({1: lambda n: "getConfigAttribListStr(%s)" % n}, argOutPrints = {2: pointer("(num_config && returnValue) ? deMin32(config_size, *num_config) : 0"), 4: lambda n: "(%s ? de::toString(*%s) : \"NULL\")" % (n, n)}),
  /external/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/icu/icu4c/source/i18n/unicode/
translit.h 263 * A context integer or pointer for a factory function, passed by
274 * This token, interpreted as a native pointer.
277 void* pointer; member in union:Transliterator::Token
289 * Return a token containing a pointer.
290 * @return a token containing a pointer.
299 * instantiated, together with the context pointer that was passed
306 * @param context a context pointer that will be stored and
    [all...]
  /external/libcxx/test/std/strings/basic.string/
input_iterator.h 23 typedef It pointer; typedef in class:input_iterator
30 pointer operator->() const {return it_;}
  /external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.types/
difference_type.pass.cpp 16 // | pointer_traits<pointer>::difference_type difference_type;
40 struct pointer {}; struct in struct:C
50 struct pointer_traits<C<char>::pointer>
size_type.pass.cpp 39 struct pointer {}; struct in struct:C
49 struct pointer_traits<C<char>::pointer>
  /frameworks/compile/mclinker/include/mcld/ADT/
TypeTraits.h 22 typedef const DataType* pointer; typedef in struct:mcld::ConstTraits
32 typedef DataType* pointer; typedef in struct:mcld::NonConstTraits
42 typedef const DataType* pointer; typedef in struct:mcld::ConstIteratorTraits
53 typedef DataType* pointer; typedef in struct:mcld::NonConstIteratorTraits
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/
input_iterator.h 23 typedef It pointer; typedef in class:input_iterator
30 pointer operator->() const {return it_;}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.types/
difference_type.pass.cpp 16 // | pointer_traits<pointer>::difference_type difference_type;
40 struct pointer {}; struct in struct:C
50 struct pointer_traits<C<char>::pointer>
size_type.pass.cpp 39 struct pointer {}; struct in struct:C
49 struct pointer_traits<C<char>::pointer>
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_raw_storage_iter.h 50 typedef void pointer; typedef in class:raw_storage_iterator
  /ndk/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/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/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/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/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/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/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_iterator_base_types.h 112 /// This type represents a pointer-to-value_type.
113 typedef _Pointer pointer; typedef in struct:iterator
130 typedef typename _Iterator::pointer pointer; typedef in struct:iterator_traits
140 typedef _Tp* pointer; typedef in struct:iterator_traits
150 typedef const _Tp* pointer; typedef in struct:iterator_traits
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
child_iterator.hpp 47 typedef node_pointer_pointer pointer; typedef in struct:iterator
const_child_iterator.hpp 50 typedef node_pointer_pointer pointer; typedef in struct:const_iterator

Completed in 1678 milliseconds

12 3 4 5 6 7 8 91011>>