HomeSort by relevance Sort by last modified time
    Searched refs:reference (Results 76 - 100 of 785) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
list_update_policy.hpp 68 // Reference to metadata on which this functor operates.
70 typedef typename metadata_rebind::reference metadata_reference;
112 // Reference to metadata on which this functor operates.
114 typedef typename metadata_rebind::reference metadata_reference;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
debug_allocator.h 68 typedef typename _Alloc::reference reference; typedef in class:debug_allocator
new_allocator.h 58 typedef _Tp& reference; typedef in class:new_allocator
76 address(reference __x) const { return &__x; }
pointer.h 192 * reference to void, and eliminates the need to specialize _Pointer_adapter
199 { typedef _Tp& reference; }; typedef in struct:_Reference_type
203 { typedef _Invalid_type& reference; }; typedef in struct:_Reference_type
207 { typedef const _Invalid_type& reference; }; typedef in struct:_Reference_type
211 { typedef volatile _Invalid_type& reference; }; typedef in struct:_Reference_type
215 { typedef const volatile _Invalid_type& reference; }; typedef in struct:_Reference_type
277 typedef typename _Reference_type<element_type>::reference reference; typedef in class:_Pointer_adapter
330 inline reference
340 inline reference
    [all...]
array_allocator.h 53 typedef _Tp& reference; typedef in class:array_allocator_base
58 address(reference __x) const { return &__x; }
103 typedef _Tp& reference; typedef in class:array_allocator
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
const_iterator.hpp 89 // Iterator's reference type.
90 typedef typename base_type::reference reference; typedef in class:__gnu_pbds::detail::binary_heap_const_iterator_
92 // Iterator's const reference type.
const_point_iterator.hpp 79 // Iterator's reference type.
81 typename Allocator::template rebind<value_type>::other::reference
82 reference; typedef in class:__gnu_pbds::detail::binary_heap_const_point_iterator_
84 // Iterator's const reference type.
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
const_point_iterator.hpp 90 // Iterator's reference type.
93 value_type>::other::reference
94 reference; typedef in class:__gnu_pbds::detail::left_child_next_sibling_heap_node_const_point_iterator_
96 // Iterator's const reference type.
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
list_update_policy.hpp 68 // Reference to metadata on which this functor operates.
70 typedef typename metadata_rebind::reference metadata_reference;
112 // Reference to metadata on which this functor operates.
114 typedef typename metadata_rebind::reference metadata_reference;
  /sdk/ide_common/src/com/android/ide/common/resources/configuration/
KeyboardStateQualifier.java 89 public boolean isBetterMatchThan(ResourceQualifier compareTo, ResourceQualifier reference) {
95 KeyboardStateQualifier referenceQualifier = (KeyboardStateQualifier)reference;
UiModeQualifier.java 82 public boolean isBetterMatchThan(ResourceQualifier compareTo, ResourceQualifier reference) {
88 UiModeQualifier referenceQualifier = (UiModeQualifier)reference;
  /sdk/layoutlib_api/src/com/android/ide/common/rendering/api/
DataBindingItem.java 40 public DataBindingItem(ResourceReference reference, int count) {
41 mReference = reference;
  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerChromium.cpp 88 // Our superlayer should be holding a reference to us so there should be no
95 // Remove the superlayer reference from all sublayers.
157 void LayerChromium::replaceSublayer(LayerChromium* reference, PassRefPtr<LayerChromium> newLayer)
159 ASSERT_ARG(reference, reference);
160 ASSERT_ARG(reference, reference->superlayer() == this);
162 if (reference == newLayer)
165 int referenceIndex = indexOfSublayer(reference);
171 reference->removeFromSuperlayer()
    [all...]
  /external/astl/include/
iterator 57 typedef _Reference reference;
69 typedef typename _Iterator::reference reference;
81 typedef _T& reference;
91 typedef const _T& reference;
107 typedef typename iterator_traits<_Iterator>::reference reference;
119 reference operator*() const { return *mCurrent; }
139 reference operator[](const difference_type& n) const {
  /external/llvm/include/llvm/ADT/
BitVector.h 37 class reference { class in class:llvm::BitVector
43 reference(); // Undefined
46 reference(BitVector &b, unsigned Idx) { function in class:llvm::BitVector::reference
51 ~reference() {}
53 reference &operator=(reference t) {
58 reference& operator=(bool t) {
263 reference operator[](unsigned Idx) {
265 return reference(*this, Idx);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
pointer.h 192 * reference to void, and eliminates the need to specialize _Pointer_adapter
199 { typedef _Tp& reference; }; typedef in struct:_Reference_type
203 { typedef _Invalid_type& reference; }; typedef in struct:_Reference_type
207 { typedef const _Invalid_type& reference; }; typedef in struct:_Reference_type
211 { typedef volatile _Invalid_type& reference; }; typedef in struct:_Reference_type
215 { typedef const volatile _Invalid_type& reference; }; typedef in struct:_Reference_type
277 typedef typename _Reference_type<element_type>::reference reference; typedef in class:_Pointer_adapter
330 inline reference
340 inline reference
    [all...]
array_allocator.h 53 typedef _Tp& reference; typedef in class:array_allocator_base
58 address(reference __x) const { return &__x; }
103 typedef _Tp& reference; typedef in class:array_allocator
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
pointer.h 192 * reference to void, and eliminates the need to specialize _Pointer_adapter
199 { typedef _Tp& reference; }; typedef in struct:_Reference_type
203 { typedef _Invalid_type& reference; }; typedef in struct:_Reference_type
207 { typedef const _Invalid_type& reference; }; typedef in struct:_Reference_type
211 { typedef volatile _Invalid_type& reference; }; typedef in struct:_Reference_type
215 { typedef const volatile _Invalid_type& reference; }; typedef in struct:_Reference_type
277 typedef typename _Reference_type<element_type>::reference reference; typedef in class:_Pointer_adapter
330 inline reference
340 inline reference
    [all...]
array_allocator.h 53 typedef _Tp& reference; typedef in class:array_allocator_base
58 address(reference __x) const { return &__x; }
103 typedef _Tp& reference; typedef in class:array_allocator
  /external/stlport/stlport/stl/
_stack.h 68 typedef typename _Sequence::reference reference; typedef in class:stack
84 reference top() { return c.back(); }
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_stack.h 68 typedef typename _Sequence::reference reference; typedef in class:stack
84 reference top() { return c.back(); }
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_stack.h 68 typedef typename _Sequence::reference reference; typedef in class:stack
84 reference top() { return c.back(); }
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_stack.h 68 typedef typename _Sequence::reference reference; typedef in class:stack
84 reference top() { return c.back(); }
  /dalvik/vm/mterp/x86-atom/
OP_CONST_STRING.S 19 * Code: Move a string reference to a register. Uses no substitutions.
37 je .L${opcode}_resolve # resolve string reference
57 call dvmResolveString # resolve string reference
OP_CONST_STRING_JUMBO.S 19 * Code: Move a string reference to a register. Uses no substitutions.
23 * Description: Move a reference to the string specified by the given
40 je .L${opcode}_resolve # resolve string reference
59 call dvmResolveString # resolve string reference

Completed in 831 milliseconds

1 2 34 5 6 7 8 91011>>