HomeSort by relevance Sort by last modified time
    Searched full:reference (Results 826 - 850 of 5589) sorted by null

<<31323334353637383940>>

  /external/apache-http/src/org/apache/commons/logging/impl/
WeakHashtable.java 63 * 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
392 private final WeakReference reference;
400 reference = new WeakReference(referant);
411 reference = new WeakKey(key, queue, this);
423 return reference.get();
459 * WeakReference subclass that holds a hard reference to an
  /frameworks/base/docs/html/guide/topics/resources/
layout-resource.jd 27 <dt>resource reference:</dt>
78 use to obtain a reference to the {@link android.view.ViewGroup} from your application.
97 {@link android.view.ViewGroup}. For a reference of all available attributes,
98 see the corresponding reference documentation for the {@link android.view.ViewGroup} class
100 href="{@docRoot}reference/android/widget/LinearLayout.html#lattrs">LinearLayout XML
111 obtain a reference to the {@link android.view.View} from your application.
131 Layout</a> for more information. For a reference of all available attributes,
132 see the corresponding reference documentation (for example, the <a
133 href="{@docRoot}reference/android/widget/TextView.html#lattrs">TextView XML attributes</a>).</p>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiElementDetail.java 341 final HashSet<UiAttributeNode> reference = new HashSet<UiAttributeNode>(); local
347 reference);
360 updateUnknownAttributesSection(ui_node, unknownTable, managedForm, reference);
427 HashSet<UiAttributeNode> reference) {
438 // Compare the new attribute set with the old "reference" one
439 boolean has_differences = ui_attrs.size() != reference.size();
442 if (!reference.contains(ui_attr)) {
451 reference.clear();
460 reference.add(ui_attr);
  /dalvik/libcore/security/src/test/java/tests/security/spec/
ECFieldF2mTest.java 53 * <code>NPE</code> reference object of class NullPointerException.
59 * <code>IArgE</code> reference object of class IllegalArgumentException.
677 * through array reference passed to the constructor.
681 notes = "Verifies that object state is preserved against modifications through array reference passed to the constructor.",
686 // reference array
688 // reference array copy
694 // compare reference with returned array
700 * modifications through array reference returned by
706 notes = "Verifies that object state is preserved against modifications through array reference returned by getMidTermsOfReductionPolynomial() method.",
712 notes = "Verifies that object state is preserved against modifications through array reference returned by getMidTermsOfReductionPolynomial() method."
    [all...]
  /external/guava/javadoc/com/google/common/base/
FinalizablePhantomReference.html 96 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="http://java.sun.com/javase/6/docs/api/java/lang/ref/Reference.html?is-external=true" title="class or interface in java.lang.ref">java.lang.ref.Reference</A>&lt;T&gt;
109 Phantom reference with a <code>finalizeReferent()</code> method which a
113 <p>Unlike a normal phantom reference, this reference will be cleared
143 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a new finalizable phantom reference.</TD>
165 &nbsp;<A NAME="methods_inherited_from_class_java.lang.ref.Reference"><!-- --></A>
168 <TH ALIGN="left"><B>Methods inherited from class java.lang.ref.<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/ref/Reference.html?is-external=true" title="class or interface in java.lang.ref">Reference</A></B></TH>
171 <TD><CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/lang/ref/Reference.html?is-external=true#clear()" title="class or interface in java.lang.ref">clear</A>, <A HREF="htt (…)
    [all...]
  /external/stlport/stlport/stl/
_bitset.h 35 // returns a reference to a bit, again without doing any range checking.
359 struct reference;
360 friend struct reference;
362 // bit reference:
363 struct reference { struct in class:bitset
371 reference() {} function in struct:bitset::reference
373 reference( _Bitset& __b, size_t __pos ) { function in struct:bitset::reference
379 ~reference() {}
382 reference& operator=(bool __x) {
392 reference& operator=(const reference& __j)
    [all...]
  /build/tools/droiddoc/templates-sdk/
customization.cs 74 if:reference ?>
141 <?cs # The default side navigation for the reference docs ?><?cs
150 <a href="<?cs var:toroot ?>reference/packages.html" <?cs if:(page.title == "Package Index") ?>class="selected"<?cs /if ?> >Package Index</a> |
151 <a href="<?cs var:toroot ?>reference/classes.html" <?cs if:(page.title == "Class Index") ?>class="selected"<?cs /if ?>>Class Index</a></nobr>
185 <a href="<?cs var:toroot ?>reference/packages.html" <?cs if:(page.title == "Package Index") ?>class="selected"<?cs /if ?> >Package Index</a> |
186 <a href="<?cs var:toroot ?>reference/classes.html" <?cs if:(page.title == "Class Index") ?>class="selected"<?cs /if ?>>Class Index</a></nobr>
  /dalvik/vm/
ReferenceTable.c 18 * Reference table management.
187 LOGW(" NULL reference (count=%d)\n", equiv);
219 LOGW("%s reference table has no entries\n", descr);
227 LOGW("Last %d entries in %s reference table:\n", kLast, descr);
263 LOGW("%s reference table summary (%d entries):\n", descr, count);
270 /* same reference, added more than once */
  /external/opencore/doc/oscl_html/
classOsclRefCounterDA.html 3 <title>OsclRefCounterDA class Reference</title>
9 <hr><h1>OsclRefCounterDA Class Reference<br>
69 When the reference count reaches zero, the buffer will be deleted by the deallocator. Also, the <a class="el" href="classOsclRefCounter.html">OsclRefCounter</a> object (this) will self-destruct when the reference count is zero. In some cases the <a class="el" href="classOsclRefCounter.html">OsclRefCounter</a> object will be part of the buffer being deleted. For such cases, the object pointer must be equal to the buffer pointer given at construction. If the object is not part of the buffer being deleted, it will self-destruct with a call to delete().<dl compact><dt><b>Parameters: </b></dt><dd>
133 Add to the reference count
193 Remove from the reference count
classOsclRefCounterMTDA.html 3 <title> TemplateOsclRefCounterMTDA&lt; LockType &gt; class Reference</title>
9 <hr><h1>OsclRefCounterMTDA&lt; LockType &gt; Class Template Reference<br>
76 When the reference count reaches zero, the buffer will be deleted by the deallocator. Also, the <a class="el" href="classOsclRefCounter.html">OsclRefCounter</a> object (this) will self-destruct when the reference count is zero. In some cases the <a class="el" href="classOsclRefCounter.html">OsclRefCounter</a> object will be part of the buffer being deleted. For such cases, the object pointer must be equal to the buffer pointer given at construction. If the object is not part of the buffer being deleted, it will self-destruct with a call to delete().<dl compact><dt><b>Parameters: </b></dt><dd>
148 Add to the reference count
216 Remove from the reference count
classOsclRefCounterMTSA.html 3 <title> TemplateOsclRefCounterMTSA&lt; DeallocType, LockType &gt; class Reference</title>
9 <hr><h1>OsclRefCounterMTSA&lt; DeallocType, LockType &gt; Class Template Reference<br>
67 When the reference count reaches zero, the buffer will be deleted by the deallocator. Also, the <a class="el" href="classOsclRefCounter.html">OsclRefCounter</a> object (this) will self-destruct when the reference count is zero. In some cases the <a class="el" href="classOsclRefCounter.html">OsclRefCounter</a> object will be part of the buffer being deleted. For such cases, the object pointer must be equal to the buffer pointer given at construction. If the object is not part of the buffer being deleted, it will self-destruct with a call to delete().<dl compact><dt><b>Parameters: </b></dt><dd>
137 Add to the reference count
205 Remove from the reference count
classOsclRefCounterSA.html 3 <title> TemplateOsclRefCounterSA&lt; DeallocType &gt; class Reference</title>
9 <hr><h1>OsclRefCounterSA&lt; DeallocType &gt; Class Template Reference<br>
67 When the reference count reaches zero, the buffer will be deleted by the deallocator. Also, the <a class="el" href="classOsclRefCounter.html">OsclRefCounter</a> object (this) will self-destruct when the reference count is zero. In some cases the <a class="el" href="classOsclRefCounter.html">OsclRefCounter</a> object will be part of the buffer being deleted. For such cases, the object pointer must be equal to the buffer pointer given at construction. If the object is not part of the buffer being deleted, it will self-destruct with a call to delete().<dl compact><dt><b>Parameters: </b></dt><dd>
137 Add to the reference count
205 Remove from the reference count
  /external/v8/benchmarks/
base.js 63 // addition to the reference timing that the final score will be based
64 // on. This way, all scores are relative to a reference run and higher
66 function BenchmarkSuite(name, reference, benchmarks) {
68 this.reference = reference;
179 var score = this.reference / mean;
  /external/v8/test/mjsunit/tools/
profile.js 296 var reference = testDriver.counters[rec.label];
297 assertEquals(reference.self, rec.selfWeight, 'self of ' + rec.label);
298 assertEquals(reference.total, rec.totalWeight, 'total of ' + rec.label);
342 var reference = flatWeights[rec.label];
343 assertEquals(reference[0], rec.selfWeight, 'self of ' + rec.label);
344 assertEquals(reference[1], rec.totalWeight, 'total of ' + rec.label);
  /frameworks/base/core/java/android/server/search/
Searchables.java 77 * The value is a reference to an XML file containing search information.</li>
86 * TODO: it might make sense to implement the searchable reference as
106 // no point in implementing reference chaining here and risking a loop.
115 // First look for activity-specific reference
120 // If not found, try for app-wide reference
128 // Irrespective of source, if a reference was found, follow it.
  /frameworks/base/docs/html/sdk/api_diff/3/changes/
android.view.GestureDetector.html 74 Class android.view.<A HREF="../../../../reference/android/view/GestureDetector.html" target="_top"><font size="+2"><code>GestureDetector</code></font></A>
86 <nobr><A HREF="../../../../reference/android/view/GestureDetector.html#GestureDetector(android.content.Context, android.view.GestureDetector.OnGestureListener)" target="_top"><code>GestureDetector</code></A>(<code>Context,</nobr> OnGestureListener<nobr><nobr></code>)</nobr>
93 <nobr><A HREF="../../../../reference/android/view/GestureDetector.html#GestureDetector(android.content.Context, android.view.GestureDetector.OnGestureListener, android.os.Handler)" target="_top"><code>GestureDetector</code></A>(<code>Context,</nobr> OnGestureListener<nobr>,</nobr> Handler<nobr><nobr></code>)</nobr>
108 <nobr><A HREF="../../../../reference/android/view/GestureDetector.html#GestureDetector(android.view.GestureDetector.OnGestureListener)" target="_top"><code>GestureDetector</code></A>(<code>OnGestureListener</code>) </nobr>
118 <nobr><A HREF="../../../../reference/android/view/GestureDetector.html#GestureDetector(android.view.GestureDetector.OnGestureListener, android.os.Handler)" target="_top"><code>GestureDetector</code></A>(<code>OnGestureListener,</nobr> Handler<nobr><nobr></code>) </nobr>
137 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/view/GestureDetector.html#setOnDoubleTapListener(android.view.GestureDetector.OnDoubleTapListener)" target="_top"><code>setOnDoubleTapListener</code></A>(<code>OnDoubleTapListener</code>)</nobr>
java.lang.Class.html 74 Class java.lang.<A HREF="../../../../reference/java/lang/Class.html" target="_top"><font size="+2"><code>Class</code></font></A>
87 <nobr><code>Class[]</code>&nbsp;<A HREF="../../../../reference/java/lang/Class.html#getClasses()" target="_top"><code>getClasses</code></A>() </nobr>
97 <nobr><code>Constructor[]</code>&nbsp;<A HREF="../../../../reference/java/lang/Class.html#getConstructors()" target="_top"><code>getConstructors</code></A>() </nobr>
107 <nobr><code>Class[]</code>&nbsp;<A HREF="../../../../reference/java/lang/Class.html#getDeclaredClasses()" target="_top"><code>getDeclaredClasses</code></A>() </nobr>
117 <nobr><code>Constructor[]</code>&nbsp;<A HREF="../../../../reference/java/lang/Class.html#getDeclaredConstructors()" target="_top"><code>getDeclaredConstructors</code></A>() </nobr>
127 <nobr><code>Class[]</code>&nbsp;<A HREF="../../../../reference/java/lang/Class.html#getInterfaces()" target="_top"><code>getInterfaces</code></A>() </nobr>
  /frameworks/base/docs/html/sdk/api_diff/5/changes/
android.webkit.PluginData.html 74 Class android.webkit.<A HREF="../../../../reference/android/webkit/PluginData.html" target="_top"><font size="+2"><code>PluginData</code></font></A>
87 <nobr><A HREF="../../../../reference/android/webkit/PluginData.html#PluginData(java.io.InputStream, long, java.util.Map<java.lang.String, java.lang.String[]>, int)" target="_top"><code>PluginData</code></A>(<code>InputStream,</nobr> long<nobr>,</nobr> Map&lt;String<nobr>,</nobr> String[]&gt;<nobr>,</nobr> int<nobr><nobr></code>) </nobr>
106 <nobr><code>long</code>&nbsp;<A HREF="../../../../reference/android/webkit/PluginData.html#getContentLength()" target="_top"><code>getContentLength</code></A>() </nobr>
116 <nobr><code>Map&lt;String, String[]&gt;</code>&nbsp;<A HREF="../../../../reference/android/webkit/PluginData.html#getHeaders()" target="_top"><code>getHeaders</code></A>() </nobr>
126 <nobr><code>InputStream</code>&nbsp;<A HREF="../../../../reference/android/webkit/PluginData.html#getInputStream()" target="_top"><code>getInputStream</code></A>() </nobr>
136 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/webkit/PluginData.html#getStatusCode()" target="_top"><code>getStatusCode</code></A>() </nobr>
android.webkit.UrlInterceptRegistry.html 74 Class android.webkit.<A HREF="../../../../reference/android/webkit/UrlInterceptRegistry.html" target="_top"><font size="+2"><code>UrlInterceptRegistry</code></font></A>
88 <nobr><code>PluginData</code>&nbsp;<A HREF="../../../../reference/android/webkit/UrlInterceptRegistry.html#getPluginData(java.lang.String, java.util.Map<java.lang.String, java.lang.String>)" target="_top"><code>getPluginData</code></A>(<code>String,</nobr> Map&lt;String<nobr>,</nobr> String&gt;<nobr><nobr></code>) </nobr>
98 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/webkit/UrlInterceptRegistry.html#registerHandler(android.webkit.UrlInterceptHandler)" target="_top"><code>registerHandler</code></A>(<code>UrlInterceptHandler</code>) </nobr>
108 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/webkit/UrlInterceptRegistry.html#setUrlInterceptDisabled(boolean)" target="_top"><code>setUrlInterceptDisabled</code></A>(<code>boolean</code>) </nobr>
118 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/webkit/UrlInterceptRegistry.html#unregisterHandler(android.webkit.UrlInterceptHandler)" target="_top"><code>unregisterHandler</code></A>(<code>UrlInterceptHandler</code>) </nobr>
128 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/webkit/UrlInterceptRegistry.html#urlInterceptDisabled()" target="_top"><code>urlInterceptDisabled</code></A>() </nobr>
pkg_android.webkit.html 74 Package <A HREF="../../../../reference/android/webkit/package-summary.html" target="_top"><font size="+1"><code>android.webkit</code></font></A>
85 <nobr><A HREF="../../../../reference/android/webkit/GeolocationPermissions.html" target="_top"><code>GeolocationPermissions</code></A></nobr>
92 <nobr><A HREF="../../../../reference/android/webkit/GeolocationPermissions.Callback.html" target="_top"><code><I>GeolocationPermissions.<br>Callback</I></code></A></nobr>
99 <nobr><A HREF="../../../../reference/android/webkit/PluginStub.html" target="_top"><code><I>PluginStub</I></code></A></nobr>
106 <nobr><A HREF="../../../../reference/android/webkit/WebStorage.html" target="_top"><code>WebStorage</code></A></nobr>
113 <nobr><A HREF="../../../../reference/android/webkit/WebStorage.QuotaUpdater.html" target="_top"><code><I>WebStorage.QuotaUpdater</I></code></A></nobr>
  /frameworks/base/docs/html/sdk/api_diff/8/changes/
android.app.Activity.html 74 Class android.app.<A HREF="../../../../reference/android/app/Activity.html" target="_top"><font size="+2"><code>Activity</code></font></A>
87 <nobr><code>Dialog</code>&nbsp;<A HREF="../../../../reference/android/app/Activity.html#onCreateDialog(int, android.os.Bundle)" target="_top"><code>onCreateDialog</code></A>(<code>int,</nobr> Bundle<nobr><nobr></code>)</nobr>
94 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/app/Activity.html#onPrepareDialog(int, android.app.Dialog, android.os.Bundle)" target="_top"><code>onPrepareDialog</code></A>(<code>int,</nobr> Dialog<nobr>,</nobr> Bundle<nobr><nobr></code>)</nobr>
101 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/app/Activity.html#showDialog(int, android.os.Bundle)" target="_top"><code>showDialog</code></A>(<code>int,</nobr> Bundle<nobr><nobr></code>)</nobr>
116 <nobr><code>Dialog</code>&nbsp;<A HREF="../../../../reference/android/app/Activity.html#onCreateDialog(int)" target="_top"><code>onCreateDialog</code></A>(<code>int</code>) </nobr>
126 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/app/Activity.html#onPrepareDialog(int, android.app.Dialog)" target="_top"><code>onPrepareDialog</code></A>(<code>int,</nobr> Dialog<nobr><nobr></code>) </nobr>
  /external/emma/core/java12/com/vladium/util/
SoftValueMap.java 11 import java.lang.ref.Reference;
179 final Reference ref = entry.m_softValue;
195 final Reference ref = entry.m_softValue;
451 m_softValue = new IndexedSoftReference (value, valueReferenceQueue, bucketIndex); // ... do not retain a strong reference to the value
457 IndexedSoftReference m_softValue; // soft reference to the value [never null]
458 Object m_key; // strong reference to the key [never null]
490 IndexedSoftReference ref = entry.m_softValue; // get the soft value reference
492 Object entryValue = ref.get (); // convert the soft reference to a local strong one
497 // [assertion: 'softValue' couldn't have been enqueued already and can't be enqueued until strong reference in 'entryKey' is nulled out]
546 next: for (Reference _ref; (_ref = m_valueReferenceQueue.poll ()) != null;
    [all...]
  /external/opencore/engines/player/include/
pv_player_interface.h 110 * A reference to a PVSDKModuleInfo structure which contains the number of modules currently used by
250 * A reference to the output pointer to the desired interface
299 * A reference to a PVPlayerState. Upon successful completion of this command,
313 * A reference to a PVPlayerState. Upon successful completion of this command,
327 * Reference to the player data source to be used for playback
365 * Reference to a vector to place the metadata key list.
395 * Reference to a list of metadata keys for which metadata values are requested.
404 * Reference to a vector of KVP to place the specified metadata values
428 * Reference to a vector of KVP to place the specified metadata values
498 * Reference to place the begin position for the playback rang
    [all...]
  /build/core/tasks/
sdk-addon.mk 74 $(hide) mkdir -p $(PRIVATE_STAGING_DIR)/docs/reference
76 $(ACP) -r $(PRIVATE_DOCS_DIR)/* $(PRIVATE_STAGING_DIR)/docs/reference ;\
  /cts/tools/vm-tests/src/dot/junit/opcodes/double_to_int/
Test_double_to_int.java 142 * @title type of argument - reference
156 * @title type of argument - reference

Completed in 780 milliseconds

<<31323334353637383940>>