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

1 23 4 5 6 7 8 91011>>

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/bin_search_tree_/
traits.hpp 83 typename type_traits::reference,
96 typename type_traits::reference,
109 typename type_traits::reference,
122 typename type_traits::reference,
197 typename type_traits::reference,
212 typename type_traits::reference,
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
traits.hpp 83 typename type_traits::reference,
96 typename type_traits::reference,
109 typename type_traits::reference,
122 typename type_traits::reference,
197 typename type_traits::reference,
212 typename type_traits::reference,
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
traits.hpp 83 typename type_traits::reference,
96 typename type_traits::reference,
109 typename type_traits::reference,
122 typename type_traits::reference,
197 typename type_traits::reference,
212 typename type_traits::reference,
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/serialization/
KeyPairTest.java 73 public void assertDeserialized(Serializable reference, Serializable test) {
77 Key key2 = ((KeyPair)reference).getPublic();
88 key2 = ((KeyPair)reference).getPrivate();
  /hardware/ril/reference-ril/
Android.mk 9 reference-ril.c \
46 LOCAL_MODULE:= reference-ril
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pat_trie_/
child_iterator.hpp 48 typedef node_pointer_reference reference; typedef in struct:iterator
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
child_iterator.hpp 48 typedef node_pointer_reference reference; typedef in struct:iterator
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
child_iterator.hpp 48 typedef node_pointer_reference reference; typedef in struct:iterator
  /sdk/ide_common/src/com/android/ide/common/resources/configuration/
ResourceQualifier.java 68 * @param qualifier the reference qualifier
76 * Returns true if the receiver is a better match for the given <var>reference</var> than
80 * @param reference The reference qualifier value for which the match is.
83 public boolean isBetterMatchThan(ResourceQualifier compareTo, ResourceQualifier reference) {
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
HttpRetryExceptionTest.java 36 public void assertDeserialized(Serializable reference, Serializable test) {
38 HttpRetryException ref = (HttpRetryException) reference;
  /external/bluetooth/glib/
sanity_check 38 wc -l glib-$VERSION/docs/reference/*/html/*.html | grep total
  /external/clang/include/clang/Analysis/Support/
BlkExprDeclBitVector.h 111 llvm::BitVector::reference getBit(unsigned i) {
119 llvm::BitVector::reference
128 llvm::BitVector::reference getDeclBit(unsigned i) { return DeclBV[i]; }
129 const llvm::BitVector::reference getDeclBit(unsigned i) const {
250 llvm::BitVector::reference
254 const llvm::BitVector::reference
262 llvm::BitVector::reference getStmtBit(unsigned i) { return BlkExprBV[i]; }
263 const llvm::BitVector::reference getStmtBit(unsigned i) const {
  /external/guava/src/com/google/common/collect/
Platform.java 93 * Returns a new array of the given length with the same type as a reference
96 * @param reference any array of the desired type
99 static <T> T[] newArray(T[] reference, int length) {
100 Class<?> type = reference.getClass().getComponentType();
103 // result.getClass() == reference.getClass().getComponentType()
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
HttpRetryExceptionTest.java 36 public void assertDeserialized(Serializable reference, Serializable test) {
38 HttpRetryException ref = (HttpRetryException) reference;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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; }
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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-r5/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; }
  /prebuilt/ndk/android-ndk-r5/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-r5/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.

Completed in 1836 milliseconds

1 23 4 5 6 7 8 91011>>