/external/chromium_org/third_party/webrtc/voice_engine/include/ |
voe_codec.h | 60 // Sets the |codec| for the |channel| to be used for sending. 67 // Sets the |codec| as secondary codec for |channel|. Registering a 87 // Sets the dynamic payload type number for a particular |codec| or 100 // Sets the payload |type| for the sending of SID-frames with background 105 // Sets the codec internal FEC (forward error correction) status for a 118 // Sets the VAD/DTX (silence suppression) status and |mode| for a
|
voe_rtp_rtcp.h | 131 // Sets the local RTP synchronization source identifier (SSRC) explicitly. 140 // Sets the status of rtp-audio-level-indication on a specific |channel|. 145 // Sets the status of receiving rtp-audio-level-indication on a specific 154 // Sets the status of sending absolute sender time on a specific |channel|. 159 // Sets status of receiving absolute sender time on a specific |channel|. 164 // Sets the RTCP status on a specific |channel|. 170 // Sets the canonical name (CNAME) parameter for RTCP reports on a 203 // Sets the Redundant Coding (RED) status on a specific |channel|. 215 // Sets the Forward Error Correction (FEC) status on a specific |channel|. 257 // Sets video engine channel to receive incoming audio packets fo [all...] |
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
ImmutableSet.java | 29 * GWT emulated version of {@link ImmutableSet}. For the unsorted sets, they 32 * empty, singleton and regular sets respectively. For the sorted sets, it's 133 Set<E> delegate = Sets.newLinkedHashSet(); 157 Set<E> set = Sets.newLinkedHashSet(); 174 return Sets.equalsImpl(this, obj);
|
/external/proguard/src/proguard/ |
ClassPathEntry.java | 84 * Sets the file. 178 * Sets the name filter that is applied to bottom-level files in this entry. 195 * Sets the name filter that is applied to jar files in this entry, if any. 212 * Sets the name filter that is applied to war files in this entry, if any. 229 * Sets the name filter that is applied to ear files in this entry, if any. 246 * Sets the name filter that is applied to zip files in this entry, if any.
|
/external/smack/src/org/jivesoftware/smackx/packet/ |
MUCInitialPresence.java | 89 * Sets the History that manages the amount of discussion history provided on 100 * Sets the password to use when the room requires a password. 162 * Sets the total number of characters to receive in the history. 171 * Sets the total number of messages to receive in the history. 180 * Sets the number of seconds to use to filter the messages received during that time. 192 * Sets the since date to use to filter the messages received during that time.
|
MessageEvent.java | 191 * When the message is a request sets if the sender of the message requests to be notified 193 * When the message is a notification sets if the receiver of the message is composing a 196 * @param composing sets if the sender is requesting to be notified when composing or when 205 * When the message is a request sets if the sender of the message requests to be notified 207 * When the message is a notification sets if the message was delivered or not. 209 * @param delivered sets if the sender is requesting to be notified when delivered or when 218 * When the message is a request sets if the sender of the message requests to be notified 220 * When the message is a notification sets if the message was displayed or not. 222 * @param displayed sets if the sender is requesting to be notified when displayed or when 231 * When the message is a request sets if the sender of the message requests to be notifie [all...] |
/external/smack/src/org/jivesoftware/smackx/pubsub/ |
SubscribeForm.java | 67 * Sets whether an entity wants to receive notifications.
88 * Sets whether notifications should be delivered as aggregations or not.
109 * Sets the minimum number of milliseconds between sending notification digests
140 * Sets the time at which the leased subscription will expire, or has expired.
162 * Sets whether the entity wants to receive an XMPP message body in
193 * Sets the list of {@link PresenceState} for which an entity wants
|
/frameworks/base/graphics/java/android/graphics/ |
Outline.java | 57 * Sets the outline to be empty. 93 * Sets the alpha represented by the Outline - the degree to which the 139 * Sets the Outline to the rounded rect defined by the input rect, and 154 * Sets the Outline to the rounded rect defined by the input rect, and corner radius. 178 * Sets the outline to the oval defined by input rect. 206 * Sets the Constructs an Outline from a
|
/frameworks/base/location/java/android/location/ |
GpsNavigationMessage.java | 75 * Sets all contents to the values stored in the provided object. 100 * Sets the type of the navigation message. 148 * Sets the Pseud-random number. 165 * Sets the Message Identifier. 182 * Sets the Sub-message identifier. 198 * Sets the data associated with the Navigation Message.
|
GpsClock.java | 77 * Sets all contents to the values stored in the provided object. 107 * Sets the type of time reported. 159 * Sets the leap second associated with the clock's time. 196 * Sets the GPS receiver internal clock in nanoseconds. 220 * Sets the clock's Time Uncertainty (1-Sigma) in nanoseconds. 261 * Sets the full bias in nanoseconds. 294 * Sets the sub-nanosecond bias. 326 * Sets the clock's Bias Uncertainty (1-Sigma) in nanoseconds. 360 * Sets the clock's Drift in nanoseconds per second. 392 * Sets the clock's Drift Uncertainty (1-Sigma) in nanoseconds per second [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/ |
armCOMM_s.h | 50 _32 SETS "ALIGN32" 51 _16 SETS "ALIGN16" 60 _CPU SETS OVERRIDECPU 62 _CPU SETS {CPU} 115 _Variant SETS "" 177 _Variant SETS "$var" 188 _Struct SETS "$sname" 213 _Struct SETS "" 480 _base SETS ("$a0":LEFT:(:LEN:"$a0"-1)):RIGHT:(:LEN:"$a0"-2) ;// remove [] 481 _offset SETS "$a1 [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/ |
armCOMM_s.h | 50 _32 SETS "ALIGN32" 51 _16 SETS "ALIGN16" 60 _CPU SETS OVERRIDECPU 62 _CPU SETS {CPU} 115 _Variant SETS "" 180 _Variant SETS "$var" 191 _Struct SETS "$sname" 216 _Struct SETS "" 483 _base SETS ("$a0":LEFT:(:LEN:"$a0"-1)):RIGHT:(:LEN:"$a0"-2) ;// remove [] 484 _offset SETS "$a1 [all...] |
/development/samples/training/threadsample/src/com/example/android/threadsample/ |
PhotoManager.java | 38 * The class sets the pool size and cache size based on the particular operation it's performing. 62 // Sets the size of the storage that's used to cache images 65 // Sets the amount of time an idle thread will wait for a task before terminating 68 // Sets the Time Unit to seconds 71 // Sets the initial threadpool size to 8 74 // Sets the maximum threadpool size to 8 112 // A static block that sets class fields 190 // Sets an PhotoView that's a weak reference to the 217 // If the download has started, sets background color to dark green 223 * If the download is complete, but the decode is waiting, sets th [all...] |
PhotoDownloadRunnable.java | 38 // Sets the size for each read action (bytes) 41 // Sets a tag for this class 63 * Sets the Thread that this instance is running on 75 * Sets the current contents of the download buffer 157 // Sets the user agent to report to the server 228 * The read isn't finished. This sets the 255 * Sets a new size that can contain the existing 362 * Sets the status message in the PhotoTask instance. This sets the 388 // Sets the reference to the current Thread to null, releasing its storag [all...] |
PhotoThumbnailFragment.java | 121 * This callback is invoked when the the Fragment's View is being loaded. It sets up the View. 135 // Sets the View's data adapter to be a new GridViewAdapter 163 // Sets the GridView's column width 169 // Sets the GridView's data adapter 173 * Sets the GridView's click listener to be this class. As a result, when users click the 179 * Sets the "empty" View for the layout. If there's nothing to show, a ProgressBar 184 // Sets a dark background to show when no image is queued to be downloaded 230 // Sets variables to null, to avoid memory leaks 233 // If the EmptyDrawable contains something, sets those members to null 320 // Sets the Adapter's backing data to null. This prevents memory leaks [all...] |
/external/chromium_org/ppapi/cpp/ |
url_request_info.h | 39 /// SetProperty() sets a request property. The value of the property must be 104 /// SetURL() sets the <code>PP_URLREQUESTPROPERTY_URL</code> 114 /// SetMethod() sets the <code>PP_URLREQUESTPROPERTY_METHOD</code> 128 /// SetHeaders() sets the <code>PP_URLREQUESTPROPERTY_HEADERS</code> 143 /// SetStreamToFile() sets the 157 /// SetFollowRedirects() sets the 171 /// SetRecordDownloadProgress() sets the 185 /// SetRecordUploadProgress() sets the 198 /// SetCustomReferrerURL() sets the 216 /// SetAllowCrossOriginRequests() sets th [all...] |
/libcore/luni/src/main/java/java/text/ |
DecimalFormatSymbols.java | 394 * Sets the currency. 418 * Sets the international currency symbol. 449 * Sets the currency symbol. 459 * Sets the character which represents the decimal point in a number. 469 * Sets the character which represents a single digit in a format pattern. 479 * Sets the character used as the thousands separator in a number. 489 * Sets the string which represents infinity. 499 * Sets the minus sign character. 509 * Sets the character which represents the decimal point in a monetary 520 * Sets the string which represents NaN [all...] |
/external/chromium_org/content/shell/renderer/test_runner/ |
test_runner.h | 339 // This function sets a flag that tells the test_shell to print a line of 344 // This function sets a flag that tells the test_shell to dump pages as 349 // This function sets a flag that tells the test_shell to dump pages as 354 // This function sets a flag that tells the test_shell to dump pages as 359 // This function sets a flag that tells the test_shell to print out the 363 // This function sets a flag that tells the test_shell to recursively 368 // This function sets a flag that tells the test_shell to recursively 373 // This function sets a flag that tells the test_shell to print out the 380 // This function sets a flag that tells the test_shell to print a line of 385 // This function sets a flag that tells the test_shell to print a line o [all...] |
/frameworks/opt/net/voip/src/java/android/net/sip/ |
SipProfile.java | 158 * Sets the username used for authentication. 169 * Sets the name of the profile. This name is given by user. 180 * Sets the password of the SIP account 191 * Sets the port number of the server. By default, it is 5060. 206 * Sets the protocol used to connect to the SIP server. Currently, 228 * Sets the outbound proxy of the SIP server. 239 * Sets the display name of the user. 250 * Sets the send keep-alive flag. 263 * Sets the auto. registration flag. 482 * Sets the calling process's Uid in the sip service [all...] |
/external/smack/src/org/jivesoftware/smack/ |
ConnectionConfiguration.java | 222 * Sets the server name, also known as XMPP domain of the target server. 276 * Sets the TLS security mode used when making the connection. By default, 297 * Sets the path to the trust store file. The truststore file contains the root 317 * Sets the trust store type. 336 * Sets the password to use to access the trust store file. It is assumed that all 357 * Sets the path to the keystore file. The key store file contains the 377 * Sets the keystore type. 397 * Sets the PKCS11 library file location, needed when the 418 * Sets if the whole chain of certificates presented by the server are going to 438 * Sets if root CA checking is going to be done. By default checking is disabled [all...] |
/frameworks/support/v4/java/android/support/v4/view/accessibility/ |
AccessibilityRecordCompat.java | 564 * Sets the event source. 575 * Sets the source to be a virtual descendant of the given <code>root</code>. 627 * Sets if the source is checked. 647 * Sets if the source is enabled. 667 * Sets if the source is a password field. 687 * Sets if the source is taking the entire screen. 707 * Sets if the source is scrollable. 727 * Sets the number of items that can be visited. 747 * Sets the index of the source in the list of items that can be visited. 770 * Sets the index of the first character of the changed sequenc [all...] |
/external/chromium_org/ui/views/controls/textfield/ |
textfield.h | 59 // Gets/Sets whether or not the Textfield is read-only. 63 // Sets the input type; displays only asterisks for TEXT_INPUT_TYPE_PASSWORD. 69 // Sets the text currently displayed in the Textfield. This doesn't 92 // Clears the selection within the edit field and sets the caret to the end. 98 // Gets/sets the text color to be used when painting the Textfield. 104 // Gets/sets the background color to be used when painting the Textfield. 110 // Gets/sets the selection text color to be used when painting the Textfield. 116 // Gets/sets the selection background color to be used when painting the 123 // Gets/Sets whether or not the cursor is enabled. 127 // Gets/Sets the fonts used when rendering the text within the Textfield [all...] |
/frameworks/base/rs/java/android/renderscript/ |
Matrix4f.java | 37 * Creates a new matrix and sets its values from the given 71 * Sets the value for a given row and column 81 * Sets the matrix values to identity 106 * Sets the values of the matrix to those of the parameter 115 * Sets the values of the matrix to those of the parameter 143 * Sets current values to be a rotation matrix of certain angle 190 * Sets current values to be a scale matrix of given dimensions 204 * Sets current values to be a translation matrix of given 219 * Sets current values to be the result of multiplying two given 280 * Sets current values to be a perspective projection matri [all...] |
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
Matrix4f.java | 38 * Creates a new matrix and sets its values from the given 72 * Sets the value for a given row and column 82 * Sets the matrix values to identity 107 * Sets the values of the matrix to those of the parameter 116 * Sets the values of the matrix to those of the parameter 144 * Sets current values to be a rotation matrix of certain angle 191 * Sets current values to be a scale matrix of given dimensions 205 * Sets current values to be a translation matrix of given 220 * Sets current values to be the result of multiplying two given 281 * Sets current values to be a perspective projection matri [all...] |
/packages/apps/PackageInstaller/src/com/android/packageinstaller/ |
InstallFlowAnalytics.java | 207 /** Sets whether the Unknown Sources setting is checked. */ 217 /** Sets whether this install attempt is from an unknown source. */ 227 /** Sets whether app verification is enabled. */ 237 /** Sets whether at least one app verifier is installed. */ 248 * Sets whether an APK file is being installed. 258 * Sets the URI of the package being installed. 274 /** Sets whether this is an attempt to replace an existing package. */ 284 /** Sets whether the package being updated is a system package. */ 295 * Sets whether the package being installed is requesting more permissions than the already 310 /** Sets whether permissions were displayed to the user. * [all...] |