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

<<11121314151617181920>>

  /dalvik/libcore/xml/src/main/java/javax/xml/transform/stream/
StreamSource.java 70 * @param inputStream A valid InputStream reference to an XML stream.
86 * @param inputStream A valid InputStream reference to an XML stream.
102 * @param reader A valid Reader reference to an XML character stream.
116 * @param reader A valid Reader reference to an XML character stream.
136 * @param f Must a non-null File reference.
152 * @param inputStream A valid InputStream reference to an XML stream.
176 * @param reader A valid Reader reference to an XML CharacterStream.
242 * Set the system ID from a File reference.
244 * @param f Must a non-null File reference.
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/operations/
Variable.java 40 * The variable reference expression executer.
82 * Set whether or not this is a global reference. For advanced use only.
84 * @param isGlobal true if this should be a global variable reference.
94 * @return true if this should be a global variable reference.
112 * corresponds to the variable reference qname. The position of the
156 * @param qname Must be a non-null reference to a qualified name.
166 * @return A non-null reference to a qualified name.
193 * Dereference the variable, and return the reference value. Note that lazy
372 * Tell if this is a psuedo variable reference, declared by Xalan instead
  /external/bluetooth/bluez/sbc/
sbctester.c 107 printf("Failed to read reference data: %s "
200 printf("Failed to read reference data: %s "
254 "\tsbctester reference.wav checkfile.wav\n"
259 printf("\tUse a reference codec to encode original.wav to reference.sbc\n");
261 printf("\tDecode both file using the reference decoder\n");
295 printf("opening reference %s\n", ref);
299 printf("Failed to open reference file\n");
311 printf("reference:\n\t%d frames,\n\t%d hz,\n\t%d channels\n",
  /external/openssl/crypto/engine/
eng_list.c 67 * incorporates an implicit structural reference but engine_list_tail
72 * it doesn't correspond to an extra structural reference. Hence,
74 * the list itself assuming exactly 1 structural reference on each
148 * reference. */
241 /* Release the structural reference to the previous ENGINE */
259 /* Return a valid structural reference to the next ENGINE */
264 /* Release the structural reference to the previous ENGINE */
365 /* We need to return a structural reference. If this is an
367 * increment the existing ENGINE's reference count. */
  /external/v8/src/
register-allocator.h 79 // register reference.
155 // The register file tracks reference counts for the processor registers.
168 // Predicates and accessors for the reference counts.
179 // Record a use of a register by incrementing its reference count.
186 // reference count.
192 // Copy the reference counts from this register file to the other.
241 // Predicates and accessors for the registers' reference counts.
248 // Explicitly record a reference to a register.
256 // Reset the register reference counts to free all non-reserved registers.
  /frameworks/base/docs/html/sdk/api_diff/3/changes/
android.media.MediaPlayer.html 74 Class android.media.<A HREF="../../../../reference/android/media/MediaPlayer.html" target="_top"><font size="+2"><code>MediaPlayer</code></font></A>
87 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/media/MediaPlayer.html#isLooping()" target="_top"><code>isLooping</code></A>()</nobr>
94 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/media/MediaPlayer.html#setOnInfoListener(android.media.MediaPlayer.OnInfoListener)" target="_top"><code>setOnInfoListener</code></A>(<code>OnInfoListener</code>)</nobr>
101 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/media/MediaPlayer.html#setOnVideoSizeChangedListener(android.media.MediaPlayer.OnVideoSizeChangedListener)" target="_top"><code>setOnVideoSizeChangedListener</code></A>(<code>OnVideoSizeChangedListener</code>)</nobr>
117 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/media/MediaPlayer.html#MEDIA_ERROR_NOT_VALID_FOR_PROGRESSIVE_PLAYBACK" target="_top"><code>MEDIA_ERROR_NOT_VALID_FOR_PROGRESSIVE_PLAYBACK</code></A></nobr>
124 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/media/MediaPlayer.html#MEDIA_INFO_BAD_INTERLEAVING" target="_top"><code>MEDIA_INFO_BAD_INTERLEAVING</code></A></nobr>
131 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/media/MediaPlayer.html#MEDIA_INFO_NOT_SEEKABLE" target="_top"><code>MEDIA_INFO_NOT_SEEKABLE</code></A></nobr>
138 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/media/MediaPlayer.html#MEDIA_INFO_UNKNOWN" target="_top"><code>MEDIA_INFO_UNKNOWN</code></A></nobr>
145 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/media/MediaPlayer.html#MEDIA_INFO_VIDEO_TRACK_LAGGING" target="_top"><code>MEDIA_INFO_VIDEO_TRACK_LAGGING</code></A></nobr>
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>boolean</code>&nbsp;<A HREF="../../../../reference/android/webkit/WebSettings.html#getAllowFileAccess()" target="_top"><code>getAllowFileAccess</code></A>()</nobr>
94 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/webkit/WebSettings.html#getBuiltInZoomControls()" target="_top"><code>getBuiltInZoomControls</code></A>()</nobr>
101 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/webkit/WebSettings.html#getUserAgentString()" target="_top"><code>getUserAgentString</code></A>()</nobr>
108 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/webkit/WebSettings.html#setAllowFileAccess(boolean)" target="_top"><code>setAllowFileAccess</code></A>(<code>boolean</code>)</nobr>
115 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/webkit/WebSettings.html#setBuiltInZoomControls(boolean)" target="_top"><code>setBuiltInZoomControls</code></A>(<code>boolean</code>)</nobr>
122 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/webkit/WebSettings.html#setUserAgentString(java.lang.String)" target="_top"><code>setUserAgentString</code></A>(<code>String</code>)</nobr>
137 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/webkit/WebSettings.html#getUserAgent()" target="_top"><code>getUserAgent</code></A>() </nobr>
147 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/webkit/WebSettings.html#setUserAgent(int)" target="_top"><code>setUserAgent</code></A>(<code>int</code>) </nobr>
  /frameworks/base/docs/html/sdk/api_diff/4/changes/
android.content.pm.ApplicationInfo.html 74 Class android.content.pm.<A HREF="../../../../reference/android/content/pm/ApplicationInfo.html" target="_top"><font size="+2"><code>ApplicationInfo</code></font></A>
88 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/content/pm/ApplicationInfo.html#FLAG_RESIZEABLE_FOR_SCREENS" target="_top"><code>FLAG_RESIZEABLE_FOR_SCREENS</code></A></nobr>
95 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/content/pm/ApplicationInfo.html#FLAG_SUPPORTS_LARGE_SCREENS" target="_top"><code>FLAG_SUPPORTS_LARGE_SCREENS</code></A></nobr>
102 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/content/pm/ApplicationInfo.html#FLAG_SUPPORTS_NORMAL_SCREENS" target="_top"><code>FLAG_SUPPORTS_NORMAL_SCREENS</code></A></nobr>
109 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/content/pm/ApplicationInfo.html#FLAG_SUPPORTS_SCREEN_DENSITIES" target="_top"><code>FLAG_SUPPORTS_SCREEN_DENSITIES</code></A></nobr>
116 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/content/pm/ApplicationInfo.html#FLAG_SUPPORTS_SMALL_SCREENS" target="_top"><code>FLAG_SUPPORTS_SMALL_SCREENS</code></A></nobr>
123 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/content/pm/ApplicationInfo.html#FLAG_TEST_ONLY" target="_top"><code>FLAG_TEST_ONLY</code></A></nobr>
130 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/content/pm/ApplicationInfo.html#FLAG_UPDATED_SYSTEM_APP" target="_top"><code>FLAG_UPDATED_SYSTEM_APP</code></A></nobr>
137 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/content/pm/ApplicationInfo.html#targetSdkVersion" target="_top"><code>targetSdkVersion</code></A></nobr>
  /frameworks/base/docs/html/sdk/api_diff/5/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>void</code>&nbsp;<A HREF="../../../../reference/android/app/Activity.html#onAttachedToWindow()" target="_top"><code>onAttachedToWindow</code></A>()</nobr>
94 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/app/Activity.html#onBackPressed()" target="_top"><code>onBackPressed</code></A>()</nobr>
101 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/app/Activity.html#onDetachedFromWindow()" target="_top"><code>onDetachedFromWindow</code></A>()</nobr>
108 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/app/Activity.html#onKeyLongPress(int, android.view.KeyEvent)" target="_top"><code>onKeyLongPress</code></A>(<code>int,</nobr> KeyEvent<nobr><nobr></code>)</nobr>
115 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/app/Activity.html#overridePendingTransition(int, int)" target="_top"><code>overridePendingTransition</code></A>(<code>int,</nobr> int<nobr><nobr></code>)</nobr>
122 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/app/Activity.html#startIntentSenderForResult(android.content.IntentSender, int, android.content.Intent, int, int, int)" target="_top"><code>startIntentSenderForResult</code></A>(<code>IntentSender,</nobr> int<nobr>,</nobr> Intent<nobr>,</nobr> int<nobr>,</nobr> int<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
129 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/app/Activity.html#startIntentSenderFromChild(android.app.Activity, android.content.IntentSender, int, android.content.Intent, int, int, int)" target="_top"><code>startIntentSenderFromChild</code></A>(<code>Activity,</nobr> IntentSender<nobr>,</nobr> int<nobr>,</nobr> Intent<nobr>,</nobr> int<nobr>,</nobr> int<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
136 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/app/Activity.html#triggerSearch(java.lang.String, android.os.Bundle)" target="_top"><code>triggerSearch</code></A>(<code>String,</nobr> Bundle<nobr><nobr></code>)</nobr>
android.app.ActivityManager.RunningServiceInfo.html 74 Class android.app.<A HREF="../../../../reference/android/app/ActivityManager.RunningServiceInfo.html" target="_top"><font size="+2"><code>ActivityManager.RunningServiceInfo</code></font></A>
88 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/app/ActivityManager.RunningServiceInfo.html#FLAG_FOREGROUND" target="_top"><code>FLAG_FOREGROUND</code></A></nobr>
95 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/app/ActivityManager.RunningServiceInfo.html#FLAG_PERSISTENT_PROCESS" target="_top"><code>FLAG_PERSISTENT_PROCESS</code></A></nobr>
102 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/app/ActivityManager.RunningServiceInfo.html#FLAG_STARTED" target="_top"><code>FLAG_STARTED</code></A></nobr>
109 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/app/ActivityManager.RunningServiceInfo.html#FLAG_SYSTEM_PROCESS" target="_top"><code>FLAG_SYSTEM_PROCESS</code></A></nobr>
116 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/app/ActivityManager.RunningServiceInfo.html#clientLabel" target="_top"><code>clientLabel</code></A></nobr>
123 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/app/ActivityManager.RunningServiceInfo.html#clientPackage" target="_top"><code>clientPackage</code></A></nobr>
130 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/app/ActivityManager.RunningServiceInfo.html#flags" target="_top"><code>flags</code></A></nobr>
137 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/app/ActivityManager.RunningServiceInfo.html#uid" target="_top"><code>uid</code></A></nobr>
android.provider.Contacts.Intents.html 74 Class android.provider.<A HREF="../../../../reference/android/provider/Contacts.Intents.html" target="_top"><font size="+2"><code>Contacts.Intents</code></font></A>
87 <nobr><A HREF="../../../../reference/android/provider/Contacts.Intents.html#Contacts.Intents()" target="_top"><code>Contacts.Intents</code></A>() </nobr>
107 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.Intents.html#ATTACH_IMAGE" target="_top"><code>ATTACH_IMAGE</code></font></A></nobr> </TD>
116 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.Intents.html#EXTRA_CREATE_DESCRIPTION" target="_top"><code>EXTRA_CREATE_DESCRIPTION</code></font></A></nobr> </TD>
125 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.Intents.html#EXTRA_FORCE_CREATE" target="_top"><code>EXTRA_FORCE_CREATE</code></font></A></nobr> </TD>
134 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.Intents.html#SEARCH_SUGGESTION_CLICKED" target="_top"><code>SEARCH_SUGGESTION_CLICKED</code></font></A></nobr> </TD>
143 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.Intents.html#SEARCH_SUGGESTION_CREATE_CONTACT_CLICKED" target="_top"><code>SEARCH_SUGGESTION_CREATE_CONTACT_CLICKED</code></font></A></nobr> </TD>
152 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.Intents.html#SEARCH_SUGGESTION_DIAL_NUMBER_CLICKED" target="_top"><code>SEARCH_SUGGESTION_DIAL_NUMBER_CLICKED</code></font></A></nobr> </TD>
161 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.Intents.html#SHOW_OR_CREATE_CONTACT" target="_top"><code>SHOW_OR_CREATE_CONTACT</code></font></A></nobr> </TD>
android.provider.Contacts.Phones.html 74 Class android.provider.<A HREF="../../../../reference/android/provider/Contacts.Phones.html" target="_top"><font size="+2"><code>Contacts.Phones</code></font></A>
88 <nobr><code>CharSequence</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.Phones.html#getDisplayLabel(android.content.Context, int, java.lang.CharSequence)" target="_top"><code>getDisplayLabel</code></A>(<code>Context,</nobr> int<nobr>,</nobr> CharSequence<nobr><nobr></code>) </nobr>
98 <nobr><code>CharSequence</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.Phones.html#getDisplayLabel(android.content.Context, int, java.lang.CharSequence, java.lang.CharSequence[])" target="_top"><code>getDisplayLabel</code></A>(<code>Context,</nobr> int<nobr>,</nobr> CharSequence<nobr>,</nobr> CharSequence[]<nobr><nobr></code>) </nobr>
117 <nobr><code>Uri</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.Phones.html#CONTENT_FILTER_URL" target="_top"><code>CONTENT_FILTER_URL</code></font></A></nobr> </TD>
126 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.Phones.html#CONTENT_ITEM_TYPE" target="_top"><code>CONTENT_ITEM_TYPE</code></font></A></nobr> </TD>
135 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.Phones.html#CONTENT_TYPE" target="_top"><code>CONTENT_TYPE</code></font></A></nobr> </TD>
144 <nobr><code>Uri</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.Phones.html#CONTENT_URI" target="_top"><code>CONTENT_URI</code></font></A></nobr> </TD>
153 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.Phones.html#DEFAULT_SORT_ORDER" target="_top"><code>DEFAULT_SORT_ORDER</code></font></A></nobr> </TD>
162 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.Phones.html#PERSON_ID" target="_top"><code>PERSON_ID</code></font></A></nobr> </TD>
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>boolean</code>&nbsp;<A HREF="../../../../reference/android/webkit/WebSettings.html#getDatabaseEnabled()" target="_top"><code>getDatabaseEnabled</code></A>()</nobr>
94 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/webkit/WebSettings.html#getDatabasePath()" target="_top"><code>getDatabasePath</code></A>()</nobr>
101 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/webkit/WebSettings.html#setDatabaseEnabled(boolean)" target="_top"><code>setDatabaseEnabled</code></A>(<code>boolean</code>)</nobr>
108 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/webkit/WebSettings.html#setDatabasePath(java.lang.String)" target="_top"><code>setDatabasePath</code></A>(<code>String</code>)</nobr>
115 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/webkit/WebSettings.html#setGeolocationDatabasePath(java.lang.String)" target="_top"><code>setGeolocationDatabasePath</code></A>(<code>String</code>)</nobr>
122 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/webkit/WebSettings.html#setGeolocationEnabled(boolean)" target="_top"><code>setGeolocationEnabled</code></A>(<code>boolean</code>)</nobr>
137 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/webkit/WebSettings.html#getUseDoubleTree()" target="_top"><code>getUseDoubleTree</code></A>() </nobr>
147 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/webkit/WebSettings.html#setUseDoubleTree(boolean)" target="_top"><code>setUseDoubleTree</code></A>(<code>boolean</code>) </nobr>
  /frameworks/base/docs/html/sdk/api_diff/8/changes/
android.content.Context.html 74 Class android.content.<A HREF="../../../../reference/android/content/Context.html" target="_top"><font size="+2"><code>Context</code></font></A>
87 <nobr><code>File</code>&nbsp;<A HREF="../../../../reference/android/content/Context.html#getExternalCacheDir()" target="_top"><code>getExternalCacheDir</code></A>()</nobr>
94 <nobr><code>File</code>&nbsp;<A HREF="../../../../reference/android/content/Context.html#getExternalFilesDir(java.lang.String)" target="_top"><code>getExternalFilesDir</code></A>(<code>String</code>)</nobr>
101 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/content/Context.html#getPackageCodePath()" target="_top"><code>getPackageCodePath</code></A>()</nobr>
108 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/content/Context.html#getPackageResourcePath()" target="_top"><code>getPackageResourcePath</code></A>()</nobr>
124 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/content/Context.html#BIND_NOT_FOREGROUND" target="_top"><code>BIND_NOT_FOREGROUND</code></A></nobr>
131 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/content/Context.html#DEVICE_POLICY_SERVICE" target="_top"><code>DEVICE_POLICY_SERVICE</code></A></nobr>
138 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/content/Context.html#DROPBOX_SERVICE" target="_top"><code>DROPBOX_SERVICE</code></A></nobr>
145 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/content/Context.html#UI_MODE_SERVICE" target="_top"><code>UI_MODE_SERVICE</code></A></nobr>
android.database.sqlite.SQLiteDatabase.html 74 Class android.database.sqlite.<A HREF="../../../../reference/android/database/sqlite/SQLiteDatabase.html" target="_top"><font size="+2"><code>SQLiteDatabase</code></font></A>
87 <nobr><code>long</code>&nbsp;<A HREF="../../../../reference/android/database/sqlite/SQLiteDatabase.html#insertWithOnConflict(java.lang.String, java.lang.String, android.content.ContentValues, int)" target="_top"><code>insertWithOnConflict</code></A>(<code>String,</nobr> String<nobr>,</nobr> ContentValues<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
94 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/database/sqlite/SQLiteDatabase.html#updateWithOnConflict(java.lang.String, android.content.ContentValues, java.lang.String, java.lang.String[], int)" target="_top"><code>updateWithOnConflict</code></A>(<code>String,</nobr> ContentValues<nobr>,</nobr> String<nobr>,</nobr> String[]<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
110 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/database/sqlite/SQLiteDatabase.html#CONFLICT_ABORT" target="_top"><code>CONFLICT_ABORT</code></A></nobr>
117 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/database/sqlite/SQLiteDatabase.html#CONFLICT_FAIL" target="_top"><code>CONFLICT_FAIL</code></A></nobr>
124 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/database/sqlite/SQLiteDatabase.html#CONFLICT_IGNORE" target="_top"><code>CONFLICT_IGNORE</code></A></nobr>
131 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/database/sqlite/SQLiteDatabase.html#CONFLICT_NONE" target="_top"><code>CONFLICT_NONE</code></A></nobr>
138 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/database/sqlite/SQLiteDatabase.html#CONFLICT_REPLACE" target="_top"><code>CONFLICT_REPLACE</code></A></nobr>
145 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/database/sqlite/SQLiteDatabase.html#CONFLICT_ROLLBACK" target="_top"><code>CONFLICT_ROLLBACK</code></A></nobr>
android.provider.ContactsContract.StatusColumns.html 74 Interface android.provider.<A HREF="../../../../reference/android/provider/ContactsContract.StatusColumns.html" target="_top"><font size="+2"><code>ContactsContract.StatusColumns</code></font></A>
88 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/provider/ContactsContract.StatusColumns.html#AVAILABLE" target="_top"><code>AVAILABLE</code></A></nobr>
95 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/provider/ContactsContract.StatusColumns.html#AWAY" target="_top"><code>AWAY</code></A></nobr>
102 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/provider/ContactsContract.StatusColumns.html#DO_NOT_DISTURB" target="_top"><code>DO_NOT_DISTURB</code></A></nobr>
109 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/provider/ContactsContract.StatusColumns.html#IDLE" target="_top"><code>IDLE</code></A></nobr>
116 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/provider/ContactsContract.StatusColumns.html#INVISIBLE" target="_top"><code>INVISIBLE</code></A></nobr>
123 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/provider/ContactsContract.StatusColumns.html#OFFLINE" target="_top"><code>OFFLINE</code></A></nobr>
130 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/ContactsContract.StatusColumns.html#PRESENCE_CUSTOM_STATUS" target="_top"><code>PRESENCE_CUSTOM_STATUS</code></A></nobr>
137 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/ContactsContract.StatusColumns.html#PRESENCE_STATUS" target="_top"><code>PRESENCE_STATUS</code></A></nobr>
android.text.AndroidCharacter.html 74 Class android.text.<A HREF="../../../../reference/android/text/AndroidCharacter.html" target="_top"><font size="+2"><code>AndroidCharacter</code></font></A>
87 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/text/AndroidCharacter.html#getEastAsianWidth(char)" target="_top"><code>getEastAsianWidth</code></A>(<code>char</code>)</nobr>
94 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/text/AndroidCharacter.html#getEastAsianWidths(char[], int, int, byte[])" target="_top"><code>getEastAsianWidths</code></A>(<code>char[],</nobr> int<nobr>,</nobr> int<nobr>,</nobr> byte[]<nobr><nobr></code>)</nobr>
110 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/text/AndroidCharacter.html#EAST_ASIAN_WIDTH_AMBIGUOUS" target="_top"><code>EAST_ASIAN_WIDTH_AMBIGUOUS</code></A></nobr>
117 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/text/AndroidCharacter.html#EAST_ASIAN_WIDTH_FULL_WIDTH" target="_top"><code>EAST_ASIAN_WIDTH_FULL_WIDTH</code></A></nobr>
124 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/text/AndroidCharacter.html#EAST_ASIAN_WIDTH_HALF_WIDTH" target="_top"><code>EAST_ASIAN_WIDTH_HALF_WIDTH</code></A></nobr>
131 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/text/AndroidCharacter.html#EAST_ASIAN_WIDTH_NARROW" target="_top"><code>EAST_ASIAN_WIDTH_NARROW</code></A></nobr>
138 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/text/AndroidCharacter.html#EAST_ASIAN_WIDTH_NEUTRAL" target="_top"><code>EAST_ASIAN_WIDTH_NEUTRAL</code></A></nobr>
145 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/text/AndroidCharacter.html#EAST_ASIAN_WIDTH_WIDE" target="_top"><code>EAST_ASIAN_WIDTH_WIDE</code></A></nobr>
org.w3c.dom.Element.html 74 Interface org.w3c.dom.<A HREF="../../../../reference/org/w3c/dom/Element.html" target="_top"><font size="+2"><code>Element</code></font></A>
87 <nobr><code>TypeInfo</code>&nbsp;<A HREF="../../../../reference/org/w3c/dom/Element.html#getSchemaTypeInfo()" target="_top"><code>getSchemaTypeInfo</code></A>()</nobr>
94 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/org/w3c/dom/Element.html#setIdAttribute(java.lang.String, boolean)" target="_top"><code>setIdAttribute</code></A>(<code>String,</nobr> boolean<nobr><nobr></code>)</nobr>
101 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/org/w3c/dom/Element.html#setIdAttributeNS(java.lang.String, java.lang.String, boolean)" target="_top"><code>setIdAttributeNS</code></A>(<code>String,</nobr> String<nobr>,</nobr> boolean<nobr><nobr></code>)</nobr>
108 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/org/w3c/dom/Element.html#setIdAttributeNode(org.w3c.dom.Attr, boolean)" target="_top"><code>setIdAttributeNode</code></A>(<code>Attr,</nobr> boolean<nobr><nobr></code>)</nobr>
123 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/org/w3c/dom/Element.html#getAttributeNS(java.lang.String, java.lang.String)" target="_top"><code>getAttributeNS</code></A>(<code>String,</nobr> String<nobr><nobr></code>) </nobr>
133 <nobr><code>Attr</code>&nbsp;<A HREF="../../../../reference/org/w3c/dom/Element.html#getAttributeNodeNS(java.lang.String, java.lang.String)" target="_top"><code>getAttributeNodeNS</code></A>(<code>String,</nobr> String<nobr><nobr></code>) </nobr>
143 <nobr><code>NodeList</code>&nbsp;<A HREF="../../../../reference/org/w3c/dom/Element.html#getElementsByTagNameNS(java.lang.String, java.lang.String)" target="_top"><code>getElementsByTagNameNS</code></A>(<code>String,</nobr> String<nobr><nobr></code>) </nobr>
153 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/org/w3c/dom/Element.html#hasAttributeNS(java.lang.String, java.lang.String)" target="_top"><code>hasAttributeNS</code></A>(<code>String,</nobr> String<nobr><nobr></code>) </nobr>
  /dalvik/libcore/xml/src/main/java/org/w3c/dom/traversal/
NodeIterator.java 57 * reference nodes are visible to the <code>NodeIterator</code>. If
65 * expanded and does not expose the entity reference node itself, use
66 * the <code>whatToShow</code> flags to hide the entity reference node
69 * entity reference nodes but no entity expansion, use the
70 * <code>whatToShow</code> flags to show the entity reference node and
  /development/samples/CubeLiveWallpaper/
_index.html 5 Android <a href="../../../reference/android/app/Service.html">service</a>. The
7 href="../../../reference/android/service/wallpaper/WallpaperService.
10 href="../../../reference/android/service/wallpaper/WallpaperService.Engine.html">
14 href="../../../reference/android/view/SurfaceView.html"><code>SurfaceView</code></a>.
36 href="../../../reference/android/graphics/Canvas.html"><code>Canvas</code></a>.
  /external/bluetooth/glib/docs/reference/gobject/
tut_tools.xml 64 <title>Debugging reference count problems</title>
67 The reference counting scheme used by GObject does solve quite
69 In large applications, finding the exact spot where the reference count
73 of invalid code with regard to reference counting. This application
74 intercepts the reference counting calls and tries to detect invalid behavior.
  /external/opencore/codecs_v2/video/m4v_h263/dec/include/
mp4dec_api.h 124 * of a Reference Frame into the Video Decoder.
128 uint8 *yChan; /* The Y component frame the user can copy a new reference to */
129 uint8 *uChan; /* The U component frame the user can copy a new reference to */
130 uint8 *vChan; /* The V component frame the user can copy a new reference to */
131 uint8 *currentVop; /* The Vop for video the user can copy a new reference to */
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/include/
mp4dec_api.h 118 * of a Reference Frame into the Video Decoder.
122 uint8 *yChan; /* The Y component frame the user can copy a new reference to */
123 uint8 *uChan; /* The U component frame the user can copy a new reference to */
124 uint8 *vChan; /* The V component frame the user can copy a new reference to */
125 uint8 *currentVop; /* The Vop for video the user can copy a new reference to */
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
gcc-plugin.h 59 PASS_POS_INSERT_AFTER, /* Insert after the reference pass. */
60 PASS_POS_INSERT_BEFORE, /* Insert before the reference pass. */
61 PASS_POS_REPLACE /* Replace the reference pass. */
67 const char *reference_pass_name; /* Name of the reference pass for hooking
70 instance number of the reference pass.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/configurations/
PixelDensityQualifier.java 208 public boolean isBetterMatchThan(ResourceQualifier compareTo, ResourceQualifier reference) {
214 PixelDensityQualifier referenceQ = (PixelDensityQualifier)reference;
221 // if reference is high, we want highest dpi.
222 // if reference is medium, we'll prefer to scale down high dpi, than scale up low dpi
223 // if reference if low, we'll prefer to scale down high than medium (2:1 over 4:3)

Completed in 145 milliseconds

<<11121314151617181920>>