/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/stlport/ |
D | printers.py | 93 if node.dereference()['_M_right']: 95 node = node.dereference()['_M_right'] 96 while node.dereference()['_M_left']: 97 node = node.dereference()['_M_left'] 100 parent = node.dereference()['_M_parent'] 101 while node == parent.dereference()['_M_right']: 103 parent = parent.dereference()['_M_parent'] 168 result = ('[%d]' % self.count, self.item.dereference()) 234 node = self.item.cast (self.node_type).dereference() 279 item = self.rbiter.next().dereference() [all …]
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/iterator/ |
D | input_iterator_facade.hpp | 87 Reference dereference() const in dereference() function in boost::unit_test::input_iterator_facade
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/ |
D | reverse_iterator.hpp | 43 typename super_t::reference dereference() const { return *boost::prior(this->base()); } in dereference() function in boost::reverse_iterator
|
D | iterator_facade.hpp | 512 static typename Facade::reference dereference(Facade const& f) in dereference() function in boost::iterator_core_access 514 return f.dereference(); in dereference() 639 return iterator_core_access::dereference(this->derived()); in operator *()
|
D | iterator_adaptor.hpp | 305 typename super_t::reference dereference() const in dereference() function in boost::iterator_adaptor
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/optional/ |
D | optional.hpp | 444 …reference_const_type get_impl() const { return dereference(get_object(), is_reference_predicate() … in get_impl() 445 …reference_type get_impl() { return dereference(get_object(), is_reference_predicate() … in get_impl() 471 …reference_const_type dereference( internal_type const* p, is_not_reference_tag ) const { return *p… in dereference() function in boost::optional_detail::optional_base 472 …reference_type dereference( internal_type* p, is_not_reference_tag ) { return *p… in dereference() function in boost::optional_detail::optional_base 473 …reference_const_type dereference( internal_type const* p, is_reference_tag ) const { return p-… in dereference() function in boost::optional_detail::optional_base 474 …reference_type dereference( internal_type* p, is_reference_tag ) { return p-… in dereference() function in boost::optional_detail::optional_base
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | __hash_table | 157 … "Attempted to dereference a non-dereferenceable unordered container iterator"); 166 … "Attempted to dereference a non-dereferenceable unordered container iterator"); 304 … "Attempted to dereference a non-dereferenceable unordered container const_iterator"); 313 … "Attempted to dereference a non-dereferenceable unordered container const_iterator"); 436 … "Attempted to dereference a non-dereferenceable unordered container local_iterator"); 445 … "Attempted to dereference a non-dereferenceable unordered container local_iterator"); 601 … "Attempted to dereference a non-dereferenceable unordered container const_local_iterator"); 610 … "Attempted to dereference a non-dereferenceable unordered container const_local_iterator");
|
D | list | 317 "Attempted to dereference a non-dereferenceable list::iterator"); 326 "Attempted to dereference a non-dereferenceable list::iterator"); 454 "Attempted to dereference a non-dereferenceable list::const_iterator"); 463 "Attempted to dereference a non-dereferenceable list::iterator");
|
D | iterator | 1167 "Attempted to dereference a non-dereferenceable iterator"); 1175 "Attempted to dereference a non-dereferenceable iterator");
|
/ndk/sources/host-tools/nawk-20071023/ |
D | FIXES | 735 fixed null pointer dereference bug in main.c: -F[nothing]. sigh.
|
/ndk/tests/device/test-libc++-static-full/jni/ |
D | Android.mk | 1937 …call gen-test, iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op++/dereference) 1946 $(call gen-test, iterators/stream.iterators/istream.iterator/istream.iterator.ops/dereference) 1969 $(call gen-test, iterators/stream.iterators/ostream.iterator/ostream.iterator.ops/dereference) 4081 …ll gen-test, utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers/dereference) 4152 …gen-test, utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/dereference) 4311 $(call gen-test, utilities/optional/optional.object/optional.object.observe/dereference)
|
/ndk/tests/device/test-libc++-shared-full/jni/ |
D | Android.mk | 1946 …call gen-test, iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op++/dereference) 1955 $(call gen-test, iterators/stream.iterators/istream.iterator/istream.iterator.ops/dereference) 1978 $(call gen-test, iterators/stream.iterators/ostream.iterator/ostream.iterator.ops/dereference) 4090 …ll gen-test, utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers/dereference) 4161 …gen-test, utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/dereference) 4320 $(call gen-test, utilities/optional/optional.object/optional.object.observe/dereference)
|