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

<<11121314151617181920>>

  /development/pdk/docs/compatibility/
cts-intro.jd 35 <li><i>Reference application tests</i> instrument a complete sample application to exercise a full set of APIs and Android runtime services</li>
52 <td>Test the platform (core libraries and Android Application Framework) APIs as documented in the SDK <a href="http://code.google.com/android/reference/classes.html">Class Index</a>
62 <td>The CTS tests the core platform data model as exposed to application developers through content providers, as documented in the SDK <a href="http://code.google.com/android/reference/android/provider/package-summary.html">android.provider</a>
72 <td>The CTS tests the core platform intents, as documented in the SDK <a href="http://code.google.com/android/reference/available-intents.html">Available Intents</a>.</td>
75 <td>The CTS tests the core platform permissions, as documented in the SDK <a href="http://code.google.com/android/reference/android/Manifest.permission.html">Available Permissions</a>.</td>
78 <td>The CTS tests for correct handling of the core platform resource types, as documented in the SDK <a href="http://code.google.com/android/reference/available-resources.html">Available Resource Types</a>
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
RefQueueWorker.java 33 import java.lang.ref.Reference;
43 * {@link Reference Reference}s can be
54 /** The reference queue to monitor. */
101 // remove the next reference and process it
102 Reference<?> ref = refQueue.remove();
  /external/bluetooth/glib/docs/reference/glib/tmpl/
async_queues.sgml 19 without explicit locking and they bring their own builtin reference
26 g_async_queue_new(). A newly-created queue will get the reference
27 count 1. Whenever another thread is creating a new reference of (that
28 is, pointer to) the queue, it has to increase the reference count
29 (using g_async_queue_ref()). Also, before removing this reference, the
30 reference count has to be decreased (using
  /external/opencore/protocols/systems/common/include/
pv_2way_basic_interfaces.h 61 @param aCode Reference to an integer which will be filled in with event code
62 @param aUuid Reference to a PVUuid which will be filled in with UUID assocated to event code
69 Returns a reference to the format string.
71 @return Reference to the format string
85 Increments the reference count for this info message object
89 Decrements the reference count for this info message object and deletes
pv_2way_track_info_impl.h 64 @param aCode Reference to an integer which will be filled in with event code
65 @param aUuid Reference to a PVUuid which will be filled in with UUID assocated to event code
76 Returns a reference to the format string.
78 @return Reference to the format string
107 Increments the reference count for this info message object
116 Decrements the reference count for this info message object and deletes
  /external/skia/include/core/
SkTypeface.h 70 /** Returns true if the two typefaces reference the same underlying font,
75 /** Return a new reference to the typeface that most closely matches the
81 @return reference to the closest-matching typeface. Call must call
86 /** Return a new reference to the typeface that most closely matches the
93 @return reference to the closest-matching typeface. Call must call
105 transferred, so the caller must not reference it again.
  /external/stlport/stlport/stl/
_queue.h 79 typedef typename _Sequence::reference reference; typedef in class:queue
96 reference front() { return c.front(); }
98 reference back() { return c.back(); }
163 typedef typename _Sequence::reference reference; typedef in class:priority_queue
  /external/icu4c/i18n/unicode/
rbtz.h 127 * account) as of a particular reference date. The reference date is used to determine
131 * the reference data is specified according to the Gregorian calendar, and the date
138 * @param era The reference date's era
139 * @param year The reference date's year
140 * @param month The reference date's month (0-based; 0 is January)
141 * @param day The reference date's day-in-month (1-based)
142 * @param dayOfWeek The reference date's day-of-week (1-based; 1 is Sunday)
143 * @param millis The reference date's milliseconds in day, local standard time
159 * @param era The reference date's er
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/4/changes/
android.content.Intent.html 74 Class android.content.<A HREF="../../../../reference/android/content/Intent.html" target="_top"><font size="+2"><code>Intent</code></font></A>
87 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/content/Intent.html#getPackage()" target="_top"><code>getPackage</code></A>()</nobr>
94 <nobr><code>Intent</code>&nbsp;<A HREF="../../../../reference/android/content/Intent.html#parseUri(java.lang.String, int)" target="_top"><code>parseUri</code></A>(<code>String,</nobr> int<nobr><nobr></code>)</nobr>
101 <nobr><code>Intent</code>&nbsp;<A HREF="../../../../reference/android/content/Intent.html#setPackage(java.lang.String)" target="_top"><code>setPackage</code></A>(<code>String</code>)</nobr>
108 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/content/Intent.html#toUri(int)" target="_top"><code>toUri</code></A>(<code>int</code>)</nobr>
123 <nobr><code>Intent</code>&nbsp;<A HREF="../../../../reference/android/content/Intent.html#getIntent(java.lang.String)" target="_top"><code>getIntent</code></A>(<code>String</code>) </nobr>
133 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/content/Intent.html#toURI()" target="_top"><code>toURI</code></A>() </nobr>
152 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/content/Intent.html#ACTION_BATTERY_OKAY" target="_top"><code>ACTION_BATTERY_OKAY</code></A></nobr>
159 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/content/Intent.html#ACTION_POWER_CONNECTED" target="_top"><code>ACTION_POWER_CONNECTED</code></A></nobr>
166 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/content/Intent.html#ACTION_POWER_DISCONNECTED" target="_top"><code>ACTION_POWER_DISCONNECT (…)
    [all...]
android.telephony.gsm.SmsManager.html 74 Class android.telephony.gsm.<A HREF="../../../../reference/android/telephony/gsm/SmsManager.html" target="_top"><font size="+2"><code>SmsManager</code></font></A>
88 <nobr><code>ArrayList&lt;String&gt;</code>&nbsp;<A HREF="../../../../reference/android/telephony/gsm/SmsManager.html#divideMessage(java.lang.String)" target="_top"><code>divideMessage</code></A>(<code>String</code>) </nobr>
98 <nobr><code>SmsManager</code>&nbsp;<A HREF="../../../../reference/android/telephony/gsm/SmsManager.html#getDefault()" target="_top"><code>getDefault</code></A>() </nobr>
108 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/telephony/gsm/SmsManager.html#sendDataMessage(java.lang.String, java.lang.String, short, byte[], android.app.PendingIntent, android.app.PendingIntent)" target="_top"><code>sendDataMessage</code></A>(<code>String,</nobr> String<nobr>,</nobr> short<nobr>,</nobr> byte[]<nobr>,</nobr> PendingIntent<nobr>,</nobr> PendingIntent<nobr><nobr></code>) </nobr>
118 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/telephony/gsm/SmsManager.html#sendMultipartTextMessage(java.lang.String, java.lang.String, java.util.ArrayList<java.lang.String>, java.util.ArrayList<android.app.PendingIntent>, java.util.ArrayList<android.app.PendingIntent>)" target="_top"><code>sendMultipartTextMessage</code></A>(<code>String,</nobr> String<nobr>,</nobr> ArrayList&lt;String&gt;<nobr>,</nobr> ArrayList&lt;PendingIntent&gt;<nobr>,</nobr> ArrayList&lt;PendingIntent&gt;<nobr><nobr></code>) </nobr>
128 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/telephony/gsm/SmsManager.html#sendTextMessage(java.lang.String, java.lang.String, java.lang.String, android.app.PendingIntent, android.app.PendingIntent)" target="_top"><code>sendTextMessage</code></A>(<code>String,</nobr> String<nobr>,</nobr> String<nobr>,</nobr> PendingIntent<nobr>,</nobr> PendingIntent<nobr><nobr></code>) </nobr>
147 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/telephony/gsm/SmsManager.html#RESULT_ERROR_GENERIC_FAILURE" target="_top"><code>RESULT_ERROR_GENERIC_FAILURE</code></font></A></nobr> </TD>
156 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/telephony/gsm/SmsManager.html#RESULT_ERROR_NO_SERVICE" target="_top"><code>RESULT_ERROR_NO_SERVICE</code></font></A></nobr> </TD>
165 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/telephony/gsm/SmsManager.html#RESULT_ERROR_NULL_PDU" target="_top"><code>RESULT_ERROR_NULL_PDU</code></font></A></nobr> </TD>
174 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/telephony/gsm/SmsManager.html#RESULT_ERROR_RADIO_OFF" target="_top"><code>RESULT_ERROR_RAD (…)
    [all...]
android.provider.Settings.Secure.html 74 Class android.provider.<A HREF="../../../../reference/android/provider/Settings.Secure.html" target="_top"><font size="+2"><code>Settings.Secure</code></font></A>
88 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Settings.Secure.html#ACCESSIBILITY_ENABLED" target="_top"><code>ACCESSIBILITY_ENABLED</code></A></nobr>
95 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Settings.Secure.html#ENABLED_ACCESSIBILITY_SERVICES" target="_top"><code>ENABLED_ACCESSIBILITY_SERVICES</code></A></nobr>
102 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Settings.Secure.html#TTS_DEFAULT_COUNTRY" target="_top"><code>TTS_DEFAULT_COUNTRY</code></A></nobr>
109 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Settings.Secure.html#TTS_DEFAULT_LANG" target="_top"><code>TTS_DEFAULT_LANG</code></A></nobr>
116 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Settings.Secure.html#TTS_DEFAULT_PITCH" target="_top"><code>TTS_DEFAULT_PITCH</code></A></nobr>
123 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Settings.Secure.html#TTS_DEFAULT_RATE" target="_top"><code>TTS_DEFAULT_RATE</code></A></nobr>
130 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Settings.Secure.html#TTS_DEFAULT_SYNTH" target="_top"><code>TTS_DEFAULT_SYNTH</code></A></nobr>
137 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Settings.Secure.html#TTS_DEFAULT_VARIANT" target="_top"><code>TTS_DEFAULT_VARIANT</code></A></nobr>
144 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Settings.Secure.html#TTS_USE_DEFAULTS" target="_top"><code>TTS_USE_DEFAULTS</code (…)
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/8/changes/
android.content.pm.PackageManager.html 74 Class android.content.pm.<A HREF="../../../../reference/android/content/pm/PackageManager.html" target="_top"><font size="+2"><code>PackageManager</code></font></A>
87 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/content/pm/PackageManager.html#addPermissionAsync(android.content.pm.PermissionInfo)" target="_top"><code>addPermissionAsync</code></A>(<code>PermissionInfo</code>)</nobr>
94 <nobr><code>String[]</code>&nbsp;<A HREF="../../../../reference/android/content/pm/PackageManager.html#canonicalToCurrentPackageNames(java.lang.String[])" target="_top"><code>canonicalToCurrentPackageNames</code></A>(<code>String[]</code>)</nobr>
101 <nobr><code>String[]</code>&nbsp;<A HREF="../../../../reference/android/content/pm/PackageManager.html#currentToCanonicalPackageNames(java.lang.String[])" target="_top"><code>currentToCanonicalPackageNames</code></A>(<code>String[]</code>)</nobr>
116 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/content/pm/PackageManager.html#addPreferredActivity(android.content.IntentFilter, int, android.content.ComponentName[], android.content.ComponentName)" target="_top"><code>addPreferredActivity</code></A>(<code>IntentFilter,</nobr> int<nobr>,</nobr> ComponentName[]<nobr>,</nobr> ComponentName<nobr><nobr></code>) </nobr>
157 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/content/pm/PackageManager.html#FEATURE_BLUETOOTH" target="_top"><code>FEATURE_BLUETOOTH</code></A></nobr>
164 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/content/pm/PackageManager.html#FEATURE_LOCATION" target="_top"><code>FEATURE_LOCATION</code></A></nobr>
171 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/content/pm/PackageManager.html#FEATURE_LOCATION_GPS" target="_top"><code>FEATURE_LOCATION_GPS</code></A></nobr>
178 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/content/pm/PackageManager.html#FEATURE_LOCATION_NETWORK" target="_top"><code>FEATURE_LOCATION_NETWORK</code></A></nobr>
185 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/content/pm/PackageManager.html#FEATURE_MICROPHONE" target="_top"><code>FEATURE_MICROPHONE< (…)
    [all...]
org.w3c.dom.Document.html 74 Interface org.w3c.dom.<A HREF="../../../../reference/org/w3c/dom/Document.html" target="_top"><font size="+2"><code>Document</code></font></A>
87 <nobr><code>Node</code>&nbsp;<A HREF="../../../../reference/org/w3c/dom/Document.html#adoptNode(org.w3c.dom.Node)" target="_top"><code>adoptNode</code></A>(<code>Node</code>)</nobr>
94 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/org/w3c/dom/Document.html#getDocumentURI()" target="_top"><code>getDocumentURI</code></A>()</nobr>
101 <nobr><code>DOMConfiguration</code>&nbsp;<A HREF="../../../../reference/org/w3c/dom/Document.html#getDomConfig()" target="_top"><code>getDomConfig</code></A>()</nobr>
108 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/org/w3c/dom/Document.html#getInputEncoding()" target="_top"><code>getInputEncoding</code></A>()</nobr>
115 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/org/w3c/dom/Document.html#getStrictErrorChecking()" target="_top"><code>getStrictErrorChecking</code></A>()</nobr>
122 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/org/w3c/dom/Document.html#getXmlEncoding()" target="_top"><code>getXmlEncoding</code></A>()</nobr>
129 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/org/w3c/dom/Document.html#getXmlStandalone()" target="_top"><code>getXmlStandalone</code></A>()</nobr>
136 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/org/w3c/dom/Document.html#getXmlVersion()" target="_top"><code>getXmlVersion</code></A>()</nobr>
143 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/org/w3c/dom/Document.html#normalizeDocument()" target="_top"><code>normalizeDocument</code></A>()< (…)
    [all...]
android.R.attr.html 74 Class android.<A HREF="../../../../reference/android/R.attr.html" target="_top"><font size="+2"><code>R.attr</code></font></A>
88 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#expandableListViewWhiteStyle" target="_top"><code>expandableListViewWhiteStyle</code></A></nobr>
95 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#installLocation" target="_top"><code>installLocation</code></A></nobr>
102 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#restoreAnyVersion" target="_top"><code>restoreAnyVersion</code></A></nobr>
109 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#tabStripEnabled" target="_top"><code>tabStripEnabled</code></A></nobr>
116 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#tabStripLeft" target="_top"><code>tabStripLeft</code></A></nobr>
123 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#tabStripRight" target="_top"><code>tabStripRight</code></A></nobr>
130 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#vmSafeMode" target="_top"><code>vmSafeMode</code></A></nobr>
137 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#webTextViewStyle" target="_top"><code>webTextViewStyle</code></A></nobr>
152 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.attr.html#restoreNeedsApplication" target="_top"><code>restoreNeedsApplication</code></f (…)
    [all...]
android.provider.Contacts.PresenceColumns.html 74 Interface android.provider.<A HREF="../../../../reference/android/provider/Contacts.PresenceColumns.html" target="_top"><font size="+2"><code>Contacts.PresenceColumns</code></font></A>
88 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.PresenceColumns.html#AVAILABLE" target="_top"><code>AVAILABLE</code></A></nobr>
95 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.PresenceColumns.html#AWAY" target="_top"><code>AWAY</code></A></nobr>
102 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.PresenceColumns.html#DO_NOT_DISTURB" target="_top"><code>DO_NOT_DISTURB</code></A></nobr>
109 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.PresenceColumns.html#IDLE" target="_top"><code>IDLE</code></A></nobr>
116 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.PresenceColumns.html#INVISIBLE" target="_top"><code>INVISIBLE</code></A></nobr>
123 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.PresenceColumns.html#OFFLINE" target="_top"><code>OFFLINE</code></A></nobr>
130 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.PresenceColumns.html#PRESENCE_CUSTOM_STATUS" target="_top"><code>PRESENCE_CUSTOM_STATUS</code></A></nobr>
137 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.PresenceColumns.html#PRESENCE_STATUS" target="_top"><code>PRESENCE_STATUS</code></A></nobr>
144 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.PresenceColumns.html#PRIORITY" target="_top"><code>PRIORITY</code></A></ (…)
    [all...]
  /external/opencore/codecs_v2/video/avc_h264/common/include/
avclib_common.h 110 This function performs decoded reference picture marking process and store the current picture to the
119 This function perform sliding window operation on the reference picture lists, see subclause 8.2.5.3.
120 It removes short-term ref frames with smallest FrameNumWrap from the reference list.
130 This function perform adaptive memory marking operation on the reference picture lists,
141 as unused for reference. See subclause 8.2.5.4.1.
150 as unused for reference. See subclause 8.2.5.4.2.
159 a short-term reference picture. See subclause 8.2.5.4.3.
178 This function performs memory management control operation 5, marking all reference pictures
179 as unused for reference and set MaxLongTermFrameIdx to no long-termframe indices.
196 This function mark a long-term ref frame with a specific frame index as unused for reference
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/5/changes/
android.content.ContentResolver.html 74 Class android.content.<A HREF="../../../../reference/android/content/ContentResolver.html" target="_top"><font size="+2"><code>ContentResolver</code></font></A>
87 <nobr><code>ContentProviderClient</code>&nbsp;<A HREF="../../../../reference/android/content/ContentResolver.html#acquireContentProviderClient(android.net.Uri)" target="_top"><code>acquireContentProviderClient</code></A>(<code>Uri</code>)</nobr>
94 <nobr><code>ContentProviderClient</code>&nbsp;<A HREF="../../../../reference/android/content/ContentResolver.html#acquireContentProviderClient(java.lang.String)" target="_top"><code>acquireContentProviderClient</code></A>(<code>String</code>)</nobr>
101 <nobr><code>Object</code>&nbsp;<A HREF="../../../../reference/android/content/ContentResolver.html#addStatusChangeListener(int, android.content.SyncStatusObserver)" target="_top"><code>addStatusChangeListener</code></A>(<code>int,</nobr> SyncStatusObserver<nobr><nobr></code>)</nobr>
108 <nobr><code>ContentProviderResult[]</code>&nbsp;<A HREF="../../../../reference/android/content/ContentResolver.html#applyBatch(java.lang.String, java.util.ArrayList<android.content.ContentProviderOperation>)" target="_top"><code>applyBatch</code></A>(<code>String,</nobr> ArrayList&lt;ContentProviderOperation&gt;<nobr><nobr></code>)</nobr>
115 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/content/ContentResolver.html#cancelSync(android.accounts.Account, java.lang.String)" target="_top"><code>cancelSync</code></A>(<code>Account,</nobr> String<nobr><nobr></code>)</nobr>
122 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/content/ContentResolver.html#getIsSyncable(android.accounts.Account, java.lang.String)" target="_top"><code>getIsSyncable</code></A>(<code>Account,</nobr> String<nobr><nobr></code>)</nobr>
129 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/content/ContentResolver.html#getMasterSyncAutomatically()" target="_top"><code>getMasterSyncAutomatically</code></A>()</nobr>
136 <nobr><code>SyncAdapterType[]</code>&nbsp;<A HREF="../../../../reference/android/content/ContentResolver.html#getSyncAdapterTypes()" target="_top"><code>getSyncAdapterTypes</code></A>()</nobr>
143 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/content/ContentResolver.html#getSyncAutomatically(android.accounts.Account, java.lang.Stri (…)
    [all...]
android.provider.Contacts.OrganizationColumns.html 74 Interface android.provider.<A HREF="../../../../reference/android/provider/Contacts.OrganizationColumns.html" target="_top"><font size="+2"><code>Contacts.OrganizationColumns</code></font></A>
89 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.OrganizationColumns.html#COMPANY" target="_top"><code>COMPANY</code></font></A></nobr> </TD>
98 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.OrganizationColumns.html#ISPRIMARY" target="_top"><code>ISPRIMARY</code></font></A></nobr> </TD>
107 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.OrganizationColumns.html#LABEL" target="_top"><code>LABEL</code></font></A></nobr> </TD>
116 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.OrganizationColumns.html#PERSON_ID" target="_top"><code>PERSON_ID</code></font></A></nobr> </TD>
125 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.OrganizationColumns.html#TITLE" target="_top"><code>TITLE</code></font></A></nobr> </TD>
134 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.OrganizationColumns.html#TYPE" target="_top"><code>TYPE</code></font></A></nobr> </TD>
143 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.OrganizationColumns.html#TYPE_CUSTOM" target="_top"><code>TYPE_CUSTOM</code></font></A></nobr> </TD>
152 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.OrganizationColumns.html#TYPE_OTHER" target="_top"><code>TYPE_OTHER</code></font></A></nobr> </TD>
161 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.OrganizationColumns.html#TYPE_WORK" target="_top"><code>TYPE_WORK</code> (…)
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/common/include/
avclib_common.h 108 This function performs decoded reference picture marking process and store the current picture to the
117 This function perform sliding window operation on the reference picture lists, see subclause 8.2.5.3.
118 It removes short-term ref frames with smallest FrameNumWrap from the reference list.
128 This function perform adaptive memory marking operation on the reference picture lists,
139 as unused for reference. See subclause 8.2.5.4.1.
148 as unused for reference. See subclause 8.2.5.4.2.
157 a short-term reference picture. See subclause 8.2.5.4.3.
176 This function performs memory management control operation 5, marking all reference pictures
177 as unused for reference and set MaxLongTermFrameIdx to no long-termframe indices.
194 This function mark a long-term ref frame with a specific frame index as unused for reference
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/processor/
XSLTElementProcessor.java 83 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
102 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
120 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
140 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
151 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
171 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
191 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
209 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
227 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates.
244 * @param handler non-null reference to current StylesheetHandler that is constructing the Templates
    [all...]
  /external/stlport/stlport/stl/debug/
_vector.h 61 typedef _Tp& reference; typedef in struct:_Vector_nonconst_traits
71 typedef const _Tp& reference; typedef in struct:_Vector_const_traits
80 typedef _Bit_iterator::reference reference; typedef in struct:_Vector_nonconst_traits
89 typedef _Bit_const_iterator::reference reference; typedef in struct:_Vector_const_traits
161 reference operator[](size_type __n) {
171 reference at(size_type __n) { return _M_non_dbg_impl.at(__n); }
248 reference front() {
256 reference back()
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/3/changes/
android.provider.Contacts.Intents.Insert.html 74 Class android.provider.<A HREF="../../../../reference/android/provider/Contacts.Intents.Insert.html" target="_top"><font size="+2"><code>Contacts.Intents.Insert</code></font></A>
88 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.Intents.Insert.html#PHONETIC_NAME" target="_top"><code>PHONETIC_NAME</code></A></nobr>
95 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.Intents.Insert.html#SECONDARY_EMAIL" target="_top"><code>SECONDARY_EMAIL</code></A></nobr>
102 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.Intents.Insert.html#SECONDARY_EMAIL_TYPE" target="_top"><code>SECONDARY_EMAIL_TYPE</code></A></nobr>
109 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.Intents.Insert.html#SECONDARY_PHONE" target="_top"><code>SECONDARY_PHONE</code></A></nobr>
116 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.Intents.Insert.html#SECONDARY_PHONE_TYPE" target="_top"><code>SECONDARY_PHONE_TYPE</code></A></nobr>
123 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.Intents.Insert.html#TERTIARY_EMAIL" target="_top"><code>TERTIARY_EMAIL</code></A></nobr>
130 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.Intents.Insert.html#TERTIARY_EMAIL_TYPE" target="_top"><code>TERTIARY_EMAIL_TYPE</code></A></nobr>
137 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.Intents.Insert.html#TERTIARY_PHONE" target="_top"><code>TERTIARY_PHONE</code></A></nobr>
144 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.Intents.Insert.html#TERTIARY_PHONE_TYPE" target="_top"><code>TERTIARY_PH (…)
    [all...]
android.webkit.WebView.html 74 Class android.webkit.<A HREF="../../../../reference/android/webkit/WebView.html" target="_top"><font size="+2"><code>WebView</code></font></A>
87 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/webkit/WebView.html#clearMatches()" target="_top"><code>clearMatches</code></A>()</nobr>
94 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/webkit/WebView.html#findAll(java.lang.String)" target="_top"><code>findAll</code></A>(<code>String</code>)</nobr>
101 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/webkit/WebView.html#findNext(boolean)" target="_top"><code>findNext</code></A>(<code>boolean</code>)</nobr>
108 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/webkit/WebView.html#getOriginalUrl()" target="_top"><code>getOriginalUrl</code></A>()</nobr>
115 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/webkit/WebView.html#restorePicture(android.os.Bundle, java.io.File)" target="_top"><code>restorePicture</code></A>(<code>Bundle,</nobr> File<nobr><nobr></code>)</nobr>
122 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/webkit/WebView.html#savePicture(android.os.Bundle, java.io.File)" target="_top"><code>savePicture</code></A>(<code>Bundle,</nobr> File<nobr><nobr></code>)</nobr>
129 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/webkit/WebView.html#setNetworkAvailable(boolean)" target="_top"><code>setNetworkAvailable</code></A>(<code>boolean</code>)</nobr>
144 <nobr><code>View</code>&nbsp;<A HREF="../../../../reference/android/webkit/WebView.html#getZoomControls()" target="_top"><code>getZoomControls</code></A>() </nobr>
154 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/webkit/WebView.html#onGlobalFocusChanged(android.view.View, android.view.View)" target="_t (…)
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/7/changes/
android.webkit.WebChromeClient.html 74 Class android.webkit.<A HREF="../../../../reference/android/webkit/WebChromeClient.html" target="_top"><font size="+2"><code>WebChromeClient</code></font></A>
87 <nobr><code>Bitmap</code>&nbsp;<A HREF="../../../../reference/android/webkit/WebChromeClient.html#getDefaultVideoPoster()" target="_top"><code>getDefaultVideoPoster</code></A>()</nobr>
94 <nobr><code>View</code>&nbsp;<A HREF="../../../../reference/android/webkit/WebChromeClient.html#getVideoLoadingProgressView()" target="_top"><code>getVideoLoadingProgressView</code></A>()</nobr>
101 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/webkit/WebChromeClient.html#getVisitedHistory(android.webkit.ValueCallback<java.lang.String[]>)" target="_top"><code>getVisitedHistory</code></A>(<code>ValueCallback&lt;String[]&gt;</code>)</nobr>
108 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/webkit/WebChromeClient.html#onConsoleMessage(java.lang.String, int, java.lang.String)" target="_top"><code>onConsoleMessage</code></A>(<code>String,</nobr> int<nobr>,</nobr> String<nobr><nobr></code>)</nobr>
115 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/webkit/WebChromeClient.html#onHideCustomView()" target="_top"><code>onHideCustomView</code></A>()</nobr>
122 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/webkit/WebChromeClient.html#onJsTimeout()" target="_top"><code>onJsTimeout</code></A>()</nobr>
129 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/webkit/WebChromeClient.html#onReachedMaxAppCacheSize(long, long, android.webkit.WebStorage.QuotaUpdater)" target="_top"><code>onReachedMaxAppCacheSize</code></A>(<code>long,</nobr> long<nobr>,</nobr> QuotaUpdater<nobr><nobr></code>)</nobr>
136 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/webkit/WebChromeClient.html#onReceivedTouchIconUrl(android.webkit.WebView, java.lang.String, boolean)" target="_top"><code>onReceivedTouchIconUrl</code></A>(<code>WebView,</nobr> String<nobr>,</nobr> boolean<nobr><nobr></code>)</nobr>
143 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/webkit/WebChromeClient.html#onShowCustomView(android.view.View, android.webkit.WebChromeCl (…)
    [all...]
android.webkit.WebSettings.html 74 Class android.webkit.<A HREF="../../../../reference/android/webkit/WebSettings.html" target="_top"><font size="+2"><code>WebSettings</code></font></A>
87 <nobr><code>ZoomDensity</code>&nbsp;<A HREF="../../../../reference/android/webkit/WebSettings.html#getDefaultZoom()" target="_top"><code>getDefaultZoom</code></A>()</nobr>
94 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/webkit/WebSettings.html#getDomStorageEnabled()" target="_top"><code>getDomStorageEnabled</code></A>()</nobr>
101 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/webkit/WebSettings.html#getLoadWithOverviewMode()" target="_top"><code>getLoadWithOverviewMode</code></A>()</nobr>
108 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/webkit/WebSettings.html#setAppCacheEnabled(boolean)" target="_top"><code>setAppCacheEnabled</code></A>(<code>boolean</code>)</nobr>
115 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/webkit/WebSettings.html#setAppCacheMaxSize(long)" target="_top"><code>setAppCacheMaxSize</code></A>(<code>long</code>)</nobr>
122 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/webkit/WebSettings.html#setAppCachePath(java.lang.String)" target="_top"><code>setAppCachePath</code></A>(<code>String</code>)</nobr>
129 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/webkit/WebSettings.html#setDefaultZoom(android.webkit.WebSettings.ZoomDensity)" target="_top"><code>setDefaultZoom</code></A>(<code>ZoomDensity</code>)</nobr>
136 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/webkit/WebSettings.html#setDomStorageEnabled(boolean)" target="_top"><code>setDomStorageEnabled</code></A>(<code>boolean</code>)</nobr>
143 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/webkit/WebSettings.html#setLoadWithOverviewMode(boolean)" target="_top"><code>setLoadWithO (…)
    [all...]

Completed in 284 milliseconds

<<11121314151617181920>>