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

1 2 3 4 56 7 8 91011>>

  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
priority_queue.hpp 70 typedef typename value_rebind::reference reference; typedef in class:__gnu_pbds::priority_queue
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
malloc_allocator.h 59 typedef _Tp& reference; typedef in class:malloc_allocator
77 address(reference __x) const { return &__x; }
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
node_iterators.hpp 84 // __Iterator's reference type.
85 typedef Const_Iterator reference; typedef in class:__gnu_pbds::detail::bin_search_tree_const_node_it_
87 // __Iterator's __const reference type.
93 // Const metadata reference type.
185 // __Iterator's reference type.
186 typedef Iterator reference; typedef in class:__gnu_pbds::detail::bin_search_tree_node_it_
188 // __Iterator's __const reference type.
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binomial_heap_/
binomial_heap_.hpp 83 typedef typename base_type::reference reference; typedef in class:__gnu_pbds::detail::binomial_heap_
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
const_iterator.hpp 86 // Iterator's reference type.
87 typedef typename base_type::reference reference; typedef in class:__gnu_pbds::detail::left_child_next_sibling_heap_const_iterator_
89 // Iterator's const reference type.
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
priority_queue.hpp 70 typedef typename value_rebind::reference reference; typedef in class:__gnu_pbds::priority_queue
  /sdk/ide_common/src/com/android/ide/common/resources/configuration/
DensityQualifier.java 103 public boolean isBetterMatchThan(ResourceQualifier compareTo, ResourceQualifier reference) {
109 DensityQualifier referenceQ = (DensityQualifier)reference;
119 // if reference is high, we want highest dpi.
120 // if reference is medium, we'll prefer to scale down high dpi, than scale up low dpi
121 // if reference if low, we'll prefer to scale down high than medium (2:1 over 4:3)
ScreenHeightQualifier.java 109 public boolean isBetterMatchThan(ResourceQualifier compareTo, ResourceQualifier reference) {
115 ScreenHeightQualifier referenceQ = (ScreenHeightQualifier)reference;
124 // get the qualifier that has the width that is the closest to the reference, but not
ScreenWidthQualifier.java 109 public boolean isBetterMatchThan(ResourceQualifier compareTo, ResourceQualifier reference) {
115 ScreenWidthQualifier referenceQ = (ScreenWidthQualifier)reference;
124 // get the qualifier that has the width that is the closest to the reference, but not
SmallestScreenWidthQualifier.java 109 public boolean isBetterMatchThan(ResourceQualifier compareTo, ResourceQualifier reference) {
115 SmallestScreenWidthQualifier referenceQ = (SmallestScreenWidthQualifier)reference;
124 // get the qualifier that has the width that is the closest to the reference, but not
  /sdk/layoutlib_api/src/com/android/ide/common/rendering/api/
SessionParams.java 73 * where the string is the type of the resource reference used in the layout file, and the
77 * where the string is the type of the resource reference used in the layout file, and the map
130 public void addAdapterBinding(ResourceReference reference, AdapterBinding data) {
135 mAdapterBindingMap.put(reference, data);
  /external/stlport/stlport/stl/
_queue.h 79 typedef typename _Sequence::reference reference; typedef in class:queue
96 reference front() { return c.front(); }
98 reference back() { return c.back(); }
163 typedef typename _Sequence::reference reference; typedef in class:priority_queue
_iterator.h 52 typename iterator_traits<_Iterator>::reference> {
60 typedef typename iterator_traits<_Iterator>::reference reference; typedef in class:reverse_iterator
75 reference operator*() const {
109 reference operator[](difference_type __n) const { return *(*this + __n); }
  /frameworks/base/test-runner/src/android/test/
ViewAsserts.java 277 * with respect to the <code>reference</code> view.
279 * @param reference The reference view
280 * @param test The view that should be center aligned with the reference view
282 static public void assertHorizontalCenterAligned(View reference, View test) {
284 reference.getLocationOnScreen(xy);
290 int center = (reference.getMeasuredWidth() - test.getMeasuredWidth()) / 2;
298 * with respect to the <code>reference</code> view.
300 * @param reference The reference vie
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_queue.h 79 typedef typename _Sequence::reference reference; typedef in class:queue
96 reference front() { return c.front(); }
98 reference back() { return c.back(); }
163 typedef typename _Sequence::reference reference; typedef in class:priority_queue
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_queue.h 79 typedef typename _Sequence::reference reference; typedef in class:queue
96 reference front() { return c.front(); }
98 reference back() { return c.back(); }
163 typedef typename _Sequence::reference reference; typedef in class:priority_queue
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_queue.h 79 typedef typename _Sequence::reference reference; typedef in class:queue
96 reference front() { return c.front(); }
98 reference back() { return c.back(); }
163 typedef typename _Sequence::reference reference; typedef in class:priority_queue
  /external/freetype/src/pshinter/
pshglob.c 91 FT_Pos reference = width;
107 reference = w;
111 if ( width >= reference )
114 if ( width < reference )
115 width = reference;
120 if ( width > reference )
121 width = reference;
155 FT_Int reference, delta; local
165 reference = read[1];
166 delta = read[0] - reference;
    [all...]
  /external/stlport/stlport/stl/debug/
_vector.h 61 typedef _Tp& reference; typedef in struct:_Vector_nonconst_traits
71 typedef const _Tp& reference; typedef in struct:_Vector_const_traits
80 typedef _Bit_iterator::reference reference; typedef in struct:_Vector_nonconst_traits
89 typedef _Bit_const_iterator::reference reference; typedef in struct:_Vector_const_traits
161 reference operator[](size_type __n) {
171 reference at(size_type __n) { return _M_non_dbg_impl.at(__n); }
248 reference front() {
256 reference back()
    [all...]
  /external/v8/test/mjsunit/
debug-referenced-by.js 38 // Initially one reference from the global object.
65 // This adds a reference (function context).
68 // This clears the reference (in function context).
87 // Adds a reference when set.
91 // Removes a reference when cleared.
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_vector.h 61 typedef _Tp& reference; typedef in struct:_Vector_nonconst_traits
71 typedef const _Tp& reference; typedef in struct:_Vector_const_traits
80 typedef _Bit_iterator::reference reference; typedef in struct:_Vector_nonconst_traits
89 typedef _Bit_const_iterator::reference reference; typedef in struct:_Vector_const_traits
161 reference operator[](size_type __n) {
171 reference at(size_type __n) { return _M_non_dbg_impl.at(__n); }
248 reference front() {
256 reference back()
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/debug/
_vector.h 61 typedef _Tp& reference; typedef in struct:_Vector_nonconst_traits
71 typedef const _Tp& reference; typedef in struct:_Vector_const_traits
80 typedef _Bit_iterator::reference reference; typedef in struct:_Vector_nonconst_traits
89 typedef _Bit_const_iterator::reference reference; typedef in struct:_Vector_const_traits
161 reference operator[](size_type __n) {
171 reference at(size_type __n) { return _M_non_dbg_impl.at(__n); }
248 reference front() {
256 reference back()
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/debug/
_vector.h 61 typedef _Tp& reference; typedef in struct:_Vector_nonconst_traits
71 typedef const _Tp& reference; typedef in struct:_Vector_const_traits
80 typedef _Bit_iterator::reference reference; typedef in struct:_Vector_nonconst_traits
89 typedef _Bit_const_iterator::reference reference; typedef in struct:_Vector_const_traits
161 reference operator[](size_type __n) {
171 reference at(size_type __n) { return _M_non_dbg_impl.at(__n); }
248 reference front() {
256 reference back()
    [all...]
  /external/astl/include/
list 73 typedef _T& reference;
81 reference operator*() const { return static_cast<node_type*>(mNode)->mData; }
114 typedef _T& reference;
124 reference operator*() const { return static_cast<node_type*>(mNode)->mData; }
159 typedef _T& reference;
174 reference front() { return *iterator(mHead.mNext); }
176 reference back() { return *iterator(mHead.mPrev); }
  /external/llvm/include/llvm/ADT/
SmallBitVector.h 57 class reference { class in class:llvm::SmallBitVector
62 reference(SmallBitVector &b, unsigned Idx) : TheVector(b), BitPos(Idx) {} function in class:llvm::SmallBitVector::reference
64 reference& operator=(reference t) {
69 reference& operator=(bool t) {
334 reference operator[](unsigned Idx) {
336 return reference(*this, Idx);

Completed in 1693 milliseconds

1 2 3 4 56 7 8 91011>>