/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
ItemAlignmentFacet.java | 57 * Sets number of pixels to offset. Can be negative for alignment from the high edge, or 73 * Sets whether to include left/top padding for positive item offset, include 89 * Sets the offset percent for item alignment in addition to offset. E.g., 40 111 * Sets Id of which child view to be aligned. View.NO_ID refers to root view and should 129 * Sets Id of which child view take focus for alignment. When not set, it will use 152 * Sets definitions of alignment positions.
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/network/ |
HttpUrlConnectionBuilder.java | 83 * Sets the URL that'll be used for the request. 98 * Sets the connect timeout. Defaults to {@value #DEFAULT_TIMEOUT_MILLIS} milliseconds. 113 * Sets the read timeout. Defaults to {@value #DEFAULT_TIMEOUT_MILLIS} milliseconds. 139 * Sets an authentication token. 150 * Sets the request to be executed such that the input is not buffered. 174 * Sets the request mode to be one of: upload-only, download-only or bidirectional.
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/ |
armCOMM_s.h | 64 _32 SETS "ALIGN32" 65 _16 SETS "ALIGN16" 74 _CPU SETS OVERRIDECPU 76 _CPU SETS {CPU} 129 _Variant SETS "" 191 _Variant SETS "$var" 202 _Struct SETS "$sname" 227 _Struct SETS "" 494 _base SETS ("$a0":LEFT:(:LEN:"$a0"-1)):RIGHT:(:LEN:"$a0"-2) ;// remove [] 495 _offset SETS "$a1 [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/ |
armCOMM_s.h | 64 _32 SETS "ALIGN32" 65 _16 SETS "ALIGN16" 74 _CPU SETS OVERRIDECPU 76 _CPU SETS {CPU} 129 _Variant SETS "" 194 _Variant SETS "$var" 205 _Struct SETS "$sname" 230 _Struct SETS "" 497 _base SETS ("$a0":LEFT:(:LEN:"$a0"-1)):RIGHT:(:LEN:"$a0"-2) ;// remove [] 498 _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/boringssl/src/include/openssl/ |
ec.h | 123 /* EC_GROUP_get_order sets |*order| to the order of |group|, if it's not 128 /* EC_GROUP_get_cofactor sets |*cofactor| to the cofactor of |group| using 133 /* EC_GROUP_get_curve_GFp gets various parameters about a group. It sets 172 /* EC_POINT_copy sets |*dest| equal to |*src|. It returns one on success and 181 /* EC_POINT_set_to_infinity sets |point| to be the "point at infinity" for the 215 /* EC_POINT_get_affine_coordinates_GFp sets |x| and |y| to the affine value of 223 /* EC_POINT_set_affine_coordinates sets the value of |p| to be (|x|, |y|). The 240 /* EC_POINT_oct2point sets |point| from |len| bytes of X9.62 format 247 /* EC_POINT_set_compressed_coordinates_GFp sets |point| to equal the point with 257 /* EC_POINT_add sets |r| equal to |a| plus |b|. It returns one on success an [all...] |
/external/jmonkeyengine/engine/src/core-effects/com/jme3/water/ |
WaterFilter.java | 400 * Sets the height of the water plane 409 * sets the scene to render in the reflection map 425 * Sets how fast will colours fade out. You can also think about this 447 * Sets the normal scaling factors to apply to the normal map. 492 * Sets the maximum waves amplitude 512 * Sets the light direction 531 * Sets the light color to use 572 * Sets the foam hardness : How much the foam will blend with the shore to avoid hard edged water plane. 613 * Sets the scale factor of the waves height map 656 * Sets the scale of the sun for specular effec [all...] |
/frameworks/base/location/java/android/location/ |
GpsClock.java | 77 * Sets all contents to the values stored in the provided object. 107 * Sets the type of time reported. 149 * Sets the leap second associated with the clock's time. 186 * Sets the GPS receiver internal clock in nanoseconds. 210 * Sets the clock's Time Uncertainty (1-Sigma) in nanoseconds. 251 * Sets the full bias in nanoseconds. 284 * Sets the sub-nanosecond bias. 316 * Sets the clock's Bias Uncertainty (1-Sigma) in nanoseconds. 350 * Sets the clock's Drift in nanoseconds per second. 382 * Sets the clock's Drift Uncertainty (1-Sigma) in nanoseconds per second [all...] |
GpsNavigationMessage.java | 93 * Sets all contents to the values stored in the provided object. 119 * Sets the type of the navigation message. 155 * Sets the Pseud-random number. 172 * Sets the Message Identifier. 189 * Sets the Sub-message identifier. 205 * Sets the data associated with the Navigation Message. 223 * Sets the status of the navigation message.
|
/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...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/bipartite/ |
basic.py | 20 'sets', 29 Let `G = (U, V, E)` be a bipartite graph with node sets 203 For connected graphs the bipartite sets are unique. This function handles 208 X,Y=sets(CC) 215 def sets(G): function 216 """Returns bipartite node sets of graph G. 226 (X,Y) : two-tuple of sets 233 >>> X, Y = bipartite.sets(G) 292 """Return the degrees of the two node sets in the bipartite graph B. 309 The degrees of the two bipartite sets as dictionaries keyed by node [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...] |
/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...] |
/external/mockito/src/org/mockito/stubbing/ |
OngoingStubbing.java | 38 * Sets a return value to be returned when the method is called. E.g:
52 * Sets consecutive return values to be returned when the method is called. E.g:
69 * Sets Throwable objects to be thrown when the method is called. E.g:
91 * Sets Throwable classes to be thrown when the method is called. E.g:
117 * Sets the real implementation to be called when the method is called on a mock object.
148 * Sets a generic Answer for the method. E.g:
164 * Sets a generic Answer for the method.
|
/external/sonivox/jet_tools/JetCreator/ |
JetCreatorhlp.dat | 14 starting m/b/t = Sets the starting measure, beat, and tick for the event.
16 eventid = Sets the ID of the event. Each event must have a unique ID.
28 ending m/b/t = Sets the ending measure, beat, and tick for the segment.
55 starting m/b/t = Sets the starting measure, beat, and tick for the segment.
58 repeat = Sets the number of repeats for the segment.
60 transpose = Sets the transposition value for the segment, in semitones (half-steps).
67 ending m/b/t = Sets the ending measure, beat, and tick for the segment.
|
/frameworks/support/v7/preference/src/android/support/v7/preference/ |
DialogPreference.java | 101 * Sets the title of the dialog. This will be shown on subsequent dialogs. 126 * Sets the message of the dialog. This will be shown on subsequent dialogs. 156 * Sets the icon of the dialog. This will be shown on subsequent dialogs. 165 * Sets the icon (resource ID) of the dialog. This will be shown on 183 * Sets the text of the positive button of the dialog. This will be shown on 211 * Sets the text of the negative button of the dialog. This will be shown on 239 * Sets the layout resource that is inflated as the {@link View} to be shown
|
/frameworks/base/core/java/android/view/ |
RenderNode.java | 325 * Sets whether the display list should be drawn immediately after the 336 * Sets whether the display list is a projection receiver - that its parent 345 * Sets the outline, defining the shape that casts a shadow, and the path to 414 * Sets the translucency level for the display list. 437 * Sets whether the display list renders content which overlaps. Non-overlapping rendering 472 * Sets the translation value for the display list on the X axis. 493 * Sets the translation value for the display list on the Y axis. 514 * Sets the translation value for the display list on the Z axis. 533 * Sets the rotation value for the display list around the Z axis. 554 * Sets the rotation value for the display list around the X axis [all...] |
/external/flac/libFLAC/ |
stream_decoder.c | 453 /* above call sets the state for us */ [all...] |
/external/llvm/include/llvm/Analysis/ |
AliasSetTracker.h | 1 //===- llvm/Analysis/AliasSetTracker.h - Build Alias Sets -------*- C++ -*-===// 12 // of disjoint sets. Each AliasSet object constructed by the AliasSetTracker 13 // object refers to memory disjoint from the other sets. 183 /// Define an iterator for alias sets... this is just a forward iterator. 313 /// instructions to the alias sets. Adding a new instruction can result in 316 /// 1. If the instruction doesn't alias any other sets, create a new set. 318 /// 3. If the instruction aliases multiple sets, merge the sets, and add 335 /// alias sets were eliminated. 347 /// getAliasSets - Return the alias sets that are active [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/operators/ |
binary.py | 76 raise nx.NetworkXError('The node sets of G and H are not disjoint.', 143 The node sets of H and G must be the same. 148 A NetworkX graph. G and H must have the same node sets. 172 raise nx.NetworkXError("Node sets of graphs are not equal") 196 The node sets of H and G must be the same. 201 A NetworkX graph. G and H must have the same node sets. 224 raise nx.NetworkXError("Node sets of graphs not equal") 238 The node sets of H and G must be the same. 243 A NetworkX graph. G and H must have the same node sets. 259 raise nx.NetworkXError("Node sets of graphs not equal" [all...] |
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/ |
FluidSimHeightMap.java | 62 * Constructor sets the attributes of the hill system and generates the
112 * Constructor sets the attributes of the hill system and generates the
229 * Sets the number of times the fluid simulation should be iterated over
247 * Sets the maximum initial height of the terrain.
258 * Sets the minimum initial height of the terrain.
269 * Sets the distance between each node of the heightmap.
279 * Sets the time-speed between each iteration of the fluid
290 * Sets the viscosity of the simulated fuid.
300 * Sets the speed at which the waves trave.
|