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

1 2 3 4 5 6 78 91011>>

  /dalvik/libcore/luni/src/main/java/java/lang/ref/
package.html 5 different forms of reference objects which impose special behavior on the
6 garbage collector. The behavior depends on the type of {@link Reference}
14 In order to use reference objects properly it is important to understand
34 that does not traverse any instance of a {@link Reference}
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
XMLNSDecl.java 34 * @param prefix non-null reference to prefix, using "" for default namespace.
35 * @param uri non-null reference to namespace URI.
46 /** non-null reference to prefix, using "" for default namespace.
60 /** non-null reference to namespace URI.
  /dalvik/libcore/xml/src/test/resources/out_hb/
staff.out 13 This is an adjacent CDATASection with a reference to a tab &tab;
  /dalvik/vm/mterp/c/
OP_IPUT_OBJECT.c 2 * The VM spec says we should verify that the reference being stored into
  /dalvik/vm/mterp/x86-atom/
OP_CONST_STRING_JUMBO.S 19 * Code: Move a string reference to a register. Uses no substitutions.
23 * Description: Move a reference to the string specified by the given
40 je .L${opcode}_resolve # resolve string reference
59 call dvmResolveString # resolve string reference
  /development/samples/ContactManager/
_index.html 3 href="../../../reference/android/provider/ContactsContract.html">ContactsContract</a></code> API, as
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
RefQueueHandler.java 33 import java.lang.ref.Reference;
42 * Invoked when a reference is found on the queue.
44 * @param ref the reference to handle
46 public void handleReference(Reference<?> ref)
  /external/e2fsprogs/tests/f_big_sparse/
expect.1 11 Pass 4: Checking reference counts
  /external/e2fsprogs/tests/f_bitmaps/
expect.1 6 Pass 4: Checking reference counts
  /external/e2fsprogs/tests/f_end-bitmap/
expect.1 6 Pass 4: Checking reference counts
  /external/e2fsprogs/tests/f_miss_blk_bmap/
expect.1 5 Pass 4: Checking reference counts
  /external/e2fsprogs/tests/f_overfsblks/
expect.1 10 Pass 4: Checking reference counts
  /external/e2fsprogs/tests/f_salvage_dir/
expect.1 14 Pass 4: Checking reference counts
  /external/freetype/include/freetype/
ftchapters.h 3 /* This file defines the structure of the FreeType reference. */
  /external/icu4c/i18n/
zonemeta.h 20 const UChar *id; // const because it's a reference to a resource bundle string.
21 const UChar *country; // const because it's a reference to a resource bundle string.
25 const UChar *mzid; // const because it's a reference to a resource bundle string.
31 const UChar *id; // const because it's a reference to a resource bundle string.
  /external/iproute2/include/
dlfcn.h 3 * but obviously can still reference compiled-in symbols.
  /external/kernel-headers/original/linux/
kref.h 2 * kref.c - library routines for handling generic reference counted objects
  /external/opencore/doc/oscl_html/
oscl__refcounter__memfrag_8h.html 3 <title>oscl_refcounter_memfrag.h File Reference</title>
9 <hr><h1>oscl_refcounter_memfrag.h File Reference</h1>This file provides the definition of reference counted memory fragment, which provides access to a buffer and helps manage its manage its lifetime through the refcount.
22 This file provides the definition of reference counted memory fragment, which provides access to a buffer and helps manage its manage its lifetime through the refcount.
  /external/opencore/fileformats/mp4/composer/include/
trackreferenceatom.h 19 This PVA_FF_TrackReferenceAtom Class provides a reference from the containing stream
48 // Add track reference - return index of reference in table - 1-based
54 // Assuming a hint track can reference only ONE track
  /external/opencore/nodes/common/include/
pvmf_track_level_info_extension.h 58 * @param aTracks, a reference to a vector of PVMFTrackInfo which will be filled in with track info
67 * @param aTrackInfo, a reference to a PVMFTrackInfo chosen from the list of PVMFTrackInfo returned
72 * @param aTimestamp, a reference to PVMFTimestamp which will be filled with timestamp value for the specified sample
83 * @param aTrackInfo, a reference to a PVMFTrackInfo chosen from the PVMFMediaPresentationInfo returned
88 * @param aSampleNum, a reference to an integer which will be filled with the sample number (0-based index) value closest but before
100 * @param aTrackInfo, a reference to a PVMFTrackInfo chosen from the PVMFMediaPresentationInfo returned
103 * @param aNumSyncSamples, a reference to an integer which will be filled with the number of synchronization samples
114 * @param aTrackInfo, a reference to a PVMFTrackInfo chosen from the PVMFMediaPresentationInfo returned
117 * @param aList, a reference to a vector of PVMFSampleNumTS which will be filled with information about synchronization samples
134 * @param aTrackInfo, a reference to a PVMFTrackInfo chosen from the PVMFMediaPresentationInfo returne
    [all...]
  /external/webkit/WebCore/manual-tests/
target_new-1.html 4 <p>Reference the opener, its properties and functions via the links below.</p>
  /external/webkit/WebKit/android/jni/
WebCoreJni.h 34 // A helper class that automatically deletes the local reference to the jobject
45 // Releases the local reference to the caller. The caller *must* delete the
46 // local reference when it is done with it.
64 // Get the real object stored in the weak reference returned as an
  /external/zlib/contrib/dotzlib/DotZLib/
DotZLib.csproj 67 <Reference
72 <Reference
77 <Reference
82 <Reference
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
uqueue.h 28 typedef typename Sequence::reference reference; typedef in class:ustl::queue
36 inline reference front (void) { return (m_Storage [m_Front]); }
38 inline reference back (void) { return (m_Storage.back()); }
  /frameworks/base/docs/html/sdk/api_diff/3/changes/
android.provider.Settings.System.html 74 Class android.provider.<A HREF="../../../../reference/android/provider/Settings.System.html" target="_top"><font size="+2"><code>Settings.System</code></font></A>
87 <nobr><code>long</code>&nbsp;<A HREF="../../../../reference/android/provider/Settings.System.html#getLong(android.content.ContentResolver, java.lang.String)" target="_top"><code>getLong</code></A>(<code>ContentResolver,</nobr> String<nobr><nobr></code>)</nobr>
94 <nobr><code>long</code>&nbsp;<A HREF="../../../../reference/android/provider/Settings.System.html#getLong(android.content.ContentResolver, java.lang.String, long)" target="_top"><code>getLong</code></A>(<code>ContentResolver,</nobr> String<nobr>,</nobr> long<nobr><nobr></code>)</nobr>
101 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/provider/Settings.System.html#putLong(android.content.ContentResolver, java.lang.String, long)" target="_top"><code>putLong</code></A>(<code>ContentResolver,</nobr> String<nobr>,</nobr> long<nobr><nobr></code>)</nobr>
117 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Settings.System.html#ACCELEROMETER_ROTATION" target="_top"><code>ACCELEROMETER_ROTATION</code></A></nobr>
124 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Settings.System.html#HAPTIC_FEEDBACK_ENABLED" target="_top"><code>HAPTIC_FEEDBACK_ENABLED</code></A></nobr>
131 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Settings.System.html#LOCK_PATTERN_TACTILE_FEEDBACK_ENABLED" target="_top"><code>LOCK_PATTERN_TACTILE_FEEDBACK_ENABLED</code></A></nobr>
138 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Settings.System.html#VOLUME_NOTIFICATION" target="_top"><code>VOLUME_NOTIFICATION</code></A></nobr>
145 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Settings.System.html#WIFI_MAX_DHCP_RETRY_COUNT" target="_top"><code>WIFI_MAX_DHCP_RETRY_COUNT</code></A></nobr>
152 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Settings.System.html#WIFI_MOBILE_DATA_TRANSITION_WAKELOCK_TIMEOUT_MS" target="_to (…)
    [all...]

Completed in 159 milliseconds

1 2 3 4 5 6 78 91011>>