Searched defs:reference (Results 1 - 25 of 419) sorted by path

1234567891011>>

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
H A DReferringObjectsDebuggee.java44 //Referrer objects which contain reference of referree object
51 //Referrer objects which contain reference which is null
75 private ReferringObjectsReferree001 reference; field in class:ReferringObjectsReferrer001
77 ReferringObjectsReferrer001(ReferringObjectsReferree001 reference) { argument
78 if(null != reference) {
84 this.reference = reference;
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/serialization/
H A DPrivilegedActionExceptionTest.java47 public void assertDeserialized(Serializable reference, Serializable otest) { argument
50 THROWABLE_COMPARATOR.assertDeserialized(reference, otest);
53 PrivilegedActionException ref = (PrivilegedActionException) reference;
/external/apache-http/src/org/apache/commons/logging/impl/
H A DWeakHashtable.java63 * a reference to it gets stored in the static LogFactory.factories member,
68 * reference to the component's classloader from a key in the "global"
87 * base LogFactory class, then there is a strong reference from the LogFactory
88 * class to the LogFactory1 instance (as normal) and a strong reference from
397 private final WeakReference reference; field in class:WeakHashtable.Referenced
405 reference = new WeakReference(referant);
416 reference = new WeakKey(key, queue, this);
428 return reference.get();
464 * WeakReference subclass that holds a hard reference to an
/external/apache-http/src/org/apache/http/client/utils/
H A DURIUtils.java169 * Resolves a URI reference against a base URI. Work-around for bug in
173 * @param reference the URI reference
176 public static URI resolve(final URI baseURI, final String reference) { argument
177 return URIUtils.resolve(baseURI, URI.create(reference));
181 * Resolves a URI reference against a base URI. Work-around for bug in
185 * @param reference the URI reference
188 public static URI resolve(final URI baseURI, URI reference){ argument
192 if (reference
[all...]
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
H A DBasicPoolEntry.java54 * A weak reference to <code>this</code> used to detect GC of entries.
58 private final BasicPoolEntryRef reference; field in class:BasicPoolEntry
65 * @param queue the reference queue for tracking GC of this entry,
75 this.reference = new BasicPoolEntryRef(this, queue);
87 return this.reference;
/external/ceres-solver/include/ceres/internal/
H A Dfixed_array.h85 typedef T& reference; typedef in class:ceres::internal::FixedArray
114 // Returns a reference to the "i"th element.
121 // Returns a reference to the "i"th element.
/external/chromium_org/base/containers/
H A Dsmall_map.h230 typedef typename NormalMap::iterator::reference reference; typedef in class:base::SmallMap::iterator
310 typedef typename NormalMap::const_iterator::reference reference; typedef in class:base::SmallMap::const_iterator
/external/chromium_org/base/memory/
H A Dscoped_vector.h27 typedef typename std::vector<T*>::reference reference; typedef in class:ScopedVector
45 reference operator[](size_t index) { return v_[index]; }
62 reference front() { return v_.front(); }
64 reference back() { return v_.back(); }
/external/chromium_org/base/prefs/
H A Dpref_value_map_unittest.cc75 PrefValueMap reference; local
76 EXPECT_TRUE(reference.SetValue("b", new StringValue("test")));
77 EXPECT_TRUE(reference.SetValue("c", new StringValue("test")));
78 EXPECT_TRUE(reference.SetValue("e", new StringValue("test")));
84 reference.GetDifferingKeys(&check, &differing_paths);
94 reference.GetDifferingKeys(&check, &differing_paths);
/external/chromium_org/base/strings/
H A Dstring_piece.h16 // If circumstances require, you may also pass by const reference:
168 typedef const value_type& reference; typedef in class:base::BasicStringPiece
/external/chromium_org/cc/blink/
H A Dweb_layer_impl.cc94 void WebLayerImpl::replaceChild(WebLayer* reference, WebLayer* new_layer) { argument
95 layer_->ReplaceChild(static_cast<WebLayerImpl*>(reference)->layer(),
/external/chromium_org/cc/layers/
H A Dlayer.cc84 // Our parent should be holding a reference to us so there should be no
88 // reference to us.
97 // Remove the parent reference from all children and dependents.
296 void Layer::ReplaceChild(Layer* reference, scoped_refptr<Layer> new_layer) { argument
297 DCHECK(reference);
298 DCHECK_EQ(reference->parent(), this);
301 if (reference == new_layer.get())
304 int reference_index = IndexOfChild(reference);
310 reference->RemoveFromParent();
318 int Layer::IndexOfChild(const Layer* reference) { argument
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Ddisplay_info_provider_chromeos.cc72 // Created ash::DisplayLayout value for |rectangle| compared to the |reference|
76 // the reference.
77 // - offset: The rectangle's offset from the reference origin along the axis
81 // by the |reference|'s diagonals and finding the area |rectangle|'s center
83 // part of the bounds with the |reference|, the |rectangle| position in set to
85 // over the |reference| top bound, it will be set to TOP) and the layout is
87 // rectangle shares an edge with the reference, but it's center is not in the
88 // same area as the reference's edge, e.g.
100 // The rectangle shares an egde with the reference's bottom edge, but it's
102 ash::DisplayLayout GetLayoutForRectangles(const gfx::Rect& reference, argument
[all...]
/external/chromium_org/chrome/browser/sync/test/integration/
H A Ddictionary_helper.cc86 const chrome::spellcheck_common::WordSet& reference = local
93 if (reference.size() != dictionary.size() ||
94 !std::equal(reference.begin(), reference.end(), dictionary.begin())) {
/external/chromium_org/chrome/browser/thumbnails/
H A Dcontent_analysis_unittest.cc68 float AspectDifference(const gfx::Size& reference, const gfx::Size& candidate) { argument
70 static_cast<float>(reference.width()) / reference.height());
/external/chromium_org/chrome/browser/ui/pdf/
H A Dpdf_browsertest_base.cc118 base::FilePath reference = ui_test_utils::GetTestFilePath( local
122 ASSERT_TRUE(base::GetFileInfo(reference, &info));
125 ASSERT_EQ(size, base::ReadFile(reference, data.get(), size));
/external/chromium_org/content/browser/appcache/
H A Dappcache_storage.h280 DelegateReference* reference = GetDelegateReference(delegate); local
281 if (reference)
282 return reference;
/external/chromium_org/content/browser/dom_storage/
H A Dsession_storage_database_unittest.cc51 const DOMStorageValuesMap& reference) const;
320 const DOMStorageValuesMap& reference) const {
323 CompareValuesMaps(values, reference);
391 DOMStorageValuesMap reference; local
398 reference[kKey1] = kValue1;
399 reference[kKey2] = kValue2;
400 reference[kKey3] = kValue3;
404 CheckAreaData(kNamespace1, kOrigin1, reference);
411 reference[kKey1] = kValue4;
412 reference
512 DOMStorageValuesMap reference; local
596 DOMStorageValuesMap reference; local
[all...]
/external/chromium_org/content/browser/indexed_db/
H A Dlist_set.h70 typedef T& reference; typedef in class:list_set::iterator
109 typedef T& reference; typedef in class:list_set::const_iterator
/external/chromium_org/content/browser/loader/
H A Dresource_dispatcher_host_impl.cc1192 // Hang on to a reference to ensure the blob is not released prior
1315 scoped_refptr<ShareableFileReference> reference = local
1317 DCHECK(reference.get());
1319 registered_temp_files_[child_id][request_id] = reference;
1321 child_id, reference->path());
1329 // reference to the temp file that outlives the url loaded that it was
1331 reference->AddFinalReleaseCallback(
/external/chromium_org/content/public/browser/
H A Ddevtools_protocol_constants_generator.py103 reference = ""
105 reference = parameter["$ref"]
107 reference = parameter["items"]["$ref"]
108 if reference:
109 if not "." in reference:
110 reference = domain_name + "." + reference
111 references.append(reference)
187 reference = references.pop(); variable
188 path = reference
[all...]
/external/chromium_org/courgette/
H A Dmemory_allocator.h128 typedef value_type& reference; typedef in class:courgette::MemoryAllocator
238 typedef value_type& reference;
/external/chromium_org/net/tools/balsa/
H A Dbalsa_headers.h301 typedef value_type& reference; typedef in class:net::BalsaHeaders::iterator_base
315 reference operator*() const {
393 reference Lookup(HeaderLines::size_type index) const {
415 typedef iterator_base::reference reference; typedef in class:net::BalsaHeaders::reverse_iterator_base
439 reference operator*() const {
/external/chromium_org/storage/common/blob/
H A Dblob_data.h43 void AttachShareableFileReference(ShareableFileReference* reference) { argument
44 shareable_files_.push_back(reference);
H A Dshareable_file_reference.cc65 ShareableFileReference* reference = local
67 return scoped_refptr<ShareableFileReference>(reference);
98 // Wasn't in the map, create a new reference and store the pointer.
99 scoped_refptr<ShareableFileReference> reference(
101 result.first->second = reference.get();
102 return reference;

Completed in 4379 milliseconds

1234567891011>>