/external/smack/src/org/jivesoftware/smackx/pubsub/ |
ConfigureForm.java | 87 * Sets the value of access model.
157 * Sets the policy that determines who may associate children with the node.
226 * Sets the collection node which the node is affiliated with.
249 * Sets the URL of an XSL transformation which can be applied to the payload
272 * Sets whether the node will deliver payloads with event notifications.
298 * Sets who should get the replies to items
342 * Sets the maximum payload size in bytes
368 * Sets the node type
389 * Sets whether subscribers should be notified when the configuration changes.
410 * Sets whether subscribers should be notified when the node is deleted. [all...] |
/frameworks/base/core/java/android/speech/tts/ |
SynthesisRequest.java | 135 * Sets the locale for the request. 144 * Sets the voice name for the request. 151 * Sets the speech rate. 158 * Sets the pitch. 165 * Sets Caller Uid
|
/frameworks/base/core/java/android/view/ |
ContextMenu.java | 41 * Sets the context menu header's title to the title given in <var>titleRes</var> 50 * Sets the context menu header's title to the title given in <var>title</var>. 58 * Sets the context menu header's icon to the icon given in <var>iconRes</var> 67 * Sets the context menu header's icon to the icon given in <var>icon</var> 76 * Sets the header of the context menu to the {@link View} given in
|
SubMenu.java | 35 * Sets the submenu header's title to the title given in <var>titleRes</var> 44 * Sets the submenu header's title to the title given in <var>title</var>. 52 * Sets the submenu header's icon to the icon given in <var>iconRes</var> 61 * Sets the submenu header's icon to the icon given in <var>icon</var> 70 * Sets the header of the submenu to the {@link View} given in
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/ |
DetailsFragment.java | 50 * Sets the list of rows for the fragment. 67 * Sets an item selection listener. 75 * Sets an item Clicked listener. 86 * Sets an item selection listener. 93 * Sets an item Clicked listener.
|
ErrorFragment.java | 54 * Sets the drawable displayed in the browse fragment title. 71 * Sets a title for the browse fragment. 88 * Sets the default background. 107 * Sets a drawable for the fragment background. 130 * Sets the drawable to be used for the error image. 147 * Sets the error message. 164 * Sets the button text.
|
/libcore/luni/src/main/java/java/util/concurrent/atomic/ |
AtomicBoolean.java | 61 * Atomically sets the value to the given updated value 76 * Atomically sets the value to the given updated value 94 * Unconditionally sets to the given value. 103 * Eventually sets to the given value. 114 * Atomically sets to the given value and returns the previous value.
|
AtomicReference.java | 58 * Sets to the given value. 67 * Eventually sets to the given value. 77 * Atomically sets the value to the given updated value 89 * Atomically sets the value to the given updated value 105 * Atomically sets to the given value and returns the old value.
|
/development/samples/training/threadsample/src/com/example/android/threadsample/ |
PhotoDecodeRunnable.java | 41 // Sets the log tag 62 * Sets the Thread that this instance is running on 74 * Sets the actions for each state of the PhotoTask instance. 92 * Sets the Bitmap for the ImageView being displayed. 141 // Sets up options for creating a Bitmap object from the 146 * Sets the desired image height and width based on the 173 * Sets horizontal and vertical scaling factors so that the 181 * Sets the sample size to be larger of the horizontal or 272 // Sets the ImageView Bitmap 279 // Sets the current Thread to null, releasing its storag [all...] |
PhotoView.java | 119 * Sets the visibility of the PhotoView 136 * Sets the image in this ImageView to null, and makes the View visible 190 // If this View still exists, clears the weak reference, then sets the reference to null 196 // Sets the downloader thread to null 224 * Sets the current View weak reference to be the incoming View. See the definition of 243 * Sets the View state to visible if the method is called with a null argument (the 244 * image is being cleared). Otherwise, sets the View state to invisible before refreshing 270 * Sets the URI for the Image 306 // Sets the Drawable for this ImageView 315 // Sets the cache fla [all...] |
DisplayActivity.java | 65 // Sets a tag to use in logging 69 * Sets full screen mode on the device, by setting parameters in the current 74 // If full screen is set, sets the fullscreen flag in the Window manager 79 // Sets the global fullscreen flag to the current setting 85 // Sets the View to be "low profile". Status and navigation bar icons will be dimmed 121 // Sets the current back stack count 124 // Re-sets the global stack count to be the current count 152 * This callback is invoked when the Activity is first created. It sets up the Activity's 157 // Sets fullscreen-related flags for the display 170 // Sets the content view for the Activit [all...] |
/external/bison/tests/ |
sets.at | 1 # Exercising Bison Grammar Sets. -*- Autotest -*- 22 # Extract the information about the grammar sets from a bison 59 AT_BANNER([[Grammar Sets (Firsts etc.).]]) 81 AT_BISON_CHECK([[--trace=sets input.y]], [], [], [stderr]) 82 AT_EXTRACT_SETS([stderr], [sets]) 83 AT_CHECK([[cat sets]], [], 165 AT_BISON_CHECK([[--trace=sets input.y]], [], [], [stderr]) 211 AT_BISON_CHECK([[--trace=sets input.y]], [], [], [stderr]) 212 AT_EXTRACT_SETS([stderr], [sets]) 213 AT_CHECK([[cat sets]], [], [all...] |
/external/chromium_org/ppapi/cpp/ |
compositor_layer.h | 42 /// Sets the color of a solid color layer. If the layer is uninitialized, it 65 /// Sets the texture of a texture layer. If the layer is uninitialized, it 85 /// Sets the image of an image layer. If the layer is uninitialized, it will 99 /// Sets the image of an image layer. If the layer is uninitialized, it will 117 /// Sets a clip rectangle for a compositor layer. The Chromium compositor 127 /// Sets a transform matrix which is used to composite the layer. 135 /// Sets the opacity value which will be applied to the layer. The effective 148 /// Sets the blend mode which is used to composite the layer. 156 /// Sets a source rectangle for a texture layer or an image layer. 168 /// Sets the premultiplied alpha for an texture layer [all...] |
/external/guava/guava-tests/test/com/google/common/collect/ |
ImmutableSortedSetTest.java | 485 copyOf(Sets.newTreeSet(asList("e", "a", "f", "b", "d", "c"))); 490 SortedSet<String> set = copyOf(Sets.<String>newTreeSet()); 539 SortedSet<String> input = Sets.newTreeSet(STRING_LENGTH); 546 SortedSet<String> input = Sets.newTreeSet( 554 Sets.newTreeSet(asList("in", "the", "quick", "jumped", "over", "a")); 560 SortedSet<String> input = Sets.newTreeSet(STRING_LENGTH); 569 assertEquals(set, Sets.newTreeSet(asList("a", "b", "c"))); 570 assertEquals(Sets.newTreeSet(asList("a", "b", "c")), set); 571 assertFalse(set.equals(Sets.newTreeSet(asList("a", "b", "d")))); 572 assertFalse(Sets.newTreeSet(asList("a", "b", "d")).equals(set)) [all...] |
/external/chromium_org/third_party/lcov/ |
descriptions.tests | 78 Testcase to test that fcntl() sets EMFILE for F_DUPFD command. 82 Testcase to test that fcntl() sets errno correctly. 616 1) readlink(2) returns -1 and sets errno to EACCES if search/write 619 2) readlink(2) returns -1 and sets errno to EINVAL if the buffer size 621 3) readlink(2) returns -1 and sets errno to EINVAL if the specified 623 4) readlink(2) returns -1 and sets errno to ENAMETOOLONG if the 625 5) readlink(2) returns -1 and sets errno to ENOENT if the component of 647 1) symlink(2) returns -1 and sets errno to EACCES if search/write 650 2) symlink(2) returns -1 and sets errno to EEXIST if the specified 652 3) symlink(2) returns -1 and sets errno to EFAULT if the specifie [all...] |
/frameworks/base/core/java/android/print/ |
PrintJobInfo.java | 228 * Sets the unique print job id. 248 * Sets the human readable job label. 268 * Sets the unique target pritner id. 290 * Sets the name of the target printer. 318 * Sets the current job state. 329 * Sets the owning application id. 340 * Sets the owning application id. 362 * Sets the optional tag assigned by a print service. 382 * Sets the wall time in milliseconds when this print job was created. 405 * Sets the number of copies [all...] |
/external/chromium_org/net/quic/ |
quic_config.h | 80 // Sets the maximum possible value that can be achieved after negotiation and 94 // Sets |negotiated_value_| to the minimum of |max_value_| and the 114 // Sets the possible values that |negotiated_tag_| can take after negotiation 171 // Sets |value_| to the corresponding value from |peer_hello_| if it exists. 205 // Sets |value_| to the corresponding value from |client_hello_| if it exists. 240 // Sets |receive_values_| to the corresponding value from |client_hello_| if 296 // Sets the peer's default initial congestion window in packets. 303 // Sets an estimated initial round trip time in us. 312 // Sets an initial stream flow control window size to transmit to the peer. 321 // Sets an initial stream flow control window size to transmit to the peer [all...] |
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
ScriptIntrinsicBlend.java | 59 * Sets dst = {0, 0, 0, 0} 79 * Sets dst = src 98 * Sets dst = dst 119 * Sets dst = src + dst * (1.0 - src.a) 138 * Sets dst = dst + src * (1.0 - dst.a) 157 * Sets dst = src * dst.a 176 * Sets dst = dst * src.a 195 * Sets dst = src * (1.0 - dst.a) 214 * Sets dst = dst * (1.0 - src.a) 273 * Sets dst = {src.r ^ dst.r, src.g ^ dst.g, src.b ^ dst.b, src.a ^ dst.a [all...] |
/external/chromium_org/extensions/common/ |
url_pattern_set.cc | 51 void URLPatternSet::CreateUnion(const std::vector<URLPatternSet>& sets, 54 if (sets.empty()) 62 for (size_t i = 0; i < sets.size(); i += 2) { 63 if (i + 1 < sets.size()) { 65 URLPatternSet::CreateUnion(sets[i], sets[i + 1], &u); 68 working.push_back(sets[i]);
|
/external/chromium_org/media/filters/ |
h264_to_annex_b_bitstream_converter.h | 48 // Returns the buffer size needed to store the parameter sets in |avc_config| 62 // The AVCDecoderConfigurationRecord that contains the parameter sets that 63 // will be inserted into the output. NULL if no parameter sets need to be 83 // The AVCDecoderConfigurationRecord that contains the parameter sets that 111 // The AVCDecoderConfigurationRecord that contains the parameter sets to 112 // insert into the output. NULL if no parameter sets need to be inserted. 142 // Flag for indicating whether global parameter sets have been processed.
|
/external/llvm/include/llvm/TableGen/ |
SetTheory.h | 1 //===- SetTheory.h - Generate ordered sets from DAG expressions -*- C++ -*-===// 10 // This file implements the SetTheory class that computes ordered sets of 14 // The user may define named sets as Records of predefined classes. Set 19 // elements (defs), other sets (defs of expandable classes), lists, or DAG 22 // - (add S1, S2 ...) Union sets. This is also how sets are created from element 82 /// users to define named sets that can be used in DAG expressions.
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/ |
XMPDateTime.java | 40 /** @param year Sets the year */ 46 /** @param month Sets the month 1..12 */ 52 /** @param day Sets the day 1..31 */ 58 /** @param hour Sets the hour in the range 0..23. */ 64 /** @param minute Sets the minute in the range 0..59. */ 70 /** @param second Sets the second in the range 0..59. */ 80 * @param nanoSecond Sets the milli-, micro- and nano seconds.
|
/frameworks/base/media/java/android/media/ |
MediaDescription.java | 192 * Sets the media id. 203 * Sets the title. 214 * Sets the subtitle. 225 * Sets the description. 237 * Sets the icon. 249 * Sets the icon uri. 261 * Sets a bundle of extras.
|
/frameworks/native/services/surfaceflinger/ |
FrameTracker.h | 50 // setDesiredPresentTime sets the time at which the current frame 55 // setFrameReadyTime sets the time at which the current frame became ready 61 // setFrameReadyFence sets the fence that is used to get the time at which 65 // setActualPresentTime sets the timestamp at which the current frame became 69 // setActualPresentFence sets the fence that is used to get the time 73 // setDisplayRefreshPeriod sets the display refresh period in nanoseconds. 120 // resetFrameCounteresLocked sets all elements of the mNumFrames array to
|
/external/chromium_org/chrome/renderer/spellchecker/ |
spellcheck_worditerator.h | 27 // creates rule sets that filter out the characters not supported by the 35 // Sets the language of the spellchecker. When this function is called with an 36 // ISO language code, this function creates the custom rule-sets used by 38 // GetRuleSet() returns the rule-sets created in this function. 42 // has two rule-sets, one splits a contraction and the other does not, so we 53 // Creates the rule-sets that return words possibly used by the given 54 // language. Unfortunately, these rule-sets are not perfect and have some 68 // easy to create custom rule-sets from an ISO language code, this class 86 // rule-sets created by the SpellcheckCharAttribute class. Also, this class
|