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

12 3 4 5 6 7 8 91011>>

  /external/guava/src/com/google/common/base/
Preconditions.java 173 * Ensures that an object reference passed as a parameter to the calling
176 * @param reference an object reference
177 * @return the non-null reference that was validated
178 * @throws NullPointerException if {@code reference} is null
180 public static <T> T checkNotNull(T reference) {
181 if (reference == null) {
184 return reference;
188 * Ensures that an object reference passed as a parameter to the calling
191 * @param reference an object referenc
    [all...]
  /external/clang/include/clang/Index/
STLExtras.h 29 typedef value_type& reference; typedef in class:clang::idx::pair_value_iterator
37 reference operator*() const { return I->second; }
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/unordered_iterator/
point_iterator.hpp 63 // Iterator's reference type.
64 typedef reference_ reference; typedef in class:point_iterator_
66 // Iterator's const reference type.
95 inline reference
iterator.hpp 65 // Iterator's reference type.
66 typedef reference_ reference; typedef in class:iterator_
68 // Iterator's const reference type.
106 inline reference
111 return (const_cast<reference>(*base_type::m_p_value));
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/unordered_iterator/
point_iterator.hpp 63 // Iterator's reference type.
64 typedef reference_ reference; typedef in class:point_iterator_
66 // Iterator's const reference type.
95 inline reference
iterator.hpp 65 // Iterator's reference type.
66 typedef reference_ reference; typedef in class:iterator_
68 // Iterator's const reference type.
106 inline reference
111 return (const_cast<reference>(*base_type::m_p_value));
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/unordered_iterator/
point_iterator.hpp 63 // Iterator's reference type.
64 typedef reference_ reference; typedef in class:point_iterator_
66 // Iterator's const reference type.
95 inline reference
iterator.hpp 65 // Iterator's reference type.
66 typedef reference_ reference; typedef in class:iterator_
68 // Iterator's const reference type.
106 inline reference
111 return (const_cast<reference>(*base_type::m_p_value));
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/basic_tree_policy/
basic_tree_policy_base.hpp 82 value_type>::type>::other::reference
83 reference; typedef in struct:__gnu_pbds::detail::basic_tree_policy_base
139 value_type>::type>::other::reference
140 reference; typedef in struct:__gnu_pbds::detail::basic_tree_policy_base
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pat_trie_/
leaf.hpp 89 typedef typename Type_Traits::reference reference; typedef in struct:__gnu_pbds::detail::pat_trie_leaf
107 inline reference
134 inline typename PB_DS_CLASS_C_DEC::reference
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/basic_tree_policy/
basic_tree_policy_base.hpp 82 value_type>::type>::other::reference
83 reference; typedef in struct:__gnu_pbds::detail::basic_tree_policy_base
139 value_type>::type>::other::reference
140 reference; typedef in struct:__gnu_pbds::detail::basic_tree_policy_base
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
leaf.hpp 89 typedef typename Type_Traits::reference reference; typedef in struct:__gnu_pbds::detail::pat_trie_leaf
107 inline reference
134 inline typename PB_DS_CLASS_C_DEC::reference
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/basic_tree_policy/
basic_tree_policy_base.hpp 82 value_type>::type>::other::reference
83 reference; typedef in struct:__gnu_pbds::detail::basic_tree_policy_base
139 value_type>::type>::other::reference
140 reference; typedef in struct:__gnu_pbds::detail::basic_tree_policy_base
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
leaf.hpp 89 typedef typename Type_Traits::reference reference; typedef in struct:__gnu_pbds::detail::pat_trie_leaf
107 inline reference
134 inline typename PB_DS_CLASS_C_DEC::reference
  /external/jsilver/src/com/google/clearsilver/jsilver/values/
VariableValue.java 25 * A value linked to a variable reference. When this value is evaluated in an expression a Data
40 private Data reference; field in class:VariableValue
58 reference = dataContext.findVariable(name, false);
61 return reference;
  /external/webkit/Source/WebCore/bindings/scripts/
InFilesParser.pm 65 my $reference = { };
71 bless($reference, $object);
72 return $reference;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/
basic_types.hpp 67 typedef typename mapped_type_allocator::reference mapped_reference;
74 typedef typename value_type_allocator::reference reference; typedef in struct:__gnu_pbds::detail::value_type_base
94 typedef typename mapped_type_allocator::reference mapped_reference;
101 typedef typename value_type_allocator::reference reference; typedef in struct:__gnu_pbds::detail::value_type_base
128 typedef typename mapped_type_allocator::reference mapped_reference;
136 typedef typename value_type_allocator::reference reference; typedef in struct:__gnu_pbds::detail::value_type_base
170 typedef typename mapped_type_allocator::reference mapped_reference
178 typedef typename value_type_allocator::reference reference; typedef in struct:__gnu_pbds::detail::value_type_base
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
basic_types.hpp 67 typedef typename mapped_type_allocator::reference mapped_reference;
74 typedef typename value_type_allocator::reference reference; typedef in struct:__gnu_pbds::detail::value_type_base
94 typedef typename mapped_type_allocator::reference mapped_reference;
101 typedef typename value_type_allocator::reference reference; typedef in struct:__gnu_pbds::detail::value_type_base
128 typedef typename mapped_type_allocator::reference mapped_reference;
136 typedef typename value_type_allocator::reference reference; typedef in struct:__gnu_pbds::detail::value_type_base
170 typedef typename mapped_type_allocator::reference mapped_reference
178 typedef typename value_type_allocator::reference reference; typedef in struct:__gnu_pbds::detail::value_type_base
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
basic_types.hpp 67 typedef typename mapped_type_allocator::reference mapped_reference;
74 typedef typename value_type_allocator::reference reference; typedef in struct:__gnu_pbds::detail::value_type_base
94 typedef typename mapped_type_allocator::reference mapped_reference;
101 typedef typename value_type_allocator::reference reference; typedef in struct:__gnu_pbds::detail::value_type_base
128 typedef typename mapped_type_allocator::reference mapped_reference;
136 typedef typename value_type_allocator::reference reference; typedef in struct:__gnu_pbds::detail::value_type_base
170 typedef typename mapped_type_allocator::reference mapped_reference
178 typedef typename value_type_allocator::reference reference; typedef in struct:__gnu_pbds::detail::value_type_base
    [all...]
  /external/guava/src/com/google/common/base/internal/
Finalizer.java 20 import java.lang.ref.Reference;
38 * Google Collections, this thread would keep an indirect strong reference
63 * @param frq reference to instance of FinalizableReferenceQueue that started
112 + " by reference finalizer thread.", t);
134 * Cleans up a single reference. Catches and logs all throwables.
136 private void cleanUp(Reference<?> reference) throws ShutDown {
143 reference.clear();
145 if (reference == frqReference) {
147 * The client no longer has a reference to th
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ShowWithinMenu.java 6 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.IncludeFinder.Reference;
36 final List<Reference> includedBy = finder.getIncludedBy(file);
39 for (final Reference reference : includedBy) {
40 String title = reference.getDisplayName();
41 IAction action = new ShowWithinAction(title, reference);
58 private Reference mReference;
60 public ShowWithinAction(String title, Reference reference) {
62 mReference = reference;
    [all...]
  /external/liblzf/cs/
CLZF.cs 167 long reference;
179 reference = htab[hslot];
182 if ((off = iidx - reference - 1) < MAX_OFF
184 && reference > 0
185 && in_data[reference+0] == in_data[iidx+0]
186 && in_data[reference+1] == in_data[iidx+1]
187 && in_data[reference+2] == in_data[iidx+2]
190 /* match found at *reference++ */
200 while (len < maxlen && in_data[reference+len] == in_data[iidx+len]);
300 else /* back reference */
    [all...]
  /sdk/ide_common/src/com/android/ide/common/resources/
ResourceResolver.java 184 public ResourceValue findResValue(String reference, boolean forceFrameworkOnly) {
185 if (reference == null) {
188 if (reference.startsWith(PREFIX_THEME_REF)) {
197 if (reference.startsWith(PREFIX_ANDROID_THEME_REF)) {
199 reference = reference.substring(PREFIX_ANDROID_THEME_REF.length());
201 reference = reference.substring(PREFIX_THEME_REF.length());
206 String[] segments = reference.split("\\/");
212 // there was a resType in the reference. If it's attr, we ignore i
    [all...]
  /external/llvm/include/llvm/ADT/
PackedVector.h 81 class reference { class in class:llvm::PackedVector
85 reference(); // Undefined
87 reference(PackedVector &vec, unsigned idx) : Vec(vec), Idx(idx) { } function in class:llvm::PackedVector::reference
89 reference &operator=(T val) {
121 reference operator[](unsigned Idx) {
122 return reference(*this, Idx);
  /external/webkit/Source/WebCore/wml/
WMLVariables.cpp 92 // Find beginning of variable reference
165 String substituteVariableReferences(const String& reference, Document* document, WMLVariableEscapingMode escapeMode)
169 if (reference.isEmpty())
170 return reference;
174 return reference;
177 String remainingInput = reference;
190 // Consume all characters until the variable reference beginning
278 return reference;

Completed in 1110 milliseconds

12 3 4 5 6 7 8 91011>>